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

Merged
merged 1 commit into from
Mar 12, 2024
Merged

Version Packages #5203

merged 1 commit into from
Mar 12, 2024

Conversation

workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented Mar 8, 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

create-cloudflare@2.14.0

Minor Changes

  • #5187 8e9faf2 Thanks @jculvey! - feature: replace the word "publish" with "deploy" everywhere.

    Aligns most webFramework templates to use dev and deploy instead of pages:dev and pages:deploy in package scripts.

wrangler@3.33.0

Minor Changes

  • #4930 2680462 Thanks @rozenmd! - refactor: default wrangler d1 execute and wrangler d1 migrations commands to local mode first, to match wrangler dev

    This PR defaults wrangler d1 execute and wrangler d1 migrations commands to use the local development environment provided by wrangler to match the default behaviour in wrangler dev.

    BREAKING CHANGE (for a beta feature): wrangler d1 execute and wrangler d1 migrations commands now default --local to true. When running wrangler d1 execute against a remote D1 database, you will need to provide the --remote flag.

Patch Changes

  • #5184 046930e Thanks @nora-soderlund! - fix: change d1 migrations create to use the highest migration number rather than the first non-existing migration number to allow for gaps in the migration files.

  • Updated dependencies [1235d48, 27fb22b]:

    • miniflare@3.20240304.1

miniflare@3.20240304.1

Patch Changes

  • #5201 1235d48 Thanks @wydengyre! - fix: ensure miniflare works with Node 21.7.0+

  • #5191 27fb22b Thanks @mrbbot! - fix: ensure redirect responses handled correctly with dispatchFetch()

    Previously, if your Worker returned a redirect response, calling dispatchFetch(url) would send another request to the original url rather than the redirect. This change ensures redirects are followed correctly.

    • If your Worker returns a relative redirect or an absolute redirect with the same origin as the original url, the request will be sent to the Worker.
    • If your Worker instead returns an absolute redirect with a different origin, the request will be sent to the Internet.
    • If a redirected request to a different origin returns an absolute redirect with the same origin as the original url, the request will also be sent to the Worker.

@cloudflare/pages-shared@0.11.18

Patch Changes

@cloudflare/vitest-pool-workers@0.0.8

Patch Changes

@workers-devprod workers-devprod requested review from a team as code owners March 8, 2024 03:51
Copy link
Contributor

github-actions bot commented Mar 8, 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/8253000857/npm-package-wrangler-5203

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

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

Or you can use npx with this latest build directly:

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

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


wrangler@3.33.0 includes the following runtime dependencies:

Package Constraint Resolved
miniflare workspace:* 3.20240304.1
workerd 1.20240304.0 1.20240304.0
workerd --version 1.20240304.0 2024-03-04

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

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 2 times, most recently from b68220c to 5f560d5 Compare March 8, 2024 14:53
Copy link

codecov bot commented Mar 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.51%. Comparing base (2240aa3) to head (5013197).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #5203      +/-   ##
==========================================
+ Coverage   70.47%   70.51%   +0.03%     
==========================================
  Files         298      298              
  Lines       15539    15539              
  Branches     3999     3999              
==========================================
+ Hits        10951    10957       +6     
+ Misses       4588     4582       -6     

see 6 files with indirect coverage changes

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 3 times, most recently from cb71c1c to 826fa1b Compare March 11, 2024 14:15
@workers-devprod workers-devprod force-pushed the changeset-release/main branch 2 times, most recently from f2d8231 to efd8be1 Compare March 11, 2024 21:17
@workers-devprod workers-devprod force-pushed the changeset-release/main branch from efd8be1 to 5013197 Compare March 12, 2024 17:12
@lrapoport-cf lrapoport-cf merged commit bc8b735 into main Mar 12, 2024
26 checks passed
@lrapoport-cf lrapoport-cf deleted the changeset-release/main branch March 12, 2024 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants