riasvdv / statamic-redirect

Redirect allows you to redirect legacy URLs, so that you don't lose SEO value when rebuilding & restructuring a website.
https://statamic.com/addons/rias/redirect
19 stars 21 forks source link

Update dependency orchestra/testbench to v9 - autoclosed #174

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
orchestra/testbench (source) ^v8.15 -> ^v9.0.0 age adoption passing confidence

Release Notes

orchestral/testbench (orchestra/testbench) ### [`v9.0.3`](https://togithub.com/orchestral/testbench/releases/tag/v9.0.3) [Compare Source](https://togithub.com/orchestral/testbench/compare/v9.0.2...v9.0.3) ##### Changes - Update minimum support for Testbench Core v9.0.9+. ([v9.0.7...v9.0.9](https://togithub.com/orchestral/testbench-core/compare/v9.0.7...v9.0.9)) - Update minimum support for Laravel Framework `11.1.0`. ##### Testbench Changes ##### Changes - Add support for `HASH_VERIFY` environment variables. ##### Fixes - Force reset `RefreshDatabaseState` when using `LazilyRefreshDatabase` with SQLite `:in-memory:` database connections. ### [`v9.0.2`](https://togithub.com/orchestral/testbench/releases/tag/v9.0.2) [Compare Source](https://togithub.com/orchestral/testbench/compare/v9.0.1...v9.0.2) ##### Changes - Update minimum support for Testbench Core v9.0.7+. ([v9.0.6...v9.0.7](https://togithub.com/orchestral/testbench-core/compare/v9.0.6...v9.0.7)) ##### Testbench Changes ##### Fixes - Fixes `RefreshDatabase` to be executed on `tearDown()` only limited when ad-hoc migrations was added during test. ### [`v9.0.1`](https://togithub.com/orchestral/testbench/releases/tag/v9.0.1) [Compare Source](https://togithub.com/orchestral/testbench/compare/v9.0.0...v9.0.1) ##### Changes - Update minimum support for Testbench Core v9.0.6+. ([v9.0.1...v9.0.6](https://togithub.com/orchestral/testbench-core/compare/v9.0.1...v9.0.6)) ##### Testbench Changes ##### Changes - Run `ResetRefreshDatabaseState` via `tearDownTheTestEnvironmentUsingTestCase()` method. - Check against `RefreshDatabaseState::$migrated` and `RefreshDatabaseState::$lazilyRefreshed` before loading migration paths to the instance of `migrator`. - Update skeleton to match v11.0.3. - Revert default skeleton database collations to `utf8mb4_unicode_ci`. ##### Fixes - Fixes `beforeApplicationDestroyed()` usage on `loadLaravelMigrations()` method. - Fixes `RefreshDatabase` usage does not reset the database migrations between tests. - Fixes `class_implements()` should only be executed if the Attribute class exists. - Testbench CLI should prioritize application kernels defined via `bootstrap/app.php` when configured using a custom skeleton. ### [`v9.0.0`](https://togithub.com/orchestral/testbench/releases/tag/v9.0.0) [Compare Source](https://togithub.com/orchestral/testbench/compare/v8.22.2...v9.0.0) ##### Added - Added support for PHPUnit 11. ##### Changes - Update support for Laravel Framework v11. - Increase minimum PHP version to 8.2 and above (tested with 8.2 and 8.3). ##### Deprecated - Deprecate `Orchestra\Testbench\Concerns\HandlesAnnotations` in line with PHPUnit removal support for meta-comment support using annotation. ##### Removed - Remove deprecated `Orchestra\Testbench\Concerns\Database\HandlesConnections` trait. - Removed deprecated `create-sqlite-db` and `drop-sqlite-db` standalone commands.

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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



This PR has been generated by Mend Renovate. View repository job log here.