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

chore(deps): update dependency json5 to v2 #401

Merged
merged 1 commit into from
Jan 11, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 11, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
json5 (source) ^1.0.2 -> ^2.0.0 age adoption passing confidence

Release Notes

json5/json5

v2.2.3

Compare Source

  • Fix: json5@​2.2.3 is now the 'latest' release according to npm instead of
    v1.0.2. ([#​299])

v2.2.2

Compare Source

  • Fix: Properties with the name __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

  • New: Accurate and documented TypeScript declarations are now included. There
    is no need to install @types/json5. ([#​236], [#​244])

v2.1.3

Compare Source

  • Fix: An out of memory bug when parsing numbers has been fixed. ([#​228],
    [#​229])

v2.1.2

Compare Source

  • Fix: Bump minimist to v1.2.5. ([#​222])

v2.1.1

Compare Source

  • New: package.json and package.json5 include a module property so
    bundlers like webpack, rollup and parcel can take advantage of the ES Module
    build. ([#​208])
  • Fix: stringify outputs \0 as \\x00 when followed by a digit. ([#​210])
  • Fix: Spelling mistakes have been fixed. ([#​196])

v2.1.0

Compare Source

  • New: The index.mjs and index.min.mjs browser builds in the dist
    directory support ES6 modules. ([#​187])

v2.0.1

Compare Source

  • Fix: The browser builds in the 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. A
    minified 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 and
    committed when the version is bumped. A new build-package NPM script has
    been 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Sorry, something went wrong.

@coveralls
Copy link

coveralls commented Jan 11, 2023

Coverage Status

Coverage: 92.25%. Remained the same when pulling ab819b4 on renovate/json5-2.x into b489ca0 on main.

@renovate renovate bot force-pushed the renovate/json5-2.x branch from ec15739 to ab819b4 Compare January 11, 2023 10:05
@ivarconr ivarconr merged commit dace9ed into main Jan 11, 2023
@ivarconr ivarconr deleted the renovate/json5-2.x branch January 11, 2023 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants