chore(deps): update dependency json5 to v2 #401
Merged
+5
−7
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.0.2
->^2.0.0
Release Notes
json5/json5
v2.2.3
Compare Source
v1.0.2. ([#299])
v2.2.2
Compare Source
__proto__
are added to objects and arrays.([#199]) This also fixes a prototype pollution vulnerability reported by
Jonathan Gregson! ([#295]).
v2.2.1
Compare Source
v2.2.0
Compare Source
is no need to install
@types/json5
. ([#236], [#244])v2.1.3
Compare Source
[#229])
v2.1.2
Compare Source
minimist
tov1.2.5
. ([#222])v2.1.1
Compare Source
package.json
andpackage.json5
include amodule
property sobundlers like webpack, rollup and parcel can take advantage of the ES Module
build. ([#208])
stringify
outputs\0
as\\x00
when followed by a digit. ([#210])v2.1.0
Compare Source
index.mjs
andindex.min.mjs
browser builds in thedist
directory support ES6 modules. ([#187])
v2.0.1
Compare Source
dist
directory support ES5. ([#182])v2.0.0
Compare Source
Major: JSON5 officially supports Node.js v6 and later. Support for Node.js
v4 has been dropped. Since Node.js v6 supports ES5 features, the code has been
rewritten in native ES5, and the dependence on Babel has been eliminated.
New: Support for Unicode 10 has been added.
New: The test framework has been migrated from Mocha to Tap.
New: The browser build at
dist/index.js
is no longer minified by default. Aminified version is available at
dist/index.min.js
. ([#181])Fix: The warning has been made clearer when line and paragraph separators are
used in strings.
Fix:
package.json5
has been restored, and it is automatically generated andcommitted when the version is bumped. A new
build-package
NPM script hasbeen added to facilitate this.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.