Skip to content

Commit b5b0841

Browse files
Bump the npm-development group across 1 directory with 7 updates
Bumps the npm-development group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@github/local-action](https://github.com/github/local-action) | `2.2.0` | `2.2.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.9.0` | `22.10.2` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.14.0` | `8.18.1` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.14.0` | `8.18.1` | | [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.9.0` | `28.10.0` | | [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.4.2` | | [typescript](https://github.com/microsoft/TypeScript) | `5.6.3` | `5.7.2` | Updates `@github/local-action` from 2.2.0 to 2.2.1 - [Release notes](https://github.com/github/local-action/releases) - [Commits](github/local-action@v2.2...v2.2.1) Updates `@types/node` from 22.9.0 to 22.10.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 8.14.0 to 8.18.1 - [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.18.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.14.0 to 8.18.1 - [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.18.1/packages/parser) Updates `eslint-plugin-jest` from 28.9.0 to 28.10.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.9.0...v28.10.0) Updates `prettier` from 3.3.3 to 3.4.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.3.3...3.4.2) Updates `typescript` from 5.6.3 to 5.7.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.6.3...v5.7.2) --- updated-dependencies: - dependency-name: "@github/local-action" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 393ba10 commit b5b0841

File tree

2 files changed

+103
-101
lines changed

2 files changed

+103
-101
lines changed

package-lock.json

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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,22 +70,22 @@
7070
"@actions/core": "^1.11.1"
7171
},
7272
"devDependencies": {
73-
"@github/local-action": "^2.2.0",
73+
"@github/local-action": "^2.2.1",
7474
"@jest/globals": "^29.7.0",
7575
"@types/jest": "^29.5.14",
76-
"@types/node": "^22.9.0",
77-
"@typescript-eslint/eslint-plugin": "^8.14.0",
78-
"@typescript-eslint/parser": "^8.14.0",
76+
"@types/node": "^22.10.2",
77+
"@typescript-eslint/eslint-plugin": "^8.18.1",
78+
"@typescript-eslint/parser": "^8.18.1",
7979
"@vercel/ncc": "^0.38.3",
8080
"eslint": "^8.57.0",
81-
"eslint-plugin-jest": "^28.9.0",
81+
"eslint-plugin-jest": "^28.10.0",
8282
"eslint-plugin-jsonc": "^2.18.2",
8383
"eslint-plugin-prettier": "^5.2.1",
8484
"jest": "^29.7.0",
8585
"make-coverage-badge": "^1.2.0",
86-
"prettier": "^3.3.3",
86+
"prettier": "^3.4.2",
8787
"prettier-eslint": "^16.3.0",
8888
"ts-jest": "^29.2.5",
89-
"typescript": "^5.6.3"
89+
"typescript": "^5.7.2"
9090
}
9191
}

0 commit comments

Comments
 (0)