-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Version Packages #4559
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 #4559
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/7182692018/npm-package-wrangler-4559You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/7182692018/npm-package-wrangler-4559Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/7182692018/npm-package-wrangler-4559 dev path/to/script.jsAdditional artifacts:npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/7182692018/npm-package-miniflare-4559npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/7182692018/npm-package-cloudflare-pages-shared-4559npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/7182692018/npm-package-create-cloudflare-4559Note that these links will no longer work once the GitHub Actions artifact expires.
| Please ensure constraints are pinned, and |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #4559 +/- ##
==========================================
+ Coverage 75.53% 75.56% +0.02%
==========================================
Files 242 242
Lines 12918 12905 -13
Branches 3324 3318 -6
==========================================
- Hits 9758 9752 -6
+ Misses 3160 3153 -7
|
22f820d to
64af8d0
Compare
eac480e to
92da060
Compare
05eb25b to
ca4eee6
Compare
ca4eee6 to
8b1a769
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
[email protected]
Minor Changes
#4522
c10bf0fdThanks @G4brym! - Add support for Workers AI in local mode#4571
3314dbdeThanks @penalosa! - feat: When Wrangler crashes, send an error report to Sentry to aid in debugging.When Wrangler's top-level exception handler catches an error thrown from Wrangler's application, it will offer to report the error to Sentry. This requires opt-in from the user every time.
Patch Changes
#4577
4c85fe99Thanks @dario-piotrowicz! - During the R2 validation, showMAX_UPLOAD_SIZEerrors using MiB (consistently with the Cloudflare docs)#4577
4c85fe99Thanks @dario-piotrowicz! - During the Pages validation, showMAX_UPLOAD_SIZEerrors using MiB (consistently with the Cloudflare docs)Updated dependencies [
eb08e2dc]:[email protected]
Patch Changes
#4556
dcd3c582Thanks @dependabot! - C3: Bumpedcreate-vuefrom3.8.0to3.9.0#4557
1a3e3ba4Thanks @dependabot! - C3: Bumpedcreate-sveltefrom5.3.2to5.3.3#4558
ef03dc74Thanks @dependabot! - C3: Bumpedcreate-astrofrom4.5.1to4.5.2#4564
d99bd421Thanks @dependabot! - C3: Bumped@angular/createfrom17.0.5to17.0.6#4565
be9a296dThanks @dependabot! - C3: Bumpedcreate-qwikfrom1.2.19to1.3.0#4572
39d77323Thanks @dependabot! - C3: Bumpedgatsbyfrom5.12.11to5.12.12#4575
bb116f60Thanks @dependabot! - C3: Bumpedcreate-next-appfrom14.0.3to14.0.4#4579
cccd56b8Thanks @dario-piotrowicz! - Don't showcdinstructions when the user is creating a project in the current directory[email protected]
Patch Changes
#4448
eb08e2dcThanks @mrbbot! - fix: include request url and headers in pretty error pageThis change ensures Miniflare's pretty error page includes the URL and headers of the incoming request, rather than Miniflare's internal request for the page.
@cloudflare/[email protected]
Patch Changes
eb08e2dc]: