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

fix(deps): update dependency @prantlf/jsonlint to v16 #113

Merged
merged 1 commit into from
Nov 19, 2024

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.

@renovate renovate bot changed the title Update dependency @prantlf/jsonlint to v16 fix(deps): update dependency @prantlf/jsonlint to v16 Nov 19, 2024
@renovate renovate bot force-pushed the renovate/prantlf-jsonlint-16.x branch 2 times, most recently from ed4cad3 to 4e8b080 Compare November 19, 2024 10:08
@renovate renovate bot force-pushed the renovate/prantlf-jsonlint-16.x branch from 4e8b080 to 76c2fbd Compare November 19, 2024 10:13
@sksat sksat merged commit 89453d1 into main Nov 19, 2024
1 check passed
@sksat sksat deleted the renovate/prantlf-jsonlint-16.x branch November 19, 2024 10:14
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.

1 participant