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

fix(deps): update non-major dependencies #7

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
barryvdh/laravel-ide-helper 3.1.0 -> 3.5.4 age adoption passing confidence
fakerphp/faker 1.23.1 -> 1.24.1 age adoption passing confidence
laravel-vite-plugin 1.0.5 -> 1.2.0 age adoption passing confidence
laravel/octane 2.5.2 -> 2.6.1 age adoption passing confidence
laravel/passport 12.2.1 -> 12.4.1 age adoption passing confidence
laravel/pint (source) 1.17.0 -> 1.20.0 age adoption passing confidence
laravel/sail 1.31.0 -> 1.41.0 age adoption passing confidence
laravel/tinker 2.9.0 -> 2.10.1 age adoption passing confidence
nunomaduro/collision 8.3.0 -> 8.6.1 age adoption passing confidence
openai-php/laravel 0.10.1 -> 0.10.2 age adoption passing confidence
phpunit/phpunit (source) 11.2.8 -> 11.5.7 age adoption passing confidence
spatie/laravel-ignition (source) 2.8.0 -> 2.9.0 age adoption passing confidence
spatie/laravel-query-builder 6.0.1 -> 6.3.0 age adoption passing confidence

Release Notes

barryvdh/laravel-ide-helper (barryvdh/laravel-ide-helper)

v3.5.4

Compare Source

What's Changed

Full Changelog: barryvdh/laravel-ide-helper@v3.5.3...v3.5.4

v3.5.3

Compare Source

What's Changed
New Contributors

Full Changelog: barryvdh/laravel-ide-helper@v3.5.2...v3.5.3

v3.5.2

Compare Source

Fixes

Fix empty/anonymous closure in meta command.

Full Changelog: barryvdh/laravel-ide-helper@v3.5.1...v3.5.2

v3.5.1

Compare Source

What's Changed

Full Changelog: barryvdh/laravel-ide-helper@v3.5.0...v3.5.1

v3.5.0

Compare Source

What's Changed
New Contributors

Full Changelog: barryvdh/laravel-ide-helper@v3.4.0...v3.5.0

v3.4.0

Compare Source

What's Changed
New Contributors

Full Changelog: barryvdh/laravel-ide-helper@v3.3.0...v3.4.0

v3.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: barryvdh/laravel-ide-helper@v3.2.2...v3.3.0

v3.2.2

Compare Source

What’s Changed

Full Changelog: barryvdh/laravel-ide-helper@v3.2.1...v3.2.2

v3.2.1

Compare Source

What's Changed
New Contributors

Full Changelog: barryvdh/laravel-ide-helper@v3.2.0...v3.2.1

v3.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: barryvdh/laravel-ide-helper@v3.1.0...v3.2.0

FakerPHP/Faker (fakerphp/faker)

v1.24.1

Compare Source

v1.24.0

Compare Source

What's Changed

New Contributors

Full Changelog: FakerPHP/Faker@v1.23.1...v1.24.0

laravel/vite-plugin (laravel-vite-plugin)

v1.2.0

Compare Source

v1.1.1

Compare Source

v1.1.0

Compare Source

v1.0.6

Compare Source

laravel/octane (laravel/octane)

v2.6.1

Compare Source

v2.6.0

Compare Source

v2.5.9

Compare Source

v2.5.8

Compare Source

v2.5.7

Compare Source

v2.5.6

Compare Source

v2.5.5

Compare Source

v2.5.4

Compare Source

v2.5.3

Compare Source

laravel/passport (laravel/passport)

v12.4.1

Compare Source

v12.4.0

Compare Source

v12.3.1

Compare Source

v12.3.0

Compare Source

laravel/pint (laravel/pint)

v1.20.0

Compare Source

v1.19.0

Compare Source

v1.18.3

Compare Source

v1.18.2

Compare Source

v1.18.1

Compare Source

  • [1.x] Fixed corrupted binary

v1.18.0

Compare Source

v1.17.3

Compare Source

v1.17.2

Compare Source

v1.17.1

Compare Source

laravel/sail (laravel/sail)

v1.41.0

Compare Source

v1.40.0

Compare Source

v1.39.1

Compare Source

v1.39.0

Compare Source

v1.38.0

Compare Source

v1.37.1

Compare Source

v1.37.0

Compare Source

v1.36.0

Compare Source

v1.35.0

Compare Source

v1.34.0

Compare Source

v1.33.0

Compare Source

v1.32.0

Compare Source

v1.31.3

Compare Source

v1.31.2

Compare Source

v1.31.1

Compare Source

laravel/tinker (laravel/tinker)

v2.10.1

Compare Source

v2.10.0

Compare Source

nunomaduro/collision (nunomaduro/collision)

v8.6.1

Compare Source

v8.6.0

Compare Source

v8.5.0

Compare Source

v8.4.0

Compare Source

openai-php/laravel (openai-php/laravel)

v0.10.2

Compare Source

Full Changelog: openai-php/laravel@v0.10.1...v0.10.2

sebastianbergmann/phpunit (phpunit/phpunit)

v11.5.7

Compare Source

v11.5.6: PHPUnit 11.5.6

Compare Source

Changed
  • #​6112: Improve performance of SourceMapper
Fixed
  • #​6115: Backed enumerations with values not of type string cannot be used in customized TestDox output

How to install or update PHPUnit

v11.5.5: PHPUnit 11.5.5

Compare Source

Changed
  • Do not skip execution of test that depends on a test that is larger than itself

How to install or update PHPUnit

v11.5.4: PHPUnit 11.5.4

Compare Source

Changed
  • #​5958: Support for #[CoversTrait] and #[UsesTrait] attributes is no longer deprecated
  • #​5960: Support for targeting trait methods with the #[CoversMethod] and #[UsesMethod] attributes is no longer deprecated
Fixed
  • #​6103: Output from test run in separate process is printed twice
  • #​6109: Skipping a test in a before-class method crashes JUnit XML logger
  • #​6111: Deprecations cause SourceMapper to scan all <source/> files

How to install or update PHPUnit

v11.5.3: PHPUnit 11.5.3

Compare Source

Added
  • Test\AfterLastTestMethodErrored, Test\AfterTestMethodErrored, Test\BeforeTestMethodErrored, Test\PostConditionErrored, and Test\PreConditionErrored events
Fixed
  • #​6093: Test Double Code Generator does not work when PHPUnit is used from PHAR on PHP 8.4
  • #​6094: Errors in after-last-test methods are not reported
  • #​6095: Expectation is not counted correctly when a doubled method is called more often than is expected
  • #​6096: --list-tests-xml is broken when a group with a numeric name is defined
  • #​6098: No system-out element in JUnit XML logfile
  • #​6100: Suppressed deprecations incorrectly stop test execution when execution should be stopped on deprecation

How to install or update PHPUnit

v11.5.2: PHPUnit 11.5.2

Compare Source

Fixed
  • #​6082: assertArrayHasKey(), assertArrayNotHasKey(), arrayHasKey(), and ArrayHasKey::__construct() do not support all possible key types
  • #​6087: --migrate-configuration does not remove beStrictAboutTodoAnnotatedTests attribute from XML configuration file

How to install or update PHPUnit

v11.5.1: PHPUnit 11.5.1

Compare Source

Added
  • #​6081: DefaultResultCache::mergeWith() for merging result cache instances
Fixed
  • #​6066: TeamCity logger does not handle error/skipped events in before-class methods correctly

How to install or update PHPUnit

v11.5.0: PHPUnit 11.5.0

Compare Source

Added
  • #​5948: Support for Property Hooks in Test Doubles
  • #​5954: Provide a way to stop execution at a particular deprecation
  • Method assertContainsNotOnlyInstancesOf() in the PHPUnit\Framework\Assert class as the inverse of the assertContainsOnlyInstancesOf() method
  • Methods `assertConta

Configuration

📅 Schedule: Branch creation - "* * * * 0,6" (UTC), 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

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

@renovate renovate bot force-pushed the renovate/non-major-dependencies branch 4 times, most recently from 880480c to e411aaf Compare July 30, 2024 13:48
@renovate renovate bot changed the title chore(deps): update dependency vite to v5.3.5 chore(deps): update non-major dependencies Jul 30, 2024
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from e411aaf to 9fca057 Compare July 30, 2024 16:40
@renovate renovate bot changed the title chore(deps): update non-major dependencies fix(deps): update non-major dependencies Jul 30, 2024
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch 4 times, most recently from 8501545 to d1e7795 Compare August 6, 2024 16:21
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch 5 times, most recently from 625166a to 7924d9e Compare August 17, 2024 12:11
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch 4 times, most recently from b19531c to 4e367c4 Compare August 23, 2024 16:22
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch 6 times, most recently from 7dc7b02 to 7f1588b Compare September 9, 2024 06:20
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch 3 times, most recently from aada3fc to 442178c Compare September 12, 2024 14:45
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from 282865a to 5e01e96 Compare November 15, 2024 17:07
Copy link
Author

renovate bot commented Nov 15, 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 barryvdh/laravel-ide-helper:3.5.4 fakerphp/faker:1.24.1 laravel/octane:2.6.1 laravel/passport:12.4.1 laravel/pint:1.20.0 laravel/sail:1.41.0 laravel/tinker:2.10.1 nunomaduro/collision:8.6.1 openai-php/laravel:0.10.2 phpunit/phpunit:11.5.7 spatie/laravel-ignition:2.9.0 spatie/laravel-query-builder:6.3.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 laravel/framework 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 openai-php/laravel 0.10.2 -> satisfiable by openai-php/laravel[v0.10.2].
    - openai-php/laravel v0.10.2 requires laravel/framework ^9.46.0|^10.34.2|^11.23.5 -> found laravel/framework[v9.46.0, ..., v9.52.20, v10.34.2, ..., v10.48.28, v11.23.5, ..., v11.41.3] but it conflicts with your root composer.json require (11.18.1).
  Problem 2
    - laravel/framework is locked to version v11.18.1 and an update of this package was not requested.
    - Root composer.json requires nunomaduro/collision 8.6.1 -> satisfiable by nunomaduro/collision[v8.6.1].
    - nunomaduro/collision v8.6.1 conflicts with laravel/framework <11.39.1 || >=13.0.0.

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/non-major-dependencies branch 3 times, most recently from c707a02 to f4442f5 Compare November 26, 2024 17:12
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch 3 times, most recently from 661101f to 130e3bc Compare December 2, 2024 11:52
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch 2 times, most recently from 72601eb to 5f9430f Compare December 6, 2024 08:20
@renovate renovate bot changed the title chore(deps): update non-major dependencies fix(deps): update non-major dependencies Dec 10, 2024
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch 2 times, most recently from 3791210 to a423a5d Compare December 18, 2024 09:34
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch 3 times, most recently from 48f5459 to 1dc3b85 Compare December 23, 2024 22:55
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch 2 times, most recently from f18ba47 to de1a8b2 Compare December 30, 2024 18:39
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch 3 times, most recently from 0f654b4 to bb23048 Compare January 13, 2025 12:29
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch 2 times, most recently from bbf02ad to 7068342 Compare January 14, 2025 20:15
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch 4 times, most recently from 68475bc to 7dbb260 Compare January 29, 2025 17:49
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from 7dbb260 to 4b48cdc Compare January 31, 2025 08:49
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from 4b48cdc to 4c3eb40 Compare February 6, 2025 18:53
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