Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2026

Bumps @prantlf/jsonlint from 16.0.0 to 17.0.0.

Release notes

Sourced from @​prantlf/jsonlint's releases.

17.0.0

17.0.0 (2026-01-05)

Features

  • Control line break in empty {} and [] (a0ef54b)

Refactoring

  • Load native Node.js packages with node: prefix (09fbaf1)
  • Replace fast-glob with node:glob (a87f19f)

BREAKING CHANGES

Pretty-printing will not insert a line break between empty {} and [] by default. Although this will probably be the desired output of all users, it might break some use cases, which dependend on the extra line break. It can be achieved again by setting the new option --no-compact-empty-objects (compactEmptyObjects: false).

The minimum supported version of Node.js is 22 from now on. Also, any file path supplied on the command line is considered a glob pattern. It shouldn't break anything though.

The minimum supported version of Node.js is 18 from now on.

16.1.0

16.1.0 (2026-01-05)

Features

  • Upgrade dependencies (3dedeec)
  • Add ajv-formats and ajv-keywords plugins to support the latest JSON Schema drafts (63a3b3b)
  • Allow disabling strict mode of schema compilation (0d605b6)
  • Print colourful JSON diff (f9e43de)
  • Ability to force crlf (ca7fa7f)

Bug Fixes

  • Fix schema validation instructions (ffa29c3)
Changelog

Sourced from @​prantlf/jsonlint's changelog.

17.0.0 (2026-01-05)

Features

  • Control line break in empty {} and [] (a0ef54b)

Refactoring

  • Load native Node.js packages with node: prefix (09fbaf1)
  • Replace fast-glob with node:glob (a87f19f)

BREAKING CHANGES

Pretty-printing will not insert a line break between empty {} and [] by default. Although this will probably be the desired output of all users, it might break some use cases, which dependend on the extra line break. It can be achieved again by setting the new option --no-compact-empty-objects (compactEmptyObjects: false).

The minimum supported version of Node.js is 22 from now on. Also, any file path supplied on the command line is considered a glob pattern. It shouldn't break anything though.

The minimum supported version of Node.js is 18 from now on.

16.1.0 (2026-01-05)

Features

  • Upgrade dependencies (3dedeec)
  • Add ajv-formats and ajv-keywords plugins to support the latest JSON Schema drafts (63a3b3b)
  • Allow disabling strict mode of schema compilation (0d605b6)
  • Print colourful JSON diff (f9e43de)
  • Ability to force crlf (ca7fa7f)

Bug Fixes

  • Fix schema validation instructions (ffa29c3)
Commits
  • 7882395 17.0.0 [skip ci]
  • a0ef54b feat: Control line break in empty {} and []
  • a87f19f refactor: Replace fast-glob with node:glob
  • 09fbaf1 refactor: Load native Node.js packages with node: prefix
  • 3668dba 16.1.0 [skip ci]
  • ca7fa7f feat: Ability to force crlf
  • 3d53d3a chore: Enable trusted npm publishing
  • 2a2d4b2 docs: Mention how to retain raw string literals in output
  • f9e43de feat: Print colourful JSON diff
  • 0d605b6 feat: Allow disabling strict mode of schema compilation
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​prantlf/jsonlint since your current version.


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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 5, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 5, 2026 03:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 5, 2026
@patfeiler
Copy link
Contributor

@dependabot rebase

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prantlf/jsonlint-17.0.0 branch from 1effb99 to f133da5 Compare January 8, 2026 06:50
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants