Commit 505fec7
chore(deps-dev): bump the typescript group across 1 directory with 4 updates (#613)
* chore(deps-dev): bump the typescript group across 1 directory with 4 updates
Bumps the typescript group with 4 updates in the / directory: [@types/glob](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/glob), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@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 `@types/glob` from 8.1.0 to 9.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/glob)
Updates `@types/node` from 20.19.32 to 25.2.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Updates `@typescript-eslint/eslint-plugin` from 6.21.0 to 8.55.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.55.0/packages/eslint-plugin)
Updates `@typescript-eslint/parser` from 6.21.0 to 8.55.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.55.0/packages/parser)
---
updated-dependencies:
- dependency-name: "@types/glob"
dependency-version: 9.0.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: typescript
- dependency-name: "@types/node"
dependency-version: 25.2.2
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: typescript
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-version: 8.55.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: typescript
- dependency-name: "@typescript-eslint/parser"
dependency-version: 8.55.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: typescript
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix: convert require() to ES import for typescript-eslint v8
The new @typescript-eslint v8 enforces no-require-imports. Replace the
require('execa') call with an ES import and cast to jest.Mock.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jiaxiao (mossaka) Zhou <duibao55328@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent f5b7bea commit 505fec7
3 files changed
+225
-301
lines changed
0 commit comments