Skip to content

Commit adfdb09

Browse files
Bump the npm-dependencies group with 4 updates
Bumps the npm-dependencies group with 4 updates: [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) and [prettier](https://github.com/prettier/prettier). Updates `@actions/core` from 1.11.1 to 2.0.1 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/@actions/artifact@2.0.1/packages/core) Updates `@types/node` from 24.10.1 to 25.0.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-plugin-jest` from 29.2.1 to 29.12.0 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v29.2.1...v29.12.0) Updates `prettier` from 3.6.2 to 3.7.4 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.6.2...3.7.4) --- updated-dependencies: - dependency-name: "@actions/core" dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-dependencies - dependency-name: "@types/node" dependency-version: 25.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-dependencies - dependency-name: eslint-plugin-jest dependency-version: 29.12.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: prettier dependency-version: 3.7.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3442f3f commit adfdb09

File tree

2 files changed

+46
-29
lines changed

2 files changed

+46
-29
lines changed

package-lock.json

Lines changed: 42 additions & 25 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
@@ -26,7 +26,7 @@
2626
"author": "Grant Birkinbine",
2727
"license": "MIT",
2828
"dependencies": {
29-
"@actions/core": "^1.11.1",
29+
"@actions/core": "^2.0.1",
3030
"@actions/github": "^6.0.1",
3131
"@octokit/plugin-retry": "^6.0.1",
3232
"@octokit/request": "^10.0.6",
@@ -53,15 +53,15 @@
5353
"devDependencies": {
5454
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
5555
"@babel/preset-env": "^7.28.5",
56-
"@types/node": "^24.9.2",
56+
"@types/node": "^25.0.3",
5757
"@vercel/ncc": "^0.38.4",
5858
"@babel/core": "^7.28.5",
5959
"babel-jest": "^30.2.0",
6060
"eslint": "^8.57.0",
61-
"eslint-plugin-jest": "^29.0.1",
61+
"eslint-plugin-jest": "^29.12.0",
6262
"jest": "^30.2.0",
6363
"js-yaml": "^4.1.0",
6464
"make-coverage-badge": "^1.2.0",
65-
"prettier": "^3.6.2"
65+
"prettier": "^3.7.4"
6666
}
6767
}

0 commit comments

Comments
 (0)