-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Version Packages #4495
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 #4495
Conversation
|
A create-cloudflare (C3) prerelease is available for testing. npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs//npm-package-create-cloudflare-Note that these links will no longer work once the GitHub Actions artifact expires. |
608b8a1 to
6f7eac1
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #4495 +/- ##
==========================================
+ Coverage 75.25% 75.33% +0.07%
==========================================
Files 226 226
Lines 12570 12570
Branches 3261 3261
==========================================
+ Hits 9460 9469 +9
+ Misses 3110 3101 -9 |
c71ad06 to
4b7f863
Compare
08900ad to
37ebb19
Compare
|
🥺When you guyz will merge it 😢 |
|
@piyushpranjal03 our next release is planned for 12/4. in the meantime, the |
37ebb19 to
d5e9da1
Compare
d5e9da1 to
df14a39
Compare
df14a39 to
3c2785c
Compare
|
@piyushpranjal03 to follow up, there were some changes that needed to go out sooner than 12/4 so we just released. as a note, #4497 was not included in this release. we are going to re-apply it and the plan is still for it to go out on 12/4. |
|
hi @piyushpranjal03 , we've had to delay our release by a day -- #4497 should go out tomorrow 👍 |
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.8.0
Minor Changes
#4494
9bea4e32Thanks @RamIdeas! - Change the default project type to the hello world worker script.#4525
294ca542Thanks @jculvey! - C3: Use latest version ofwranglerand@cloudflare/workers-types.Also updates the
typesentry of the project'stsconfig.jsonto use type definitions corresponding to the latest compatibility date.Patch Changes
#4445
652cc422Thanks @petebacondarwin! - fix: ensure shell scripts work on WindowsOur use of
shell-quotewas causing problems on Windows where it wasescaping character (such as
@) by placing a backslash in front.This made Windows think that such path arguments, were at the root.
For example,
npm install -D @cloudflare/workers-typeswas being converted tonpm install -D \@cloudflare/workers-types, which resulted in errors like:Now we just rely directly on the Node.js
spawnAPI to avoid any shell quotingconcerns. This has resulted in a slightly less streamlined experience for people
writing C3 plugins, but has the benefit that the developer doesn't have to worry
about quoting spawn arguments.
Closes 🐛 BUG: npm create cloudflare@latest throwing error ENOENT: no such file or directory, open 'D:\@cloudflare\workers-types\package.json' #4282
#4432
04a2d0edThanks @dependabot! - C3: Bumpedcreate-solidfrom0.3.9to0.3.10#4465
d79a68fdThanks @dependabot! - C3: Bumpedcreate-sveltefrom5.2.0to5.3.1#4472
beed1575Thanks @dependabot! - C3: Bumpednuxifrom3.9.1to3.10.0#4491
e6ddf8a7Thanks @dependabot! - C3: Bumpedcreate-qwikfrom1.2.17to1.2.19#4504
3b5407a9Thanks @dependabot! - C3: Bumped@angular/createfrom17.0.1to17.0.3#4506
d8b5a01eThanks @dependabot! - C3: Bumpedgatsbyfrom5.12.9to5.12.11#4507
743d15feThanks @dependabot! - C3: Bumpedcreate-remixfrom2.2.0to2.3.1#4508
743df0afThanks @dependabot! - C3: Bumpedcreate-sveltefrom5.3.1to5.3.2#4530
774b16c9Thanks @dependabot! - C3: Bumped@angular/createfrom17.0.3to17.0.5#4481
18a4dd92Thanks @jculvey! - Minor improvements when using the--existing-script scriptNameflag:scriptName#4445
652cc422Thanks @petebacondarwin! - fix: update Nuxt template to work on WindowsRather than relying upon the non-Windows shell syntax to specify an environment variable,
we now update the
nuxt.config.tsfiles to include the cloudflare preset.Fixes 🐛 BUG: Nuxt build fails on Windows #4285
#4520
1b945a07Thanks @petebacondarwin! - fix: ensure Angular alter-polyfill script works on Windowswrangler@3.18.0
Minor Changes
#4532
311ffbd5Thanks @mrbbot! - fix: changewrangler (pages) devto listen onlocalhostby defaultPreviously, Wrangler listened on all interfaces (
*) by default. This change switcheswrangler (pages) devto just listen on local interfaces. Whilst this is technically a breaking change, we've decided the security benefits outweigh the potential disruption caused. If you need to access your dev server from another device on your network, you can usewrangler (pages) dev --ip *to restore the previous behaviour.Patch Changes
1b348782]:miniflare@3.20231030.2
Patch Changes
#4505
1b348782Thanks @mrbbot! - fix: remove__STATIC_CONTENT_MANIFESTfrom module workerenvWhen using Workers Sites with a module worker, the asset manifest must be imported from the
__STATIC_CONTENT_MANIFESTvirtual module. Miniflare provided this module, but also erroneously added__STATIC_CONTENT_MANIFESTto theenvobject too. Whilst this didn't break anything locally, it could cause users to develop Workers that ran locally, but not when deployed. This change ensuresenvdoesn't contain__STATIC_CONTENT_MANIFEST.@cloudflare/pages-shared@0.11.2
Patch Changes
1b348782]: