Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update json5 requirement to ^1.0.1 #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Updates the requirements on json5 to permit the latest version.

Release notes

Sourced from json5's releases.

v1.0.1

This release includes a bug fix and minor change.

  • Fix: parse throws on unclosed objects and arrays.

  • New: package.json5 has been removed until an easier way to keep it in sync
    with package.json is found.

Changelog

Sourced from json5's changelog.

v1.0.1 [code, diff]

This release includes a bug fix and minor change.

  • Fix: parse throws on unclosed objects and arrays.

  • New: package.json5 has been removed until an easier way to keep it in sync
    with package.json is found.

v1.0.0 [code, diff]

This release includes major internal changes and public API enhancements.

  • Major JSON5 officially supports Node.js v4 and later. Support for Node.js
    v0.10 and v0.12 have been dropped.

  • New: Unicode property names and Unicode escapes in property names are
    supported. ([Update socket.io requirement to ^2.0.4 #1])

  • New: stringify outputs trailing commas in objects and arrays when a space
    option is provided. ([#66])

  • New: JSON5 allows line and paragraph separator characters (U+2028 and U+2029)
    in strings in order to be compatible with JSON. However, ES5 does not allow
    these characters in strings, so JSON5 gives a warning when they are parsed and
    escapes them when they are stringified. ([#70])

  • New: stringify accepts an options object as its second argument. The
    supported options are replacer, space, and a new quote option that
    specifies the quote character used in strings. ([#71])

  • New: The CLI supports STDIN and STDOUT and adds --out-file, --space, and
    --validate options. See json5 --help for more information. ([#72], [#84],
    and [#108])

  • New: In addition to the white space characters space \t, \v, \f, \n,
    \r, and \xA0, the additional white space characters \u2028, \u2029,
    and all other characters in the Space Separator Unicode category are allowed.

  • New: In addition to the character escapes \', \", \\, \b, \f, \n,
    \r, and \t, the additional character escapes \v and \0, hexadecimal
    escapes like \x0F, and unnecessary escapes like \a are allowed in string
    values and string property names.
    ... (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.

If you'd like to skip this version, you can just close this PR. If you have any feedback just mention @dependabot in the comments below.

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

Signed-off-by: dependabot[bot] <support@dependabot.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant