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 phpstan packages #258

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
nunomaduro/larastan 2.6.4 -> 2.9.12 age adoption passing confidence
phpstan/extension-installer 1.3.1 -> 1.4.3 age adoption passing confidence
phpstan/phpstan 1.10.34 -> 1.12.15 age adoption passing confidence
phpstan/phpstan-deprecation-rules 1.1.4 -> 1.2.1 age adoption passing confidence
phpstan/phpstan-phpunit 1.3.14 -> 1.4.2 age adoption passing confidence
phpstan/phpstan-strict-rules 1.5.1 -> 1.6.1 age adoption passing confidence

Release Notes

larastan/larastan (nunomaduro/larastan)

v2.9.12

Compare Source

What's Changed

Added
Fixed

Full Changelog: larastan/larastan@v2.9.11...v2.9.12

v2.9.11: 2.9.11

Compare Source

What's Changed

Fixed
Internal

New Contributors

Full Changelog: larastan/larastan@v2.9.10...v2.9.11

v2.9.10: 2.9.10

Compare Source

What's Changed

Added
Fixed

New Contributors

Full Changelog: larastan/larastan@v2.9.9...v2.9.10

v2.9.9

Compare Source

What's Changed

New Contributors

Full Changelog: larastan/larastan@v2.9.8...v2.9.9

v2.9.8

Compare Source

What's Changed

Added

Fixed

New Contributors

Full Changelog: larastan/larastan@v2.9.7...v2.9.8

v2.9.7

Compare Source

What's Changed

Added

Fixed

Internal

New Contributors

Full Changelog: larastan/larastan@v2.9.6...v2.9.7

v2.9.6

Compare Source

What's Changed

Added

[!IMPORTANT]
Make sure you read the upgrade guide on this topic to learn how you can correctly use this feature.

Fixed

Full Changelog: larastan/larastan@v2.9.5...v2.9.6

v2.9.5: 2.9.5

Compare Source

What's Changed

Fixed:

  • added sole method to Relation stubs - 56d7123
  • made ModelAppendsRule optional - 4834d0f

Maintanence

Full Changelog: larastan/larastan@v2.9.4...v2.9.5

v2.9.4

Compare Source

What's Changed

Added

Fixed

Internal

New Contributors

Full Changelog: larastan/larastan@v2.9.3...v2.9.4

v2.9.3

Compare Source

What's Changed

Fixed

Internal

Full Changelog: larastan/larastan@v2.9.2...v2.9.3

v2.9.2: 2.9.2

Compare Source

What's Changed

Added

Fixed

Internal

Full Changelog: larastan/larastan@v2.9.1...v2.9.2

v2.9.1: 2.9.1

Compare Source

What's Changed

Added

Fixed

  • Fixed issue where collections with invalid templates configured would cause a fatal error. by @​mad-briller in https://github.com/larastan/larastan/pull/1863
  • Fixed a case with macros registered as static methods with array syntax 42d5262
  • Fixed an issue where map and mapWithKeys methods of Eloquent collection returns a Eloquent collection if model is returned from the callback 097a2d2

Internal

New Contributors

Full Changelog: larastan/larastan@v2.9.0...v2.9.1

v2.9.0: 2.9.0

Compare Source

Added

Fixed

Internal

New Contributors

Full Changelog: larastan/larastan@v2.8.1...v2.9.0

v2.8.1

Compare Source

What's Changed?

Fixed
  • check for macros on query builder too: 6e2729e
  • use resolveName in ModelFindExtension: b7cc6a2

Full Changelog: larastan/larastan@v2.8.0...v2.8.1

v2.8.0

Compare Source

What's Changed

Added ✨
Fixed 🐛
Maintenance 🛠

New Contributors

Full Changelog: larastan/larastan@v2.7.0...v2.8.0

v2.7.0: 2.7.0

Compare Source

What's new

With this release Larastan is moved to the Larastan organization. Please refer to the upgrade guide for more details: Upgrade Guide.

v2.6.5: 2.6.5

Compare Source

What's Changed

New Contributors

Full Changelog: larastan/larastan@v2.6.4...v2.6.5

phpstan/extension-installer (phpstan/extension-installer)

v1.4.3

Compare Source

  • 85e90b3 - Allow PHPStan ^2.0 (currently in development)

v1.4.2

Compare Source

v1.4.1

Compare Source

  • f6b87fa - Test more Composer versions
  • 4ce4d5c - Revert "Bump composer-plugin-api"

v1.4.0

Compare Source

  • 5b19a72 - Fix
  • bf14f4a - Skip zero/inf bounds
  • 2586069 - Convert constraints into strings consistently
  • aae3978 - Dump PHPStan version constraint for each package
  • bfd401b - Fix CI
  • 7e654f8 - Fix
  • 792118f - Fix CS
  • 487e1ad - Open 1.4.x-dev
  • 219172e - Dump PHPStan version constraint to GeneratedConfig
  • 9416e06 - Bump composer-plugin-api
  • 2ea5b42 - Update lock-closed-issues.yml
  • dd08fd9 - chore(deps): update cbrgm/mastodon-github-action action to v2
  • 03b1d7e - chore(deps): update metcalfc/changelog-generator action to v4.3.1
  • 5861df6 - chore(deps): update metcalfc/changelog-generator action to v4.2.0
  • abd5064 - chore(deps): update dessant/lock-threads action to v5
  • dcbaea0 - chore(deps): update actions/checkout action to v4
  • 181c23c - Update .gitattributes
  • 7aa403a - Next-gen coding standard workflow
  • a7ce75f - chore(deps): update dependency slevomat/coding-standard to v8.12.1
  • cf5912d - Revert "Next-gen coding standard workflow"
  • 4255c03 - Next-gen coding standard workflow
phpstan/phpstan (phpstan/phpstan)

v1.12.15

Compare Source

Bugfixes 🐛

Internals 🔍

v1.12.14

Compare Source

Fix preg_match() group containing start/end meta characters (#​3740), #​12297, thanks @​staabm!

v1.12.13

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.12.12

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

v1.12.11

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

v1.12.10

Compare Source

Bugfixes 🐛

v1.12.9

Compare Source

Improvements 🔧

Bugfixes 🐛

Internals 🔍

v1.12.8

Compare Source

Improvements 🔧

  • OffsetAccessValueAssignmentRule optimization for hug

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.

👻 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 enabled auto-merge (rebase) September 19, 2023 16:16
@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 changed the title chore(deps): update dependency phpstan/phpstan to v1.10.35 chore(deps): update dependency phpstan/phpstan to v1.10.36 Sep 29, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 220ab89 to a54cbbb Compare September 29, 2023 16:51
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.36 chore(deps): update dependency phpstan/phpstan to v1.10.37 Oct 2, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from a54cbbb to 962b9ed Compare October 2, 2023 17:03
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.37 chore(deps): update dependency phpstan/phpstan to v1.10.38 Oct 7, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 962b9ed to da25e22 Compare October 7, 2023 05:25
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.38 chore(deps): update phpstan packages Oct 9, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from da25e22 to 17c43c1 Compare October 9, 2023 21:35
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 17c43c1 to d6e8315 Compare October 17, 2023 17:10
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from 078e645 to cb7140a Compare November 5, 2023 13:19
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 3 times, most recently from ac508c2 to 369e1a6 Compare November 21, 2023 18:39
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 3 times, most recently from 9efadfa to f2813ee Compare December 1, 2023 15:39
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from 206bed6 to d92eead Compare December 12, 2023 10:31
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from d92eead to d637f10 Compare December 13, 2023 13:27
Copy link
Contributor Author

renovate bot commented Jan 4, 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 nunomaduro/larastan:2.9.5 phpstan/phpstan:1.10.67 phpstan/phpstan-phpunit:1.3.16 phpstan/phpstan-strict-rules:1.5.5 --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
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.


Copy link
Contributor Author

renovate bot commented May 9, 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 nunomaduro/larastan:2.9.12 phpstan/extension-installer:1.4.3 phpstan/phpstan:1.12.15 phpstan/phpstan-deprecation-rules:1.2.1 phpstan/phpstan-phpunit:1.4.2 phpstan/phpstan-strict-rules:1.6.1 --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
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].


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