Skip to content

Commit 0bce693

Browse files
chore(deps): bump the typescript-eslint group with 2 updates (#6493)
Bumps the typescript-eslint group with 2 updates: [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@typescript-eslint/utils` from 8.58.0 to 8.58.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.1/packages/utils) Updates `typescript-eslint` from 8.58.0 to 8.58.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.58.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@typescript-eslint/utils" dependency-version: 8.58.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: typescript-eslint - dependency-name: typescript-eslint dependency-version: 8.58.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: typescript-eslint ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e6a666e commit 0bce693

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

package-lock.json

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

packages/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@angular-eslint/utils": "21.3.1",
41-
"@typescript-eslint/utils": "^8.58.0"
41+
"@typescript-eslint/utils": "^8.58.1"
4242
},
4343
"devDependencies": {
4444
"@angular-eslint/bundled-angular-compiler": "21.3.1",

storybooks/_storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"globals": "17.4.0",
3131
"storybook": "10.3.5",
3232
"typescript": "~5.9.3",
33-
"typescript-eslint": "^8.58.0",
33+
"typescript-eslint": "^8.58.1",
3434
"vite": "8.0.8"
3535
}
3636
}

storybooks/react-storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"globals": "17.4.0",
3131
"storybook": "10.3.5",
3232
"typescript": "~5.9.3",
33-
"typescript-eslint": "^8.58.0",
33+
"typescript-eslint": "^8.58.1",
3434
"vite": "8.0.8"
3535
}
3636
}

0 commit comments

Comments
 (0)