chore: update tooling, deps, and cloudflared test matrix#38
Merged
JacobLinCool merged 1 commit intomainfrom Apr 30, 2026
Merged
chore: update tooling, deps, and cloudflared test matrix#38JacobLinCool merged 1 commit intomainfrom
JacobLinCool merged 1 commit intomainfrom
Conversation
- Bump pnpm 9.6.0 → 10.33.2 and allowlist esbuild build script - Refresh devDependencies to latest (eslint 9→10, typescript 5→6, vitest 2→4, @types/node 22→25, typedoc 0.26→0.28, etc.) - Update tsconfig for TypeScript 6: add types: ["node"], use moduleResolution "node10", silence 6.0 deprecations - Update test matrix to recent cloudflared versions Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
esbuildbuild script viapnpm.onlyBuiltDependenciesdevDependenciesto latest, including major bumps:eslint9→10,typescript5→6,vitest2→4,@types/node22→25,typedoc0.26→0.28tsconfig.jsonfor TypeScript 6: addtypes: ["node"](TS 6 +@types/node25 no longer auto-load by default), setmoduleResolution: "node10", setignoreDeprecations: "6.0".github/workflows/test.ymlto span recent cloudflared versions:latest,2026.1.2,2025.11.1,2025.9.1,2025.7.0No runtime/library code changed; this is dev-tooling only.
Test plan
pnpm install(clean)pnpm build(CJS + DTS)pnpm lint(only pre-existing warnings)pnpm testlocally — passes🤖 Generated with Claude Code