chore(deps): update dependency carthage-software/mago to v1.42.0#104
Merged
Conversation
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.40.2→1.42.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
carthage-software/mago (carthage-software/mago)
v1.42.0: Mago 1.42.0Compare Source
Mago 1.42.0
A small release adding a
prefer-early-returnlinter rule, fixing Windowsself-update, and clearing analyzer and PHPDoc false positives aroundis_a(), nullable destructuring, and@paramon promoted properties.✨ Features
Linter
prefer-early-return: new rule suggesting early returns to reduce nesting in functions. (#2031,e523ab1)🐛 Bug Fixes
Analyzer
is_a()withallow_string: a string subject no longer triggers a falseimpossible-type-comparison. (db64917)T|nullkeeps element types (plus null) instead of widening tomixed. (643a037)PHPDoc Syntax
@paramon promoted properties:@param Twith no variable is allowed and types the property like@var. (8b9af32)CLI
self-update: extracts the.exe-suffixed binary from the archive, fixing "file not found". (805a1c3)🙏 Thank You
Contributors
A huge thank you to everyone who contributed code to this release:
Full Changelog: carthage-software/mago@1.41.0...1.42.0
v1.41.0: Mago 1.41.0Compare Source
Mago 1.41.0
A feature release adding call-site generic variance and a new
no-duplicate-match-armlinter rule, alongside analyzer, codex, and PHPDoc fixes for implicitStringable,do-whilenarrowing,@returnnullability, and enummatchexhaustiveness.✨ Features
Linter
no-duplicate-match-arm: new rule flags amatcharm whose result duplicates an earlier arm. (#2027,a9b3775)Type System
covariant/contravariant/*type-argument modifiers parse and drive assignability. (#2025,c7ff981)🐛 Bug Fixes
Analyzer
@returnnarrowing: a docblock@return intover native?intnarrows the return instead of re-addingnull. (#2020,dd8a54f)do-whileconditions: the loop body is narrowed by its condition on re-entry, likewhile. (#2029,496cd0a)matchexhaustiveness: a self-typed enum is treated as enumerable, fixing a false non-exhaustive report. (#2019,6c72db0)Codex
Stringable: a class declaring or inheriting__toString()now implicitly implementsStringable. (#2026,7a81571)PHPDoc Syntax
`code`span may cross continuation lines without an "unclosed code" error. (#2024,af95abc)🏗️ Internal
14ac380)9680310)🙏 Thank You
Issue Reporters
Thank you to everyone who reported issues that shaped this release:
Full Changelog: carthage-software/mago@1.40.2...1.41.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.