chore(deps): roll up dependabot updates (#903)

Rolls up the current open Dependabot npm updates:

- #848 esbuild from 0.27.5 to 0.28.0
- #847 undici from 8.0.0 to 8.3.0
- #846 ts-jest from 29.4.9 to 29.4.11
- #841 @biomejs/biome from 2.4.10 to 2.4.15, including the matching
biome.json schema URL update

Validation:

- npm run all
This commit is contained in:
Kevin Stillhammer
2026-06-03 10:21:55 +02:00
committed by GitHub
parent 7390f777b0
commit fac544c07d
5 changed files with 3627 additions and 2407 deletions

View File

@@ -1,5 +1,5 @@
{ {
"$schema": "https://biomejs.dev/schemas/2.4.10/schema.json", "$schema": "https://biomejs.dev/schemas/2.4.15/schema.json",
"assist": { "assist": {
"actions": { "actions": {
"source": { "source": {

2710
dist/setup/index.cjs generated vendored

File diff suppressed because one or more lines are too long

2710
dist/update-known-checksums/index.cjs generated vendored

File diff suppressed because one or more lines are too long

604
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -36,18 +36,18 @@
"@actions/tool-cache": "^4.0.0", "@actions/tool-cache": "^4.0.0",
"@renovatebot/pep440": "^4.2.2", "@renovatebot/pep440": "^4.2.2",
"smol-toml": "^1.6.1", "smol-toml": "^1.6.1",
"undici": "^8.0.0" "undici": "^8.3.0"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "^2.4.10", "@biomejs/biome": "^2.4.15",
"@types/js-yaml": "^4.0.9", "@types/js-yaml": "^4.0.9",
"@types/node": "^25.5.0", "@types/node": "^25.5.0",
"@types/semver": "^7.7.1", "@types/semver": "^7.7.1",
"@vercel/ncc": "^0.38.4", "@vercel/ncc": "^0.38.4",
"esbuild": "^0.27.5", "esbuild": "^0.28.0",
"jest": "^30.3.0", "jest": "^30.3.0",
"js-yaml": "^4.1.1", "js-yaml": "^4.1.1",
"ts-jest": "^29.4.9", "ts-jest": "^29.4.11",
"typescript": "^5.9.3" "typescript": "^5.9.3"
} }
} }