-
Notifications
You must be signed in to change notification settings - Fork 26
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
chore(deps): update dependency json5 to v2 #2788
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
518d60e
to
e89524c
Compare
e89524c
to
b77ef85
Compare
b77ef85
to
4751a81
Compare
4751a81
to
7cbb2b7
Compare
7cbb2b7
to
d8579dd
Compare
d8579dd
to
e242b28
Compare
e242b28
to
3d09a86
Compare
3d09a86
to
bd00685
Compare
bd00685
to
f5d404b
Compare
f5d404b
to
2dce4ce
Compare
2dce4ce
to
4f0fefe
Compare
4f0fefe
to
10c280a
Compare
10c280a
to
77dbe0c
Compare
77dbe0c
to
ff64425
Compare
ff64425
to
552d536
Compare
552d536
to
ac156e9
Compare
ac156e9
to
8fb8438
Compare
8fb8438
to
00552e3
Compare
00552e3
to
af20128
Compare
af20128
to
182e20c
Compare
182e20c
to
c705b47
Compare
c705b47
to
271d6e2
Compare
271d6e2
to
0f319a8
Compare
0f319a8
to
1190cf2
Compare
This PR contains the following updates:
^1.0.2
->^2.0.0
Release Notes
json5/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 - "before 4am on Monday" (UTC), 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.