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 all non-major dependencies #249

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 30, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action patch v4.1.1 -> v4.1.6 age adoption passing confidence
ergebnis/composer-normalize require-dev minor 2.31.0 -> 2.42.0 age adoption passing confidence
phpstan/phpstan require-dev minor 1.10.57 -> 1.11.1 age adoption passing confidence
phpstan/phpstan-deprecation-rules require-dev minor 1.1.4 -> 1.2.0 age adoption passing confidence
phpstan/phpstan-phpunit require-dev minor 1.3.15 -> 1.4.0 age adoption passing confidence
phpstan/phpstan-strict-rules require-dev minor 1.5.2 -> 1.6.0 age adoption passing confidence
phpunit/phpunit (source) require-dev patch 9.6.16 -> 9.6.19 age adoption passing confidence
psalm/plugin-phpunit require-dev minor 0.18.4 -> 0.19.0 age adoption passing confidence
ridedott/merge-me-action action patch v2.10.66 -> v2.10.82 age adoption passing confidence
shivammathur/setup-php action minor 2.29.0 -> 2.30.4 age adoption passing confidence
stefanzweifel/git-auto-commit-action action patch v5.0.0 -> v5.0.1 age adoption passing confidence
vimeo/psalm require-dev minor 5.20.0 -> 5.24.0 age adoption passing confidence

Release Notes

actions/checkout (actions/checkout)

v4.1.6

Compare Source

v4.1.5

Compare Source

What's Changed

Full Changelog: actions/checkout@v4.1.4...v4.1.5

v4.1.4

Compare Source

v4.1.3

Compare Source

What's Changed

Full Changelog: actions/checkout@v4.1.2...v4.1.3

v4.1.2

Compare Source

ergebnis/composer-normalize (ergebnis/composer-normalize)

v2.42.0

Compare Source

For a full diff see [2.41.1...2.42.0][2.40.0...2.42.0].

Changed

v2.41.1

Compare Source

For a full diff see [2.41.0...2.41.1][2.41.0...2.41.1].

Fixed

v2.41.0

Compare Source

For a full diff see [2.40.0...2.41.0][2.40.0...2.41.0].

Changed
Fixed

v2.40.0

Compare Source

For a full diff see [2.39.0...2.40.0][2.39.0...2.40.0].

Changed
Fixed

v2.39.0

Compare Source

For a full diff see [2.38.0...2.39.0][2.38.0...2.39.0].

Changed

v2.38.0

Compare Source

For a full diff see [2.37.0...2.38.0][2.37.0...2.38.0].

Changed
Fixed

v2.37.0

Compare Source

For a full diff see [2.36.0...2.37.0][2.36.0...2.37.0].

Changed
Fixed

v2.36.0

Compare Source

For a full diff see [2.35.0...2.36.0][2.35.0...2.36.0].

Changed

v2.35.0

Compare Source

For a full diff see [2.34.0...2.35.0][2.34.0...2.35.0].

Changed
  • Started passing through --no-plugins and --no-scripts options ([#​1141]), by [@​mxr576]

v2.34.0

Compare Source

For a full diff see [2.33.0...2.34.0][2.33.0...2.34.0].

Changed

v2.33.0

Compare Source

For a full diff see [2.32.0...2.33.0][2.32.0...2.33.0].

Changed

v2.32.0

Compare Source

For a full diff see [2.31.0...2.32.0][2.31.0...2.32.0].

Changed
Fixed
phpstan/phpstan (phpstan/phpstan)

v1.11.1

Compare Source

Improvements 🔧

  • Support integer ranges in sprintf() constant result inference (#​3075), thanks @​staabm!

Bugfixes 🐛

Function signature fixes 🤖

v1.11.0

Compare Source

Read the article about PHPStan 1.11 on phpstan.org »

Major new features 🚀

  • Error identifiers
  • PHPStan Pro Reboot
    • A new migration wizard will effortlessly migrate all your @phpstan-ignore-line and @phpstan-ignore-next-line to the new @phpstan-ignore comment style with error identifiers. The old comment style is dangerous because it ignores all errors, current and future, on that line.
    • Revamped UI for much more comfortable viewing and browsing of reported errors
    • The new UI also lets you browse ignored errors, from ignoreErrors, from your baseline and also ignored locally in source code using comments
    • Streaming errors during launch: You don't have to wait for the analysis to complete, you can see errors as they come in during the analysis
    • Support for mapping file paths to the host filesystem when running in Docker or remotely
    • Try it out by running PHPStan with --pro CLI option
  • PHPDoc tags describing callable lifecycle: @param-immediately-invoked-callable, @param-later-invoked-callable
  • PHPDoc tag @param-closure-this to describe what $this is bound to in a passed closure
  • Two new config options around stricter offset checks in arrays (#​3028), #​7553, thanks @​ttomdewit!

Bleeding edge 🔪

If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon:

includes:
	- vendor/phpstan/phpstan/conf/bleedingEdge.neon

Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.10.67

Compare Source

This is the last release, or one of the last releases, in 1.10.x series. The next one is going to be PHPStan 1.11, and it's going to be released at some point in May 2024.

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

  • composer-dependency-analyser: update to 1.5.0 (support functions) (#​3011), thanks @​janedbal!

v1.10.66

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

  • Prevent unnecessary calls into reflection from JSON extensions (#​2994), thanks @​staabm!

v1.10.65

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.10.64

Compare Source

Bleeding edge 🔪

  • Fail build when project config uses custom extensions outside of analysed paths
    • This will only occur after a run that uses already present and valid result cache

If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon:

includes:
	- vendor/phpstan/phpstan/conf/bleedingEdge.neon

Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

v1.10.63

Compare Source

v1.10.62

Compare Source

Improvements 🔧

Bugfixes 🐛

v1.10.61

Compare Source

Improvements 🔧

Bugfixes 🐛

Internals 🔍

v1.10.60

Compare Source

Learn more about this release in an article on phpstan.org!

Major new features 🚀

Bleeding edge 🔪

If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon:

includes:
	- vendor/phpstan/phpstan/conf/bleedingEdge.neon

Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more

Improvements 🔧

Bugfixes 🐛


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from lctrs-bot as a code owner January 30, 2024 14:58
@renovate renovate bot added the dependency label Jan 30, 2024
@renovate renovate bot requested a review from Lctrs as a code owner January 30, 2024 14:58
Copy link

codecov bot commented Jan 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (f8fb436) to head (91ea921).

Additional details and impacted files
@@             Coverage Diff             @@
##              master      #249   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity        10        10           
===========================================
  Files              1         1           
  Lines             25        25           
===========================================
  Hits              25        25           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 289a169 to 3787e23 Compare February 2, 2024 01:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from fa62c7c to f0b4995 Compare February 14, 2024 07:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from cbab706 to 822d9d0 Compare February 23, 2024 00:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 08c1876 to 2567a76 Compare February 29, 2024 14:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 8c753dd to bbedc59 Compare March 7, 2024 16:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from f2d0215 to 51cd3d5 Compare March 15, 2024 15:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4137169 to f137dbf Compare March 21, 2024 13:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 2cda75d to a13bab4 Compare March 25, 2024 16:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 738cd29 to 5b7fba1 Compare April 4, 2024 16:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from aab1d1d to 58e35ea Compare April 10, 2024 17:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4e89523 to 612a943 Compare April 16, 2024 08:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 17bc7b5 to 33829f0 Compare April 25, 2024 13:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ca9c879 to 8da310d Compare May 8, 2024 21:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from da1e562 to 93f80bb Compare May 16, 2024 22:54
| datasource  | package                              | from     | to       |
| ----------- | ------------------------------------ | -------- | -------- |
| github-tags | actions/checkout                     | v4.1.1   | v4.1.6   |
| packagist   | ergebnis/composer-normalize          | 2.31.0   | 2.42.0   |
| packagist   | phpstan/phpstan                      | 1.10.57  | 1.11.1   |
| packagist   | phpstan/phpstan-deprecation-rules    | 1.1.4    | 1.2.0    |
| packagist   | phpstan/phpstan-phpunit              | 1.3.15   | 1.4.0    |
| packagist   | phpstan/phpstan-strict-rules         | 1.5.2    | 1.6.0    |
| packagist   | phpunit/phpunit                      | 9.6.16   | 9.6.19   |
| packagist   | psalm/plugin-phpunit                 | 0.18.4   | 0.19.0   |
| github-tags | ridedott/merge-me-action             | v2.10.66 | v2.10.82 |
| github-tags | shivammathur/setup-php               | 2.29.0   | 2.30.4   |
| github-tags | stefanzweifel/git-auto-commit-action | v5.0.0   | v5.0.1   |
| packagist   | vimeo/psalm                          | 5.20.0   | 5.24.0   |
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 93f80bb to 91ea921 Compare May 21, 2024 23:04
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.

None yet

0 participants