Skip to content

Commit b3c4e65

Browse files
build(deps-dev): bump the npm-development group across 1 directory with 6 updates
Bumps the npm-development group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.0` | `7.26.7` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.26.0` | `7.26.7` | | [@github/local-action](https://github.com/github/local-action) | `2.5.0` | `2.5.1` | | [eslint](https://github.com/eslint/eslint) | `9.18.0` | `9.19.0` | | [eslint-plugin-github](https://github.com/github/eslint-plugin-github) | `5.1.5` | `5.1.6` | | [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.10.0` | `28.11.0` | Updates `@babel/core` from 7.26.0 to 7.26.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.7/packages/babel-core) Updates `@babel/preset-env` from 7.26.0 to 7.26.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.7/packages/babel-preset-env) Updates `@github/local-action` from 2.5.0 to 2.5.1 - [Release notes](https://github.com/github/local-action/releases) - [Commits](github/local-action@v2.5...v2.5.1) Updates `eslint` from 9.18.0 to 9.19.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.18.0...v9.19.0) Updates `eslint-plugin-github` from 5.1.5 to 5.1.6 - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](github/eslint-plugin-github@v5.1.5...v5.1.6) Updates `eslint-plugin-jest` from 28.10.0 to 28.11.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@v28.10.0...v28.11.0) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: "@github/local-action" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: eslint-plugin-github dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fe402b2 commit b3c4e65

File tree

2 files changed

+98
-66
lines changed

2 files changed

+98
-66
lines changed

package-lock.json

+92-60
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@
6666
"mustache": "^4.2.0"
6767
},
6868
"devDependencies": {
69-
"@babel/core": "^7.26.0",
69+
"@babel/core": "^7.26.7",
7070
"@babel/eslint-parser": "^7.26.5",
71-
"@babel/preset-env": "^7.26.0",
72-
"@github/local-action": "^2.5.0",
71+
"@babel/preset-env": "^7.26.7",
72+
"@github/local-action": "^2.5.1",
7373
"@vercel/ncc": "^0.38.3",
7474
"babel-preset-jest": "^29.6.3",
75-
"eslint": "^9.18.0",
76-
"eslint-plugin-github": "^5.1.5",
77-
"eslint-plugin-jest": "^28.10.0",
75+
"eslint": "^9.19.0",
76+
"eslint-plugin-github": "^5.1.6",
77+
"eslint-plugin-jest": "^28.11.0",
7878
"jest": "^29.7.0",
7979
"make-coverage-badge": "^1.2.0",
8080
"prettier": "^3.4.2"

0 commit comments

Comments
 (0)