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

build(deps-dev): bump phpstan/phpstan from 1.11.8 to 1.11.9 #1141

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2024

Bumps phpstan/phpstan from 1.11.8 to 1.11.9.

Release notes

Sourced from phpstan/phpstan's releases.

1.11.9

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 🐛

Internals 🔍

Commits
  • e370bcd PHPStan 1.11.9
  • 2229deb Updated PHPStan to commit 2229debcdc300987d0949a4ce9845c6e5561cd47
  • c400c2c Update baselines
  • e19e6e5 Updated PHPStan to commit e19e6e5f8cfa706cc30e44a17276a6bc269f995c
  • 35a2f57 Updated PHPStan to commit 35a2f577d14229e5f50ef83bd417f84ef56ee04e
  • 582a0f8 Updated PHPStan to commit 582a0f8a744fa2ebda2d98783c55c78183e8bbed
  • cf1096d Updated PHPStan to commit cf1096d0ccd281274c36f6083eaa9833e945b014
  • 5c54586 Updated PHPStan to commit 5c54586a2fdd3c560253c2cf0e1328fb3a46680d
  • bfef6da Updated PHPStan to commit bfef6da0c7b4937e4f7568ce78368e8f80befe9e
  • c0537db Updated PHPStan to commit c0537db2aa4a80b588ea1704c084ec17ab51aa0d
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner August 5, 2024 01:54
@dependabot dependabot bot added dependencies Dependency updates php Pull requests that update Php code labels Aug 5, 2024
@myparcel-bot
Copy link
Contributor

myparcel-bot bot commented Aug 5, 2024

PDK upgrade summary

The following packages were upgraded:

Package Old version New version
myparcelnl/pdk 2.39.2 2.41.0

@myparcel-bot
Copy link
Contributor

myparcel-bot bot commented Aug 5, 2024

✅ Build successful!

You can find a link to the downloadable artifact below.

Name Link
Commit 0cc7030
Logs https://github.com/myparcelnl/woocommerce/actions/runs/10241259455
Download https://github.com/myparcelnl/woocommerce/suites/26790038198/artifacts/1774506706

Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.11.8 to 1.11.9.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.12.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.11.8...1.11.9)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@myparcel-bot myparcel-bot bot force-pushed the dependabot/composer/phpstan/phpstan-1.11.9 branch from 0cc7030 to 7fd235a Compare August 5, 2024 06:53
Copy link

codecov bot commented Aug 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 57.81%. Comparing base (9495554) to head (7fd235a).

Additional details and impacted files
@@            Coverage Diff            @@
##               beta    #1141   +/-   ##
=========================================
  Coverage     57.81%   57.81%           
  Complexity      599      599           
=========================================
  Files           102      102           
  Lines          3136     3136           
  Branches         21       21           
=========================================
  Hits           1813     1813           
  Misses         1302     1302           
  Partials         21       21           
Flag Coverage Δ
backend 57.81% <ø> (ø)
checkout 0.00% <ø> (ø)
frontend 0.00% <ø> (ø)
unit 57.81% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@myparcel-bot
Copy link
Contributor

myparcel-bot bot commented Aug 5, 2024

PDK upgrade summary

The following packages were upgraded:

Package Old version New version
myparcelnl/pdk 2.39.2 2.41.0

@myparcel-bot
Copy link
Contributor

myparcel-bot bot commented Aug 5, 2024

✅ Build successful!

You can find a link to the downloadable artifact below.

Name Link
Commit 7fd235a
Logs https://github.com/myparcelnl/woocommerce/actions/runs/10244065558
Download https://github.com/myparcelnl/woocommerce/suites/26796279025/artifacts/1775107638

@EdieLemoine EdieLemoine closed this Aug 7, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 7, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/composer/phpstan/phpstan-1.11.9 branch August 7, 2024 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency updates php Pull requests that update Php code
Development

Successfully merging this pull request may close these issues.

1 participant