Skip to content

Commit a7c3c97

Browse files
Bump the npm-development group across 1 directory with 5 updates
Bumps the npm-development group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.4` | `22.13.5` | | [eslint-plugin-github](https://github.com/github/eslint-plugin-github) | `5.1.7` | `5.1.8` | | [prettier](https://github.com/prettier/prettier) | `3.5.1` | `3.5.2` | | [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.2.5` | `29.2.6` | | [type-fest](https://github.com/sindresorhus/type-fest) | `4.34.1` | `4.35.0` | Updates `@types/node` from 22.13.4 to 22.13.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-plugin-github` from 5.1.7 to 5.1.8 - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](github/eslint-plugin-github@v5.1.7...v5.1.8) Updates `prettier` from 3.5.1 to 3.5.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.5.1...3.5.2) Updates `ts-jest` from 29.2.5 to 29.2.6 - [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.5...v29.2.6) Updates `type-fest` from 4.34.1 to 4.35.0 - [Release notes](https://github.com/sindresorhus/type-fest/releases) - [Commits](sindresorhus/type-fest@v4.34.1...v4.35.0) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch 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: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: type-fest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 24e0d6d commit a7c3c97

File tree

2 files changed

+31
-29
lines changed

2 files changed

+31
-29
lines changed

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,24 +95,24 @@
9595
"@code-pushup/js-packages-plugin": "^0.62.0",
9696
"@code-pushup/portal-client": "^0.10.0",
9797
"@types/jest": "^29.5.14",
98-
"@types/node": "^22.13.4",
98+
"@types/node": "^22.13.5",
9999
"@typescript-eslint/eslint-plugin": "^7.18.0",
100100
"@typescript-eslint/parser": "^7.18.0",
101101
"@vercel/ncc": "^0.38.3",
102102
"cross-env": "^7.0.3",
103103
"dotenv": "^16.4.7",
104104
"eslint": "^8.57.1",
105-
"eslint-plugin-github": "^5.1.7",
105+
"eslint-plugin-github": "^5.1.8",
106106
"eslint-plugin-jest": "^28.11.0",
107107
"eslint-plugin-jsonc": "^2.19.1",
108108
"eslint-plugin-prettier": "^5.2.3",
109109
"jest": "^29.7.0",
110110
"make-coverage-badge": "^1.2.0",
111111
"memfs": "^4.17.0",
112-
"prettier": "^3.5.1",
112+
"prettier": "^3.5.2",
113113
"prettier-eslint": "^16.3.0",
114-
"ts-jest": "^29.2.5",
115-
"type-fest": "^4.34.1",
114+
"ts-jest": "^29.2.6",
115+
"type-fest": "^4.35.0",
116116
"typescript": "^5.7.3"
117117
}
118118
}

0 commit comments

Comments
 (0)