-
Notifications
You must be signed in to change notification settings - Fork 1
chore: update dependencies #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
chore: update dependencies #5
Conversation
chore(deps): update dependency wrangler to v4
…-monorepo chore(deps): update dependency vitest to v4
chore(deps): update dependency typescript to ^5.9.3
…itest-pool-workers-0.x chore(deps): update dependency @cloudflare/vitest-pool-workers to ^0.10.0
…-lockfile chore(deps): update dependency mimetext to v3.0.27
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR upgrades dependencies and configuration settings for a Cloudflare Workers project, migrating to newer versions of wrangler (v3 → v4) and related tooling while updating the compatibility settings.
- Migrates from
node_compat = truetocompatibility_flags = ["nodejs_compat"]with updated compatibility date - Updates development dependencies including wrangler (v3→v4), vitest (v1→v3), TypeScript (v5.0→v5.9)
- Updates underlying runtime dependencies (miniflare, workerd, esbuild) to match wrangler v4 requirements
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| wrangler.toml | Migrates compatibility configuration from deprecated node_compat flag to compatibility_flags with updated date |
| package.json | Updates dev dependencies to latest versions (wrangler v4, vitest v3, TypeScript v5.9) |
| package-lock.json | Reflects dependency updates with new/updated transitive dependencies |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…lags According to Cloudflare Workers documentation, compatibility_date should typically be specified before compatibility_flags for better readability and consistency with conventional patterns. Co-authored-by: Copilot <[email protected]>
…agement" This reverts commit 378e6e2.
c4a4555 to
b96d715
Compare
Just updating the dependencies, as npm audit reported a few critical vulnerabilities.
By the way, Renovate can be quite handy here (it did most of the work for me). Otherwise, Dependabot is a good alternative.