Skip to content

Version Packages #10002

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

Merged
merged 1 commit into from
Jul 22, 2025
Merged

Version Packages #10002

merged 1 commit into from
Jul 22, 2025

Conversation

workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented Jul 17, 2025

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

@cloudflare/[email protected]

Minor Changes

@cloudflare/[email protected]

Minor Changes

  • #10001 5796ca9 Thanks @jamesopstad! - We now automatically inject the following HMR code into your Worker entry file:

    if (import.meta.hot) {
    	import.meta.hot.accept();
    }

    This prevents file changes from invalidating the full module graph and improves HMR performance in development.

Patch Changes

[email protected]

Patch Changes

  • #9866 7e5585d Thanks @invisal! - Fix D1 SQL dump generation: escape identifiers and handle SQLite's dynamic typing

    Escape column and table names to prevent SQL syntax errors.
    Escape values based on their runtime type to support SQLite's flexible typing.

@cloudflare/[email protected]

Patch Changes

@cloudflare/[email protected]

Patch Changes

[email protected]

Patch Changes

  • #10000 c02b067 Thanks @emily-shen! - Include more (sanitised) user errors in telemetry.

    We manually vet and sanitised error messages before including them in our telemetry collection - this PR just includes a couple more.

  • #9996 b0217f9 Thanks @nikitassharma! - Disallow users from pushing images with unsupported platforms to the container image registry

  • #10009 e87198a Thanks @gpanders! - Fix containers diff output when using JSONC config files

  • #9976 ad02ad3 Thanks @dario-piotrowicz! - add warning for when users run wrangler dev --remote with (enabled) containers

  • #9819 0c4008c Thanks @CarmenPopoviciu! - feat(vite-plugin): Add containers support in vite dev

    Adds support for Cloudflare Containers in vite dev. Please note that at the time of this PR a container image can only specify the path to a Dockerfile. Support for registry links will be added in a later version, as will containers support in vite preview.

  • Updated dependencies [189fe23, 7e5585d]:

@cloudflare/[email protected]

Patch Changes

  • #9819 0c4008c Thanks @CarmenPopoviciu! - feat(vite-plugin): Add containers support in vite dev

    Adds support for Cloudflare Containers in vite dev. Please note that at the time of this PR a container image can only specify the path to a Dockerfile. Support for registry links will be added in a later version, as will containers support in vite preview.

@cloudflare/[email protected]

Patch Changes

  • #10007 d82c8e8 Thanks @WillTaylorDev! - Bugfix: Removes unnecessary cloning of the request. This is no longer needed. We were also seeing failures in runtime for large files due to this.

  • #10008 ca00d74 Thanks @vicb! - block responses with multiple Content Type values

@workers-devprod workers-devprod requested review from a team as code owners July 17, 2025 11:25
Copy link

pkg-pr-new bot commented Jul 17, 2025

create-cloudflare

npm i https://pkg.pr.new/create-cloudflare@10002

@cloudflare/kv-asset-handler

npm i https://pkg.pr.new/@cloudflare/kv-asset-handler@10002

miniflare

npm i https://pkg.pr.new/miniflare@10002

@cloudflare/pages-shared

npm i https://pkg.pr.new/@cloudflare/pages-shared@10002

@cloudflare/unenv-preset

npm i https://pkg.pr.new/@cloudflare/unenv-preset@10002

@cloudflare/vite-plugin

npm i https://pkg.pr.new/@cloudflare/vite-plugin@10002

@cloudflare/vitest-pool-workers

npm i https://pkg.pr.new/@cloudflare/vitest-pool-workers@10002

@cloudflare/workers-editor-shared

npm i https://pkg.pr.new/@cloudflare/workers-editor-shared@10002

wrangler

npm i https://pkg.pr.new/wrangler@10002

commit: a108f37

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 15 times, most recently from 1616517 to a847382 Compare July 22, 2025 06:39
@workers-devprod workers-devprod force-pushed the changeset-release/main branch from a847382 to 77528ce Compare July 22, 2025 09:43
@workers-devprod workers-devprod force-pushed the changeset-release/main branch from 77528ce to a108f37 Compare July 22, 2025 11:08
@emily-shen emily-shen merged commit 7d14000 into main Jul 22, 2025
32 checks passed
@emily-shen emily-shen deleted the changeset-release/main branch July 22, 2025 11:37
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.

3 participants