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 seld/jsonlint requirement from ^1.10 to ^1.11 #140

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

Sourced from seld/jsonlint's releases.

1.11.0

What's Changed

  • Add ALLOW_DUPLICATE_KEYS_TO_ARRAY flag for collect values from duplicated keys in a __duplicate__ array Seldaek/jsonlint#88

New Contributors

Full Changelog: Seldaek/jsonlint@1.10.2...1.11.0

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
  • 1748aaf Add ALLOW_DUPLICATE_KEYS_TO_ARRAY flag for collect values from duplic… (#88)
  • 9bb7db0 Avoid leaking more than one character when showing position of a file that is...
  • 76d449a Fix phpstan build
  • f25a986 Allow quiet mode when parsing from stdin. (#87)
  • cf71eb9 chore: fix link to homepage in composer.json (#85)
  • 4816702 chore: fix ci deprecations, add testruns for PHP 8.1, 8.2, and 8.3 (#83)
  • 36ad7bc docs: fix ci badge in README.md (#84)
  • 91971af remove $ so gitclip works (#82)
  • 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 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)

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.10.0...1.11.0)

---
updated-dependencies:
- dependency-name: seld/jsonlint
  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 Aug 1, 2024
@trasher trasher merged commit c9513ce into master Aug 1, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/composer/seld/jsonlint-tw-1.11 branch August 1, 2024 20:29
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