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-vue from 9.21.1 to 9.22.0 #234

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 @@ -51,7 +51,7 @@
"dotenv": "^16.4.5",
"dotenv-checker": "^1.1.5",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.21.1",
"eslint-plugin-vue": "^9.22.0",
"husky": "^8.0.3",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
Expand Down
27 changes: 19 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2423,20 +2423,20 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-vue@npm:^9.21.1":
version: 9.21.1
resolution: "eslint-plugin-vue@npm:9.21.1"
"eslint-plugin-vue@npm:^9.22.0":
version: 9.22.0
resolution: "eslint-plugin-vue@npm:9.22.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.4.0"
natural-compare: "npm:^1.4.0"
nth-check: "npm:^2.1.1"
postcss-selector-parser: "npm:^6.0.13"
semver: "npm:^7.5.4"
postcss-selector-parser: "npm:^6.0.15"
semver: "npm:^7.6.0"
vue-eslint-parser: "npm:^9.4.2"
xml-name-validator: "npm:^4.0.0"
peerDependencies:
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
checksum: 10/7f18924844b11e7d2659b35320e481c7742865ca2973e217a6bd5a8d6885ca10a48a453cc4fe3efab368dc6a35a6006efd825a39c48b6e965d23d2f4c119c0c3
checksum: 10/0980a7a207ba5fa0997cab4f1622cc2766bf28a5e5c448e561828cdd870a287edd32d8aa7c797a1764fed07241645ddb65a3fd1a949f3a9163922d8cd76e1a0e
languageName: node
linkType: hard

Expand Down Expand Up @@ -2922,7 +2922,7 @@ __metadata:
dotenv: "npm:^16.4.5"
dotenv-checker: "npm:^1.1.5"
eslint: "npm:^8.57.0"
eslint-plugin-vue: "npm:^9.21.1"
eslint-plugin-vue: "npm:^9.22.0"
husky: "npm:^8.0.3"
jsdom: "npm:^24.0.0"
lint-staged: "npm:^15.2.2"
Expand Down Expand Up @@ -4606,7 +4606,7 @@ __metadata:
languageName: node
linkType: hard

"postcss-selector-parser@npm:^6.0.13":
"postcss-selector-parser@npm:^6.0.15":
version: 6.0.15
resolution: "postcss-selector-parser@npm:6.0.15"
dependencies:
Expand Down Expand Up @@ -5042,6 +5042,17 @@ __metadata:
languageName: node
linkType: hard

"semver@npm:^7.6.0":
version: 7.6.0
resolution: "semver@npm:7.6.0"
dependencies:
lru-cache: "npm:^6.0.0"
bin:
semver: bin/semver.js
checksum: 10/1b41018df2d8aca5a1db4729985e8e20428c650daea60fcd16e926e9383217d00f574fab92d79612771884a98d2ee2a1973f49d630829a8d54d6570defe62535
languageName: node
linkType: hard

"set-function-length@npm:^1.1.1":
version: 1.2.0
resolution: "set-function-length@npm:1.2.0"
Expand Down
Loading