Skip to content

Commit

Permalink
build(deps-dev): Bump eslint-plugin-jsonc from 2.9.0 to 2.10.0
Browse files Browse the repository at this point in the history
Bumps [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) from 2.9.0 to 2.10.0.
- [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md)
- [Commits](ota-meshi/eslint-plugin-jsonc@v2.9.0...v2.10.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsonc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 10, 2023
1 parent cd7aa6c commit 34ac94f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest-formatting": "3.1.0",
"eslint-plugin-jsdoc": "44.1.0",
"eslint-plugin-jsonc": "2.9.0",
"eslint-plugin-jsonc": "2.10.0",
"eslint-plugin-markdown": "3.0.1",
"eslint-plugin-markdownlint": "0.5.0",
"eslint-plugin-node": "11.1.0",
Expand Down
20 changes: 15 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1527,7 +1527,7 @@ __metadata:
eslint-plugin-import: "npm:2.27.5"
eslint-plugin-jest-formatting: "npm:3.1.0"
eslint-plugin-jsdoc: "npm:44.1.0"
eslint-plugin-jsonc: "npm:2.9.0"
eslint-plugin-jsonc: "npm:2.10.0"
eslint-plugin-markdown: "npm:3.0.1"
eslint-plugin-markdownlint: "npm:0.5.0"
eslint-plugin-node: "npm:11.1.0"
Expand Down Expand Up @@ -4908,6 +4908,15 @@ __metadata:
languageName: node
linkType: hard

"eslint-compat-utils@npm:^0.1.2":
version: 0.1.2
resolution: "eslint-compat-utils@npm:0.1.2"
peerDependencies:
eslint: ">=6.0.0"
checksum: 8c273889485ab863f2b6089c36f042dd2d9bf65d219fa256c1991f9466ea8261f3ab753a017a6d8e93bec84abd568fe3e10216f3fda5b41d05e3dce3b2a5e514
languageName: node
linkType: hard

"eslint-config-prettier@npm:9.0.0":
version: 9.0.0
resolution: "eslint-config-prettier@npm:9.0.0"
Expand Down Expand Up @@ -5033,16 +5042,17 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-jsonc@npm:2.9.0":
version: 2.9.0
resolution: "eslint-plugin-jsonc@npm:2.9.0"
"eslint-plugin-jsonc@npm:2.10.0":
version: 2.10.0
resolution: "eslint-plugin-jsonc@npm:2.10.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.2.0"
eslint-compat-utils: "npm:^0.1.2"
jsonc-eslint-parser: "npm:^2.0.4"
natural-compare: "npm:^1.4.0"
peerDependencies:
eslint: ">=6.0.0"
checksum: 50ac69d432f0f2ae437e18de2776e91ace5322a46b3a1f7c289dc28acbd387fdcddb378060edd905f50052d083d7afbb8133cf564e3b4c05c37d078951b27abf
checksum: e35c40195bf0e087ea63c0526552ba4e1dc48996d5e6a3dfea3e683e2372f4b8215b199b9a176039ed978010d467a51c1ca254cbe4b90fadba5b97e7a8dc7be9
languageName: node
linkType: hard

Expand Down

0 comments on commit 34ac94f

Please sign in to comment.