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 v10 #16

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 26, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
orchestra/testbench (source) ^9.0 -> ^10.0 age adoption passing confidence

Release Notes

orchestral/testbench (orchestra/testbench)

v10.0.0

Compare Source

Changes
  • Update support for Laravel Framework v12.
  • Update Orchestra\Testbench\TestCase to use Illuminate\Foundation\Testing\Concerns\InteractsWithViews trait.
Removed
  • Remove deprecated functions:
    • Orchestra\Testbench\once()
    • Orchestra\Testbench\transform_relative_path()
  • Remove deprecated methods in Orchestra\Testbench\Concerns\CreatesApplication trait:
    • getBasePath()
    • getDefaultApplicationBootstrapFile()
  • Remove deprecated methods in Orchestra\Testbench\Concerns\InteractsWithMigrations trait:
    • loadMigrationsWithoutRollbackFrom()
    • loadLaravelMigrationsWithoutRollback()
    • runLaravelMigrationsWithoutRollback()

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


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

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

Copy link
Contributor Author

renovate bot commented Feb 26, 2025

⚠️ 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:10.0.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.
Updating dependencies
Lock file operations: 0 installs, 13 updates, 0 removals
  - Upgrading brick/math (0.12.1 => 0.12.2)
  - Upgrading laravel/framework (v11.44.0 => v12.0.1)
  - Upgrading orchestra/canvas (v9.2.2 => v10.0.1)
  - Upgrading orchestra/canvas-core (v9.1.1 => v10.0.1)
  - Upgrading orchestra/sidekick (v1.0.3 => v1.0.4)
  - Upgrading orchestra/testbench (v9.11.0 => v10.0.0)
  - Upgrading orchestra/testbench-core (v9.11.1 => v10.0.2)
  - Upgrading orchestra/workbench (v9.13.2 => v10.0.0)
  - Upgrading symfony/error-handler (v7.2.3 => v7.2.4)
  - Upgrading symfony/http-kernel (v7.2.3 => v7.2.4)
  - Upgrading symfony/mime (v7.2.3 => v7.2.4)
  - Upgrading symfony/process (v7.2.0 => v7.2.4)
  - Upgrading symfony/translation (v7.2.2 => v7.2.4)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 128 installs, 0 updates, 0 removals
  - Downloading laravel/framework (v12.0.1)
  - Downloading laravel/nova (5.2.5)
  - Downloading orchestra/sidekick (v1.0.4)
  - Downloading orchestra/testbench-core (v10.0.2)
  - Downloading orchestra/canvas-core (v10.0.1)
  - Downloading orchestra/canvas (v10.0.1)
  - Downloading orchestra/workbench (v10.0.0)
  - Downloading orchestra/testbench (v10.0.0)
Warning from nova.laravel.com: 

************************************************************************************
Unable to find Nova (Silver Surfer) license holder with the given email address: [].
************************************************************************************
    Failed to download laravel/nova from dist: The 'https://nova.laravel.com/dist/laravel/nova/laravel-nova-ce487ae38cf673edab9ffc0a682a26ffd86b53fb-zip-0e59b0.zip' URL could not be accessed (HTTP 403): HTTP/2 403 
    Now trying to download from source
  - Syncing laravel/nova (5.2.5) into cache

In Git.php line 587:
                                                                               
  Failed to execute git clone --mirror -- https://ghs...6vn:x-oauth-basic@git  
  hub.com/laravel/nova.git /runner/cache/others/composer/vcs/git-github.com-l  
  aravel-nova.git/                                                             
                                                                               
  Cloning into bare repository '/runner/cache/others/composer/vcs/git-github.  
  com-laravel-nova.git'...                                                     
  remote: Support for password authentication was removed on August 13, 2021.  
  remote: Please see https://docs.github.com/get-started/getting-started-with  
  -git/about-remote-repositories#cloning-with-https-urls for information on c  
  urrently recommended modes of authentication.                                
  fatal: Authentication failed for 'https://github.com/laravel/nova.git/'      
                                                                               

update [--with WITH] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--dry-run] [--dev] [--no-dev] [--lock] [--no-install] [--no-audit] [--audit-format AUDIT-FORMAT] [--no-autoloader] [--no-suggest] [--no-progress] [-w|--with-dependencies] [-W|--with-all-dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [-m|--minimal-changes] [--patch-only] [-i|--interactive] [--root-reqs] [--bump-after-update [BUMP-AFTER-UPDATE]] [--] [<packages>...]


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants