Skip to content

Commit b93a52a

Browse files
chore: bump the typescript-eslint group across 1 directory with 3 updates
Bumps the typescript-eslint group with 3 updates in the / directory: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint), [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) and [@typescript-eslint/rule-tester](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/rule-tester). Updates `typescript-eslint` from 8.58.2 to 8.59.2 - [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.59.2/packages/typescript-eslint) Updates `@typescript-eslint/utils` from 8.58.2 to 8.59.2 - [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.59.2/packages/utils) Updates `@typescript-eslint/rule-tester` from 8.58.2 to 8.59.2 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/rule-tester/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.2/packages/rule-tester) --- updated-dependencies: - dependency-name: "@typescript-eslint/rule-tester" dependency-version: 8.59.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint - dependency-name: "@typescript-eslint/utils" dependency-version: 8.59.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: typescript-eslint - dependency-name: typescript-eslint dependency-version: 8.59.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 33bd32e commit b93a52a

3 files changed

Lines changed: 180 additions & 55 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"syncpack": "^14.0.0",
5959
"turbo": "^2.8.14",
6060
"typescript": "catalog:",
61-
"typescript-eslint": "^8.58.2",
61+
"typescript-eslint": "^8.59.2",
6262
"yaml": "^2.8.3"
6363
}
6464
}

packages/eslint-plugin-internal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
"test:coverage": "pnpm test --coverage"
2727
},
2828
"dependencies": {
29-
"@typescript-eslint/utils": "^8.58.2",
29+
"@typescript-eslint/utils": "^8.59.2",
3030
"ts-api-utils": "^2.5.0"
3131
},
3232
"devDependencies": {
33-
"@typescript-eslint/rule-tester": "^8.58.2",
33+
"@typescript-eslint/rule-tester": "^8.59.2",
3434
"@vitest/coverage-v8": "catalog:",
3535
"eslint": "catalog:",
3636
"eslint-plugin-eslint-plugin": "^7.3.2",

0 commit comments

Comments
 (0)