Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 14, 2026

Bumps carthage-software/mago from 1.0.3 to 1.1.0.

Release notes

Sourced from carthage-software/mago's releases.

Mago 1.1.0

This release includes a significant number of new features, bug fixes, and improvements across the formatter, analyzer, linter, and codex.

Note: This release includes a breaking change in the formatter's default behavior for heredoc indentation.

Breaking Changes

Formatter

  • Heredoc content is now indented by default. To restore the previous behavior, set indent-heredoc to false in your configuration.

Features

Formatter

  • Added formatter presets support for quick configuration (psr-12, per-cs, drupal, etc.) (#839)
  • Added following-clause-on-newline option to place else, catch, and finally on a new line (#860)
  • Added uppercase-literal-keyword option for uppercase TRUE, FALSE, NULL literals (Drupal style) (#857)
  • Added empty-line-before-class-like-close setting for empty line before closing brace (#855)
  • Added newline-after-class-like-opening-brace setting (#853)

Analyzer

  • Added support for @mixin docblock annotations
  • Added docblock type mismatch detection for function parameters and return types

Linter

  • Added Pest-specific lint rules for better Pest PHP testing framework support
  • Added auto-fix for the explicit-nullable-param lint (#847)

Guard

  • Added mode selection and ability to skip unconfigured guards

Bug Fixes

Formatter

  • Fixed kebab-case alias support for settings values
  • Fixed indentation in arrays when expression spans multiple lines (#864)

Analyzer

  • Fixed method signature validation to compare against direct interface instead of grandparent interface (#871)
  • Fixed type assertion propagation through null coalesce expressions ($x['foo'] ?? null)
  • Fixed invalid-extend reporting when a readonly class extends a non-readonly class (#873)
  • Fixed static and $this type handling and expansion in template contexts
  • Fixed recursive template constraint inference

... (truncated)

Commits
  • dcc682d chore: release 1.1.0
  • 260b062 fix(analyzer): use declaring_method_ids in abstract method signature checks f...
  • 9fda310 fix(formatter): add kebab-case alias for settings values
  • b9307ea fix(analyzer): validate method signatures against direct interface, not grand...
  • 393d709 fix(codex): resolve type alias references in member reference expansion
  • b4510d2 fix(analyzer): propagate type assertions through null coalesce expressions
  • 4a44bb7 fix(orchestrator): use 4-byte emoji for analysis progress bar (#866)
  • 38a88f5 fix(analyzer): report invalid-extend when a readonly class extends a non-read...
  • 0f81749 fix(analyzer, codex): properly handle, and expand static/this types
  • 77c9f94 feat(formatter): add following_clause_on_newline option to put else, catch,...
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.0.3 to 1.1.0.
- [Release notes](https://github.com/carthage-software/mago/releases)
- [Commits](carthage-software/mago@1.0.3...1.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file PHP Pull requests that update Php code labels Jan 14, 2026
@coderabbitai
Copy link

coderabbitai bot commented Jan 14, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 15, 2026

Looks like carthage-software/mago is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jan 15, 2026
@dependabot dependabot bot deleted the dependabot/composer/carthage-software/mago-1.1.0 branch January 15, 2026 20:09
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant