Skip to content

build(deps-dev): bump carthage-software/mago from 1.46.0 to 1.47.3 in /tools/mago - #2608

Closed
dependabot[bot] wants to merge 1 commit into
1.xfrom
dependabot/composer/tools/mago/carthage-software/mago-1.47.3
Closed

build(deps-dev): bump carthage-software/mago from 1.46.0 to 1.47.3 in /tools/mago#2608
dependabot[bot] wants to merge 1 commit into
1.xfrom
dependabot/composer/tools/mago/carthage-software/mago-1.47.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 26, 2026

Copy link
Copy Markdown
Contributor

Bumps carthage-software/mago from 1.46.0 to 1.47.3.

Release notes

Sourced from carthage-software/mago's releases.

Mago 1.47.3

Mago 1.47.3 improves pipe expressions, numeric inference, match narrowing, readonly offsets, nullsafe chains, and loop control.

✨ Features

Analyzer

  • Integer ranges: infers ranges when bounded float arithmetic is cast to int. (#2232, 506066a)

Formatter

  • Pipe formatting: adds preserve-breaking-pipe-expression to retain existing line breaks. (#2141, 0cfc8ec)

🐛 Bug Fixes

Analyzer

  • Nullsafe chains: narrows receivers after a nullsafe chain is proven non-null. (#2226, 4e678b8)
  • Readonly offsets: allows offset writes through readonly properties holding ArrayAccess objects. (#2227, af3c576)
  • Pipe expressions: preserves generic return types through pipe partial applications. (#2141, 0cfc8ec)
  • Numeric-string unary ops: models signs, increments, and decrements as PHP does. (#2229, 9316487)
  • Boolean match arms: narrows the original subject for instanceof conditions. (#2231, d6cdf19)
  • Switch loop levels: resolves numeric break and continue levels across switch. (#2233, c5eff01)

🏗️ Internal

Performance

  • Match allocations: avoids allocating synthetic variable names during match analysis. (4c2581f)

🙏 Thank You

Contributors

No external pull requests were merged for this release.

Issue Reporters

Thank you to everyone who reported issues that shaped this release:

Full Changelog: carthage-software/mago@1.47.2...1.47.3

... (truncated)

Commits
  • 5d0c998 release: 1.47.3
  • c5eff01 fix(analyzer): resolve break and continue levels across switches
  • 4c2581f perf(analyzer): avoid allocation for synthetic match variable names
  • d6cdf19 fix(analyzer): preserve narrowing in boolean match arms
  • 506066a feat(analyzer): infer integer ranges from bounded float arithmetic
  • 9316487 fix(analyzer): model numeric string unary operations
  • 0cfc8ec fix(formatter, analyzer): improve pipe expression analysis and formatting
  • af3c576 fix(analyzer): allow readonly ArrayAccess mutations
  • 4e678b8 fix(analyzer): narrow nullsafe chains through null checks
  • 6d09af9 release: 1.47.2
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [carthage-software/mago](https://github.com/carthage-software/mago) from 1.46.0 to 1.47.3.
- [Release notes](https://github.com/carthage-software/mago/releases)
- [Commits](carthage-software/mago@1.46.0...1.47.3)

---
updated-dependencies:
- dependency-name: carthage-software/mago
  dependency-version: 1.47.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Aug 26, 2026
@dependabot
dependabot Bot requested a review from norberttech as a code owner August 26, 2026 04:34
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Aug 26, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #2609.

@dependabot dependabot Bot closed this Aug 28, 2026
@dependabot
dependabot Bot deleted the dependabot/composer/tools/mago/carthage-software/mago-1.47.3 branch August 28, 2026 04:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update php code size: S

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants