Skip to content

Commit 9ec4cfa

Browse files
build(deps-dev): 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) | `20.11.19` | `20.14.8` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.13.0` | `2.16.0` | | [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.3.2` | | [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.1.2` | `29.1.5` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.5.2` | Updates `@types/node` from 20.11.19 to 20.14.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-plugin-jsonc` from 2.13.0 to 2.16.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.13.0...v2.16.0) Updates `prettier` from 3.2.5 to 3.3.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.2.5...3.3.2) Updates `ts-jest` from 29.1.2 to 29.1.5 - [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.1.2...v29.1.5) Updates `typescript` from 5.3.3 to 5.5.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.3.3...v5.5.2) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor 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: ts-jest dependency-type: direct:development update-type: version-update:semver-patch 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 e4d7165 commit 9ec4cfa

File tree

2 files changed

+34
-30
lines changed

2 files changed

+34
-30
lines changed

package-lock.json

Lines changed: 29 additions & 25 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
@@ -80,21 +80,21 @@
8080
},
8181
"devDependencies": {
8282
"@types/jest": "^29.5.12",
83-
"@types/node": "^20.11.19",
83+
"@types/node": "^20.14.8",
8484
"@typescript-eslint/eslint-plugin": "^6.18.0",
8585
"@typescript-eslint/parser": "^6.18.0",
8686
"@vercel/ncc": "^0.38.1",
8787
"eslint": "^8.56.0",
8888
"eslint-plugin-github": "^4.10.1",
8989
"eslint-plugin-jest": "^27.9.0",
90-
"eslint-plugin-jsonc": "^2.13.0",
90+
"eslint-plugin-jsonc": "^2.16.0",
9191
"eslint-plugin-prettier": "^5.1.3",
9292
"jest": "^29.7.0",
9393
"make-coverage-badge": "^1.2.0",
94-
"prettier": "^3.2.5",
94+
"prettier": "^3.3.2",
9595
"prettier-eslint": "^16.3.0",
9696
"standard-version": "^9.5.0",
97-
"ts-jest": "^29.1.2",
98-
"typescript": "^5.3.3"
97+
"ts-jest": "^29.1.5",
98+
"typescript": "^5.5.2"
9999
}
100100
}

0 commit comments

Comments
 (0)