acquia / cli

Acquia CLI
GNU General Public License v2.0
45 stars 47 forks source link

Bump the dependencies group with 3 updates #1575

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps the dependencies group with 3 updates: symfony/flex, phpstan/phpstan and phpstan/phpstan-deprecation-rules.

Updates symfony/flex from 2.3.1 to 2.3.3

Commits
  • 9c402af Merge branch '1.x' into 2.x
  • a2554c7 bug #988 [AddLines] Fix update process to send changes to RecipeUpdate vs mak...
  • 347248e Merge branch '1.x' into 2.x
  • 1a482f5 minor #981 fix: deprecations triggered by debug class loader (shyim)
  • 67ddf63 fix: deprecations triggered by debug class loader
  • afd6260 Fixing bug where update changes were made immediately vs reported to RecipeUp...
  • 7e8967a Avoid exploding on conflict of controllers.json
  • 6592349 Internal: moving most of method to a private method, no changes
  • 436bad9 Moving guts of method to a private method - no real change
  • 94a3e56 Internal: changing private functions to return a string
  • Additional commits viewable in compare view


Updates phpstan/phpstan from 1.10.26 to 1.10.27

Release notes

Sourced from phpstan/phpstan's releases.

1.10.27

Bleeding edge 🔪

If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon:

includes:
    - vendor/phpstan/phpstan/conf/bleedingEdge.neon

Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

Commits
  • a9f44dc PHPStan 1.10.27
  • 4d77e98 Updated PHPStan to commit 4d77e98e151599d12fd828df969929ed419a0924
  • 1c9e90f Updated PHPStan to commit 1c9e90f65b5585fc17ad1494bffdb82639d3f622
  • aa62a8a Updated PHPStan to commit aa62a8aefd34924c469c70a27b3539abd3605df9
  • ec18fa5 Updated PHPStan to commit ec18fa595d262a8c031eadafe69f250da8c02958
  • 35f52d2 Updated PHPStan to commit 35f52d2160139976c3ee7e098e378faa15810387
  • eac6276 Updated PHPStan to commit eac62766715608180145ad18cdf35f27c0258358
  • 71723bf Updated PHPStan to commit 71723bf8f96c38e3c26e6a1b47657baca48e0ef2
  • 25f390f Updated PHPStan to commit 25f390f2b528fa73d8aba4c312dca93c7767209c
  • c4785c7 Updated PHPStan to commit c4785c72d9b4e7661e7d844092877bc454d9620d
  • Additional commits viewable in compare view


Updates phpstan/phpstan-deprecation-rules from 1.1.3 to 1.1.4

Release notes

Sourced from phpstan/phpstan-deprecation-rules's releases.

1.1.4

  • 089d8a8 - DeprecatedScopeResolver - documentation in README
  • ce6a85a - DeprecatedScopeResolver - description in PHPDoc
  • 0f3fbc3 - DeprecatedScopeResolver is covered with backward compatibility promise
  • 6d416c7 - Add deprecated scope resolving
  • 94d68d3 - Update dependency slevomat/coding-standard to v8.12.0
  • 4b7516f - Update dependency slevomat/coding-standard to v8.11.1
  • 9d366de - Update dependency slevomat/coding-standard to v8.10.0
  • a0b8839 - Update build-cs
  • 67b670f - Update PHPCS
  • e148790 - Update metcalfc/changelog-generator action to v4.1.0
  • cbbbaa9 - add test for deprecation inheritance in trait
Commits
  • 089d8a8 DeprecatedScopeResolver - documentation in README
  • ce6a85a DeprecatedScopeResolver - description in PHPDoc
  • 0f3fbc3 DeprecatedScopeResolver is covered with backward compatibility promise
  • 6d416c7 Add deprecated scope resolving
  • 94d68d3 Update dependency slevomat/coding-standard to v8.12.0
  • 4b7516f Update dependency slevomat/coding-standard to v8.11.1
  • 9d366de Update dependency slevomat/coding-standard to v8.10.0
  • a0b8839 Update build-cs
  • 67b670f Update PHPCS
  • e148790 Update metcalfc/changelog-generator action to v4.1.0
  • Additional commits viewable in compare view


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
codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (0b54502) 91.77% compared to head (d507e0b) 91.77%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1575 +/- ## ========================================= Coverage 91.77% 91.77% Complexity 1663 1663 ========================================= Files 110 110 Lines 5957 5957 ========================================= Hits 5467 5467 Misses 490 490 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.