Skip to content

chore(deps-dev): bump laravel-vite-plugin from 2.1.0 to 3.0.1#7

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/laravel-vite-plugin-3.0.1
Closed

chore(deps-dev): bump laravel-vite-plugin from 2.1.0 to 3.0.1#7
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/laravel-vite-plugin-3.0.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 5, 2026

Bumps laravel-vite-plugin from 2.1.0 to 3.0.1.

Changelog

Sourced from laravel-vite-plugin's changelog.

Release Notes

Unreleased

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 @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 5, 2026

Labels

The following labels could not be found: dependencies, javascript. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Bumps [laravel-vite-plugin](https://github.com/laravel/vite-plugin) from 2.1.0 to 3.0.1.
- [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.1)

---
updated-dependencies:
- dependency-name: laravel-vite-plugin
  dependency-version: 3.0.1
  dependency-type: direct:development
  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.1 branch from 7c72ca9 to 44f3421 Compare April 27, 2026 18:21
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 3, 2026

Superseded by #16.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants