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 backendDependencies (major) #515

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 17, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
doctrine/dbal (source) 3.8.3 -> 4.0.2 age adoption passing confidence
laravel/framework (source) ^10.0 -> ^11.0 age adoption passing confidence
laravel/sanctum ^3.2 -> ^4.0 age adoption passing confidence
nunomaduro/collision ^7.0 -> ^8.0 age adoption passing confidence
phpunit/phpunit (source) ^10.0 -> ^11.0 age adoption passing confidence

Release Notes

doctrine/dbal (doctrine/dbal)

v4.0.2

Compare Source

v4.0.1

Compare Source

Release Notes for 4.0.1
4.0.1
  • Total issues resolved: 0
  • Total pull requests resolved: 7
  • Total contributors: 4
Documentation
Test Suite
Documentation,PostgreSQL
Static Analysis
Changes from Lower Branches
  • This release contains all changes of the 3.8.3 release.

v4.0.0

Compare Source

This is a major release that includes breaking changes. Please refer to the upgrade guide for more details.

API Improvements and Cleanup

Major Backward Compatibility Breaks

Major Bugfixes

  • Removed Connection::$_schemaManager() and ::getSchemaManager() (#​4518)
  • Removed Connection::$_expr (#​4516) and ::getExpressionBuilder() (#​4540)

Detailed Release Notes

v3.8.4

Compare Source

Release Notes for 3.8.4
3.8.4
  • Total issues resolved: 0
  • Total pull requests resolved: 8
  • Total contributors: 5
Bug,Connecting,Transactions
PostgreSQL,Test Suite
Bug,PostgreSQL,Schema Definition
CI,Documentation
CI,MariaDB
Documentation
Bug,SQLite,Schema Management
laravel/framework (laravel/framework)

v11.5.0

Compare Source

v11.4.0

Compare Source

v11.3.1

Compare Source

v11.3.0

Compare Source

v11.2.0

Compare Source

v11.1.1

Compare Source

v11.1.0

Compare Source

v11.0.8

Compare Source

v11.0.7

Compare Source

v11.0.6

Compare Source

v11.0.5

Compare Source

v11.0.4

Compare Source

v11.0.3

Compare Source

v11.0.2

Compare Source

v11.0.1

Compare Source

v11.0.0

Compare Source

Check the upgrade guide in the Official Laravel Upgrade Documentation. Also you can see some release notes in the Official Laravel Release Documentation.

v10.48.9

Compare Source

v10.48.8

Compare Source

v10.48.7

Compare Source

v10.48.6

Compare Source

v10.48.5

Compare Source

v10.48.4

Compare Source

v10.48.3

Compare Source

  • Re-tag version

v10.48.2

Compare Source


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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

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

Copy link
Contributor Author

renovate bot commented Jan 17, 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: backend/composer.lock
Command failed: composer update doctrine/dbal:4.0.2 laravel/framework:11.7.0 laravel/sanctum:4.0.2 nunomaduro/collision:8.1.1 phpunit/phpunit:11.1.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 guzzlehttp/guzzle 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 laravel/framework ^11.0, found laravel/framework[v11.0.0, ..., 11.x-dev] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - lab404/laravel-impersonate is locked to version 1.7.4 and an update of this package was not requested.
    - lab404/laravel-impersonate 1.7.4 requires laravel/framework ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0 -> found laravel/framework[v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev, v9.0.0-beta.1, ..., 9.x-dev, v10.0.0, ..., 10.x-dev] but it conflicts with your root composer.json require (^11.0).
  Problem 3
    - Root composer.json requires laravel/sanctum ^4.0 -> satisfiable by laravel/sanctum[v4.0.2].
    - laravel/sanctum v4.0.2 requires illuminate/contracts ^11.0 -> found illuminate/contracts[v11.0.0, ..., 11.x-dev] but these were not loaded, likely because it conflicts with another require.
  Problem 4
    - santigarcor/laratrust is locked to version 8.2.2 and an update of this package was not requested.
    - santigarcor/laratrust 8.2.2 requires laravel/framework ^10.0 -> found laravel/framework[v10.0.0, ..., 10.x-dev] but it conflicts with your root composer.json require (^11.0).
  Problem 5
    - phpunit/php-code-coverage[11.0.0, ..., 11.0.x-dev] require nikic/php-parser ^5.0 -> found nikic/php-parser[dev-master, v5.0.0alpha1, ..., 5.0.x-dev] but these were not loaded, likely because it conflicts with another require.
    - phpunit/phpunit 11.1.3 requires phpunit/php-code-coverage ^11.0 -> satisfiable by phpunit/php-code-coverage[11.0.0, ..., 11.0.x-dev].
    - Root composer.json requires phpunit/phpunit ^11.0 -> satisfiable by phpunit/phpunit[11.1.3].

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

@renovate renovate bot force-pushed the renovate/major-backenddependencies branch from 87b16b9 to 78d956e Compare January 17, 2024 18:23
@renovate renovate bot changed the title Update backendDependencies (major) Update dependency nunomaduro/collision to v8 Jan 17, 2024
@renovate renovate bot force-pushed the renovate/major-backenddependencies branch 7 times, most recently from e6cf452 to 2b3251d Compare January 23, 2024 01:48
@renovate renovate bot force-pushed the renovate/major-backenddependencies branch 3 times, most recently from 84180f1 to 63a7bc6 Compare February 2, 2024 10:31
@renovate renovate bot changed the title Update dependency nunomaduro/collision to v8 Update backendDependencies (major) Feb 2, 2024
@renovate renovate bot force-pushed the renovate/major-backenddependencies branch from 63a7bc6 to 8c3e075 Compare February 3, 2024 23:25
@renovate renovate bot force-pushed the renovate/major-backenddependencies branch 6 times, most recently from cdbb258 to 6e30c49 Compare February 24, 2024 16:59
@renovate renovate bot force-pushed the renovate/major-backenddependencies branch from 6e30c49 to 26b18df Compare March 3, 2024 18:35
@renovate renovate bot force-pushed the renovate/major-backenddependencies branch from 26b18df to 350cacf Compare March 12, 2024 17:10
@renovate renovate bot force-pushed the renovate/major-backenddependencies branch 2 times, most recently from 16639c5 to 8b6bc27 Compare April 1, 2024 21:24
@renovate renovate bot force-pushed the renovate/major-backenddependencies branch from 8b6bc27 to da6675f Compare April 10, 2024 22:40
@renovate renovate bot force-pushed the renovate/major-backenddependencies branch from da6675f to 85c3a96 Compare April 23, 2024 23:12
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.

None yet

0 participants