Skip to content

Commit d5db0ab

Browse files
Bump the js-deps group across 1 directory with 4 updates
Bumps the js-deps group with 3 updates in the / directory: [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [eslint](https://github.com/eslint/eslint). Updates `@actions/core` from 3.0.0 to 3.0.1 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Updates `@typescript-eslint/eslint-plugin` from 8.58.1 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.1 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 `eslint` from 10.2.0 to 10.2.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.2.0...v10.2.1) --- updated-dependencies: - dependency-name: "@actions/core" dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: js-deps - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.59.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: js-deps - dependency-name: "@typescript-eslint/parser" dependency-version: 8.59.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: js-deps - dependency-name: eslint dependency-version: 10.2.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: js-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7247af2 commit d5db0ab

2 files changed

Lines changed: 88 additions & 88 deletions

File tree

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@
2525
"author": "Kyle Conroy",
2626
"license": "MIT",
2727
"dependencies": {
28-
"@actions/core": "^3.0.0",
28+
"@actions/core": "^3.0.1",
2929
"@actions/tool-cache": "^4.0.0"
3030
},
3131
"devDependencies": {
3232
"@types/jest": "^30.0.0",
3333
"@types/node": "^25.6.0",
34-
"@typescript-eslint/eslint-plugin": "^8.58.1",
34+
"@typescript-eslint/eslint-plugin": "^8.59.0",
3535
"@typescript-eslint/parser": "^8.58.1",
3636
"esbuild": "^0.28.0",
37-
"eslint": "^10.2.0",
37+
"eslint": "^10.2.1",
3838
"jest": "^30.3.0",
3939
"jest-circus": "^30.3.0",
4040
"js-yaml": "^4.1.1",

0 commit comments

Comments
 (0)