Skip to content

Commit 4aa38aa

Browse files
build(deps-dev): 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 | | --- | --- | --- | | [@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.14.1` | `2.20.1` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.1.3` | `5.5.3` | | [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.6.2` | | [prettier-eslint](https://github.com/prettier/prettier-eslint) | `16.3.0` | `16.4.2` | | [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.1.2` | `29.4.1` | | [typescript](https://github.com/microsoft/TypeScript) | `5.4.3` | `5.9.2` | 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.14.1 to 2.20.1 - [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.14.1...v2.20.1) Updates `eslint-plugin-prettier` from 5.1.3 to 5.5.3 - [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.1.3...v5.5.3) Updates `prettier` from 3.2.5 to 3.6.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.6.2) Updates `prettier-eslint` from 16.3.0 to 16.4.2 - [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.2) Updates `ts-jest` from 29.1.2 to 29.4.1 - [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.4.1) Updates `typescript` from 5.4.3 to 5.9.2 - [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.4.3...v5.9.2) --- updated-dependencies: - dependency-name: "@vercel/ncc" dependency-version: 0.38.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: eslint-plugin-jsonc dependency-version: 2.20.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: eslint-plugin-prettier dependency-version: 5.5.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: prettier dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: prettier-eslint dependency-version: 16.4.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: ts-jest dependency-version: 29.4.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: typescript dependency-version: 5.9.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9cb601a commit 4aa38aa

File tree

2 files changed

+183
-138
lines changed

2 files changed

+183
-138
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,17 @@
7474
"@types/node": "^20.11.30",
7575
"@typescript-eslint/eslint-plugin": "^7.3.1",
7676
"@typescript-eslint/parser": "^7.3.1",
77-
"@vercel/ncc": "^0.38.1",
77+
"@vercel/ncc": "^0.38.3",
7878
"eslint": "^8.57.0",
7979
"eslint-plugin-github": "^4.10.2",
8080
"eslint-plugin-jest": "^27.9.0",
81-
"eslint-plugin-jsonc": "^2.14.1",
82-
"eslint-plugin-prettier": "^5.1.3",
81+
"eslint-plugin-jsonc": "^2.20.1",
82+
"eslint-plugin-prettier": "^5.5.3",
8383
"jest": "^29.7.0",
8484
"make-coverage-badge": "^1.2.0",
85-
"prettier": "^3.2.5",
86-
"prettier-eslint": "^16.3.0",
87-
"ts-jest": "^29.1.2",
88-
"typescript": "^5.4.3"
85+
"prettier": "^3.6.2",
86+
"prettier-eslint": "^16.4.2",
87+
"ts-jest": "^29.4.1",
88+
"typescript": "^5.9.2"
8989
}
9090
}

0 commit comments

Comments
 (0)