-
Notifications
You must be signed in to change notification settings - Fork 1
chore(deps-dev): Bump laravel/sail from 1.46.0 to 1.47.0 #117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.46.0 to 1.47.0. - [Release notes](https://github.com/laravel/sail/releases) - [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md) - [Commits](laravel/sail@v1.46.0...v1.47.0) --- updated-dependencies: - dependency-name: laravel/sail dependency-version: 1.47.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Code Review Summary✨ This review covers significant dependency updates and one package removal in the 🚀 Key Improvements
💡 Minor Suggestions
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review complete. See the overview comment for a summary.
| "type": "zip", | ||
| "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/8c784d071debd117328803d86b2097615b457500", | ||
| "reference": "8c784d071debd117328803d86b2097615b457500", | ||
| "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/d61a8a9604ec1f8c3d150d09db6ce98b32675013", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The update for dragonmantank/cron-expression to v3.6.0 includes a significant increase in the minimum PHP version requirement from ^7.2|^8.0 to ^8.2|^8.3|^8.4|^8.5. Ensure that the project's deployment environment is compatible with this new PHP version. This also benefits from the removal of webmozart/assert from its direct dependencies, which simplifies the overall dependency graph.
| "type": "zip", | |
| "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/8c784d071debd117328803d86b2097615b457500", | |
| "reference": "8c784d071debd117328803d86b2097615b457500", | |
| "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/d61a8a9604ec1f8c3d150d09db6ce98b32675013", | |
| "require": { | |
| "php": "^8.2|^8.3|^8.4|^8.5" | |
| }, |
| }, | ||
| "autoload": { | ||
| "psr-4": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The update to nette/schema (v1.3.3) explicitly adds a psr-4 autoload configuration. While classmap is still present, the addition of psr-4 is a good practice for modern PHP packages, offering more explicit and potentially faster class resolution.
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "autoload": { | |
| "psr-4": { | |
| "Nette\\": "src" | |
| }, | |
| "classmap": [ | |
| "src/" | |
| ] | |
| }, |
| "version": "1.12.0", | ||
| "source": { | ||
| "type": "git", | ||
| "url": "https://github.com/webmozarts/assert.git", | ||
| "reference": "541057574806f942c94662b817a50f63f7345360" | ||
| }, | ||
| "dist": { | ||
| "type": "zip", | ||
| "url": "https://api.github.com/repos/webmozarts/assert/zipball/541057574806f942c94662b817a50f63f7345360", | ||
| "reference": "541057574806f942c94662b817a50f63f7345360", | ||
| "shasum": "" | ||
| }, | ||
| "require": { | ||
| "ext-ctype": "*", | ||
| "ext-date": "*", | ||
| "ext-filter": "*", | ||
| "php": "^7.2 || ^8.0" | ||
| }, | ||
| "suggest": { | ||
| "ext-intl": "", | ||
| "ext-simplexml": "", | ||
| "ext-spl": "" | ||
| }, | ||
| "type": "library", | ||
| "extra": { | ||
| "branch-alias": { | ||
| "dev-master": "1.10-dev" | ||
| } | ||
| }, | ||
| "autoload": { | ||
| "psr-4": { | ||
| "Webmozart\\Assert\\": "src/" | ||
| } | ||
| }, | ||
| "notification-url": "https://packagist.org/downloads/", | ||
| "license": [ | ||
| "MIT" | ||
| ], | ||
| "authors": [ | ||
| { | ||
| "name": "Bernhard Schussek", | ||
| "email": "[email protected]" | ||
| } | ||
| ], | ||
| "description": "Assertions to validate method input/output with nice error messages.", | ||
| "keywords": [ | ||
| "assert", | ||
| "check", | ||
| "validate" | ||
| ], | ||
| "support": { | ||
| "issues": "https://github.com/webmozarts/assert/issues", | ||
| "source": "https://github.com/webmozarts/assert/tree/1.12.0" | ||
| }, | ||
| "time": "2025-10-20T12:43:39+00:00" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The webmozart/assert package has been entirely removed from the composer.lock file. This is a positive change, as it reduces the total number of dependencies, simplifying the project's footprint and potentially improving composer install performance. It indicates that its functionality is no longer required or has been absorbed by other dependencies.
Bumps laravel/sail from 1.46.0 to 1.47.0.
Release notes
Sourced from laravel/sail's releases.
Changelog
Sourced from laravel/sail's changelog.
Commits
9a11e82Update actions/checkout to v5 (#825)c793f14Update phpstan to version 2 (#826)36ef4d3Fix typo in PLAYWRIGHT_BROWSERS_PATH - remove space at the EOL (#823)7201584Update PostgreSQL version to 18 (#824)55e8834Uncomment CLI workers on install (#821)5087687Update CHANGELOGDependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)