Conversation
Bumps @roots/vite-plugin to v2.2.0 and laravel-vite-plugin to v3 for Vite 8 compatibility, replacing Rollup with the Rust-based Rolldown bundler.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This release (v2.14.2) delivers a major upgrade to the theme's build tooling, replacing the Rollup-based bundler with Rolldown for significantly faster builds, alongside expanded automation permissions for the vibe CLI tool. Vite has been upgraded from v7 to v8, which now uses the Rust-powered Rolldown bundler in place of Rollup, requiring corresponding upgrades to
@roots/vite-plugin(v1.3.1 to v2.2.0) andlaravel-vite-plugin(v2 to v3) for compatibility. The package-lock.json was regenerated to reflect the new dependency tree, including new Rolldown WASM runtime support packages and several patch-level updates to the Tailwind CSS toolchain and TypeScript type definitions. Separately, the vibe tool's bash command allowlist was expanded with a curated set of read-only utilities to reduce friction during automated workflows. Version was bumped to 2.14.2 acrosspackage.json,style.css, andreadme.txt, with corresponding changelog entries documenting both changes.Build Tooling Upgrade:
@rollup/rollup-*native binaries with@rolldown/binding-*(v1.0.3) for faster, Rust-based bundling.@roots/vite-pluginfrom v1.3.1 to v2.2.0 for Vite 8 compatibility, including a bump of its@wordpress/dependency-extraction-webpack-plugindependency to ^6.47.0.laravel-vite-pluginfrom v2 to v3 to align with the new Vite 8 ecosystem.^20.19.0 || >=22.12.0.Dependency Maintenance:
@tailwindcss/vite,@tailwindcss/node,@tailwindcss/oxide) from 4.3.0 to 4.3.1.@babel/runtimeto 7.29.7,@types/nodeto 25.9.3,@types/reactto 18.3.31, and@types/estreeto 1.0.9.@emnapi/core,@emnapi/runtime,@emnapi/wasi-threads,@napi-rs/wasm-runtime,@tybys/wasm-util,@oxc-project/types,@rolldown/pluginutils).package-lock.jsonto reflect the updated dependency tree.Developer Tooling Configuration:
.vibe/config.tomlbash command allowlist with read-only utilities (grep,sort,uniq,diff,cut,date,tr,less,more, checksum tools, and others) to streamline automated, non-destructive operations.bash_read_only_defaults_v1in.vibe/config.tomlto track the configuration update.Release Bookkeeping:
package.json,style.css, andreadme.txt, with a correspondingCHANGELOG.mdentry summarizing the build tooling upgrade and dependency maintenance.Files Changed:
.vibe/config.toml(Modified)CHANGELOG.md(Modified)package.json(Modified)readme.txt(Modified)style.css(Modified)Dependency lock files updated: package-lock.json,