Skip to content

Commit 056d6a2

Browse files
Bump the eslint group with 4 updates
Bumps the eslint group with 4 updates: [@html-eslint/eslint-plugin](https://github.com/yeonjuan/html-eslint), [@html-eslint/parser](https://github.com/yeonjuan/html-eslint), [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@html-eslint/eslint-plugin` from 0.46.2 to 0.47.0 - [Release notes](https://github.com/yeonjuan/html-eslint/releases) - [Commits](yeonjuan/html-eslint@v0.46.2...v0.47.0) Updates `@html-eslint/parser` from 0.46.2 to 0.47.0 - [Release notes](https://github.com/yeonjuan/html-eslint/releases) - [Commits](yeonjuan/html-eslint@v0.46.2...v0.47.0) Updates `eslint-plugin-vue` from 10.4.0 to 10.5.0 - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Changelog](https://github.com/vuejs/eslint-plugin-vue/blob/master/CHANGELOG.md) - [Commits](vuejs/eslint-plugin-vue@v10.4.0...v10.5.0) Updates `typescript-eslint` from 8.44.0 to 8.44.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.44.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@html-eslint/eslint-plugin" dependency-version: 0.47.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@html-eslint/parser" dependency-version: 0.47.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-vue dependency-version: 10.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: typescript-eslint dependency-version: 8.44.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f57027c commit 056d6a2

File tree

2 files changed

+99
-95
lines changed

2 files changed

+99
-95
lines changed

package-lock.json

Lines changed: 95 additions & 91 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@
2222
},
2323
"devDependencies": {
2424
"@eslint/js": "^9.36.0",
25-
"@html-eslint/eslint-plugin": "^0.46.2",
26-
"@html-eslint/parser": "^0.46.0",
25+
"@html-eslint/eslint-plugin": "^0.47.0",
26+
"@html-eslint/parser": "^0.47.0",
2727
"@quasar/vite-plugin": "^1.10.0",
2828
"@types/node": "^24.5.2",
2929
"@vitejs/plugin-vue": "^6.0.1",
3030
"eslint": "^9.36.0",
3131
"eslint-config-prettier": "^10.1.8",
3232
"eslint-plugin-json": "^4.0.1",
33-
"eslint-plugin-vue": "^10.4.0",
33+
"eslint-plugin-vue": "^10.5.0",
3434
"eslint-plugin-vue-scoped-css": "^2.12.0",
3535
"eslint-plugin-yml": "^1.18.0",
3636
"globals": "^16.4.0",
3737
"prettier": "^3.6.2",
3838
"typescript": "^5.9.2",
39-
"typescript-eslint": "^8.44.0",
39+
"typescript-eslint": "^8.44.1",
4040
"vite": "^7.1.7",
4141
"vue-eslint-parser": "^10.2.0",
4242
"vue-tsc": "^3.0.7"

0 commit comments

Comments
 (0)