Bump laravel-vite-plugin from 1.3.0 to 3.0.0 by dependabot[bot] · Pull Request #186 · tallstackui/envbar
Bumps laravel-vite-plugin from 1.3.0 to 3.0.0.
Release notes
Sourced from laravel-vite-plugin's releases.
v2.1.0
- fix: missing 2.0.0 release notes in changelog by
@james2doylein laravel/vite-plugin#338- [2.x] Use vite export to future proof additional pattern changes by
@timacdonaldin laravel/vite-plugin#339v2.0.1
- Automatically create hotFile parent directory by
@adrumin laravel/vite-plugin#334v2.0.0
- Vite 7 Support by
@sweptsquashin laravel/vite-plugin#328- Upgrade dependencies by
@timacdonaldin laravel/vite-plugin#331
Changelog
Sourced from laravel-vite-plugin's changelog.
Release Notes
Unreleased
v2.1.0 - 2026-01-20
- fix: missing 2.0.0 release notes in changelog by
@james2doylein laravel/vite-plugin#338- [2.x] Use vite export to future proof additional pattern changes by
@timacdonaldin laravel/vite-plugin#339v2.0.1 - 2025-08-26
- Automatically create hotFile parent directory by
@adrumin laravel/vite-plugin#334v2.0.0 - 2025-07-09
- Vite 7 support by
@sweptsquashin laravel/vite-plugin#328- Upgrade dependencies by
@timacdonaldin laravel/vite-plugin#331
Upgrade guide
Sourced from laravel-vite-plugin's upgrade guide.
Upgrade Guide
0.xto1.x
- Adds support for Vite 5 and removes support for Vite 3 and 4.
- Introduces an
npx clean-orphaned-assetscommand to clean orphaned assets in Vite's build directories.- Introduces Valet / Herd TLS certificate auto detection.
- Adds
app/Livewire/**to the default "refresh" paths.- Adds output of SSR manifest for SSR builds.
Notable Changes
- Dropped CJS build: laravel/vite-plugin#235
- Dropped support for a
booleanvalue ofserver.httpsoption invite.config.js: laravel/vite-plugin#254- Dropped support for Node 14, 15, 16, 17, and 19: laravel/vite-plugin#269
Please see the Vite migration documentation for why these changes have been made and additional changes you may need to consider.
Upgrade Path
- Update to the latest version of the
laravel-vite-plugin,vite, and any Vite plugins you may have installed, such as@vitejs/plugin-vuewhich requires version^4.5.0or@vitejs/plugin-reactwhich requires version^4.2.0to be compatible with Vite 5.The following command will update
laravel-vite-pluginandviteonly. You may need to include any additional plugin updates as needed by your application:npm install --save-dev vite@^5.0.0 laravel-vite-plugin@^1.0.0You should also check the upgrade guide and changelogs for any packages you update, including Vite's migrations guide.
- Ensure your
package.jsoncontains"type": "module".Run the following command in your project's root directory or anywhere you have your
package.jsonfiles:You may also need to rename any
*.jsconfiguration files that contain CJS, which is the older-style Node-flavoredvar plugin = require('plugin')syntax, tofilename.cjsafter making this change.Migrating from Laravel Mix to Vite
Note
This upgrade guide does not cover all possible Mix use cases, such as Sass compilation. Please consult the Vite documentation for information on configuring Vite for these scenarios.Update Laravel Framework
To make use of the new Vite integration, you will need to update to at least version
9.19.0of thelaravel/framework:
... (truncated)
Commits
26336c93.0.08653714[3.x] Add Vite 8 support (#342)cf40a9aUpdate CHANGELOG3d804f22.1.0d88aecd[2.x] Use vite export to future proof additional pattern changes (#339)7a193beMerge pull request #338 from james2doyle/fix/missing-2.0-changeloga06b849fix: missing 2.0.0 release notes in changelog3f7bf9eUpdate CHANGELOG297259e2.0.16774e33Automatically create hotFile parent directory (#334)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)