Files
wehub-resource-sync 70bf21e064
Deploy (to testing) and Test Playground Preview Worker / Deploy Playground Preview Worker (testing) (push) Has been skipped
Deploy Workers Shared Staging / Deploy Workers Shared Staging (push) Failing after 0s
Prerelease / build (push) Has been skipped
Handle Changesets / Handle Changesets (push) Has been cancelled
Semgrep OSS scan / semgrep-oss (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:30:11 +08:00

3.1 KiB

@cloudflare/autoconfig

0.1.4

Patch Changes

0.1.3

Patch Changes

  • #14548 383e679 Thanks @petebacondarwin! - Fix Vite version detection for vite+ projects during autoconfiguration

    vite+ installs @voidzero-dev/vite-plus-core under the vite npm alias, so the resolved node_modules/vite/package.json reports the wrapper's own version (e.g. 0.2.2) rather than the underlying Vite version it bundles. This caused autoconfiguration to fail with an error claiming the Vite version was too old to be configured automatically. Autoconfiguration now detects the correct underlying Vite version for these projects.

  • Updated dependencies [aad35b7, 1ac96a1, 1ca8d8f]:

0.1.2

Patch Changes

0.1.1

Patch Changes

0.1.0

Minor Changes

  • #14365 f224ce2 Thanks @dario-piotrowicz! - Add experimental package for framework autoconfig detection and configuration

  • #14365 f224ce2 Thanks @dario-piotrowicz! - Add support for React Router >= 8.0.0

    React Router v8 enables viteEnvironmentApi and middleware by default, so autoconfig no longer adds future flags to react-router.config.ts for v8+ projects and uses the middleware code pattern unconditionally.

Patch Changes