Skip to content

Commit de7b94d

Browse files
chore(deps-dev): bump eslint-plugin-jsonc from 2.16.0 to 2.18.2 (#3419)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2b8cef2 commit de7b94d

File tree

2 files changed

+28
-12
lines changed

2 files changed

+28
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"diff": "^7.0.0",
7777
"diff2html": "^3.4.48",
7878
"eslint": "^8.57.0",
79-
"eslint-plugin-jsonc": "^2.16.0",
79+
"eslint-plugin-jsonc": "^2.18.2",
8080
"eslint-plugin-prettier": "^5.1.3",
8181
"fast-glob": "^3.3.2",
8282
"gh-pages": "^6.2.0",

yarn.lock

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8820,31 +8820,47 @@ __metadata:
88208820
languageName: node
88218821
linkType: hard
88228822

8823-
"eslint-compat-utils@npm:^0.5.0":
8824-
version: 0.5.1
8825-
resolution: "eslint-compat-utils@npm:0.5.1"
8823+
"eslint-compat-utils@npm:^0.6.0":
8824+
version: 0.6.4
8825+
resolution: "eslint-compat-utils@npm:0.6.4"
88268826
dependencies:
88278827
semver: "npm:^7.5.4"
88288828
peerDependencies:
88298829
eslint: ">=6.0.0"
8830-
checksum: 10c0/325e815205fab70ebcd379f6d4b5d44c7d791bb8dfe0c9888233f30ebabd9418422595b53a781b946c768d9244d858540e5e6129a6b3dd6d606f467d599edc6c
8830+
checksum: 10c0/5b665c4051e978b9f9c48621f63d07e6b2a8ba1b334fc430f1ce0d8b596968677bdb54c23c00ca961ad5b4673d5e83e014a52b4baf9a2f7d4ccd79e3c213acfb
8831+
languageName: node
8832+
linkType: hard
8833+
8834+
"eslint-json-compat-utils@npm:^0.2.1":
8835+
version: 0.2.1
8836+
resolution: "eslint-json-compat-utils@npm:0.2.1"
8837+
dependencies:
8838+
esquery: "npm:^1.6.0"
8839+
peerDependencies:
8840+
eslint: "*"
8841+
jsonc-eslint-parser: ^2.4.0
8842+
peerDependenciesMeta:
8843+
"@eslint/json":
8844+
optional: true
8845+
checksum: 10c0/2eb584916150454da891547042d417b31ed4df9b7a8c47561c3cda08d0d9e66c698259cf3dbb4ecc139a6620c793aeba40109f572e47f4fe7b3185b9c1d388d7
88318846
languageName: node
88328847
linkType: hard
88338848

8834-
"eslint-plugin-jsonc@npm:^2.16.0":
8835-
version: 2.16.0
8836-
resolution: "eslint-plugin-jsonc@npm:2.16.0"
8849+
"eslint-plugin-jsonc@npm:^2.18.2":
8850+
version: 2.18.2
8851+
resolution: "eslint-plugin-jsonc@npm:2.18.2"
88378852
dependencies:
88388853
"@eslint-community/eslint-utils": "npm:^4.2.0"
8839-
eslint-compat-utils: "npm:^0.5.0"
8854+
eslint-compat-utils: "npm:^0.6.0"
8855+
eslint-json-compat-utils: "npm:^0.2.1"
88408856
espree: "npm:^9.6.1"
88418857
graphemer: "npm:^1.4.0"
88428858
jsonc-eslint-parser: "npm:^2.0.4"
88438859
natural-compare: "npm:^1.4.0"
88448860
synckit: "npm:^0.6.0"
88458861
peerDependencies:
88468862
eslint: ">=6.0.0"
8847-
checksum: 10c0/20ca0eff6332e3647c816c83edf287c113605ee941401d2b015a52dd90fe4808639172c4b9e238b0deeea1a5cc6a9264daf6865ab09dde33a6bc65a3bb403cf1
8863+
checksum: 10c0/5ba6fa7f5320838066e0a55d6b5b4e1fa5f244b76593be76e60a5e7153bc6c7b05c8faa38873a663acdc7efc892589f1285f367765b4c8934a941324c14dc107
88488864
languageName: node
88498865
linkType: hard
88508866

@@ -8954,7 +8970,7 @@ __metadata:
89548970
languageName: node
89558971
linkType: hard
89568972

8957-
"esquery@npm:^1.4.0, esquery@npm:^1.4.2":
8973+
"esquery@npm:^1.4.0, esquery@npm:^1.4.2, esquery@npm:^1.6.0":
89588974
version: 1.6.0
89598975
resolution: "esquery@npm:1.6.0"
89608976
dependencies:
@@ -15676,7 +15692,7 @@ __metadata:
1567615692
diff: "npm:^7.0.0"
1567715693
diff2html: "npm:^3.4.48"
1567815694
eslint: "npm:^8.57.0"
15679-
eslint-plugin-jsonc: "npm:^2.16.0"
15695+
eslint-plugin-jsonc: "npm:^2.18.2"
1568015696
eslint-plugin-prettier: "npm:^5.1.3"
1568115697
fast-glob: "npm:^3.3.2"
1568215698
gh-pages: "npm:^6.2.0"

0 commit comments

Comments
 (0)