Skip to content

Commit cd2a9be

Browse files
Bump the npm-development group across 1 directory with 8 updates
Bumps the npm-development group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.10` | `22.15.3` | | [dotenv](https://github.com/motdotla/dotenv) | `16.4.7` | `16.5.0` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.19.1` | `2.20.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.3` | `5.2.6` | | [prettier-eslint](https://github.com/prettier/prettier-eslint) | `16.3.0` | `16.4.1` | | [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.2.6` | `29.3.2` | | [typescript](https://github.com/microsoft/TypeScript) | `5.8.2` | `5.8.3` | Updates `@types/node` from 22.13.10 to 22.15.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `dotenv` from 16.4.7 to 16.5.0 - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v16.4.7...v16.5.0) Updates `eslint-plugin-jsonc` from 2.19.1 to 2.20.0 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](ota-meshi/eslint-plugin-jsonc@v2.19.1...v2.20.0) Updates `eslint-plugin-prettier` from 5.2.3 to 5.2.6 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v5.2.3...v5.2.6) Updates `prettier-eslint` from 16.3.0 to 16.4.1 - [Release notes](https://github.com/prettier/prettier-eslint/releases) - [Changelog](https://github.com/prettier/prettier-eslint/blob/master/CHANGELOG.md) - [Commits](prettier/prettier-eslint@v16.3.0...v16.4.1) Updates `ts-jest` from 29.2.6 to 29.3.2 - [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.6...v29.3.2) Updates `type-fest` from 4.37.0 to 4.40.1 - [Release notes](https://github.com/sindresorhus/type-fest/releases) - [Commits](sindresorhus/type-fest@v4.37.0...v4.40.1) Updates `typescript` from 5.8.2 to 5.8.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.8.2...v5.8.3) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 22.15.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: dotenv dependency-version: 16.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: eslint-plugin-jsonc dependency-version: 2.20.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: eslint-plugin-prettier dependency-version: 5.2.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: prettier-eslint dependency-version: 16.4.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: ts-jest dependency-version: 29.3.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: type-fest dependency-version: 4.40.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0ce6883 commit cd2a9be

File tree

2 files changed

+95
-80
lines changed

2 files changed

+95
-80
lines changed

package-lock.json

Lines changed: 88 additions & 73 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
@@ -96,25 +96,25 @@
9696
"@code-pushup/js-packages-plugin": "^0.67.0",
9797
"@code-pushup/portal-client": "^0.11.0",
9898
"@types/jest": "^29.5.14",
99-
"@types/node": "^22.13.10",
99+
"@types/node": "^22.15.3",
100100
"@typescript-eslint/eslint-plugin": "^7.18.0",
101101
"@typescript-eslint/parser": "^7.18.0",
102102
"@vercel/ncc": "^0.38.3",
103103
"cross-env": "^7.0.3",
104-
"dotenv": "^16.4.7",
104+
"dotenv": "^16.5.0",
105105
"eslint": "^8.57.1",
106106
"eslint-plugin-github": "^5.1.8",
107107
"eslint-plugin-jest": "^28.11.0",
108-
"eslint-plugin-jsonc": "^2.19.1",
109-
"eslint-plugin-prettier": "^5.2.3",
108+
"eslint-plugin-jsonc": "^2.20.0",
109+
"eslint-plugin-prettier": "^5.2.6",
110110
"jest": "^29.7.0",
111111
"make-coverage-badge": "^1.2.0",
112112
"memfs": "^4.17.0",
113113
"npm-check-updates": "^17.1.15",
114114
"prettier": "^3.5.3",
115-
"prettier-eslint": "^16.3.0",
116-
"ts-jest": "^29.2.6",
115+
"prettier-eslint": "^16.4.1",
116+
"ts-jest": "^29.3.2",
117117
"type-fest": "^4.37.0",
118-
"typescript": "^5.8.2"
118+
"typescript": "^5.8.3"
119119
}
120120
}

0 commit comments

Comments
 (0)