Skip to content

chore(deps-dev): bump vite from 8.0.10 to 8.0.13#237

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vite-8.0.13
Closed

chore(deps-dev): bump vite from 8.0.10 to 8.0.13#237
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vite-8.0.13

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 15, 2026

Bumps vite from 8.0.10 to 8.0.13.

Release notes

Sourced from vite's releases.

v8.0.13

Please refer to CHANGELOG.md for details.

v8.0.12

Please refer to CHANGELOG.md for details.

v8.0.11

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

8.0.13 (2026-05-14)

Features

  • bundled-dev: add lazy bundling support (#21406) (4f0949f)
  • optimizer: improve the esbuild plugin converter to pass some properties of build result to onEnd (#22357) (47071ce)
  • update rolldown to 1.0.1 (#22444) (8c766a6)

Bug Fixes

  • build: copy public directory after building same environment with write=false (#22328) (158e8ae)
  • css: await sass/less/styl worker disposal on teardown (fix #22274) (#22275) (b7edcb7)
  • css: keep deprecated name/originalFileName in synthetic assetFileNames call (#22439) (8e59c97)
  • make isBundled per environment (#22257) (a576326)
  • ssr: avoid rewriting labels that collide with imports (#22451) (d9b18e0)

Miscellaneous Chores

8.0.12 (2026-05-11)

Features

Bug Fixes

  • deps: update all non-major dependencies (#22420) (2be6000)
  • module-runner: prevent partial-exports race on concurrent imports of in-flight invalidated re-export chains (#22369) (f5a22e6)
  • refer to rolldownOptions instead of deprecated rollupOptions in messages (#22400) (b675c7b)
  • worker: apply build.target to worker bundle (#22404) (3c93fde)
  • worker: forward define to worker bundle transform (#22408) (d4838a0)

Miscellaneous Chores

8.0.11 (2026-05-07)

Features

Bug Fixes

  • deps: update all non-major dependencies (#22334) (672c962)
  • deps: update all non-major dependencies (#22382) (5c0cfcb)
  • glob: align hmr matcher options with glob enumeration (#22306) (30028f9)
  • make separate object instance for each environment (#22276) (7c2aa3b)

... (truncated)

Commits
  • a46f11a release: v8.0.13
  • d9b18e0 fix(ssr): avoid rewriting labels that collide with imports (#22451)
  • 4f0949f feat(bundled-dev): add lazy bundling support (#21406)
  • 158e8ae fix(build): copy public directory after building same environment with `write...
  • 47071ce feat(optimizer): improve the esbuild plugin converter to pass some properties...
  • 8e59c97 fix(css): keep deprecated name/originalFileName in synthetic `assetFileNa...
  • a576326 fix: make isBundled per environment (#22257)
  • 8c766a6 feat: update rolldown to 1.0.1 (#22444)
  • b7edcb7 fix(css): await sass/less/styl worker disposal on teardown (fix #22274) (#22275)
  • fcdc87c chore: update changelog (#22413)
  • 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)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 8.0.10 to 8.0.13.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.0.13/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 8.0.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 15, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented May 15, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
get-based Ready Ready Preview, Comment May 15, 2026 5:57am

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 15, 2026

Greptile Summary

Bumps vite from 8.0.10 to 8.0.13 (dev-only). The production app ships as plain ES modules with no bundler, so this change exclusively affects the Vitest/Puppeteer test pipeline.

  • rolldown transitions from a release candidate (1.0.0-rc.17) to its first stable release (1.0.1), along with all platform-specific bindings and @rolldown/pluginutils.
  • Transitive dependencies also updated: postcss 8.5.10 → 8.5.14, nanoid 3.3.11 → 3.3.12, @oxc-project/types 0.127.0 → 0.130.0, and @tybys/wasm-util 0.10.1 → 0.10.2. The @vitejs/devtools optional peer-dependency minimum advances from ^0.1.0 to ^0.1.18.

Confidence Score: 5/5

Safe to merge — all changes are confined to dev dependencies with no effect on the production app, which ships as plain native ES modules without a bundler.

Every changed package is a dev dependency used only by the Vitest/Puppeteer test pipeline. The most notable sub-change is rolldown graduating from a release candidate to its first stable release (1.0.1), which is a positive signal. All transitive dependency updates (postcss, nanoid, wasm-util, oxc-project types) are minor patch bumps with no breaking changes expected.

No files require special attention.

Important Files Changed

Filename Overview
package.json vite dev dependency bumped from ^8.0.10 to ^8.0.13; no production impact since the app ships without a bundler
package-lock.json Lock file updated: vite 8.0.13, rolldown promoted from 1.0.0-rc.17 to stable 1.0.1, postcss 8.5.14, nanoid 3.3.12, and matching platform bindings — all consistent with the vite bump

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["package.json\nvite 8.0.10 to 8.0.13"] --> B["package-lock.json"]
    B --> C["vite 8.0.13"]
    C --> D["rolldown RC to stable\n1.0.0-rc.17 to 1.0.1"]
    D --> E["rolldown platform bindings\n15 packages updated"]
    D --> F["rolldown pluginutils\n1.0.0-rc.17 to 1.0.1"]
    D --> G["oxc-project types\n0.127.0 to 0.130.0"]
    C --> H["postcss\n8.5.10 to 8.5.14"]
    C --> I["nanoid\n3.3.11 to 3.3.12"]
    B --> J["tybys wasm-util\n0.10.1 to 0.10.2"]
Loading

Reviews (1): Last reviewed commit: "chore(deps-dev): bump vite from 8.0.10 t..." | Re-trigger Greptile

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 22, 2026

Superseded by #291.

@dependabot dependabot Bot closed this May 22, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/vite-8.0.13 branch May 22, 2026 05:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants