chore(deps): roll up Dependabot updates (#936)

## Summary
- Roll up open Dependabot npm and GitHub Actions updates
- Update Biome schema to 2.4.16
- Regenerate bundled dist artifacts

## Validation
- npm run all

Refs: pi-session 019f3160-c4af-7606-b4be-648e0abff131
This commit is contained in:
Kevin Stillhammer
2026-07-05 10:34:07 +02:00
committed by GitHub
parent 9225f843d7
commit 3cc3c11fdf
7 changed files with 2243 additions and 2843 deletions

View File

@@ -28,26 +28,26 @@
"author": "@eifinger",
"license": "MIT",
"dependencies": {
"@actions/cache": "^6.0.0",
"@actions/cache": "^6.0.1",
"@actions/core": "^3.0.0",
"@actions/exec": "^3.0.0",
"@actions/glob": "^0.6.1",
"@actions/io": "^3.0.2",
"@actions/tool-cache": "^4.0.0",
"@renovatebot/pep440": "^4.2.2",
"@renovatebot/pep440": "^5.0.0",
"smol-toml": "^1.6.1",
"undici": "^8.3.0"
},
"devDependencies": {
"@biomejs/biome": "^2.4.15",
"@biomejs/biome": "^2.4.16",
"@types/js-yaml": "^4.0.9",
"@types/node": "^25.5.0",
"@types/semver": "^7.7.1",
"@vercel/ncc": "^0.38.4",
"esbuild": "^0.28.0",
"jest": "^30.3.0",
"jest": "^30.4.2",
"js-yaml": "^4.1.1",
"ts-jest": "^29.4.11",
"typescript": "^5.9.3"
"typescript": "^6.0.3"
}
}