Skip to content

Update seld/jsonlint requirement from ^1.11 to ^1.12 - #173

Merged
trasher merged 1 commit into
mainfrom
dependabot/composer/seld/jsonlint-tw-1.12
Aug 3, 2026
Merged

Update seld/jsonlint requirement from ^1.11 to ^1.12#173
trasher merged 1 commit into
mainfrom
dependabot/composer/seld/jsonlint-tw-1.12

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on seld/jsonlint to permit the latest version.

Release notes

Sourced from seld/jsonlint's releases.

1.12.1

What's Changed

Full Changelog: Seldaek/jsonlint@1.12.0...1.12.1

Changelog

Sourced from seld/jsonlint's changelog.

You can find newer changelog entries in GitHub releases

1.10.0 (2023-05-11)

  • Added ALLOW_COMMENTS flag to parse while allowing (and ignoring) inline // and multiline /* */ comments in the JSON document (#81)

1.9.0 (2022-04-01)

  • Internal cleanups and type fixes

1.8.1 (2020-08-13)

  • Added type annotations

1.8.0 (2020-04-30)

  • Improved lexer performance
  • Added (tentative) support for PHP 8
  • Fixed wording of error reporting for invalid strings when the error happened after the 20th character

1.7.2 (2019-10-24)

  • Fixed issue decoding some unicode escaped characters (for " and ')

1.7.1 (2018-01-24)

  • Fixed PHP 5.3 compatibility in bin/jsonlint

1.7.0 (2018-01-03)

  • Added ability to lint multiple files at once using the jsonlint binary

1.6.2 (2017-11-30)

  • No meaningful public changes

1.6.1 (2017-06-18)

  • Fixed parsing of 0 as invalid

1.6.0 (2017-03-06)

  • Added $flags arg to JsonParser::lint() to take the same flag as parse() did
  • Fixed backtracking performance issues on long strings with a lot of escaped characters

1.5.0 (2016-11-14)

  • Added support for PHP 7.1 (which converts {"":""} to an object property called "" and not "_empty_" like 7.0 and below).

1.4.0 (2015-11-21)

... (truncated)

Commits
  • 9a90eb5 correction possible bug maybe if fast-path detects an UTF-8 violation… (#98)
  • d95c42d Add authorship info
  • 015f8dd Extract Utf8Validator class (#97)
  • 703485b LL: add class InvalidEncodingException and flag VALIDATE_UTF8_ENCODING (#91)
  • 7e71dd4 Issue 92: add all flags of JsonParser to the command-line script. (#94)
  • a31d477 Add zizmor security analysis + dependabot cooldown (#93)
  • ef7e0af Update CI
  • 538bbf7 Enable dependabot
  • See full diff in compare view

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 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)

Updates the requirements on [seld/jsonlint](https://github.com/Seldaek/jsonlint) to permit the latest version.
- [Release notes](https://github.com/Seldaek/jsonlint/releases)
- [Changelog](https://github.com/Seldaek/jsonlint/blob/main/CHANGELOG.md)
- [Commits](Seldaek/jsonlint@1.11.0...1.12.1)

---
updated-dependencies:
- dependency-name: seld/jsonlint
  dependency-version: 1.12.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jul 1, 2026
@trasher
trasher merged commit 198b76f into main Aug 3, 2026
7 checks passed
@dependabot
dependabot Bot deleted the dependabot/composer/seld/jsonlint-tw-1.12 branch August 3, 2026 12:09
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 php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant