Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): Bump eslint-plugin-jsonc from 2.13.0 to 2.14.0 #359

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest-formatting": "3.1.0",
"eslint-plugin-jsdoc": "48.2.1",
"eslint-plugin-jsonc": "2.13.0",
"eslint-plugin-jsonc": "2.14.0",
"eslint-plugin-markdown": "4.0.1",
"eslint-plugin-markdownlint": "0.5.0",
"eslint-plugin-mdx": "3.1.5",
Expand Down
23 changes: 17 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1442,7 +1442,7 @@ __metadata:
eslint-plugin-import: "npm:2.29.1"
eslint-plugin-jest-formatting: "npm:3.1.0"
eslint-plugin-jsdoc: "npm:48.2.1"
eslint-plugin-jsonc: "npm:2.13.0"
eslint-plugin-jsonc: "npm:2.14.0"
eslint-plugin-markdown: "npm:4.0.1"
eslint-plugin-markdownlint: "npm:0.5.0"
eslint-plugin-mdx: "npm:3.1.5"
Expand Down Expand Up @@ -4707,6 +4707,17 @@ __metadata:
languageName: node
linkType: hard

"eslint-compat-utils@npm:^0.5.0":
version: 0.5.0
resolution: "eslint-compat-utils@npm:0.5.0"
dependencies:
semver: "npm:^7.5.4"
peerDependencies:
eslint: ">=6.0.0"
checksum: 10/3f305ca4d9af42ff536cb9abedd4fddecb36809ee04772d5f16c5e4437b169fcfa02c5e6a1554df092dceb67864d0d4516d2db4b3a91131bb8dbbafe00d7b209
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 @@ -4857,20 +4868,20 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-jsonc@npm:2.13.0":
version: 2.13.0
resolution: "eslint-plugin-jsonc@npm:2.13.0"
"eslint-plugin-jsonc@npm:2.14.0":
version: 2.14.0
resolution: "eslint-plugin-jsonc@npm:2.14.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.2.0"
eslint-compat-utils: "npm:^0.4.0"
eslint-compat-utils: "npm:^0.5.0"
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/32770482d40551de7722ddf3750a1d93ffd39fb8efc821dfb8d7a78ae0fa05c5f96a18b3e2c82beb295bb0411c22c6b6ee17156721c643e237d58f4088854708
checksum: 10/5fb94f68e475b2a945da4119941b1a780e1a8780a175ad54f80d4dbea55ff33728da3db3f8cd971e39c6d27de22b3fb488669aaa88423cee472cf9ed57c95b45
languageName: node
linkType: hard

Expand Down
Loading