Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): bump the all group with 4 updates #35

Merged
merged 2 commits into from
Feb 14, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2024

Bumps the all group with 4 updates: doctrine/doctrine-bundle, symfony/flex, symplify/easy-coding-standard and symplify/phpstan-rules.

Updates doctrine/doctrine-bundle from 2.11.1 to 2.11.3

Release notes

Sourced from doctrine/doctrine-bundle's releases.

2.11.3

Release Notes for 2.11.3

2.11.x bugfix release (patch)

2.11.3

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Bug

2.11.2

Release Notes for 2.11.2

2.11.x bugfix release (patch)

2.11.2

  • Total issues resolved: 0
  • Total pull requests resolved: 5
  • Total contributors: 4

Bug

Documentation

Improvement

Commits
  • 4927253 Fix psalm after release of new major versions of ORM and DBAL
  • ea8789b Remove legacy test case that psalm really does not like
  • 5a5be76 Merge pull request #1753 from HedicGuibert/fix-xmlDriver-type-error
  • fb9543f Fix psalm after release of new major versions of ORM and DBAL
  • bfcddc1 Fix the DoctrineOrmMappingsPass passing null as the file extension argument o...
  • fb22c93 Fix the JS code in the profiler panel for Symfony 7 (#1748)
  • 846ba31 Remove psalm suppression according vimeo/psalm#10382
  • 8a6ccdf fix: replace classutils with doctrine/orm version
  • d9be844 fix phpdoc for attribute mapping pass
  • 7290b3a Fix psalm issues
  • Additional commits viewable in compare view

Updates symfony/flex from 2.4.3 to 2.4.4

Commits
  • bec213c Merge branch '1.x' into 2.x
  • 6b46a00 feature #990 [Feature] Add options expansion to Add Lines Configuration (mnocon)
  • 644e426 [Feature] Add options expansion to Add Lines Configuration
  • See full diff in compare view

Updates symplify/easy-coding-standard from 12.1.8 to 12.1.10

Commits

Updates symplify/phpstan-rules from 12.4.7 to 12.4.8

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 4 updates: [doctrine/doctrine-bundle](https://github.com/doctrine/DoctrineBundle), [symfony/flex](https://github.com/symfony/flex), [symplify/easy-coding-standard](https://github.com/easy-coding-standard/easy-coding-standard) and [symplify/phpstan-rules](https://github.com/symplify/phpstan-rules).


Updates `doctrine/doctrine-bundle` from 2.11.1 to 2.11.3
- [Release notes](https://github.com/doctrine/DoctrineBundle/releases)
- [Commits](doctrine/DoctrineBundle@2.11.1...2.11.3)

Updates `symfony/flex` from 2.4.3 to 2.4.4
- [Release notes](https://github.com/symfony/flex/releases)
- [Commits](symfony/flex@v2.4.3...v2.4.4)

Updates `symplify/easy-coding-standard` from 12.1.8 to 12.1.10
- [Release notes](https://github.com/easy-coding-standard/easy-coding-standard/releases)
- [Commits](easy-coding-standard/easy-coding-standard@12.1.8...12.1.10)

Updates `symplify/phpstan-rules` from 12.4.7 to 12.4.8
- [Release notes](https://github.com/symplify/phpstan-rules/releases)
- [Commits](symplify/phpstan-rules@12.4.7...12.4.8)

---
updated-dependencies:
- dependency-name: doctrine/doctrine-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: symfony/flex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: symplify/easy-coding-standard
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: symplify/phpstan-rules
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

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 Feb 12, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (df18314) 100.00% compared to head (1a6b3e8) 100.00%.
Report is 3 commits behind head on trunk.

Additional details and impacted files
@@             Coverage Diff             @@
##               trunk       #35   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       261       261           
===========================================
  Files             46        46           
  Lines            982       982           
===========================================
  Hits             982       982           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lernhart lernhart self-requested a review February 14, 2024 15:41
@lernhart lernhart merged commit abba838 into trunk Feb 14, 2024
5 checks passed
@lernhart lernhart deleted the dependabot/composer/all-2cf5e317e5 branch February 14, 2024 15:41
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.

2 participants