Bump dependencies (#324)
Some checks failed
test-cache-windows / test-setup-cache (push) Waiting to run
test-cache-windows / test-restore-cache (push) Blocked by required conditions
test-cache / test-setup-cache (auto, selfhosted-ubuntu-arm64) (push) Waiting to run
test-cache / test-setup-cache (false, selfhosted-ubuntu-arm64) (push) Waiting to run
test-cache / test-setup-cache (true, selfhosted-ubuntu-arm64) (push) Waiting to run
test-cache / test-restore-cache (auto, selfhosted-ubuntu-arm64) (push) Blocked by required conditions
test-cache / test-restore-cache (auto, ubuntu-latest) (push) Blocked by required conditions
test-cache / test-restore-cache (false, selfhosted-ubuntu-arm64) (push) Blocked by required conditions
test-cache / test-restore-cache (false, ubuntu-latest) (push) Blocked by required conditions
test-cache / test-restore-cache (true, selfhosted-ubuntu-arm64) (push) Blocked by required conditions
test-cache / test-restore-cache (true, ubuntu-latest) (push) Blocked by required conditions
test-cache / test-restore-cache-requirements-txt (push) Blocked by required conditions
test-cache / test-setup-cache-local (push) Waiting to run
test-cache / test-restore-cache-local (push) Blocked by required conditions
test-cache / test-tilde-expansion-cache-local-path (push) Waiting to run
test-cache / test-tilde-expansion-cache-dependency-glob (push) Waiting to run
test-cache / cleanup-tilde-expansion-tests (push) Blocked by required conditions
test-windows / test-default-version (push) Waiting to run
CodeQL / Analyze (TypeScript) (push) Failing after 38s
Release Drafter / ✏️ Draft release (push) Failing after 12s
Check dist/ / check-dist (push) Successful in 1m11s
test-cache / test-setup-cache (auto, ubuntu-latest) (push) Successful in 24s
test-cache / test-setup-cache (false, ubuntu-latest) (push) Successful in 22s
test-cache / test-setup-cache (true, ubuntu-latest) (push) Successful in 36s
test-cache / test-setup-cache-requirements-txt (push) Successful in 39s
test-cache / test-setup-cache-dependency-glob (push) Successful in 38s
test-cache / test-no-python-version (push) Successful in 58s
test / test-default-version (ubuntu-latest) (push) Successful in 22s
test / build (push) Successful in 1m24s
test / test-specific-version (0.3) (push) Successful in 28s
test / test-specific-version (0.3.0) (push) Successful in 16s
test / test-specific-version (0.3.2) (push) Successful in 20s
test / test-specific-version (>=0.3.0) (push) Successful in 24s
test / test-specific-version (0.3.x) (push) Successful in 28s
test / test-pyproject-file-version (push) Successful in 10s
test / test-semver-range (push) Successful in 21s
test / test-uv-file-version (push) Successful in 11s
test / test-checksum (4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd, ubuntu-latest) (push) Successful in 17s
test / test-with-explicit-token (push) Successful in 18s
test / test-uvx (push) Successful in 18s
test / test-tool-install (ubuntu-latest) (push) Successful in 20s
test / test-python-version (macos-latest) (push) Successful in 50s
test / test-python-version (ubuntu-latest) (push) Successful in 51s
test / test-malformed-pyproject-file-fallback (push) Successful in 19s
test / test-musl (push) Failing after 7s
test / test-python-version (windows-latest) (push) Successful in 41s
test-cache / test-restore-cache-dependency-glob (push) Successful in 30s
Update known checksums / build (push) Failing after 25s
test / test-default-version (macos-14) (push) Has been cancelled
test / test-default-version (macos-latest) (push) Has been cancelled
test / test-checksum (a70cbfbf3bb5c08b2f84963b4f12c94e08fbb2468ba418a3bfe1066fbe9e7218, macos-latest) (push) Has been cancelled
test / test-tool-install (macos-14) (push) Has been cancelled
test / test-tool-install (macos-latest) (push) Has been cancelled
test / test-tool-install (windows-latest) (push) Has been cancelled
test / test-tilde-expansion-tool-dirs (push) Has been cancelled

This commit is contained in:
Kevin Stillhammer
2025-03-17 10:32:59 +01:00
committed by GitHub
parent a4fd982317
commit d02c4c2d68
5 changed files with 16761 additions and 9840 deletions

View File

@ -32,17 +32,17 @@
"@octokit/core": "^6.1.4",
"@octokit/plugin-paginate-rest": "^11.4.3",
"@octokit/plugin-rest-endpoint-methods": "^13.3.1",
"undici": "^6.19.8",
"undici": "^7.5.0",
"smol-toml": "^1.3.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/node": "^22.13.5",
"@types/node": "^22.13.10",
"@types/semver": "^7.5.8",
"@vercel/ncc": "^0.38.3",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.3"
"ts-jest": "^29.2.6",
"typescript": "^5.8.2"
}
}