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.19.2 to 9.20.1 #24

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 @@ -53,7 +53,7 @@
"dotenv": "^16.3.1",
"dotenv-checker": "^1.1.5",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.19.2",
"eslint-plugin-vue": "^9.20.1",
"husky": "^8.0.3",
"jsdom": "^23.2.0",
"lint-staged": "^15.2.0",
Expand Down
29 changes: 23 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3192,7 +3192,7 @@ __metadata:
dotenv: "npm:^16.3.1"
dotenv-checker: "npm:^1.1.5"
eslint: "npm:^8.56.0"
eslint-plugin-vue: "npm:^9.19.2"
eslint-plugin-vue: "npm:^9.20.1"
husky: "npm:^8.0.3"
jsdom: "npm:^23.2.0"
lint-staged: "npm:^15.2.0"
Expand Down Expand Up @@ -3822,20 +3822,20 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-vue@npm:^9.19.2":
version: 9.19.2
resolution: "eslint-plugin-vue@npm:9.19.2"
"eslint-plugin-vue@npm:^9.20.1":
version: 9.20.1
resolution: "eslint-plugin-vue@npm:9.20.1"
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"
vue-eslint-parser: "npm:^9.3.1"
vue-eslint-parser: "npm:^9.4.0"
xml-name-validator: "npm:^4.0.0"
peerDependencies:
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
checksum: 4cadfd71ef2acd2873302b21675951cb6b397b158adc0bf131ae6425fcf1b7a21c0ec989798684e203521e078863f53f8313ab0635c21882b50e2581682e319f
checksum: b9d2d2400aad7a77b3da6844f261cc2d9e86d99ae0febd7d544ababbf316be7eddfc3ff610e5d1d0ea3c9db0d24bbafe3129b1b8472ff10fe81162ded402736c
languageName: node
linkType: hard

Expand Down Expand Up @@ -7625,6 +7625,23 @@ __metadata:
languageName: node
linkType: hard

"vue-eslint-parser@npm:^9.4.0":
version: 9.4.0
resolution: "vue-eslint-parser@npm:9.4.0"
dependencies:
debug: "npm:^4.3.4"
eslint-scope: "npm:^7.1.1"
eslint-visitor-keys: "npm:^3.3.0"
espree: "npm:^9.3.1"
esquery: "npm:^1.4.0"
lodash: "npm:^4.17.21"
semver: "npm:^7.3.6"
peerDependencies:
eslint: ">=6.0.0"
checksum: a5e31ac1ab91ecc2f7f3222fe505f92aa453de238645e0fb691fdf14be50aa1e98161c530b37540f5ea241f1a26bfb1aa2bf449be7838203d78fff51921d7a44
languageName: node
linkType: hard

"vue-i18n@npm:9.9.0":
version: 9.9.0
resolution: "vue-i18n@npm:9.9.0"
Expand Down