Skip to content

Commit

Permalink
chore(deps): bump the eslint group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the eslint group with 2 updates: [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) and [eslint](https://github.com/eslint/eslint).


Updates `eslint-plugin-vue` from 9.30.0 to 9.31.0
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](vuejs/eslint-plugin-vue@v9.30.0...v9.31.0)

Updates `eslint` from 9.14.0 to 9.15.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.14.0...v9.15.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent dff66f4 commit cda2fc6
Show file tree
Hide file tree
Showing 5 changed files with 1,545 additions and 1,305 deletions.
2 changes: 1 addition & 1 deletion examples/modal-teleport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@nuxtjs/eslint-config-typescript": "12.1.0",
"@unocss/nuxt": "0.63.6",
"@unocss/reset": "0.63.6",
"eslint": "9.14.0",
"eslint": "9.15.0",
"nuxt": "3.13.2",
"unocss": "0.63.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cms-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/three": "0.166.0",
"@vitest/coverage-v8": "2.1.4",
"eslint-config-shopware": "workspace:*",
"eslint-plugin-vue": "9.30.0",
"eslint-plugin-vue": "9.31.0",
"nuxt": "3.13.2",
"tsconfig": "workspace:*",
"typescript": "5.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-shopware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"license": "MIT",
"dependencies": {
"eslint": "9.14.0",
"eslint": "9.15.0",
"eslint-config-prettier": "9.1.0",
"typescript-eslint": "8.12.2"
},
Expand Down
Loading

0 comments on commit cda2fc6

Please sign in to comment.