chore(deps-dev): bump laravel-vite-plugin from 2.1.0 to 3.1.3 - #13
Closed
dependabot[bot] wants to merge 5 commits into
Closed
chore(deps-dev): bump laravel-vite-plugin from 2.1.0 to 3.1.3#13dependabot[bot] wants to merge 5 commits into
dependabot[bot] wants to merge 5 commits into
Conversation
Refresh backend (Composer) and frontend (npm) lockfiles within their existing version constraints to pull in security patches. - laravel/framework 13.6.0 -> 13.21.1 (fixes high-severity advisories) - symfony/* and guzzlehttp/* patched - axios 1.15.2 -> 1.18.1 plus transitive npm fixes composer audit and npm audit now report no known vulnerabilities.
- Add Larastan/PHPStan (level 5) via phpstan.neon and `composer analyse`. - Add explicit pint.json (Laravel preset) plus `composer lint`/`lint:test`. - Enforce Pint style check and PHPStan analysis in the CI pipeline. - Add Dependabot config (Composer, npm, GitHub Actions; weekly). - Add a pull request template and un-ignore both new .github files. - Resolve all PHPStan level 5 findings: guard ReflectionNamedType before getName(), correct model factory return types, and use list<string> for the User $fillable/$hidden annotations.
- Gate admin routes with role_or_permission:superadmin|<permission> so
non-superadmin roles can be granted specific capabilities. Superadmin
behaviour is unchanged (it retains all permissions).
- Adopt route-model binding for user, activity-log, and file routes. The
{file} binding is scoped to the authenticated user, so foreign files
resolve to a 404 (existence is never leaked across accounts).
- Restrict the file manager show endpoint to an explicit safe field
subset (no storage path or owner id in the JSON response).
- Enforce authorization in the settings, notification, and role Form
Requests instead of returning true.
- Add feature tests for the permission gates and the hardened show response.
Update README (Testing & Quality, CI Pipeline) and add a 4.2.0 CHANGELOG entry covering the dependency/security refresh, static analysis, granular permissions, and file manager hardening.
Bumps [laravel-vite-plugin](https://github.com/laravel/vite-plugin) from 2.1.0 to 3.1.3. - [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.3) --- updated-dependencies: - dependency-name: laravel-vite-plugin dependency-version: 3.1.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
dependabot
Bot
deleted the
dependabot/npm_and_yarn/laravel-vite-plugin-3.1.3
branch
July 22, 2026 00:07
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps laravel-vite-plugin from 2.1.0 to 3.1.3.
Release notes
Sourced from laravel-vite-plugin's releases.
... (truncated)
Changelog
Sourced from laravel-vite-plugin's changelog.
... (truncated)
Upgrade guide
Sourced from laravel-vite-plugin's upgrade guide.
... (truncated)
Commits
a6987d3v3.1.3b0e75e6Update package.jsonec3f849Update CHANGELOG0bc07e2Update publish.yml (#383)a81e392Update CHANGELOGec233dev3.1.1cd604c0Bump the github-actions group with 3 updates (#382)e3e3db3Bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group (#381)596b51eMerge pull request #346 from gdebrauwer/fix-v3-upgrade-guide5f4b5b6[3.x] Warn when optimized font fallbacks cannot be generated (#373)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for laravel-vite-plugin since your current version.
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)