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

chore(deps): update dependency orchestra/testbench to v8.31.0 #257

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 19, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
orchestra/testbench (source) 8.10.2 -> 8.31.0 age adoption passing confidence

Release Notes

orchestral/testbench (orchestra/testbench)

v8.31.0

Compare Source

Changes
Testbench Changes
Added
  • Add ability to symlink directory in from skeleton to package.
Changes
  • Add Orchestra\Testbench\Workbench\Workbench::flushCachedClassAndNamespaces() to flush cached namespaces and classes during installation.
  • Use realpath() on vendor:publish output.

v8.30.0

Compare Source

Changes
Testbench Changes
Added
  • Added Orchestra\Testbench\transform_realpath_to_relative() function.
  • Override Laravel's vendor:publish command.
Changes
  • Add $force parameter to Orchestra\Testbench\Workbench\Workbench::detectNamespace() method.

v8.29.0

Compare Source

Changes
Testbench Changes
Added
  • Added ability to detect Workbench namespace via Orchestra\Testbench\Workbench\Workbench::detectNamespace() method.
  • Added ability to detect the default user model via Orchestra\Testbench\Workbench\Workbench::applicationUserModel() method.
  • Added support for authentication routes within Workbench by configurating workbench.auth config to true.
  • Added new package:sync-skeleton command.
Changes
  • Testbench Dusk integration improvements:
    • Refactor Orchestra\Testbench\Bootstrap\LoadConfiguration and Orchestra\Testbench\Bootstrap\LoadConfigurationWithWorkbench to allow being extended by Testbench Dusk.
    • Refactor Orchestra\Testbench\Console\Commander.
  • Add multiple environment variables to Laravel 10 skeleton's configuration files based on changes made for Laravel 11.
  • Add $tty parameter to Orchestra\Testbench\remote() function.
  • Refactor Orchestra\Testbench\Foundation\Bootstrap\CreateVendorSymlink class and mark it as @api.
  • Add $backupExistingFile and $resetOnTerminating parameter to following methods in Orchestra\Testbench\Foundation\Console\Concerns\CopyTestbenchFiles trait:
    • copyTestbenchConfigurationFile()
    • copyTestbenchDotEnvFile()
Deprecated
  • Deprecate Orchestra\Testbench\Foundation\Console\Concerns\HandleTerminatingConsole trait, use Orchestra\Testbench\Foundation\Console\TerminatingConsole class instead.

v8.28.0

Compare Source

Changes
Testbench Changes
Added
  • Added Orchestra\Testbench\Foundation\Bootstrap\DeleteVendorSymlink class.
  • Added Orchestra\Testbench\Concerns\InteractsWithMockery trait.
  • Added --database option to package:create-sqlite-db command.
  • Added --database and --all options to package:drop-sqlite-db command.
  • Added Orchestra\Testbench\php_binary() function.
  • Allows laravel/serializable-closure 2.
Changes
  • Change resolveApplicationResolvingCallback() method visibility from private to protected.
  • Ensure database directory exists when running package:create-sqlite-db.
  • Allow configuring PHP_CLI_SERVER_WORKERS via Composer Script.
  • Improves CTRL+C and CTRL+BREAK supports on Windows without pcntl extension.
  • Orchestra\Testbench\Foundation\Console\Actions\GeneratesFile should be able to handle $from and $to when given as false or null.

v8.27.2

Compare Source

Changes
Testbench Changes
Fixes
  • Prevent seeder from being executed when shouldSeed() exists and return false.

v8.27.1

Compare Source

Changes
Testbench Changes
Changes
  • Listen to SIGHUP, SIGUSR1, and SIGUSR2 signals via Testbench CLI.
Fixes
  • Fixes Testbench CLI signals via serve command to reset published .env and testbench.yaml.

v8.27.0

Compare Source

Changes
Testbench Changes
Added
  • Added markTestSkippedWhen() and markTestSkippedUnless() assertion helper to conditionally handle markTestSkipped().
  • Added Orchestra\Testbench\default_migration_path() helper function.
  • Added Orchestra\Testbench\laravel_vendor_exists() helper function.
  • Allows TestCase to inherit Attributes defined on parent TestCase by @​BlackLanzer in orchestral/testbench-core#233.
Changes
  • Allow Testbench to delete vendor symlink directory if it was created while running tests.
Fixes
  • Fixes view.paths configuration not being updated to include workbench/resources/views due to IoC booting sequence.
  • Fixes compatibility with PHPUnit 10.3.
Deprecated
  • Deprecated Orchestra\Testbench\laravel_migration_path(), use default_migration_path() instead.
New Contributors

v8.26.0

Compare Source

Changes
Testbench Changes
Added
  • Added artisan binary to Laravel skeleton.
  • Added Orchestra\Testbench\join_paths() function.
  • Added Orchestra\Testbench\Attributes\UsesVendor attribute class.
  • Added defineStashRoutes() method to register adhoc route for test.
Changes
  • Improvements to Orchestra\Testbench\default_skeleton_path(), Orchestra\Testbench\package_path(), and Orchestra\Testbench\workbench_path() usage based on new Orchestra\Testbench\join_paths() function.

v8.25.0

Compare Source

Changes
Testbench Changes
Changes
  • Update Orchestra\Testbench\Foundation\Console\Actions\GeneratesFile to remove .gitkeep file when directory contain one or more files.
  • Code Improvements.
Fixes
  • Fixes InteractsWithPublishedFiles should only flush published files within database/migrations directory.

v8.24.0

Compare Source

Changes
Testbench Changes
Added
  • Added new attributes:
    • Orchestra\Testbench\Attributes\ResolvesLaravel
    • Orchestra\Testbench\Attributes\UsesFrameworkConfiguration
  • Allows to discover factories using Workbench to map Workbench\App\Models to Workbench\Database\Factories classes.
  • Allows to auto discover console command classes from workbench/app/Console/Commands.
Changes
  • Implements JsonSerializable to Orchestra\Testbench\Foundation\UndefinedValue.
  • Update skeleton to use workbench as default environment value.
  • Allow Orchestra\Testbench\Attributes\Define and Orchestra\Testbench\Attributes\DefineEnvironment to be used on the class level by @​danjohnson95
Fixes
  • Ensure usesTestingFeature() attribute registration is loaded before class attributes instead of method attributes.

v8.23.2

Compare Source

Changes
Testbench Changes
Fixes
  • Fixes Orchestra\Testbench\Workench\Workbench::applicationExceptionHandler() usage to detect Workbench\App\Exceptions\Handler class.

v8.23.1

Compare Source

Changes
Testbench Changes
Changes
  • Utilise Orchestra\Testbench\package_path() function instead of TESTBENCH_WORKING_PATH constant.
Fixes
  • Fixes Orchestra\Testbench\Attributes\RequiresLaravel attribute usage.

v8.23.0

Compare Source

Changes
Testbench Changes
Changes
  • Uses TESTBENCH_WORKING_PATH from environment variable before fallback to getcwd().
  • PHPStan Improvements.
Fixes
  • Backport fixes to routing registration using macro with Workbench.

v8.22.3

Compare Source

Changes
Testbench Changes
Fixes
Changes
  • Allows Orchestra\Testbench\remote to accept $env with either array or string.
  • Includes TESTBENCH_PACKAGE_REMOTE=true when running command using Orchestra\Testbench\remote.
  • Flush Static Improvements.
  • Revert setting workbench environment variable when Testbench CLI is used outside of testing.
Fixes
  • Fixes serve command.
  • Fixes runningInUnitTests() returning true when not running tests via Testbench CLI.

v8.22.2

Compare Source

Changes
Testbench Changes
Fixes
  • Fixes RefreshDatabase to be executed on tearDown() only limited when ad-hoc migrations was added during test.

v8.22.1

Compare Source

Changes
Testbench Changes
Changes
  • Run ResetRefreshDatabaseState via tearDownTheTestEnvironmentUsingTestCase() method.
  • Check against RefreshDatabaseState::$migrated and RefreshDatabaseState::$lazilyRefreshed before loading migration paths to the instance of migrator.
Fixes
  • Fixes beforeApplicationDestroyed() usage on loadLaravelMigrations() method.
  • Fixes RefreshDatabase usage does not reset the database migrations between tests.
  • Fixes class_implements(): Class AllowDynamicProperties does not exist and could not be loaded error on PHP 8.1 and lower.

v8.22.0

Compare Source

Changes
Testbench Changes
Added
  • Added Orchestra\Testbench\Attributes\RequiresLaravel attribute.
  • Added Orchestra\Testbench\Foundation\Env::has() method.
  • Added Orchestra\Testbench\load_migration_paths() function.
  • Added Orchestra\Testbench\once() function.
  • Added usesRefreshDatabaseTestingConcern() helper method to Orchestra\Testbench\Concerns\InteractsWithTestCase trait.
Changes
  • Validate MYSQL_*, MSSQL_*, SQLITE_* and POSTGRES_* environment variables before trying to override the configuration values.
  • Allow passing $command to Orchestra\Testbench\remote() function using array instead of just string.
  • Allow to following functions to accept array of paths:
    • Orchestra\Testbench\default_skeleton_path()
    • Orchestra\Testbench\package_path()
    • Orchestra\Testbench\workbench_path()
Fixes
  • Fixes Orchestra\Testbench\Attributes\ResetRefreshDatabaseState attribute declaration to only Attribute::TARGET_CLASS.

v8.21.1

Compare Source

Changes
Testbench Changes
Changes
  • Support nested configuration files.
Fixes
  • Fixes issue with Livewire testing where calling $router->getRoutes()->refreshActionLookups() caused tests to fail.

v8.21.0

Compare Source

Changes
Testbench Changes
Added
  • Added Orchestra\Testbench\Attributes\WithImmutableDates attribute to force Illuminate\Support\Date to use Carbon\CarbonImmutable.
  • Added the following helper functions:
    • Orchestra\Testbench\default_skeleton_path
    • Orchestra\Testbench\refresh_router_lookups

v8.20.0

Compare Source

Changes
  • Update minimum support for Testbench Core v8.20.0+. (v8.19.0...v8.20.0)
  • Bump minimum laravel/framework to 10.40.0.
Testbench Changes
Added
  • Flush error and exception handlers between tests using Orchestra\Testbench\Bootstrap\HandleExceptions::forgetApp() for PHPUnit 10.
Changes
  • Run route:cache using Orchestra\Testbench\remote function.
  • Add following traits to setUpTheTestEnvironmentTraitToBeIgnored method:
    • Orchestra\Testbench\Concerns\InteractsWithPest
    • Orchestra\Testbench\Concerns\InteractsWithTestCase

v8.19.0

Compare Source

Changes
Testbench Changes
Added
  • Added Orchestra\Testbench\Features\TestingFeature as replacement to HandlesTestingFeature trait.
  • Added support for LOG_DEPRECATIONS_WHILE_TESTING (default to true) environment variables.
  • Add following interfaces for Attribute handling:
    • Orchestra\Testbench\Contracts\Attributes\AfterAll
    • Orchestra\Testbench\Contracts\Attributes\AfterEach
    • Orchestra\Testbench\Contracts\Attributes\BeforeAll
    • Orchestra\Testbench\Contracts\Attributes\BeforeEach
Changes
  • Bump minimum laravel/framework to 10.39.0.
  • Refactor Orchestra\Testbench\Concerns\InteractsWithPHPUnit.
  • Utilise Illuminate\Filesystem\join_paths function.
Deprecated
  • Deprecate Orchestra\Testbench\Concerns\HandlesTestingFeature trait.

v8.18.0

Compare Source

Changes
Testbench Changes
Added
  • Added Orchestra\Testbench\Attributes\RequiresEnv attribute to force an environment variables to be required for the test.
  • Added Orchestra\Testbench\Attributes\WithConfig attribute add a configuration value for the test.
  • Added Orchestra\Testbench\Attributes\WithEnv attribute add an environment variable value for the test.
  • Added set() and forget() methods to Orchestra\Testbench\Foundation\Env.
  • Improves support for testing with Pest using orchestra/pest-plugin-testbench.

v8.17.0

Compare Source

Changes
Testbench Changes
Added
  • Supports Workbench discovers.components configuration.
Changes
  • Sync view.paths configuration when Workbench discover views.

v8.16.0

Compare Source

Changes
Added
  • Added Orchestra\Testbench\Attributes\ResetRefreshDatabaseState attribute to force refreshing database before executing the test.
  • Added Orchestra\Testbench\Foundation\Bootstrap\SyncDatabaseEnvironmentVariables bootstrap class and allow database collation to be configurable via environment variables using MYSQL_COLLATION, POSTGRES_COLLATION and MSSQL_COLLATION.
  • Added encode() method to Orchestra\Testbench\Foundation\Env class.
Changes
  • Refactor handling attributes:
    • Add ability to handle actions directly from the attribute.
    • Add ability to set defer when using Orchestra\Testbench\Attributes\DefineDatabase.
  • Add #[Override] attribute to relevant methods, this require symfony/polyfill-php83 as backward compatibility for PHP 8.1 and 8.2.
  • Move $setupHasRun property to Orchestra\Testbench\Concerns\ApplicationTestingHooks.
Fixes
  • Fixes registering discovery paths when the path doesn't exist.
Deprecated
  • Deprecate Orchestra\Testbench\Concerns\Database\HandlesConnections trait.

v8.15.0

Compare Source

Changes
Testbench Changes
Added
  • Added new PHPUnit Attribute to run the default laravel, cache, notifications, queue and session database migrations using Orchestra\Testbench\Attributes\WithMigration.
  • Added Orchestra\Testbench\defined_environment_variables() function.
  • Added Orchestra\Testbench\laravel_migration_path() function.
  • Added Orchestra\Testbench\remote() function.
Changes
  • Mark the following classes as @api:
    • Orchestra\Testbench\Foundation\Application
    • Orchestra\Testbench\Foundation\Config
    • Orchestra\Testbench\Foundation\Env
  • Cache results from Orchestra\Testbench\PHPUnit\AttributeParser.

v8.14.1

Compare Source

Changes
  • Update minimum support for Testbench Core v8.14.4+. (v8.14.0...v8.14.4)
  • Add support for Workbench 8.0+.

v8.14.0

Compare Source

Changes
  • Update minimum support for Testbench Core v8.14.0+. (v8.13.0...v8.14.0)
  • Add support for Workbench 1.0+.
Testbench Changes
Added
  • Added Orchestra\Testbench\Workbench\Workbench to handle integrations with Workbench.
  • Added Orchestra\Testbench\Foundation\Config::getWorkbenchDiscoversAttributes() method.
  • Added Orchestra\Testbench\Concerns\Database\InteractsWithSqliteDatabaseFile trait.
  • Added following methods to Orchestra\Testbench\Foundation\Application:
    • make()
    • makeFromConfig()
    • createFromConfig()
  • Added support for PHPUnit Attribute as replacements to Annotations:
    • @define-env and @environment-setup will be replaced with Orchestra\Testbench\Attributes\DefineEnvironment.
    • @define-db will be replaced with Orchestra\Testbench\Attributes\DefineDatabase.
    • @define-route will be replaced with Orchestra\Testbench\Attributes\DefineRoute.
Fixes
  • Fixes generating path using Orchestra\Testbench\package_path() and Orchestra\Testbench\workbench_path().
Deprecated
  • Deprecate Orchestra\Testbench\Concerns\WithFactories.
Removed
  • Remove Orchestra\Testbench\Foundation\Bootstrap\StartWorkbench, use Orchestra\Testbench\Workbench\Workbench::start() or Orchestra\Testbench\Workbench\Workbench::startWithProviders() instead.

v8.13.0

Compare Source

Changes
Testbench Changes
Changes
  • Code refactors.
  • Mark Orchestra\Testbench\Bootstrap\LoadEnvironmentVariables class as @internal.

v8.12.3

Compare Source

Changes
  • Add support for Workbench 0.5.0+.

v8.12.2

Compare Source

Changes
  • Support Laravel Framework 10.26.

v8.12.1

Compare Source

Changes
  • Support Laravel Framework 10.25.

v8.12.0

Compare Source

Changes
  • Update minimum support for Testbench Core v8.12.0+. (v8.11.1...v8.12.0)
  • Update minimum support for Workbench 0.4.0+.
Testbench Changes
Added Added
  • Added cachedConfigurationForWorkbench() to Orchestra\Testbench\Concern\InteractsWithWorkbench trait.
  • Add the ability to read TESTBENCH_WORKING_PATH from environment variables for Testbench Dusk usage.
  • Supports Workbench discovers configuration.
  • Add the ability to properly forward Environment Variables.
  • Add usesSqliteInMemoryDatabaseConnection to Orchestra\Testbench\Concerns\HandlesDatabases trait.

v8.11.1

Compare Source

Changes
  • Support Laravel Framework 10.24.
  • Update minimum support for Testbench Core v8.11.1+. (v8.11.0...v8.11.1)

v8.11.0

Compare Source

Changes
  • Update minimum support for Laravel Framework 10.23.1.
  • Update minimum support for Testbench Core v8.11.0+. (v8.10.0...v8.11.0)
  • Update minimum support for Workbench 0.3.0+.
Testbench Changes
Added
  • Added methods to Orchestra\Testbench\Concerns\InteractsWithPublishedFiles trait:
    • assertMigrationFileExists.
    • assertMigrationFileNotExists.
Changes
  • Rename methods in Orchestra\Testbench\Concerns\InteractsWithPublishedFiles trait:
    • cleanUpFiles to cleanUpPublishedFiles.
    • cleanUpMigrationFiles to cleanUpPublishedMigrationFiles.
    • getMigrationFile to findFirstPublishedMigrationFile.

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (rebase) September 19, 2023 08:58
@ghost
Copy link

ghost commented Sep 19, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

@renovate renovate bot force-pushed the renovate/orchestra-testbench-8.x-lockfile branch from 56dcc87 to 1defe8b Compare September 19, 2023 12:42
@renovate renovate bot changed the title chore(deps): update dependency orchestra/testbench to v8.11.0 chore(deps): update dependency orchestra/testbench to v8.11.1 Sep 19, 2023
@renovate renovate bot force-pushed the renovate/orchestra-testbench-8.x-lockfile branch 2 times, most recently from 4e34673 to fe54439 Compare September 25, 2023 16:59
@renovate renovate bot changed the title chore(deps): update dependency orchestra/testbench to v8.11.1 chore(deps): update dependency orchestra/testbench to v8.12.1 Sep 25, 2023
@renovate renovate bot changed the title chore(deps): update dependency orchestra/testbench to v8.12.1 chore(deps): update dependency orchestra/testbench to v8.12.2 Oct 3, 2023
@renovate renovate bot force-pushed the renovate/orchestra-testbench-8.x-lockfile branch from fe54439 to 919934f Compare October 3, 2023 16:19
@renovate renovate bot changed the title chore(deps): update dependency orchestra/testbench to v8.12.2 chore(deps): update dependency orchestra/testbench to v8.12.3 Oct 8, 2023
@renovate renovate bot force-pushed the renovate/orchestra-testbench-8.x-lockfile branch from 919934f to e753b8e Compare October 8, 2023 13:28
@renovate renovate bot changed the title chore(deps): update dependency orchestra/testbench to v8.12.3 chore(deps): update dependency orchestra/testbench to v8.13.0 Oct 9, 2023
@renovate renovate bot force-pushed the renovate/orchestra-testbench-8.x-lockfile branch from e753b8e to 8320bcd Compare October 9, 2023 13:40
@renovate renovate bot changed the title chore(deps): update dependency orchestra/testbench to v8.13.0 chore(deps): update dependency orchestra/testbench to v8.14.0 Oct 24, 2023
@renovate renovate bot force-pushed the renovate/orchestra-testbench-8.x-lockfile branch from 8320bcd to eac8324 Compare October 24, 2023 06:26
@renovate renovate bot changed the title chore(deps): update dependency orchestra/testbench to v8.14.0 chore(deps): update dependency orchestra/testbench to v8.14.1 Nov 7, 2023
@renovate renovate bot force-pushed the renovate/orchestra-testbench-8.x-lockfile branch from eac8324 to 7ce24fc Compare November 7, 2023 11:11
@renovate renovate bot changed the title chore(deps): update dependency orchestra/testbench to v8.14.1 chore(deps): update dependency orchestra/testbench to v8.15.0 Nov 10, 2023
@renovate renovate bot force-pushed the renovate/orchestra-testbench-8.x-lockfile branch 2 times, most recently from f2e45ff to 0d3d6c4 Compare November 16, 2023 10:24
@renovate renovate bot changed the title chore(deps): update dependency orchestra/testbench to v8.15.0 chore(deps): update dependency orchestra/testbench to v8.16.0 Dec 4, 2023
@renovate renovate bot force-pushed the renovate/orchestra-testbench-8.x-lockfile branch from 0d3d6c4 to a045139 Compare December 4, 2023 10:31
@renovate renovate bot force-pushed the renovate/orchestra-testbench-8.x-lockfile branch from a045139 to 6add115 Compare December 6, 2023 04:17
@renovate renovate bot changed the title chore(deps): update dependency orchestra/testbench to v8.16.0 chore(deps): update dependency orchestra/testbench to v8.17.0 Dec 6, 2023
@renovate renovate bot changed the title chore(deps): update dependency orchestra/testbench to v8.17.0 chore(deps): update dependency orchestra/testbench to v8.18.0 Dec 19, 2023
Copy link
Contributor Author

renovate bot commented Dec 19, 2023

⚠ 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 orchestra/testbench:8.22.3 --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 phpunit/phpunit 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.
Dependency phpstan/phpstan 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
    - ergebnis/composer-normalize is locked to version 2.36.0 and an update of this package was not requested.
    - ergebnis/composer-normalize 2.36.0 requires php ~8.1.0 || ~8.2.0 -> your php version (8.3.6) does not satisfy that requirement.
  Problem 2
    - brianium/paratest v7.1.4 requires php ~8.1.0 || ~8.2.0 -> your php version (8.3.6) does not satisfy that requirement.
    - pestphp/pest v2.6.1 requires brianium/paratest ^7.1.4 -> satisfiable by brianium/paratest[v7.1.4].
    - pestphp/pest is locked to version v2.6.1 and an update of this package was not requested.


@renovate renovate bot changed the title chore(deps): update dependency orchestra/testbench to v8.18.0 chore(deps): update dependency orchestra/testbench to v8.19.0 Dec 28, 2023
@renovate renovate bot changed the title chore(deps): update dependency orchestra/testbench to v8.19.0 chore(deps): update dependency orchestra/testbench to v8.20.0 Jan 10, 2024
@renovate renovate bot changed the title chore(deps): update dependency orchestra/testbench to v8.20.0 chore(deps): update dependency orchestra/testbench to v8.21.0 Jan 19, 2024
@renovate renovate bot changed the title chore(deps): update dependency orchestra/testbench to v8.21.0 chore(deps): update dependency orchestra/testbench to v8.21.1 Jan 22, 2024
@renovate renovate bot changed the title chore(deps): update dependency orchestra/testbench to v8.21.1 chore(deps): update dependency orchestra/testbench to v8.22.0 Mar 13, 2024
@renovate renovate bot changed the title chore(deps): update dependency orchestra/testbench to v8.22.0 chore(deps): update dependency orchestra/testbench to v8.22.1 Mar 19, 2024
@renovate renovate bot changed the title chore(deps): update dependency orchestra/testbench to v8.22.1 chore(deps): update dependency orchestra/testbench to v8.22.2 Mar 26, 2024
@renovate renovate bot changed the title chore(deps): update dependency orchestra/testbench to v8.22.2 chore(deps): update dependency orchestra/testbench to v8.22.3 Apr 16, 2024
@renovate renovate bot changed the title chore(deps): update dependency orchestra/testbench to v8.22.3 chore(deps): update dependency orchestra/testbench to v8.23.0 May 23, 2024
Copy link
Contributor Author

renovate bot commented May 23, 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 orchestra/testbench:8.31.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 phpunit/phpunit 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.
Dependency phpstan/phpstan 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
    - ergebnis/composer-normalize is locked to version 2.36.0 and an update of this package was not requested.
    - ergebnis/composer-normalize 2.36.0 requires php ~8.1.0 || ~8.2.0 -> your php version (8.4.2) does not satisfy that requirement.
  Problem 2
    - pestphp/pest is locked to version v2.6.1 and an update of this package was not requested.
    - brianium/paratest v7.1.4 requires php ~8.1.0 || ~8.2.0 -> your php version (8.4.2) does not satisfy that requirement.
    - pestphp/pest v2.6.1 requires brianium/paratest ^7.1.4 -> satisfiable by brianium/paratest[v7.1.4].


@renovate renovate bot changed the title chore(deps): update dependency orchestra/testbench to v8.23.0 chore(deps): update dependency orchestra/testbench to v8.23.1 Jun 1, 2024
@renovate renovate bot changed the title chore(deps): update dependency orchestra/testbench to v8.23.1 chore(deps): update dependency orchestra/testbench to v8.23.2 Jun 4, 2024
@renovate renovate bot changed the title chore(deps): update dependency orchestra/testbench to v8.23.2 chore(deps): update dependency orchestra/testbench to v8.24.0 Jul 13, 2024
@renovate renovate bot changed the title chore(deps): update dependency orchestra/testbench to v8.24.0 chore(deps): update dependency orchestra/testbench to v8.25.0 Aug 14, 2024
@renovate renovate bot changed the title chore(deps): update dependency orchestra/testbench to v8.25.0 chore(deps): update dependency orchestra/testbench to v8.26.0 Aug 26, 2024
@renovate renovate bot changed the title chore(deps): update dependency orchestra/testbench to v8.26.0 chore(deps): update dependency orchestra/testbench to v8.27.0 Sep 24, 2024
@renovate renovate bot changed the title chore(deps): update dependency orchestra/testbench to v8.27.0 chore(deps): update dependency orchestra/testbench to v8.27.1 Oct 5, 2024
@renovate renovate bot changed the title chore(deps): update dependency orchestra/testbench to v8.27.1 chore(deps): update dependency orchestra/testbench to v8.27.2 Oct 6, 2024
@renovate renovate bot changed the title chore(deps): update dependency orchestra/testbench to v8.27.2 chore(deps): update dependency orchestra/testbench to v8.28.0 Nov 19, 2024
@renovate renovate bot changed the title chore(deps): update dependency orchestra/testbench to v8.28.0 chore(deps): update dependency orchestra/testbench to v8.29.0 Dec 1, 2024
@renovate renovate bot changed the title chore(deps): update dependency orchestra/testbench to v8.29.0 chore(deps): update dependency orchestra/testbench to v8.30.0 Dec 16, 2024
@renovate renovate bot changed the title chore(deps): update dependency orchestra/testbench to v8.30.0 chore(deps): update dependency orchestra/testbench to v8.31.0 Dec 26, 2024
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.

0 participants