-
Notifications
You must be signed in to change notification settings - Fork 758
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
Version Packages #4655
Conversation
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 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.
| Please ensure constraints are pinned, and |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ 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 |
b7043b4
to
af6601b
Compare
86332e5
to
250f348
Compare
bcd6e39
to
cbacae7
Compare
cbacae7
to
b64a047
Compare
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
c410ea14
Thanks @mrbbot! - chore: bumpworkerd
to1.20231218.0
create-cloudflare@2.8.5
Patch Changes
#4617
45972200
Thanks @dependabot! - C3: Bumpedcreate-vue
from3.9.0
to3.9.1
#4618
10e267fc
Thanks @dependabot! - C3: Bumpedcreate-astro
from4.5.2
to4.6.0
#4679
873d7dd6
Thanks @dependabot! - C3: Bumpedcreate-qwik
from1.3.1
to1.3.2
#4680
ba298d08
Thanks @dependabot! - C3: Bumpedcreate-remix
from2.4.0
to2.4.1
#4681
6fb72f8b
Thanks @dependabot! - C3: Bumpedcreate-svelte
from6.0.3
to6.0.5
#4627
44cbd66f
Thanks @dario-piotrowicz! - make the workerd compatibility date retrieval more stable by fetching it directly from the npm registry@cloudflare/pages-shared@0.11.5
Patch Changes
c410ea14
]:wrangler@3.22.2
Patch Changes
#4600
4233e514
Thanks @mrbbot! - fix: apply source mapping to deployment validation errorsPreviously 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 forwrangler 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 anENOENT
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 requiredPreviously, 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 rollbackPreviously, Wrangler would fail with a cryptic error if you tried to run
wrangler rollback
outside of a directory containing a Wrangler configuration file with aname
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
]: