-
Notifications
You must be signed in to change notification settings - Fork 748
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 #5104
Version Packages #5104
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/8054033650/npm-package-wrangler-5104 You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/5104/npm-package-wrangler-5104 Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8054033650/npm-package-wrangler-5104 dev path/to/script.js Additional artifacts:npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8054033650/npm-package-create-cloudflare-5104 --no-auto-update npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8054033650/npm-package-cloudflare-kv-asset-handler-5104 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8054033650/npm-package-miniflare-5104 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8054033650/npm-package-cloudflare-pages-shared-5104 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8054033650/npm-package-cloudflare-vitest-pool-workers-5104 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 @@
## changeset-debugging #5104 +/- ##
======================================================
Coverage ? 70.35%
======================================================
Files ? 298
Lines ? 15515
Branches ? 3987
======================================================
Hits ? 10916
Misses ? 4599
Partials ? 0 |
c3bbad8
to
5afe35b
Compare
@petebacondarwin do we still need this PR or should it be closed? |
Ah no. It should be closed. Thanks. |
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 changeset-debugging, this PR will be updated.
Releases
create-cloudflare@2.13.0
Minor Changes
#5080
2aa7913
Thanks @jculvey! - feature: Use newvite-cloudflare
template in Remix projects.Remix has released a new official Cloudflare template that uses
getPlatformProxy
under the hood to provide better support for bindings in dev. Remix projects created with C3 will now use this new template.Along with this change, projects will use the default vite-based dev command from
create-remix
instead of usingwrangler pages dev
on build output.A new
build-cf-types
script has also been added to re-generate theEnv
type defined inload-context.ts
based on the contents ofwrangler.toml
. A defaultwrangler.toml
will be added to new Remix projects to accomodate this workflow.#5072
cab7e1c
Thanks @jculvey! - feature: Improve bindings support in Astro template.C3 will now create Astro projects configured to use miniflare in dev automatically. This is done by adding a configuration for the adapter of
{ runtime: 'local'}
(see Astro docs for more details). Awrangler.toml
file will also be added where bindings can be added to be used in dev.Along with this change, projects will now use the default vite-based
astro dev
command instead of usingwrangler pages dev
on build output.When Typescript is used, the
src/env.d.ts
file will be updated to add type definitionsruntime.env
which can be re-generated with a newly addedbuild-cf-types
script.Patch Changes
#5074
e37c1b8
Thanks @dependabot! - chore: Bumpedcreate-svelte
from6.0.8
to6.0.9
#5075
c1ed773
Thanks @dependabot! - chore: Bumpedcreate-remix
from2.7.1
to2.7.2
#5078
64236b0
Thanks @dependabot! - chore: Bumped@angular/create
from17.2.0
to17.2.1
wrangler@3.30.0
Minor Changes
#4742
c2f3f1e
Thanks @benycodes! - feat: allow preserving file names when defining rules for non-js modulesThe developer is now able to specify the `preserve_file_names property in wrangler.toml
which specifies whether Wrangler will preserve the file names additional modules that are
added to the deployment bundle of a Worker.
If not set to true, files will be named using the pattern ${fileHash}-${basename}.
For example,
34de60b44167af5c5a709e62a4e20c4f18c9e3b6-favicon.ico
.Resolves #4741
@cloudflare/vitest-pool-workers@0.0.4
Patch Changes
c2f3f1e
]: