Skip to content

Commit b492979

Browse files
Bump the eslint group with 5 updates
Bumps the eslint group with 5 updates: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.24.0` | `9.25.0` | | [@html-eslint/eslint-plugin](https://github.com/yeonjuan/html-eslint) | `0.38.1` | `0.39.0` | | [@html-eslint/parser](https://github.com/yeonjuan/html-eslint) | `0.38.0` | `0.39.0` | | [eslint](https://github.com/eslint/eslint) | `9.24.0` | `9.25.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.29.1` | `8.30.1` | Updates `@eslint/js` from 9.24.0 to 9.25.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.25.0/packages/js) Updates `@html-eslint/eslint-plugin` from 0.38.1 to 0.39.0 - [Release notes](https://github.com/yeonjuan/html-eslint/releases) - [Commits](yeonjuan/html-eslint@v0.38.1...v0.39.0) Updates `@html-eslint/parser` from 0.38.0 to 0.39.0 - [Release notes](https://github.com/yeonjuan/html-eslint/releases) - [Commits](yeonjuan/html-eslint@v0.38.0...v0.39.0) Updates `eslint` from 9.24.0 to 9.25.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.24.0...v9.25.0) Updates `typescript-eslint` from 8.29.1 to 8.30.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.30.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.25.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@html-eslint/eslint-plugin" dependency-version: 0.39.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@html-eslint/parser" dependency-version: 0.39.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint dependency-version: 9.25.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: typescript-eslint dependency-version: 8.30.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 39e4ac5 commit b492979

File tree

2 files changed

+93
-93
lines changed

2 files changed

+93
-93
lines changed

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
"vue-router": "^4.5.0"
2222
},
2323
"devDependencies": {
24-
"@eslint/js": "^9.24.0",
25-
"@html-eslint/eslint-plugin": "^0.38.1",
26-
"@html-eslint/parser": "^0.38.0",
24+
"@eslint/js": "^9.25.0",
25+
"@html-eslint/eslint-plugin": "^0.39.0",
26+
"@html-eslint/parser": "^0.39.0",
2727
"@quasar/vite-plugin": "^1.9.0",
2828
"@types/node": "^22.14.1",
2929
"@vitejs/plugin-vue": "^5.2.3",
30-
"eslint": "^9.24.0",
30+
"eslint": "^9.25.0",
3131
"eslint-config-prettier": "^10.1.2",
3232
"eslint-plugin-json": "^4.0.1",
3333
"eslint-plugin-vue": "^10.0.0",
@@ -36,7 +36,7 @@
3636
"globals": "^16.0.0",
3737
"prettier": "^3.5.3",
3838
"typescript": "^5.8.3",
39-
"typescript-eslint": "^8.29.1",
39+
"typescript-eslint": "^8.30.1",
4040
"vite": "^6.2.6",
4141
"vue-eslint-parser": "^10.1.3",
4242
"vue-tsc": "^2.2.8"

0 commit comments

Comments
 (0)