Skip to content

Commit c499190

Browse files
Bump the dev-dependencies group with 9 updates
Bumps the dev-dependencies group with 9 updates: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.8.0` | `9.9.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.0.0-alpha.59` | `8.2.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.0.0-alpha.59` | `8.2.0` | | [esbuild](https://github.com/evanw/esbuild) | `0.23.0` | `0.23.1` | | [eslint](https://github.com/eslint/eslint) | `9.8.0` | `9.9.0` | | [globals](https://github.com/sindresorhus/globals) | `15.8.0` | `15.9.0` | | [nock](https://github.com/nock/nock) | `13.5.4` | `13.5.5` | | [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.2.3` | `29.2.4` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.0.0-alpha.59` | `8.2.0` | Updates `@eslint/js` from 9.8.0 to 9.9.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.9.0/packages/js) Updates `@typescript-eslint/eslint-plugin` from 8.0.0-alpha.59 to 8.2.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.2.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.0.0-alpha.59 to 8.2.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.2.0/packages/parser) Updates `esbuild` from 0.23.0 to 0.23.1 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.23.0...v0.23.1) Updates `eslint` from 9.8.0 to 9.9.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.8.0...v9.9.0) Updates `globals` from 15.8.0 to 15.9.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v15.8.0...v15.9.0) Updates `nock` from 13.5.4 to 13.5.5 - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](nock/nock@v13.5.4...v13.5.5) Updates `ts-jest` from 29.2.3 to 29.2.4 - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v29.2.3...v29.2.4) Updates `typescript-eslint` from 8.0.0-alpha.59 to 8.2.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.2.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: esbuild dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: globals dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eeb3dc2 commit c499190

File tree

2 files changed

+202
-197
lines changed

2 files changed

+202
-197
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -40,30 +40,30 @@
4040
},
4141
"devDependencies": {
4242
"@eslint-community/eslint-utils": "^4.4.0",
43-
"@eslint/js": "^9.8.0",
43+
"@eslint/js": "^9.9.0",
4444
"@jest/globals": "^29.7.0",
4545
"@types/jest": "^29.5.12",
4646
"@types/node": "^20.14.13",
4747
"@types/semver": "^7.5.8",
48-
"@typescript-eslint/eslint-plugin": ">=8.0.0-alpha",
49-
"@typescript-eslint/parser": ">=8.0.0-alpha",
50-
"esbuild": "^0.23.0",
51-
"eslint": "^9.8.0",
48+
"@typescript-eslint/eslint-plugin": ">=8.2.0",
49+
"@typescript-eslint/parser": ">=8.2.0",
50+
"esbuild": "^0.23.1",
51+
"eslint": "^9.9.0",
5252
"eslint-config-prettier": "^9.1.0",
5353
"eslint-plugin-node": "^11.1.0",
54-
"globals": "^15.8.0",
54+
"globals": "^15.9.0",
5555
"jest": "^29.7.0",
5656
"jest-circus": "^29.7.0",
5757
"jest-cli": "^29.7.0",
5858
"jest-mock": "^29.7.0",
59-
"nock": "^13.5.4",
59+
"nock": "^13.5.5",
6060
"prettier": "^3.3.3",
61-
"ts-jest": "^29.2.3",
61+
"ts-jest": "^29.2.4",
6262
"ts-jest-resolver": "^2.0.1",
6363
"ts-node": "^10.9.2",
6464
"tslib": "^2.6.3",
6565
"typescript": "^5.5.4",
66-
"typescript-eslint": ">=8.0.0-alpha"
66+
"typescript-eslint": ">=8.2.0"
6767
},
6868
"packageManager": "[email protected]"
6969
}

0 commit comments

Comments
 (0)