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

Merged
merged 1 commit into from
Jan 2, 2024
Merged

Version Packages #4655

merged 1 commit into from
Jan 2, 2024

Conversation

workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented Dec 22, 2023

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

miniflare@3.20231218.0

Minor Changes

create-cloudflare@2.8.5

Patch Changes

@cloudflare/pages-shared@0.11.5

Patch Changes

  • Updated dependencies [c410ea14]:
    • miniflare@3.20231218.0

wrangler@3.22.2

Patch Changes

  • #4600 4233e514 Thanks @mrbbot! - fix: apply source mapping to deployment validation errors

    Previously if a Worker failed validation during wrangler deploy, the displayed error would reference locations in built JavaScript files. This made it more difficult to debug validation errors. This change ensures these errors are now source mapped, referencing locations in source files instead.

  • #4440 15717333 Thanks @mrbbot! - fix: automatically create required directories for wrangler r2 object get

    Previously, if you tried to use wrangler r2 object get with an object name containing a / or used the --file flag with a path containing a /, and the specified directory didn't exist, Wrangler would throw an ENOENT error. This change ensures Wrangler automatically creates required parent directories if they don't exist.

  • #4592 20da658e Thanks @mrbbot! - fix: throw helpful error if email validation required

    Previously, Wrangler would display the raw API error message and code if email validation was required during wrangler deploy. This change ensures a helpful error message is displayed instead, prompting users to check their emails or visit the dashboard for a verification link.

  • #4597 e1d50407 Thanks @mrbbot! - fix: suggest checking permissions on authentication error with API token set

  • #4593 c370026d Thanks @mrbbot! - fix: include messages from API in errors

  • #4588 4e5ed0b2 Thanks @mrbbot! - fix: require worker name for rollback

    Previously, Wrangler would fail with a cryptic error if you tried to run wrangler rollback outside of a directory containing a Wrangler configuration file with a name defined. This change validates that a worker name is defined, and allows you to set it from the command line using the --name flag.

  • Updated dependencies [c410ea14]:

    • miniflare@3.20231218.0

@workers-devprod workers-devprod requested review from a team as code owners December 22, 2023 10:12
Copy link
Contributor

github-actions bot commented Dec 22, 2023

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/7389310520/npm-package-wrangler-4655

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

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

Or you can use npx with this latest build directly:

npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/7389310520/npm-package-wrangler-4655 dev path/to/script.js
Additional artifacts:
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/7389310520/npm-package-miniflare-4655
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/7389310520/npm-package-cloudflare-pages-shared-4655
npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/7389310520/npm-package-create-cloudflare-4655 --no-auto-update

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


wrangler@3.22.2 includes the following runtime dependencies:

Package Constraint Resolved
miniflare workspace:* 3.20231218.0
workerd 1.20231218.0 1.20231218.0
workerd --version 1.20231218.0 2023-12-18

|

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

Copy link

codecov bot commented Dec 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d387280) 75.58% compared to head (b64a047) 75.61%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4655      +/-   ##
==========================================
+ Coverage   75.58%   75.61%   +0.02%     
==========================================
  Files         243      243              
  Lines       13084    13084              
  Branches     3368     3368              
==========================================
+ Hits         9890     9893       +3     
+ Misses       3194     3191       -3     

see 5 files with indirect coverage changes

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 2 times, most recently from b7043b4 to af6601b Compare December 22, 2023 23:26
@workers-devprod workers-devprod requested a review from a team as a code owner December 22, 2023 23:26
@workers-devprod workers-devprod force-pushed the changeset-release/main branch 6 times, most recently from 86332e5 to 250f348 Compare January 2, 2024 15:37
@workers-devprod workers-devprod force-pushed the changeset-release/main branch 2 times, most recently from bcd6e39 to cbacae7 Compare January 2, 2024 17:10
@workers-devprod workers-devprod requested a review from a team as a code owner January 2, 2024 17:10
@lrapoport-cf lrapoport-cf reopened this Jan 2, 2024
@lrapoport-cf lrapoport-cf merged commit 259b5a6 into main Jan 2, 2024
28 checks passed
@lrapoport-cf lrapoport-cf deleted the changeset-release/main branch January 2, 2024 20:29
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.

7 participants