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 dependency @prantlf/jsonlint to v16 #113

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 24, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@prantlf/jsonlint (source) 14.1.0 -> 16.0.0 age adoption passing confidence

Release Notes

prantlf/jsonlint (@​prantlf/jsonlint)

v16.0.0

Compare Source

Bug Fixes
  • Use Object.hasOwn instead of Object.prototype.hasOwnProperty (06e7c0f)
BREAKING CHANGES

The minimum supported version of Node.js is 16.9 now.

v15.0.0

Compare Source

Features
  • Optionally omit object key proto and others from parsed output (e2f8a7b)
BREAKING CHANGES

Object key __proto__ and other keys from Object.prototype are included in the parsed object by default. Earlier, no keys from Object.prototype were included. The new behaviour is consistent with JSON.parse. If you need the old behaviour, add the argument ignore-prototype-keys to the command line, or set the option ignorePrototypeKeys to true, when calling the parse method. If you don't have under control, what will happens with the parsed object, you should consider setting ignoreProtoKey to true, when calling the parse method, to prevent prototype pollution.


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 was generated by Mend Renovate. View the repository job log.

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.

0 participants