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

Revert "Bump eslint-plugin-vue from 9.9.0 to 9.15.1" #201

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 @@ -31,7 +31,7 @@
"@vue/compiler-sfc": "^3.2.47",
"crypto-browserify": "^3.12.0",
"eslint": "^8.43.0",
"eslint-plugin-vue": "^9.15.1",
"eslint-plugin-vue": "^9.9.0",
"ifdef-loader": "^2.3.2",
"sass": "~1.63.5",
"sass-loader": "^13.2.1",
Expand Down
46 changes: 23 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2364,17 +2364,6 @@ __metadata:
languageName: node
linkType: hard

"@eslint-community/eslint-utils@npm:^4.3.0":
version: 4.4.0
resolution: "@eslint-community/eslint-utils@npm:4.4.0"
dependencies:
eslint-visitor-keys: ^3.3.0
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
checksum: cdfe3ae42b4f572cbfb46d20edafe6f36fc5fb52bf2d90875c58aefe226892b9677fef60820e2832caf864a326fe4fc225714c46e8389ccca04d5f9288aabd22
languageName: node
linkType: hard

"@eslint-community/regexpp@npm:^4.4.0":
version: 4.4.0
resolution: "@eslint-community/regexpp@npm:4.4.0"
Expand Down Expand Up @@ -5813,7 +5802,7 @@ __metadata:
core-js: ^3.29.1
crypto-browserify: ^3.12.0
eslint: ^8.43.0
eslint-plugin-vue: ^9.15.1
eslint-plugin-vue: ^9.9.0
ifdef-loader: ^2.3.2
register-service-worker: ^1.7.1
sass: ~1.63.5
Expand Down Expand Up @@ -6083,20 +6072,20 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-vue@npm:^9.15.1":
version: 9.15.1
resolution: "eslint-plugin-vue@npm:9.15.1"
"eslint-plugin-vue@npm:^9.9.0":
version: 9.9.0
resolution: "eslint-plugin-vue@npm:9.9.0"
dependencies:
"@eslint-community/eslint-utils": ^4.3.0
eslint-utils: ^3.0.0
natural-compare: ^1.4.0
nth-check: ^2.0.1
postcss-selector-parser: ^6.0.9
semver: ^7.3.5
vue-eslint-parser: ^9.3.0
vue-eslint-parser: ^9.0.1
xml-name-validator: ^4.0.0
peerDependencies:
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
checksum: b1cdb16e43e681938c25f1d3f2d5d0d76a99172efdcfa0fa98cdb21122d520e12ae2f8ff2b40bf47a5b9f476f54199494a2851d99edc5bad0a25156ef38eeac4
checksum: 059f9c1915504d074adf64bc3371d1e174f8844088d0e08800c958cbef09d7fdf2a0a949634187231645435a1ef31595c8c81f441000ec43589bb58a1282fe3c
languageName: node
linkType: hard

Expand Down Expand Up @@ -6130,7 +6119,18 @@ __metadata:
languageName: node
linkType: hard

"eslint-visitor-keys@npm:^2.1.0":
"eslint-utils@npm:^3.0.0":
version: 3.0.0
resolution: "eslint-utils@npm:3.0.0"
dependencies:
eslint-visitor-keys: ^2.0.0
peerDependencies:
eslint: ">=5"
checksum: 0668fe02f5adab2e5a367eee5089f4c39033af20499df88fe4e6aba2015c20720404d8c3d6349b6f716b08fdf91b9da4e5d5481f265049278099c4c836ccb619
languageName: node
linkType: hard

"eslint-visitor-keys@npm:^2.0.0, eslint-visitor-keys@npm:^2.1.0":
version: 2.1.0
resolution: "eslint-visitor-keys@npm:2.1.0"
checksum: e3081d7dd2611a35f0388bbdc2f5da60b3a3c5b8b6e928daffff7391146b434d691577aa95064c8b7faad0b8a680266bcda0a42439c18c717b80e6718d7e267d
Expand Down Expand Up @@ -11572,9 +11572,9 @@ __metadata:
languageName: node
linkType: hard

"vue-eslint-parser@npm:^9.3.0":
version: 9.3.1
resolution: "vue-eslint-parser@npm:9.3.1"
"vue-eslint-parser@npm:^9.0.1":
version: 9.1.0
resolution: "vue-eslint-parser@npm:9.1.0"
dependencies:
debug: ^4.3.4
eslint-scope: ^7.1.1
Expand All @@ -11585,7 +11585,7 @@ __metadata:
semver: ^7.3.6
peerDependencies:
eslint: ">=6.0.0"
checksum: 6d1476b45fcc5b456a1e5c0f33ec695cf1d392ca6113250d5e3441e6cf3b2a0ec28a9455699363641dfb7c48358f215db07856c98385a31ace9bc58196f4156e
checksum: e2e6b05989294c4439d91283a78a0cb444cfba30f2715a5be1950d7815cadb5c8f449d9362a92bdd163cb8944abaac73bb076ce3c27b27586eaa4560002e6dfd
languageName: node
linkType: hard

Expand Down
Loading