Skip to content

chore(deps): bump vincentlanglet/twig-cs-fixer from 3.14.0 to 4.0.2 - #19

Merged
HecFranco merged 1 commit into
mainfrom
dependabot/composer/vincentlanglet/twig-cs-fixer-4.0.2
Aug 10, 2026
Merged

chore(deps): bump vincentlanglet/twig-cs-fixer from 3.14.0 to 4.0.2#19
HecFranco merged 1 commit into
mainfrom
dependabot/composer/vincentlanglet/twig-cs-fixer-4.0.2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps vincentlanglet/twig-cs-fixer from 3.14.0 to 4.0.2.

Release notes

Sourced from vincentlanglet/twig-cs-fixer's releases.

4.0.2

What's Changed

New Contributors

Full Changelog: VincentLanglet/Twig-CS-Fixer@4.0.1...4.0.2

4.0.1

What's Changed

Full Changelog: VincentLanglet/Twig-CS-Fixer@4.0.0...4.0.1

4.0.0

What's Changed

New Contributors

Full Changelog: VincentLanglet/Twig-CS-Fixer@3.14.0...4.0.0

Upgrade guide

Sourced from vincentlanglet/twig-cs-fixer's upgrade guide.

UPGRADE

FROM 3.x to 4.0

DelimiterSpacingRule

The DelimiterSpacingRule constructor signature changed from

__construct(bool $skipIfNewLine = true)

to

__construct(array $beforeOverride = [], array $afterOverride = [], bool $skipIfNewLine = true)

OperatorSpacingRule

The OperatorSpacingRule has been split in three:

  • TwigCsFixer\Rules\Operator\OperatorSpacingRule
  • TwigCsFixer\Rules\Operator\TernaryOperatorSpacingRule
  • TwigCsFixer\Rules\Operator\UnaryOperatorSpacingRule

Token

The Token::OPERATOR_TYPE has been split in three:

  • Token::OPERATOR_TYPE
  • Token::TERNARY_OPERATOR_TYPE
  • Token::UNARY_OPERATOR_TYPE

The Token::SPREAD_TYPE has been removed in favor of Token::UNARY_OPERATOR_TYPE.

The Token::ARROW_TYPE has been removed in favor of Token::OPERATOR_TYPE.

The tokens . and | moved from Token::PUNCTUATION_TYPE to Token::OPERATOR_TYPE.

FROM 2.x to 3.0

  • The checkstyle and junit reporter now try to use an absolute path rather than relative path.
  • In debug mode, the report now contains both the identifier and the message of the error.
  • The position of TrailingCommaMultiLineRule error changed.
  • The position of TrailingCommaSingleLineRule error changed.
  • TwigCsFixer\Command\TwigCsFixerCommand class moved to TwigCsFixer\Console\Command folder.
  • TwigCsFixer\Report\Reporter\ReporterInterface now require a getName method.

If you never implemented a custom rule, nothing else changed. Otherwise, ...

AbstractRule

... (truncated)

Commits

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 [vincentlanglet/twig-cs-fixer](https://github.com/VincentLanglet/Twig-CS-Fixer) from 3.14.0 to 4.0.2.
- [Release notes](https://github.com/VincentLanglet/Twig-CS-Fixer/releases)
- [Upgrade guide](https://github.com/VincentLanglet/Twig-CS-Fixer/blob/main/UPGRADE.md)
- [Commits](VincentLanglet/Twig-CS-Fixer@3.14.0...4.0.2)

---
updated-dependencies:
- dependency-name: vincentlanglet/twig-cs-fixer
  dependency-version: 4.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, php. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot requested a review from HecFranco as a code owner August 10, 2026 07:18
@github-actions

Copy link
Copy Markdown

@coderabbitai review

@HecFranco
HecFranco merged commit d5d2ccc into main Aug 10, 2026
25 checks passed
@HecFranco
HecFranco deleted the dependabot/composer/vincentlanglet/twig-cs-fixer-4.0.2 branch August 10, 2026 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant