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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
wrangler@3.110.0
Minor Changes
6dd1e23
Thanks @CarmenPopoviciu! - Add--cwd
global argument to thewrangler
CLI to allow changing the current working directory before running any command.Patch Changes
#8191
968c3d9
Thanks @vicb! - Optimize global injection in node compat mode#8247
a9a4c33
Thanks @GregBrimble! - feat: Omits Content-Type header for files of an unknown extension in Workers AssetsUpdated dependencies [
a9a4c33
,6cae13a
]:create-cloudflare@2.38.2
Patch Changes
#8233
74a808f
Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#8241
708de7f
Thanks @dario-piotrowicz! - update experimental Next.js template to work on@opennextjs/cloudflare@0.5.x
#8240
47f56a2
Thanks @dario-piotrowicz! - fix: remove unnecessary flags passed tocreate-next-app
when creating Next.js apps in experimental modeThis change removes a set of flags that get passed to
create-next-app
that force the generated Next.jsapplication to have specific settings (e.g. typescript, tailwind, src directory, etc...) which are not
actually mandatory/recommended for the use of the open-next Cloudflare adapter
#8215
eb0912d
Thanks @CarmenPopoviciu! - This change makes the user facing message C3 displays while waiting for DNS propagation, more friendly/informative. The idea is to inform users that DNS propagation might sometimes take even up to 2 minutes. This will hopefully prevent confusion around whether how long the process will take, or whether the process is stuck, etc.#8243
c62973b
Thanks @CarmenPopoviciu! - fix: Ensure we exit the process on "SIGINT" and "SIGTERM"Currently C3 does not explicitly exit the process if an error is thrown, or if a "SIGINT" or "SIGTERM" signal is received. This leads to situations when, if
ctrl+C
is pressed while there are still tasks in the stack/microtask queues (think in flight async xhr calls, or polling, or long runningwhile
loops), the current process will continue running until all those tasks are run to completion, and the queues are empty.This commit fixes this by explicitly calling
process.exit()
when an error is thrown (our internal "SIGINT"/"SIGTERM" handlers will throw aCancelError
), thus ensuring we always exit the process.miniflare@3.20250214.1
Patch Changes
#8247
a9a4c33
Thanks @GregBrimble! - feat: Omits Content-Type header for files of an unknown extension in Workers Assets#8239
6cae13a
Thanks @edmundhung! - fix: allow thefetchMock
option to be parsed upfront before passing it to Miniflare@cloudflare/pages-shared@0.13.9
Patch Changes
a9a4c33
,6cae13a
]:@cloudflare/vite-plugin@0.1.6
Patch Changes
a9a4c33
,6cae13a
]:@cloudflare/vitest-pool-workers@0.7.3
Patch Changes
#8182
085a37a
Thanks @edmundhung! - fix mock modules not re-evaluated in watch modeUpdated dependencies [
968c3d9
,a9a4c33
,6cae13a
,6dd1e23
]:@cloudflare/workers-shared@0.14.4
Patch Changes
a9a4c33
Thanks @GregBrimble! - feat: Omits Content-Type header for files of an unknown extension in Workers Assets