Skip to content

Commit 10a49da

Browse files
build(deps-dev): bump dev group with 4 updates (#180)
Bumps the dev group with 4 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser), [ts-jest-mock-import-meta](https://github.com/ThomZz/ts-jest-mock-import-meta) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@typescript-eslint/eslint-plugin` from 8.58.2 to 8.59.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.59.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.58.2 to 8.59.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.59.0/packages/parser) Updates `ts-jest-mock-import-meta` from 1.3.1 to 1.3.2 - [Release notes](https://github.com/ThomZz/ts-jest-mock-import-meta/releases) - [Commits](ThomZz/ts-jest-mock-import-meta@v1.3.1...v1.3.2) Updates `typescript-eslint` from 8.58.2 to 8.59.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.59.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.59.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev - dependency-name: "@typescript-eslint/parser" dependency-version: 8.59.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev - dependency-name: ts-jest-mock-import-meta dependency-version: 1.3.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev - dependency-name: typescript-eslint dependency-version: 8.59.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5974f60 commit 10a49da

2 files changed

Lines changed: 72 additions & 72 deletions

File tree

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,19 +69,19 @@
6969
"@types/jest": "^30.0.0",
7070
"@types/node": "^25.6.0",
7171
"@types/semver": "7.7.1",
72-
"@typescript-eslint/eslint-plugin": "^8.58.2",
73-
"@typescript-eslint/parser": "^8.58.2",
72+
"@typescript-eslint/eslint-plugin": "^8.59.0",
73+
"@typescript-eslint/parser": "^8.59.0",
7474
"changelog-light": "^3.0.8",
7575
"cspell": "^9.7.0",
7676
"eslint": "^9.39.4",
7777
"jest": "^30.3.0",
7878
"pkgroll": "^2.27.0",
7979
"ts-jest": "29.4.4",
80-
"ts-jest-mock-import-meta": "^1.3.1",
80+
"ts-jest-mock-import-meta": "^1.3.2",
8181
"ts-node": "^10.1.0",
8282
"tsx": "^4.21.0",
8383
"typescript": "^5.9.3",
84-
"typescript-eslint": "^8.58.2"
84+
"typescript-eslint": "^8.59.0"
8585
},
8686
"engines": {
8787
"node": ">=20.0.0"

0 commit comments

Comments
 (0)