Skip to content

Build(deps): Bump laravel-vite-plugin from 2.1.0 to 3.0.0#2955

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/laravel-vite-plugin-3.0.0
Open

Build(deps): Bump laravel-vite-plugin from 2.1.0 to 3.0.0#2955
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/laravel-vite-plugin-3.0.0

Conversation

@dependabot
Copy link
Contributor

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

Bumps laravel-vite-plugin from 2.1.0 to 3.0.0.

Release notes

Sourced from laravel-vite-plugin's releases.

v3.0.0

What's Changed

Please see the upgrade guide for important upgrade steps.

Full Changelog: laravel/vite-plugin@v2.1.0...v3.0.0

Changelog

Sourced from laravel-vite-plugin's changelog.

v3.0.0 - 2026-03-18

What's Changed

Please see the upgrade guide for important upgrade steps.

Full Changelog: laravel/vite-plugin@v2.1.0...v3.0.0

Upgrade guide

Sourced from laravel-vite-plugin's upgrade guide.

Upgrade Guide

2.x to 3.x

  • Adds support for Vite 8

Upgrade Path

If you are using import.meta.glob to add static assets into your build, you will need to migrate them to the new assets config option, e.g.,

// file: ./resources/js/app.js
import './bootstrap';

import.meta.glob([

'../images/**',



'../favicons/**',


])
// file: ./vite.config.js
import { defineConfig } from 'vite';
import laravel from 'laravel-vite-plugin';
export default defineConfig({
plugins: [
laravel({
input: ['resources/css/app.css', 'resources/js/app.js'],
refresh: true,


      assets: [



          '../images/**',



          '../favicons/**',



      ],
  }),

],
});

0.x to 1.x

  • Adds support for Vite 5 and removes support for Vite 3 and 4.
  • Introduces an npx clean-orphaned-assets command 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

... (truncated)

Commits

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 23, 2026
@codecov
Copy link

codecov bot commented Mar 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.27%. Comparing base (033146d) to head (d4f7977).
⚠️ Report is 10 commits behind head on develop.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #2955      +/-   ##
=============================================
- Coverage      96.71%   96.27%   -0.45%     
  Complexity      1906     1906              
=============================================
  Files            445      266     -179     
  Lines          12878     6570    -6308     
  Branches        2072        0    -2072     
=============================================
- Hits           12455     6325    -6130     
+ Misses           423      245     -178     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/laravel-vite-plugin-3.0.0 branch from c68fb13 to fada2ab Compare March 23, 2026 08:32
Bumps [laravel-vite-plugin](https://github.com/laravel/vite-plugin) from 2.1.0 to 3.0.0.
- [Release notes](https://github.com/laravel/vite-plugin/releases)
- [Changelog](https://github.com/laravel/vite-plugin/blob/3.x/CHANGELOG.md)
- [Upgrade guide](https://github.com/laravel/vite-plugin/blob/3.x/UPGRADE.md)
- [Commits](laravel/vite-plugin@v2.1.0...v3.0.0)

---
updated-dependencies:
- dependency-name: laravel-vite-plugin
  dependency-version: 3.0.0
  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/laravel-vite-plugin-3.0.0 branch from fada2ab to d4f7977 Compare March 23, 2026 09:17
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