Skip to content
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

Version Packages #8242

Merged
merged 1 commit into from
Feb 25, 2025
Merged

Version Packages #8242

merged 1 commit into from
Feb 25, 2025

Conversation

workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented Feb 24, 2025

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

  • #8253 6dd1e23 Thanks @CarmenPopoviciu! - Add --cwd global argument to the wrangler CLI to allow changing the current working directory before running any command.

Patch Changes

create-cloudflare@2.38.2

Patch Changes

  • #8233 74a808f Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-vue 3.14.0 3.14.2
  • #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 to create-next-app when creating Next.js apps in experimental mode

    This change removes a set of flags that get passed to create-next-app that force the generated Next.js
    application 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 running
    while 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 a CancelError), 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 the fetchMock option to be parsed upfront before passing it to Miniflare

@cloudflare/pages-shared@0.13.9

Patch Changes

@cloudflare/vite-plugin@0.1.6

Patch Changes

  • Updated dependencies [a9a4c33, 6cae13a]:
    • miniflare@3.20250214.1
    • @cloudflare/unenv-preset@1.1.2

@cloudflare/vitest-pool-workers@0.7.3

Patch Changes

@cloudflare/workers-shared@0.14.4

Patch Changes

  • #8247 a9a4c33 Thanks @GregBrimble! - feat: Omits Content-Type header for files of an unknown extension in Workers Assets

@workers-devprod workers-devprod requested review from a team as code owners February 24, 2025 14:49
@workers-devprod workers-devprod added e2e Run wrangler e2e tests on a PR c3-e2e labels Feb 24, 2025
Copy link
Contributor

github-actions bot commented Feb 24, 2025

A wrangler prerelease is available for testing. You can install this latest build in your project with:

npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13528388658/npm-package-wrangler-8242

You can reference the automatically updated head of this PR with:

npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/8242/npm-package-wrangler-8242

Or you can use npx with this latest build directly:

npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13528388658/npm-package-wrangler-8242 dev path/to/script.js
Additional artifacts:

cloudflare-workers-bindings-extension:

wget https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13528388658/npm-package-cloudflare-workers-bindings-extension-8242 -O ./cloudflare-workers-bindings-extension.0.0.0-v2f3c8e043.vsix && code --install-extension ./cloudflare-workers-bindings-extension.0.0.0-v2f3c8e043.vsix

create-cloudflare:

npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13528388658/npm-package-create-cloudflare-8242 --no-auto-update

@cloudflare/kv-asset-handler:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13528388658/npm-package-cloudflare-kv-asset-handler-8242

miniflare:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13528388658/npm-package-miniflare-8242

@cloudflare/pages-shared:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13528388658/npm-package-cloudflare-pages-shared-8242

@cloudflare/unenv-preset:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13528388658/npm-package-cloudflare-unenv-preset-8242

@cloudflare/vite-plugin:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13528388658/npm-package-cloudflare-vite-plugin-8242

@cloudflare/vitest-pool-workers:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13528388658/npm-package-cloudflare-vitest-pool-workers-8242

@cloudflare/workers-editor-shared:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13528388658/npm-package-cloudflare-workers-editor-shared-8242

@cloudflare/workers-shared:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13528388658/npm-package-cloudflare-workers-shared-8242

@cloudflare/workflows-shared:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13528388658/npm-package-cloudflare-workflows-shared-8242

Note that these links will no longer work once the GitHub Actions artifact expires.


wrangler@3.110.0 includes the following runtime dependencies:

Package Constraint Resolved
miniflare workspace:* 3.20250214.1
workerd 1.20250214.0 1.20250214.0
workerd --version 1.20250214.0 2025-02-14

Please ensure constraints are pinned, and miniflare/workerd minor versions match.

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 11 times, most recently from a6a1308 to 3377fc8 Compare February 25, 2025 14:45
@petebacondarwin petebacondarwin merged commit fdb82a0 into main Feb 25, 2025
31 checks passed
@petebacondarwin petebacondarwin deleted the changeset-release/main branch February 25, 2025 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c3-e2e e2e Run wrangler e2e tests on a PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants