chore: refresh stale dependencies#129
Merged
Merged
Conversation
e049205 to
72a8990
Compare
The project was several major versions behind on most dependencies. This brings everything current and adapts the code, configs, and tests to the new APIs. Notable shifts: - Replace @cloudflare/workers-types with `wrangler types`-generated declarations, which track our compatibility date/flags and fix a long-standing types regression around R2ListOptions.include. - Migrate Zod v3 → v4, including its rewritten error-formatting and string/integer format APIs. - Move to vitest-pool-workers' new cloudflareTest() plugin and add per-test R2 reset (isolatedStorage was removed). - Switch eslint from an unused install to a proper typescript-eslint flat-config setup; clean up the pre-existing lint debt it surfaced. - Update the bundled push/ CLI tool (Bun-based) alongside the main project so a single `pnpm install` covers both via a workspace.
72a8990 to
471faeb
Compare
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.
The project was several major versions behind on most dependencies. This brings everything current and adapts the code, configs, and tests to the new APIs.
Notable shifts:
wrangler types-generated declarations, which track our compatibility date/flags and fix a long-standing types regression around R2ListOptions.include.pnpm installcovers both via a workspace.