Skip to content

Update sugar requirement from ^1.4.1 to ^2.0.4#1

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/sugar-tw-2.0.4
Closed

Update sugar requirement from ^1.4.1 to ^2.0.4#1
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/sugar-tw-2.0.4

Conversation

@dependabot-preview
Copy link

Updates the requirements on sugar to permit the latest version.

Changelog

Sourced from sugar's changelog.

v2.0.4

  • Fixed issue with Typescript declarations not exporting all packages.

v2.0.3

  • Updated Typescript declaration files to better handle modules.
  • Added type guards to isString... declarations.
  • Fixed issue with Range date unit methods on invalid ranges.

v2.0.2

  • Added Typescript declaration files.

v2.0.1

  • Fixed issues with locales not being ignored in modularized repos.

v2.0.0

API Changes

  • Added global objects. All methods will also be defined here.
  • Removed String#escapeRegExp. Use RegExp.escape instead.
  • Changed String#escapeHTML to double-escape entities.
  • Date#utc is now Date#setUTC.
  • Date.SugarNewDate is now an option accessor Sugar.Date.setOption('newDateInternal', fn)
  • Modified String#startsWith and String#endsWith to be more in compliance with ES6. See CAUTION.md for details.
  • Removed String#has in favor of String#includes to be more in compliance with ES6. See CAUTION.md for details.
  • Added Number.isNaN shim. Removed Object.isNaN in favor of this.
  • Alphanumeric array options are now on the global object.
  • Moved Object.map, Object.each, and Object.size to the object module.
  • Added Object.isArguments.
  • Changed String#each (renamed to String#forEach) to allow breaking the loop with false.
  • Added ability for String#stripTags and Strip#removeTags to pass a callback.
  • Made String#stripTags and String#removeTags much more robust.
  • Removed String#normalize and will put into its own plugin module as String#toAscii later.
  • Updated Array#sortBy to handle sorting on multiple properties (Issue #386, thanks to eric-weiser).
  • Fixed String#unescapeHTML to handle HTML (and hex) codes. Also now handling  
  • Added a third argument to Number#bytes to allow normal SI units.
  • Object.merge updated to take an options object. Non-enumerable property support is now an option, as well as property descriptors. Resolver function now will not traverse further into a deep merge if it has been resolved with a function. Sugar global object continues the merge.
  • Allowing a global thousands and decimal marker to be set.
  • String#hankaku now makes a hyphen from hyphen-like fullwidth chars in number mode.
... (truncated)
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Updates the requirements on [sugar](https://github.com/andrewplummer/Sugar) to permit the latest version.
- [Release notes](https://github.com/andrewplummer/Sugar/releases)
- [Changelog](https://github.com/andrewplummer/Sugar/blob/master/CHANGELOG.md)
- [Commits](https://github.com/andrewplummer/Sugar/commits/2.0.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 23, 2018
@dependabot-preview
Copy link
Author

Superseded by #2.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/sugar-tw-2.0.4 branch December 6, 2018 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant