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

build(deps): bump @prantlf/jsonlint from 11.7.0 to 16.0.0 #1418

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2024

Bumps @prantlf/jsonlint from 11.7.0 to 16.0.0.

Release notes

Sourced from @​prantlf/jsonlint's releases.

16.0.0

16.0.0 (2024-08-09)

Bug Fixes

  • Use Object.hasOwn instead of Object.prototype.hasOwnProperty (06e7c0f)

BREAKING CHANGES

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

15.0.0

15.0.0 (2024-08-09)

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 happen with the parsed object, you should consider setting ignoreProtoKey to true, when calling the parse method, to prevent prototype pollution by omitting the __proto__ key.

14.1.0

14.1.0 (2024-08-09)

Features

  • Assume --trailing-commas if --trim-trailing-commas is requested (b3fb10d)
  • Add options to sort object keys by locale, numerically and ignoring the letter case (4387c4b)
  • Exit the process with 0 (success) if no files were found and --succeed-with-no-files was requested (923f37f)

Bug Fixes

v14.0.3

14.0.3 (2023-04-27)

Bug Fixes

  • Ensure error location by custom parsing (9757213)
  • Upgrade dependencies (30f611a)

v14.0.2

14.0.2 (2023-03-08)

Bug Fixes

... (truncated)

Changelog

Sourced from @​prantlf/jsonlint's changelog.

16.0.0 (2024-08-09)

Bug Fixes

  • Use Object.hasOwn instead of Object.prototype.hasOwnProperty (06e7c0f)

BREAKING CHANGES

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

15.0.0 (2024-08-09)

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.

14.1.0 (2024-08-09)

Features

  • Assume --trailing-commas if --trim-trailing-commas is requested (b3fb10d)
  • Add options to sort object keys by locale, numerically and ignoring the letter case (4387c4b)
  • Exit the process with 0 (success) if no files were found and --succeed-with-no-files was requested (923f37f)

Bug Fixes

14.0.3 (2023-04-27)

Bug Fixes

  • Ensure error location by custom parsing (9757213)
  • Upgrade dependencies (30f611a)

14.0.2 (2023-03-08)

Bug Fixes

  • Recognise property "patterns" in the config file again (2619904), closes #18

14.0.1 (2023-03-07)

Bug Fixes

  • Prevent setting a constant variable (c7e940c)

... (truncated)

Commits
  • 8dae9b7 16.0.0 [skip ci]
  • 06e7c0f fix: Use Object.hasOwn instead of Object.prototype.hasOwnProperty
  • 8d6d34e chore: Set checkboxes according to the default option values
  • a5ff280 15.0.0 [skip ci]
  • e2f8a7b feat: Optionally omit object key proto and others from parsed output
  • 4b46756 14.1.0 [skip ci]
  • eb35714 Do not report "constructor" es duplicate key
  • 923f37f feat: Exit the process with 0 (success) if no files were found and `--succeed...
  • 4387c4b feat: Add options to sort object keys by locale, numerically and ignoring the...
  • b3fb10d feat: Assume --trailing-commas if --trim-trailing-commas is requested
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@prantlf/jsonlint](https://github.com/prantlf/jsonlint) from 11.7.0 to 16.0.0.
- [Release notes](https://github.com/prantlf/jsonlint/releases)
- [Changelog](https://github.com/prantlf/jsonlint/blob/master/CHANGELOG.md)
- [Commits](prantlf/jsonlint@v11.7.0...v16.0.0)

---
updated-dependencies:
- dependency-name: "@prantlf/jsonlint"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 12, 2024
@dependabot dependabot bot requested a review from ewanharris August 12, 2024 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants