Skip to content

Bump laravel-vite-plugin from 2.1.0 to 3.1.0#552

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

Bump laravel-vite-plugin from 2.1.0 to 3.1.0#552
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/laravel-vite-plugin-3.0.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps laravel-vite-plugin from 2.1.0 to 3.1.0.

Release notes

Sourced from laravel-vite-plugin's releases.

v3.1.0

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

v3.0.3

What's Changed

New Contributors

Full Changelog: laravel/vite-plugin@v3.0.1...v3.0.3

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.1.0 - 2026-04-29

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

v3.0.3 - 2026-04-29

What's Changed

New Contributors

Full Changelog: laravel/vite-plugin@v3.0.1...v3.0.3

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
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for laravel-vite-plugin since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 13, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 13, 2026
@crimsonstrife

crimsonstrife commented Apr 13, 2026

Copy link
Copy Markdown
Owner

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@deepsource-io

deepsource-io Bot commented Apr 13, 2026

Copy link
Copy Markdown

DeepSource Code Review

We reviewed changes in 2b30267...5a08319 on this pull request. Below is the summary for the review, and you can see the individual issues we found as inline review comments.

See full review on DeepSource ↗

PR Report Card

Overall Grade   Security  

Reliability  

Complexity  

Hygiene  

Code Review Summary

Analyzer Status Updated (UTC) Details
PHP Jun 2, 2026 2:34p.m. Review ↗
JavaScript Jun 2, 2026 2:34p.m. Review ↗
Python Jun 2, 2026 2:34p.m. Review ↗

Important

AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.

@crimsonstrife

Copy link
Copy Markdown
Owner

@dependabot rebase

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

---
updated-dependencies:
- dependency-name: laravel-vite-plugin
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump laravel-vite-plugin from 2.1.0 to 3.0.1 Bump laravel-vite-plugin from 2.1.0 to 3.1.0 Jun 2, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/laravel-vite-plugin-3.0.1 branch from 3f1ac9d to 5a08319 Compare June 2, 2026 14:33
@dependabot @github

dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #577.

@dependabot dependabot Bot closed this Jun 8, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/laravel-vite-plugin-3.0.1 branch June 8, 2026 00:54
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.

1 participant