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 #6783

Merged
merged 1 commit into from
Sep 20, 2024
Merged

Version Packages #6783

merged 1 commit into from
Sep 20, 2024

Conversation

workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented Sep 20, 2024

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

@cloudflare/[email protected]

Patch Changes

[email protected]

Patch Changes

  • #6775 ecd82e8 Thanks @CarmenPopoviciu! - fix: Support switching between static and dynamic Workers

    This commit fixes the current behaviour of watch mode for Workers with assets, and adds support for switching between static and dynamic Workers within a single wrangler dev session.

  • #6762 2840b9f Thanks @petebacondarwin! - fix: error if a user inadvertently uploads a Pages _workers.js file or directory as an asset

  • #6778 61dd93a Thanks @CarmenPopoviciu! - fix: Error if Workers + Assets are run in remote mode

    Workers + Assets are currently supported only in local mode. We should throw an error if users attempt to use Workers with assets in remote mode.

  • #6782 7655505 Thanks @vicb! - chore: update unenv dependency version

  • #6777 9649dbc Thanks @penalosa! - chore: Update CI messaging

  • #6779 3e75612 Thanks @emily-shen! - fix: include asset binding in wrangler types

@workers-devprod workers-devprod added the skip-pr-description-validation Skip validation of the required PR description format label Sep 20, 2024
Copy link
Contributor

github-actions bot commented Sep 20, 2024

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/10960008520/npm-package-wrangler-6783

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

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

Or you can use npx with this latest build directly:

npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/10960008520/npm-package-wrangler-6783 dev path/to/script.js
Additional artifacts:
npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/10960008520/npm-package-create-cloudflare-6783 --no-auto-update
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/10960008520/npm-package-cloudflare-kv-asset-handler-6783
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/10960008520/npm-package-miniflare-6783
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/10960008520/npm-package-cloudflare-pages-shared-6783
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/10960008520/npm-package-cloudflare-vitest-pool-workers-6783
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/10960008520/npm-package-cloudflare-workers-editor-shared-6783
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/10960008520/npm-package-cloudflare-workers-shared-6783

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


[email protected] includes the following runtime dependencies:

Package Constraint Resolved
miniflare workspace:* 3.20240909.4
workerd 1.20240909.0 1.20240909.0
workerd --version 1.20240909.0 2024-09-09

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

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 5 times, most recently from 9bbf198 to 14128fc Compare September 20, 2024 11:42
@edmundhung edmundhung merged commit 50977e4 into main Sep 20, 2024
26 of 27 checks passed
@edmundhung edmundhung deleted the changeset-release/main branch September 20, 2024 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-pr-description-validation Skip validation of the required PR description format
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants