Update all non-major dependencies#147
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
automergeComment |
| datasource | package | from | to | | ---------- | ----------------------- | ------ | ------ | | packagist | carthage-software/mago | 1.27.1 | 1.28.0 | | packagist | phpstan/phpstan | 2.1.54 | 2.1.55 | | packagist | phpstan/phpstan-symfony | 2.0.17 | 2.0.18 |
fb769e0 to
d1465dd
Compare
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.
This PR contains the following updates:
^1.27.1→^1.28.0^2.1.54→^2.1.55^2.0.17→^2.0.18Release Notes
carthage-software/mago (carthage-software/mago)
v1.28.0: Mago 1.28.0Compare Source
Mago 1.28.0
A feature release led by sound generic type-checking in the analyzer: diamond merges, variance, bounds, Liskov substitution, and constructor arity are now all enforced. The linter gains five Laravel-focused rules, and the CLI picks up a
versionsubcommand, a configurableversion-drift-fail-level, and--remove-outdated-baseline-entriesfor pruning stale baseline entries. Internally, PHP source handling moves to a byte-native representation, retiringmago-atomin favour ofmago-wordandmago-bytes. The rest is a batch of analyzer and formatter fixes.✨ Features
Analyzer
5af93b3)Linter
fake(), casts, and validation. (#1838, #1837, #1836, #1834, #1833,6156709)CLI
versionsubcommand: prints the version, mirroring the--versionflag. (#1840,d93d75a)version-drift-fail-level: fail the run on minor or patch version drift, not just major. (#1864,980dbfa)--remove-outdated-baseline-entries: prunes baseline entries that no longer match any issue. (#1865,d35e9d3)🐛 Bug Fixes
Analyzer
redundant-type-comparisonfalse positives: impossible negated assertions are no longer flagged. (#1842,c52b5bd)e8d5a84)Formatter
bae65db)📖 Documentation
f9c6cc6)🏗️ Internal
Refactor
mago-atomreplaced bymago-wordandmago-bytes. (#1862,2a1b5a9)CI / Tooling
ab624ca)nightly-2026-05-18. (#1845, #1855, #1858, #1860, #1863,489e310)🙏 Thank You
Contributors
A huge thank you to everyone who contributed code to this release:
Issue Reporters
Thank you to everyone who reported issues that shaped this release:
Full Changelog: carthage-software/mago@1.27.1...1.28.0
phpstan/phpstan-phar-composer-source (phpstan/phpstan)
v2.1.55Compare Source
phpstan/phpstan-symfony (phpstan/phpstan-symfony)
v2.0.18Compare Source
Configuration
📅 Schedule: (in timezone UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
Renovate Bot