-
Notifications
You must be signed in to change notification settings - Fork 1k
Comparing changes
Open a pull request
base repository: cloudflare/workers-sdk
base: create-cloudflare@2.54.2
head repository: cloudflare/workers-sdk
compare: main
- 10 commits
- 165 files changed
- 8 contributors
Commits on Nov 4, 2025
-
Complete refactoring Vite plugin into separate plugins (#11166)
* Move ctx to module scope * Move miniflare into ctx * Move remaining module state into ctx * Create config plugin * Rename containers variables * Use single instance of debuglog * Moved dev to separate plugin * Moved preview to separate plugin * Simplified and moved trigger handlers plugin * Add debug plugin * Reintroduce inspector port * Add JSDoc * Tweaks * Create new PluginContext instance on server restarts * More refactoring * Add more JSDoc * Add comment about middleware placement
Configuration menu - View commit details
-
Copy full SHA for 3b6186e - Browse repository at this point
Copy the full SHA 3b6186eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bb0a9b - Browse repository at this point
Copy the full SHA 0bb0a9bView commit details
Commits on Nov 5, 2025
-
[C3] Bump create-qwik from 1.17.0 to 1.17.1 in /packages/create-cloud…
…flare/src/frameworks (#11155) * [C3] Bump create-qwik in /packages/create-cloudflare/src/frameworks Bumps [create-qwik](https://github.com/QwikDev/qwik/tree/HEAD/packages/create-qwik) from 1.17.0 to 1.17.1. - [Release notes](https://github.com/QwikDev/qwik/releases) - [Changelog](https://github.com/QwikDev/qwik/blob/create-qwik@1.17.1/packages/create-qwik/CHANGELOG.md) - [Commits](https://github.com/QwikDev/qwik/commits/create-qwik@1.17.1/packages/create-qwik) --- updated-dependencies: - dependency-name: create-qwik dependency-version: 1.17.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update dependencies of "create-cloudflare" package The following dependency versions have been updated: | Dependency | From | To | | ----------- | ------ | ------ | | create-qwik | 1.17.0 | 1.17.1 | --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Wrangler automated PR updater <wrangler@cloudflare.com>
Configuration menu - View commit details
-
Copy full SHA for 6d3b49f - Browse repository at this point
Copy the full SHA 6d3b49fView commit details -
add npx wrangler containers registry commands (#10605)
* add containers registry put command * changeset * call api * add list and delete commands * PR feedback and fixups * more review fixups * pr feedback * unhide containers command * pr feedback * Update packages/wrangler/src/__tests__/containers/registries.test.ts Co-authored-by: Pete Bacon Darwin <pete@bacondarwin.com> * wip: secret store rework * pr feedback and tests * update api shape * pr feedback * mark containers commands as in open beta --------- Co-authored-by: Pete Bacon Darwin <pete@bacondarwin.com>
Configuration menu - View commit details
-
Copy full SHA for b55a3c7 - Browse repository at this point
Copy the full SHA b55a3c7View commit details -
Full autoconfig flow for some projects (#11164)
* Initial autoconfig * further fixes * Use moduleResolution: bundler * remove directory * Update packages/wrangler/src/package-manager.ts * add tests * fix tests * Update packages/wrangler/src/deployment-bundle/run-custom-build.ts Co-authored-by: Dario Piotrowicz <dario@cloudflare.com> * Update packages/wrangler/src/autoconfig/run.ts Co-authored-by: Dario Piotrowicz <dario@cloudflare.com> * Create neat-worms-refuse.md * fix windows tests --------- Co-authored-by: Dario Piotrowicz <dario@cloudflare.com>
Configuration menu - View commit details
-
Copy full SHA for 305d7bf - Browse repository at this point
Copy the full SHA 305d7bfView commit details -
enable environment targeting in config patching with `wrangler deploy…
… --x-remote-diff-check` (#11160) * enable environment targeting in `wrangler deploy --x-remote-diff-check` * remove `isTopLevelOnly` logic
Configuration menu - View commit details
-
Copy full SHA for 05440a1 - Browse repository at this point
Copy the full SHA 05440a1View commit details -
Various fixes/improvements around remote bindings being used as local (…
…#11162) * Fix the fact that some remote bindings, such as AI still work as remote under `wrangler dev --local` * Fix bindings with `remote: true` being logged as `remote` when run via `wrangler dev --local` * remote outdated tsdoc param * Update the description of the `--local` flag for the `wrangler dev` command to clarify that it disables remote bindings, also un-deprecate and un-hide it * make sure that `getPlatformProxy` and the vite plugin have a `remoteBindings` option that can be used to disable remote bindings --------- Co-authored-by: Somhairle MacLeòid <smacleod@cloudflare.com>
Configuration menu - View commit details
-
Copy full SHA for c3ed531 - Browse repository at this point
Copy the full SHA c3ed531View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d7c4c2 - Browse repository at this point
Copy the full SHA 5d7c4c2View commit details -
Detect non-framework static sites (#11180)
* Detect non-framework static sites * Create heavy-squids-care.md * address comments
Configuration menu - View commit details
-
Copy full SHA for 53b0fce - Browse repository at this point
Copy the full SHA 53b0fceView commit details -
Bump the workerd-and-workers-types group with 2 updates (#11185)
* Bump the workerd-and-workers-types group with 2 updates Bumps the workerd-and-workers-types group with 2 updates: [workerd](https://github.com/cloudflare/workerd) and [@cloudflare/workers-types](https://github.com/cloudflare/workerd). Updates `workerd` from 1.20251011.0 to 1.20251105.0 - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](cloudflare/workerd@v1.20251011.0...v1.20251105.0) Updates `@cloudflare/workers-types` from 4.20251011.0 to 4.20251014.0 - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: workerd dependency-version: 1.20251105.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: workerd-and-workers-types - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20251014.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: workerd-and-workers-types ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update dependencies of "miniflare" package The following dependency versions have been updated: | Dependency | From | To | | ---------- | ------------ | ------------ | | workerd | 1.20251011.0 | 1.20251105.0 | --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Wrangler automated PR updater <wrangler@cloudflare.com>
Configuration menu - View commit details
-
Copy full SHA for 1ae020d - Browse repository at this point
Copy the full SHA 1ae020dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff create-cloudflare@2.54.2...main