Skip to content

Commit

Permalink
Bump @eslint/json from 0.8.0 to 0.9.0 (#1817)
Browse files Browse the repository at this point in the history
Bumps [@eslint/json](https://github.com/eslint/json) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/eslint/json/releases)
- [Changelog](https://github.com/eslint/json/blob/main/CHANGELOG.md)
- [Commits](eslint/json@json-v0.8.0...json-v0.9.0)

---
updated-dependencies:
- dependency-name: "@eslint/json"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Co-authored-by: Eric Cornelissen <[email protected]>
  • Loading branch information
dependabot[bot] and ericcornelissen authored Dec 15, 2024
1 parent 6098fc5 commit c0b83d2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
1 change: 1 addition & 0 deletions config/eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,7 @@ export default [
"json/no-empty-keys": ["error"],
"json/no-unnormalized-keys": ["error"],
"json/no-unsafe-values": ["error"],
"json/top-level-interop": ["error"],
},
},
{
Expand Down
17 changes: 8 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@ericcornelissen/eslint-plugin-top": "3.4.0",
"@eslint/json": "0.8.0",
"@eslint/json": "0.9.0",
"@fast-check/ava": "2.0.1",
"@stryker-mutator/core": "8.7.1",
"@stryker-mutator/tap-runner": "8.7.1",
Expand Down

0 comments on commit c0b83d2

Please sign in to comment.