Skip to content

build(deps-dev): bump symplify/easy-coding-standard from 11.2.5 to 13.1.3#356

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/symplify/easy-coding-standard-13.1.3
Open

build(deps-dev): bump symplify/easy-coding-standard from 11.2.5 to 13.1.3#356
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/symplify/easy-coding-standard-13.1.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 14, 2026

Bumps symplify/easy-coding-standard from 11.2.5 to 13.1.3.

Release notes

Sourced from symplify/easy-coding-standard's releases.

Released easy-coding-standard 13.0.0

What's Changed

New Contributors

Full Changelog: easy-coding-standard/ecs@12.6.2...13.0.0

Released easy-coding-standard 12.6.2

What's Changed

Full Changelog: easy-coding-standard/ecs@12.6.1...12.6.2

Released easy-coding-standard 12.6.0

What's Changed

Full Changelog: easy-coding-standard/ecs@12.5.24...12.6.0

Released easy-coding-standard 12.5.24

Released easy-coding-standard 12.5.23

What's Changed

Full Changelog: easy-coding-standard/ecs@12.5.21...12.5.23

Released: easy-coding-standard 12.5.20

What's Changed

New Contributors

... (truncated)

Commits
  • d894d08 ECS 13.1.3
  • a51b280 Updated ECS to commit c5a2ad6387ae300a4c90192b6f4e0530f878050c
  • d9afd43 Updated ECS to commit 67eabddd4d66f9b672369a82fb431a71571634d9
  • 1a8e2d2 Updated ECS to commit bd37252a3cb9f046d931ff92d21eed633fd1a2df
  • e0de6e0 remove from linter
  • e11acc2 cleanup on build
  • 8040523 lock
  • 4ba9a39 [deprecation] Deprecate STRICT rule set as dangerous without context, PHPUNIT...
  • 2ec54b6 Bump dependencies (#328)
  • f97bfda add with*Level() for arrays, control structures, docblock sets (#327)
  • 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 [symplify/easy-coding-standard](https://github.com/symplify/easy-coding-standard) from 11.2.5 to 13.1.3.
- [Release notes](https://github.com/symplify/easy-coding-standard/releases)
- [Commits](easy-coding-standard/ecs@11.2.5...13.1.3)

---
updated-dependencies:
- dependency-name: symplify/easy-coding-standard
  dependency-version: 13.1.3
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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 May 14, 2026
@dependabot dependabot Bot requested a review from lolgab as a code owner May 14, 2026 07:32
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels May 14, 2026
@codacy-production
Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 duplication

Metric Results
Duplication 0

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

Copy link
Copy Markdown

@codacy-production codacy-production Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR upgrades symplify/easy-coding-standard from v11.2.5 to v13.1.3. This is a major version jump that includes breaking changes to the configuration syntax. Version 12+ replaced the ContainerConfigurator approach with a new ECSConfig API.

The PR currently lacks updates to the tool's configuration files, which will likely cause existing formatting and linting scripts to fail. Integration testing of these scripts is required to ensure the upgrade does not break the CI pipeline.

About this PR

  • Major version upgrade detected for easy-coding-standard. Please ensure all related configuration files (e.g., ecs.php) have been migrated to the ECSConfig syntax, as the previous ContainerConfigurator API is no longer supported in version 13.

Test suggestions

  • Verify the symplify/easy-coding-standard version update in composer.json
  • Verify that composer.lock is updated to version 13.1.3 and contains the new repository source URL
  • Verify that the 'format' and 'check-formatting' scripts execute successfully with the new version of the tool
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that the 'format' and 'check-formatting' scripts execute successfully with the new version of the tool

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

Comment thread composer.json
"require-dev": {
"phpunit/phpunit": "^9.0",
"symplify/easy-coding-standard": "^11.1"
"symplify/easy-coding-standard": "^13.1"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 HIGH RISK

This major version bump (v11 to v13) introduces breaking changes in the configuration API. The configuration file referenced in your format and check-formatting scripts must be migrated from ContainerConfigurator to ECSConfig to avoid runtime errors. Try running the following prompt in your coding agent: > Migrate the ECS configuration file to the new ECSConfig syntax as required by EasyCodingStandard version 13.

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.

0 participants