Skip to content

Commit

Permalink
chore(deps-dev): bump eslint-plugin-jsonc from 2.16.0 to 2.18.2
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.16.0 to 2.18.2.
- [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.16.0...v2.18.2)

---
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 Nov 18, 2024
1 parent 93bbc16 commit 82c55a8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"diff": "^7.0.0",
"diff2html": "^3.4.48",
"eslint": "^8.57.0",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-jsonc": "^2.18.2",
"eslint-plugin-prettier": "^5.1.3",
"fast-glob": "^3.3.2",
"gh-pages": "^6.2.0",
Expand Down
38 changes: 27 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8829,31 +8829,47 @@ __metadata:
languageName: node
linkType: hard

"eslint-compat-utils@npm:^0.5.0":
version: 0.5.1
resolution: "eslint-compat-utils@npm:0.5.1"
"eslint-compat-utils@npm:^0.6.0":
version: 0.6.3
resolution: "eslint-compat-utils@npm:0.6.3"
dependencies:
semver: "npm:^7.5.4"
peerDependencies:
eslint: ">=6.0.0"
checksum: 10c0/325e815205fab70ebcd379f6d4b5d44c7d791bb8dfe0c9888233f30ebabd9418422595b53a781b946c768d9244d858540e5e6129a6b3dd6d606f467d599edc6c
checksum: 10c0/5015cd92590ab4630dfddc4416b058c2e40c58c548203761745e6874bf3e06f15dd84fc447187853025924f86d1870efc959032fcffaf5003e32a7d4f822c43f
languageName: node
linkType: hard

"eslint-json-compat-utils@npm:^0.2.1":
version: 0.2.1
resolution: "eslint-json-compat-utils@npm:0.2.1"
dependencies:
esquery: "npm:^1.6.0"
peerDependencies:
eslint: "*"
jsonc-eslint-parser: ^2.4.0
peerDependenciesMeta:
"@eslint/json":
optional: true
checksum: 10c0/2eb584916150454da891547042d417b31ed4df9b7a8c47561c3cda08d0d9e66c698259cf3dbb4ecc139a6620c793aeba40109f572e47f4fe7b3185b9c1d388d7
languageName: node
linkType: hard

"eslint-plugin-jsonc@npm:^2.16.0":
version: 2.16.0
resolution: "eslint-plugin-jsonc@npm:2.16.0"
"eslint-plugin-jsonc@npm:^2.18.2":
version: 2.18.2
resolution: "eslint-plugin-jsonc@npm:2.18.2"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.2.0"
eslint-compat-utils: "npm:^0.5.0"
eslint-compat-utils: "npm:^0.6.0"
eslint-json-compat-utils: "npm:^0.2.1"
espree: "npm:^9.6.1"
graphemer: "npm:^1.4.0"
jsonc-eslint-parser: "npm:^2.0.4"
natural-compare: "npm:^1.4.0"
synckit: "npm:^0.6.0"
peerDependencies:
eslint: ">=6.0.0"
checksum: 10c0/20ca0eff6332e3647c816c83edf287c113605ee941401d2b015a52dd90fe4808639172c4b9e238b0deeea1a5cc6a9264daf6865ab09dde33a6bc65a3bb403cf1
checksum: 10c0/5ba6fa7f5320838066e0a55d6b5b4e1fa5f244b76593be76e60a5e7153bc6c7b05c8faa38873a663acdc7efc892589f1285f367765b4c8934a941324c14dc107
languageName: node
linkType: hard

Expand Down Expand Up @@ -8963,7 +8979,7 @@ __metadata:
languageName: node
linkType: hard

"esquery@npm:^1.4.0, esquery@npm:^1.4.2":
"esquery@npm:^1.4.0, esquery@npm:^1.4.2, esquery@npm:^1.6.0":
version: 1.6.0
resolution: "esquery@npm:1.6.0"
dependencies:
Expand Down Expand Up @@ -15738,7 +15754,7 @@ __metadata:
diff: "npm:^7.0.0"
diff2html: "npm:^3.4.48"
eslint: "npm:^8.57.0"
eslint-plugin-jsonc: "npm:^2.16.0"
eslint-plugin-jsonc: "npm:^2.18.2"
eslint-plugin-prettier: "npm:^5.1.3"
fast-glob: "npm:^3.3.2"
gh-pages: "npm:^6.2.0"
Expand Down

0 comments on commit 82c55a8

Please sign in to comment.