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

npm:(deps-dev): bump eslint-plugin-vue from 9.26.0 to 9.27.0 #121

Closed
Closed
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
18 changes: 18 additions & 0 deletions .changelog/121.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
```release-note:enhancement
ci/dependabot: npm:(deps-dev): bump eslint-plugin-vue from 9.26.0 to 9.27.0

npm:(deps-dev): bump eslint-plugin-vue from 9.26.0 to 9.27.0

Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.26.0 to 9.27.0.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.26.0...v9.27.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-vue
dependency-type: direct:development
update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
```
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"eslint": "^9.5.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-vue": "^9.26.0",
"eslint-plugin-vue": "^9.27.0",
"eslint-plugin-vuejs-accessibility": "^2.3.0",
"jest": "^29.7.0",
"sass": "^1.77.6",
Expand Down
31 changes: 24 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3514,21 +3514,21 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-vue@npm:^9.26.0":
version: 9.26.0
resolution: "eslint-plugin-vue@npm:9.26.0"
"eslint-plugin-vue@npm:^9.27.0":
version: 9.27.0
resolution: "eslint-plugin-vue@npm:9.27.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.4.0"
globals: "npm:^13.24.0"
natural-compare: "npm:^1.4.0"
nth-check: "npm:^2.1.1"
postcss-selector-parser: "npm:^6.0.15"
semver: "npm:^7.6.0"
vue-eslint-parser: "npm:^9.4.2"
vue-eslint-parser: "npm:^9.4.3"
xml-name-validator: "npm:^4.0.0"
peerDependencies:
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0
checksum: 10c0/5236762e9ff0bb4f6ce0f59b7923d0ed46bed7b42141d0a4aa93b4f382f5a5e5c8d940dff2ff1ee30f5d3a16523481580239ec0b8800f5370a5aead2cc577386
checksum: 10c0/a99f8f0f9363cdb931816958bee9787236774d3e1b76c49e4207fefa4d0ebd34dcc29b3fe7ceaf1e36d2c505a6a339fdce54bd1466007f32c1eb4da1814db903
languageName: node
linkType: hard

Expand Down Expand Up @@ -6312,7 +6312,7 @@ __metadata:
eslint: "npm:^9.5.0"
eslint-config-airbnb: "npm:^19.0.4"
eslint-plugin-import: "npm:^2.25.3"
eslint-plugin-vue: "npm:^9.26.0"
eslint-plugin-vue: "npm:^9.27.0"
eslint-plugin-vuejs-accessibility: "npm:^2.3.0"
google-protobuf: "npm:^3.21.2"
grpc-web: "npm:^1.5.0"
Expand Down Expand Up @@ -6896,7 +6896,7 @@ __metadata:
languageName: node
linkType: hard

"vue-eslint-parser@npm:^9.0.1, vue-eslint-parser@npm:^9.4.2":
"vue-eslint-parser@npm:^9.0.1":
version: 9.4.2
resolution: "vue-eslint-parser@npm:9.4.2"
dependencies:
Expand All @@ -6913,6 +6913,23 @@ __metadata:
languageName: node
linkType: hard

"vue-eslint-parser@npm:^9.4.3":
version: 9.4.3
resolution: "vue-eslint-parser@npm:9.4.3"
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: 10c0/128be5988de025b5abd676a91c3e92af68288a5da1c20b2ff848fe90e040c04b2222a03b5d8048cf4a5e0b667a8addfb6f6e6565860d4afb5190c4cc42d05578
languageName: node
linkType: hard

"vue-router@npm:^4.3.3":
version: 4.3.3
resolution: "vue-router@npm:4.3.3"
Expand Down