chore(deps-dev): bump sass from 1.99.0 to 1.101.3 in the npm-minor-patch group - #12
Closed
dependabot[bot] wants to merge 5 commits into
Closed
chore(deps-dev): bump sass from 1.99.0 to 1.101.3 in the npm-minor-patch group#12dependabot[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 the npm-minor-patch group with 1 update: [sass](https://github.com/sass/dart-sass). Updates `sass` from 1.99.0 to 1.101.3 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.99.0...1.101.3) --- updated-dependencies: - dependency-name: sass dependency-version: 1.101.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-patch ... 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
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
dependabot
Bot
deleted the
dependabot/npm_and_yarn/npm-minor-patch-61faa3407c
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 the npm-minor-patch group with 1 update: sass.
Updates
sassfrom 1.99.0 to 1.101.3Release notes
Sourced from sass's releases.
Changelog
Sourced from sass's changelog.
Commits
e8c1233Fix some GitHub actions issues introduced by the Zizmor refactor (#2798)d676118Merge pull request #2797 from sass/lints548e660Prefer interpolation to compose stringsb443ffeUse function type syntax3d28f6aAdd@overridee182ba2Expand dependency constraints (#2796)66f9d41Bump analyzer from 10.2.0 to 13.3.0 (#2795)ab4026dUse the latest lints package (#2789)fbb1fe0Bump zizmorcore/zizmor-action from 0.5.6 to 0.5.7 (#2793)8abfa4dFix--watchnot recompiling files modified via atomic save (#2791)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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions