Skip to content

Commit d0cfd1e

Browse files
build(deps-dev): bump the typescript-eslint group across 1 directory with 2 updates (#2202)
* build(deps-dev): bump the typescript-eslint group across 1 directory with 2 updates Bumps the typescript-eslint group with 2 updates in the / directory: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser). Updates `@typescript-eslint/eslint-plugin` from 7.15.0 to 8.26.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.26.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.15.0 to 8.26.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.26.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major dependency-group: typescript-eslint - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major dependency-group: typescript-eslint ... Signed-off-by: dependabot[bot] <[email protected]> * Ignore unused caught errors --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mathieu Leplatre <[email protected]>
1 parent ae7f46d commit d0cfd1e

File tree

3 files changed

+115
-96
lines changed

3 files changed

+115
-96
lines changed

Diff for: .eslintrc

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
{
1616
"vars": "all",
1717
"args": "none",
18+
"caughtErrorsIgnorePattern": "(e|err)",
1819
"ignoreRestSiblings": false
1920
}
2021
],

0 commit comments

Comments
 (0)