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

Merged
merged 1 commit into from
Jul 4, 2024
Merged

Version Packages #6197

merged 1 commit into from
Jul 4, 2024

Conversation

workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented Jul 4, 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/vitest-pool-workers@0.4.9

Patch Changes

wrangler@3.63.1

Patch Changes

  • #6192 b879ce4 Thanks @petebacondarwin! - fix: do not report D1 user errors to Sentry

  • #6150 d993409 Thanks @CarmenPopoviciu! - fix: Fix pages dev watch mode [_worker.js]

    The watch mode in pages dev for Advanced Mode projects is currently partially broken, as it only watches for changes in the "_worker.js" file, but not for changes in any of its imported dependencies. This means that given the following "_worker.js" file

    import { graham } from "./graham-the-dog";
    export default {
    	fetch(request, env) {
    		return new Response(graham)
    	}
    }
    

    pages dev will reload for any changes in the _worker.js file itself, but not for any changes in graham-the-dog.js, which is its dependency.

    Similarly, pages dev will not reload for any changes in non-JS module imports, such as wasm/html/binary module imports.

    This commit fixes all the aforementioned issues.

@workers-devprod workers-devprod requested review from a team as code owners July 4, 2024 08:30
Copy link
Contributor

github-actions bot commented Jul 4, 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/9796613398/npm-package-wrangler-6197

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

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

Or you can use npx with this latest build directly:

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

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


wrangler@3.63.1 includes the following runtime dependencies:

Package Constraint Resolved
miniflare workspace:* 3.20240701.0
workerd 1.20240701.0 1.20240701.0
workerd --version 1.20240701.0 2024-07-01

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

@penalosa penalosa merged commit 70b555d into main Jul 4, 2024
22 checks passed
@penalosa penalosa deleted the changeset-release/main branch July 4, 2024 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants