Skip to content

Commit

Permalink
build(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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent fa5a3ec commit 4e06a4c
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest-formatting": "3.1.0",
"eslint-plugin-jsdoc": "50.4.3",
"eslint-plugin-jsonc": "2.16.0",
"eslint-plugin-jsonc": "2.18.2",
"eslint-plugin-markdownlint": "0.6.0",
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-n": "17.13.0",
Expand Down
39 changes: 33 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1972,7 +1972,7 @@ __metadata:
eslint-plugin-import: "npm:2.31.0"
eslint-plugin-jest-formatting: "npm:3.1.0"
eslint-plugin-jsdoc: "npm:50.4.3"
eslint-plugin-jsonc: "npm:2.16.0"
eslint-plugin-jsonc: "npm:2.18.2"
eslint-plugin-markdownlint: "npm:0.6.0"
eslint-plugin-mdx: "npm:3.1.5"
eslint-plugin-n: "npm:17.13.0"
Expand Down Expand Up @@ -4856,6 +4856,17 @@ __metadata:
languageName: node
linkType: hard

"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: 10/61b05c05400c1c53410e475bc48025ae18608282eb6e05d861b5067251eb75bcf06bcaf74784792c91cef08e5dad76b0096c0a364757b4550334a8cb73eadbb6
languageName: node
linkType: hard

"eslint-import-resolver-node@npm:^0.3.9":
version: 0.3.9
resolution: "eslint-import-resolver-node@npm:0.3.9"
Expand Down Expand Up @@ -4892,6 +4903,21 @@ __metadata:
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: 10/083272c0cdbc6acd9fe9bfe939e0c76493a426400141203d7f0e76344d5874c5a88535c59300045e4c6f95baa5084eff512013f82bcd9e7426404c785e2ea55d
languageName: node
linkType: hard

"eslint-mdx@npm:3.1.5, eslint-mdx@npm:^3.1.5":
version: 3.1.5
resolution: "eslint-mdx@npm:3.1.5"
Expand Down Expand Up @@ -5009,20 +5035,21 @@ __metadata:
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: 10/bec880a4d6f0cd8ba37ae3a6528477d3161b41ca7b885ed43c34bed95d09b30fd1d277bfa9e487164f5a8aad265f3b075a4b479c20811fe0dd18c25b6835cf56
checksum: 10/7c63d5387d44e70de0a74ba4bc82d3db87d82665e21ac9c73ae28803174e8820dfc607b84e477a0a9871113e3e616ae731f1468944b060e60177f033589e6c4e
languageName: node
linkType: hard

Expand Down

0 comments on commit 4e06a4c

Please sign in to comment.