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

Bump seld/jsonlint from 1.8.3 to 1.10.0 #11

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 12, 2023

Bumps seld/jsonlint from 1.8.3 to 1.10.0.

Release notes

Sourced from seld/jsonlint's releases.

1.9.0

  • Internal cleanups and type fixes

Full Changelog: Seldaek/jsonlint@1.8.9...1.9.0

1.8.9

What's Changed

Full Changelog: Seldaek/jsonlint@1.8.3...1.8.9

Changelog

Sourced from seld/jsonlint's changelog.

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)

  • Added a DuplicateKeyException allowing for more specific error detection and handling

... (truncated)

Commits

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 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 [seld/jsonlint](https://github.com/Seldaek/jsonlint) from 1.8.3 to 1.10.0.
- [Release notes](https://github.com/Seldaek/jsonlint/releases)
- [Changelog](https://github.com/Seldaek/jsonlint/blob/main/CHANGELOG.md)
- [Commits](Seldaek/jsonlint@1.8.3...1.10.0)

---
updated-dependencies:
- dependency-name: seld/jsonlint
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependency-update Update of a dependency label May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency-update Update of a dependency
Development

Successfully merging this pull request may close these issues.

0 participants