Skip to content

Commit 9b49766

Browse files
authored
Build(deps-dev): bump laravel-vite-plugin from 1.2.0 to 1.3.0 (#95)
Bumps [laravel-vite-plugin](https://github.com/laravel/vite-plugin) from 1.2.0 to 1.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/laravel/vite-plugin/releases">laravel-vite-plugin's releases</a>.</em></p> <blockquote> <h2>v1.3.0</h2> <ul> <li>Use rollup types from Vite by <a href="https://github.com/sapphi-red"><code>@​sapphi-red</code></a> in <a href="https://github.com/laravel/vite-plugin/pull/325">laravel/vite-plugin#325</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/laravel/vite-plugin/blob/1.x/CHANGELOG.md">laravel-vite-plugin's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/laravel/vite-plugin/compare/v1.2.0...v1.3.0">v1.3.0</a> - 2025-06-03</h2> <ul> <li>Use rollup types from Vite by <a href="https://github.com/sapphi-red"><code>@​sapphi-red</code></a> in <a href="https://github.com/laravel/vite-plugin/pull/325">laravel/vite-plugin#325</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/laravel/vite-plugin/commit/9d835fea5099f8bcba7b684769514d8eac835d43"><code>9d835fe</code></a> version</li> <li><a href="https://github.com/laravel/vite-plugin/commit/aa697cd99f0bab5fbf5bb9246991d8f7d6be824e"><code>aa697cd</code></a> Use rollup types from Vite (<a href="https://github.com/laravel/vite-plugin/issues/325">#325</a>)</li> <li><a href="https://github.com/laravel/vite-plugin/commit/c0c82ca4ee19f6e71e66f870e4e09c835fd9dfc7"><code>c0c82ca</code></a> Comment on duplicated regex</li> <li><a href="https://github.com/laravel/vite-plugin/commit/6dbbe2591bbef991542c55c9bbae9bfebdd2e4a6"><code>6dbbe25</code></a> chore: Update <code>update-changelog.yml</code></li> <li><a href="https://github.com/laravel/vite-plugin/commit/4e3e0b12bfb4c50e65c0655a1ca1f7e7514b0f16"><code>4e3e0b1</code></a> Update CHANGELOG</li> <li>See full diff in <a href="https://github.com/laravel/vite-plugin/compare/v1.2.0...v1.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=laravel-vite-plugin&package-manager=npm_and_yarn&previous-version=1.2.0&new-version=1.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details>
2 parents de7618a + 41507cd commit 9b49766

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"autoprefixer": "^10.4.21",
1111
"axios": "^1.8.2",
1212
"daisyui": "^5.0.43",
13-
"laravel-vite-plugin": "^1.2.0",
13+
"laravel-vite-plugin": "^1.3.0",
1414
"postcss": "^8.5.4",
1515
"sass": "^1.85.1",
1616
"tailwindcss": "^4.1.8",

0 commit comments

Comments
 (0)