Skip to content

Commit bb85425

Browse files
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 | | --- | --- | --- | | [esbuild](https://github.com/evanw/esbuild) | `0.25.3` | `0.25.8` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.20.0` | `2.20.1` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.6` | `5.5.3` | | [prettier](https://github.com/prettier/prettier) | `3.5.3` | `3.6.2` | | [prettier-eslint](https://github.com/prettier/prettier-eslint) | `16.4.1` | `16.4.2` | | [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.3.2` | `29.4.1` | | [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.2` | Updates `esbuild` from 0.25.3 to 0.25.8 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.25.3...v0.25.8) Updates `eslint-plugin-jsonc` from 2.20.0 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.20.0...v2.20.1) Updates `eslint-plugin-prettier` from 5.2.6 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.2.6...v5.5.3) Updates `prettier` from 3.5.3 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.5.3...3.6.2) Updates `prettier-eslint` from 16.4.1 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.4.1...v16.4.2) Updates `ts-jest` from 29.3.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.3.2...v29.4.1) Updates `typescript` from 5.8.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.8.3...v5.9.2) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.25.8 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-patch 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-patch 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] <support@github.com>
1 parent a0d327a commit bb85425

2 files changed

Lines changed: 301 additions & 256 deletions

File tree

eval/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,17 @@
7979
"@types/node": "^20.12.7",
8080
"@typescript-eslint/eslint-plugin": "^7.7.0",
8181
"@typescript-eslint/parser": "^7.7.0",
82-
"esbuild": "^0.25.0",
82+
"esbuild": "^0.25.8",
8383
"eslint": "^8.57.0",
8484
"eslint-plugin-github": "^4.10.2",
8585
"eslint-plugin-jest": "^28.2.0",
86-
"eslint-plugin-jsonc": "^2.15.1",
87-
"eslint-plugin-prettier": "^5.1.3",
86+
"eslint-plugin-jsonc": "^2.20.1",
87+
"eslint-plugin-prettier": "^5.5.3",
8888
"jest": "^29.7.0",
8989
"make-coverage-badge": "^1.2.0",
90-
"prettier": "^3.2.5",
91-
"prettier-eslint": "^16.3.0",
92-
"ts-jest": "^29.1.2",
93-
"typescript": "^5.4.5"
90+
"prettier": "^3.6.2",
91+
"prettier-eslint": "^16.4.2",
92+
"ts-jest": "^29.4.1",
93+
"typescript": "^5.9.2"
9494
}
9595
}

0 commit comments

Comments
 (0)