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

Update all non-major dependencies - autoclosed #49

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 16, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
brick/varexporter ^0.3.2 || ^0.4 -> ^0.3.2 || ^0.4 || ^0.5 age adoption passing confidence
psalm/plugin-phpunit ^0.18.4 -> ^0.19.0 age adoption passing confidence

Release Notes

brick/varexporter (brick/varexporter)

v0.5.0

Compare Source

Compatibility

  • Added compatibility with nikic/php-parser 5.x
  • Removed compatibility with nikic/php-parser 4.x

💥 BC breaks

  • deprecated constant VarExporter::INLINE_NUMERIC_SCALAR_ARRAY has been removed, please use INLINE_SCALAR_LIST instead
psalm/psalm-plugin-phpunit (psalm/plugin-phpunit)

v0.19.0: Add Psalm 6 support, drop Psalm 4 support

Compare Source

This release adds support for Psalm 6, dropping support for Psalm 4.

What's Changed

New Contributors

Full Changelog: psalm/psalm-plugin-phpunit@0.18.4...0.19.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

Read more information about the use of Renovate Bot within Laminas.

@renovate renovate bot added the renovate label Mar 16, 2024
Copy link
Contributor Author

renovate bot commented Mar 16, 2024

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

| datasource | package              | from   | to     |
| ---------- | -------------------- | ------ | ------ |
| packagist  | brick/varexporter    | 0.4.0  | 0.5.0  |
| packagist  | psalm/plugin-phpunit | 0.18.4 | 0.19.0 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bbf74d5 to ff806d5 Compare May 12, 2024 05:38
@renovate renovate bot changed the title Update dependency psalm/plugin-phpunit to ^0.19.0 Update all non-major dependencies May 12, 2024
Copy link
Contributor Author

renovate bot commented May 12, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update brick/varexporter:0.5.0 psalm/plugin-phpunit:0.19.0 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Dependency vimeo/psalm is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires brick/varexporter ^0.3.2 || ^0.4 || ^0.5 -> satisfiable by brick/varexporter[0.5.0].
    - brick/varexporter 0.5.0 requires nikic/php-parser ^5.0 -> found nikic/php-parser[v5.0.0, v5.0.1, v5.0.2] but these were not loaded, likely because it conflicts with another require.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

@celorodovalho

This comment was marked as duplicate.

@kersysgediminas
Copy link

kersysgediminas commented Jun 11, 2024

This only needs composer.lock update and fix 1 psalm error by adding 1 line

diff --git a/test/Listener/ModuleResolverListenerTest.php b/test/Listener/ModuleResolverListenerTest.php
--- a/test/Listener/ModuleResolverListenerTest.php
+++ b/test/Listener/ModuleResolverListenerTest.php
@@ -27,6 +27,7 @@ class ModuleResolverListenerTest extends AbstractListenerTestCase
         self::assertInstanceOf($expectedInstanceOf, $moduleResolver($e));
     }
 
+    /** @psalm-return array<string, array<int, string>> */
     public static function validModuleNameProvider(): array
     {
         return [

public static function validModuleNameProvider(): array
{
return [
// Description => [module name, expectedInstanceOf]
'Append Module' => ['ListenerTestModule', ListenerTestModule\Module::class],
'FQCN Module' => [ListenerTestModule\Module::class, ListenerTestModule\Module::class],
'FQCN Arbitrary' => [ListenerTestModule\FooModule::class, ListenerTestModule\FooModule::class],
];
}

@gsteel gsteel closed this Jun 14, 2024
@gsteel gsteel deleted the renovate/all-minor-patch branch June 14, 2024 14:45
@renovate renovate bot changed the title Update all non-major dependencies Update all non-major dependencies - autoclosed Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants