Skip to content

Commit b6c6ff3

Browse files
dependabot[bot]jessehouwing
authored andcommitted
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.1` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.30.1` | `8.31.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.30.1` | `8.31.0` | | [eslint](https://github.com/eslint/eslint) | `9.24.0` | `9.25.1` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.30.1` | `8.31.0` | Updates `@eslint/js` from 9.24.0 to 9.25.1 - [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.1/packages/js) Updates `@typescript-eslint/eslint-plugin` from 8.30.1 to 8.31.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.31.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.30.1 to 8.31.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.31.0/packages/parser) Updates `eslint` from 9.24.0 to 9.25.1 - [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.1) Updates `typescript-eslint` from 8.30.1 to 8.31.0 - [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.31.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.25.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.31.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@typescript-eslint/parser" dependency-version: 8.31.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint dependency-version: 9.25.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: typescript-eslint dependency-version: 8.31.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bccff04 commit b6c6ff3

File tree

2 files changed

+78
-78
lines changed

2 files changed

+78
-78
lines changed

package-lock.json

Lines changed: 73 additions & 73 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
@@ -34,22 +34,22 @@
3434
"license": "MIT",
3535
"devDependencies": {
3636
"@eslint/eslintrc": "^3.3.1",
37-
"@eslint/js": "^9.23.0",
37+
"@eslint/js": "^9.25.1",
3838
"@types/core-js": "^2.5.8",
3939
"@types/fs-extra": "^5.1.0",
4040
"@types/node": "^20.17.27",
4141
"@types/promise-retry": "^1.1.6",
4242
"@types/q": "^1.5.8",
4343
"@types/temp": "^0.9.4",
4444
"@types/xmldom": "^0.1.34",
45-
"@typescript-eslint/eslint-plugin": "^8.28.0",
46-
"@typescript-eslint/parser": "^8.30.1",
45+
"@typescript-eslint/eslint-plugin": "^8.31.0",
46+
"@typescript-eslint/parser": "^8.31.0",
4747
"@ungap/structured-clone": "^1.3.0",
48-
"eslint": "^9.24.0",
48+
"eslint": "^9.25.1",
4949
"glob-exec": "^0.1.1",
5050
"globals": "^16.0.0",
5151
"tfx-cli": "^0.21.1",
5252
"typescript": "^5.8.3",
53-
"typescript-eslint": "^8.30.1"
53+
"typescript-eslint": "^8.31.0"
5454
}
5555
}

0 commit comments

Comments
 (0)