Skip to content

[C3] Bump create-vite from 8.3.0 to 9.0.2 in /packages/create-cloudflare/src/frameworks#12906

Merged
edmundhung merged 3 commits intomainfrom
dependabot/npm_and_yarn/packages/create-cloudflare/src/frameworks/create-vite-9.0.2
Apr 14, 2026
Merged

[C3] Bump create-vite from 8.3.0 to 9.0.2 in /packages/create-cloudflare/src/frameworks#12906
edmundhung merged 3 commits intomainfrom
dependabot/npm_and_yarn/packages/create-cloudflare/src/frameworks/create-vite-9.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2026

Bumps create-vite from 8.3.0 to 9.0.2.

Release notes

Sourced from create-vite's releases.

create-vite@9.0.2

Please refer to CHANGELOG.md for details.

create-vite@9.0.1

Please refer to CHANGELOG.md for details.

create-vite@9.0.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from create-vite's changelog.

9.0.2 (2026-03-13)

Bug Fixes

  • create-vue: add lang="ts" to vue files to fix type errors in vue-ts template (#21838) (1b8592d)

9.0.1 (2026-03-12)

Bug Fixes

  • create-vite: add @babel/core and @types/babel__core for react compiler template (#21833) (e818474)

9.0.0 (2026-03-12)

⚠ BREAKING CHANGES

  • update default browser target (#21193)

Features

  • create-vite: add AI agent experience (AX) support (#21116) (38d6011)
  • create-vite: add ember (#20069) (2f9428d)
  • create-vite: make vitePreprocess not the default in svelte (#21637) (2a2c8a4)
  • create-vite: remove react-swc variants (#21633) (14fcb60)
  • create-vite: show description for template variants (#21403) (cb85e5c)
  • create-vite: update framework starter templates to align the new theme (#21432) (520d13b)
  • create-vite: update react template for new plugin-react (#21742) (0b4242e)
  • create-vite: update vanilla starter templates to align the new theme (#21425) (7453556)
  • deps: bump plugin versions in create-vite templates (#21832) (ebb041e)
  • update default browser target (#21193) (8c3dd06)

Bug Fixes

  • create-vite: do not create empty directory for custom commands (#21367) (df767ed)
  • create-vite: handle double dash for npm exec (#21830) (e4bcd59)
  • create-vite: skip irrelevant "immediate" prompt for external commands (#21410) (33e74e5)
  • create-vite: strip invalid characters in project name (#21553) (4bba787)
  • create-vite: tanstack cli --template is deprecated (#21831) (1527f35)
  • create-vite: update deprecated tsrouter-app to @tanstack/cli (#21527) (ddecf2b)
  • create-vite: update QwikCity custom command to "empty" template (#21279) (9890dd6)
  • deps: update @clack/prompts to 1.0.0-alpha.9 (#21421) (6864c27)
  • deps: update all non-major dependencies (#21146) (a3cd262)
  • deps: update all non-major dependencies (#21175) (72e398a)
  • deps: update all non-major dependencies (#21231) (859789c)
  • deps: update all non-major dependencies (#21285) (4635b2e)
  • deps: update all non-major dependencies (#21321) (9bc7c2e)
  • deps: update all non-major dependencies (#21389) (30f48df)
  • deps: update all non-major dependencies (#21440) (1835995)
  • deps: update all non-major dependencies (#21488) (2b32ca2)
  • deps: update all non-major dependencies (#21540) (9ebaeaa)
  • deps: update all non-major dependencies (#21594) (becdc5d)
  • deps: update all non-major dependencies (#21691) (521fdc0)
  • deps: update all non-major dependencies (#21732) (5c921ca)

... (truncated)

Commits
  • f583ae3 release: create-vite@9.0.2
  • 1b8592d fix(create-vue): add lang="ts" to vue files to fix type errors in vue-ts te...
  • 2c37c58 release: create-vite@9.0.1
  • e818474 fix(create-vite): add @babel/core and @types/babel__core for react compil...
  • e5bbd1f release: create-vite@9.0.0
  • ebb041e feat(deps): bump plugin versions in create-vite templates (#21832)
  • 0b4242e feat(create-vite): update react template for new plugin-react (#21742)
  • 1527f35 fix(create-vite): tanstack cli --template is deprecated (#21831)
  • e4bcd59 fix(create-vite): handle double dash for npm exec (#21830)
  • eaa4352 fix(deps): update all non-major dependencies (#21786)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Open with Devin

@dependabot dependabot bot added c3 Relating to C3 (create-cloudflare) package dependencies Used by dependabot to mark PRs as updates to dependencies. skip-pr-description-validation Skip validation of the required PR description format labels Mar 15, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 15, 2026 06:06
@dependabot dependabot bot added c3 Relating to C3 (create-cloudflare) package dependencies Used by dependabot to mark PRs as updates to dependencies. skip-pr-description-validation Skip validation of the required PR description format labels Mar 15, 2026
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Mar 15, 2026

🦋 Changeset detected

Latest commit: 4dd9bab

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@workers-devprod
Copy link
Copy Markdown
Contributor

Codeowners approval required for this PR:

  • @cloudflare/wrangler
Show detailed file reviewers
  • packages/create-cloudflare/src/frameworks/package.json: [@cloudflare/wrangler]

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 15, 2026

✅ All changesets look good

Note: The changeset .changeset/c3-frameworks-update-12906.md is a dependency update for create-cloudflare. Per the guidelines: "Dependabot: Do not validate dependency update changesets for create-cloudflare" - this changeset is exempt from validation.

Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 1 additional finding.

Open in Devin Review

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Mar 15, 2026

create-cloudflare

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

@cloudflare/kv-asset-handler

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

miniflare

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

@cloudflare/pages-shared

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

@cloudflare/unenv-preset

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

@cloudflare/vite-plugin

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

@cloudflare/vitest-pool-workers

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

@cloudflare/workers-editor-shared

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

wrangler

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

commit: 4dd9bab

@edmundhung
Copy link
Copy Markdown
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/packages/create-cloudflare/src/frameworks/create-vite-9.0.2 branch from 1d1d960 to 4623052 Compare March 16, 2026 12:05
@petebacondarwin
Copy link
Copy Markdown
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/packages/create-cloudflare/src/frameworks/create-vite-9.0.2 branch from 8af6d77 to 1c90380 Compare March 21, 2026 16:06
@workers-devprod
Copy link
Copy Markdown
Contributor

Codeowners approval required for this PR:

  • @cloudflare/wrangler
Show detailed file reviewers
  • packages/create-cloudflare/src/frameworks/package.json: [@cloudflare/wrangler]

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 22, 2026

A newer version of create-vite exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@edmundhung
Copy link
Copy Markdown
Member

@dependabot recreate

Bumps [create-vite](https://github.com/vitejs/vite/tree/HEAD/packages/create-vite) from 8.3.0 to 9.0.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/create-vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/create-vite@9.0.2/packages/create-vite)

---
updated-dependencies:
- dependency-name: create-vite
  dependency-version: 9.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/packages/create-cloudflare/src/frameworks/create-vite-9.0.2 branch from 5fd7eae to 78daa77 Compare April 13, 2026 19:12
@dependabot dependabot bot requested a review from workers-devprod as a code owner April 13, 2026 19:12
@workers-devprod
Copy link
Copy Markdown
Contributor

workers-devprod commented Apr 13, 2026

Codeowners approval required for this PR:

  • ✅ @cloudflare/wrangler
Show detailed file reviewers

Wrangler automated PR updater and others added 2 commits April 13, 2026 19:13
The following dependency versions have been updated:

| Dependency  | From  | To    |
| ----------- | ----- | ----- |
| create-vite | 8.3.0 | 9.0.4 |
Copy link
Copy Markdown
Contributor

@workers-devprod workers-devprod left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codeowners reviews satisfied

@github-project-automation github-project-automation bot moved this from Untriaged to Approved in workers-sdk Apr 14, 2026
@edmundhung edmundhung merged commit 7cf5095 into main Apr 14, 2026
61 of 62 checks passed
@edmundhung edmundhung deleted the dependabot/npm_and_yarn/packages/create-cloudflare/src/frameworks/create-vite-9.0.2 branch April 14, 2026 10:29
@github-project-automation github-project-automation bot moved this from Approved to Done in workers-sdk Apr 14, 2026
petebacondarwin pushed a commit that referenced this pull request Apr 14, 2026
…are/src/frameworks (#12906)

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>
Co-authored-by: Edmund Hung <edmund@cloudflare.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c3 Relating to C3 (create-cloudflare) package dependencies Used by dependabot to mark PRs as updates to dependencies. skip-pr-description-validation Skip validation of the required PR description format

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants