Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit fec36b1

Browse files
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 | | --- | --- | --- | | [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.12` | `29.5.14` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.0.0` | `22.10.1` | | [@vercel/ncc](https://github.com/vercel/ncc) | `0.38.1` | `0.38.3` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.16.0` | `2.18.2` | | [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.4.1` | | [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.7.2` | Updates `@types/jest` from 29.5.12 to 29.5.14 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Updates `@types/node` from 22.0.0 to 22.10.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@vercel/ncc` from 0.38.1 to 0.38.3 - [Release notes](https://github.com/vercel/ncc/releases) - [Commits](vercel/ncc@0.38.1...0.38.3) Updates `eslint-plugin-jsonc` from 2.16.0 to 2.18.2 - [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.16.0...v2.18.2) Updates `prettier` from 3.3.3 to 3.4.1 - [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.1) Updates `typescript` from 5.5.4 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.5.4...v5.7.2) --- updated-dependencies: - dependency-name: "@types/jest" 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: "@vercel/ncc" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: eslint-plugin-jsonc 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 885dfd9 commit fec36b1

File tree

2 files changed

+78
-45
lines changed

2 files changed

+78
-45
lines changed

package-lock.json

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,21 +72,21 @@
7272
"@actions/tool-cache": "^2.0.1"
7373
},
7474
"devDependencies": {
75-
"@types/jest": "^29.5.12",
76-
"@types/node": "^22.0.0",
75+
"@types/jest": "^29.5.14",
76+
"@types/node": "^22.10.1",
7777
"@typescript-eslint/eslint-plugin": "^7.16.1",
7878
"@typescript-eslint/parser": "^7.16.1",
79-
"@vercel/ncc": "^0.38.1",
79+
"@vercel/ncc": "^0.38.3",
8080
"eslint": "^8.57.0",
8181
"eslint-plugin-github": "^4.10.2",
8282
"eslint-plugin-jest": "^27.9.0",
83-
"eslint-plugin-jsonc": "^2.16.0",
83+
"eslint-plugin-jsonc": "^2.18.2",
8484
"eslint-plugin-prettier": "^5.2.1",
8585
"jest": "^29.7.0",
8686
"make-coverage-badge": "^1.2.0",
87-
"prettier": "^3.3.3",
87+
"prettier": "^3.4.1",
8888
"prettier-eslint": "^16.3.0",
8989
"ts-jest": "^29.2.5",
90-
"typescript": "^5.5.4"
90+
"typescript": "^5.7.2"
9191
}
9292
}

0 commit comments

Comments
 (0)