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

Bump the dependencies group with 3 updates #1777

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 3 updates: laminas/laminas-validator, symfony/flex and phpstan/phpstan.

Updates laminas/laminas-validator from 2.62.0 to 2.64.1

Release notes

Sourced from laminas/laminas-validator's releases.

2.64.1

Release Notes for 2.64.1

2.64.1

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Documentation,Feature Removal

2.64.0

Release Notes for 2.64.0

This release is even with 2.63.0 due to a mistake merging changes into the wrong branch and then releasing nothing.

The intended changes are released in 2.64.1

2.63.0

Release Notes for 2.63.0

2.63.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Enhancement

Commits

Updates symfony/flex from 2.4.5 to 2.4.6

Commits
  • 4dc1191 bug #1024 Remove version in generated Docker compose files (fabpot)
  • 33ce7c1 Remove version in generated Docker compose files
  • 1691a42 Fix a merge-conflict residue (#1021)
  • 96f355d Merge branch '1.x' into 2.x
  • 2081076 More explicit nullable types
  • f3ffc83 minor #1019 Make implicit nullable types explicit (nicolas-grekas)
  • 1854c96 Make implicit nullable types explicit
  • See full diff in compare view

Updates 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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 3 updates: [laminas/laminas-validator](https://github.com/laminas/laminas-validator), [symfony/flex](https://github.com/symfony/flex) and [phpstan/phpstan](https://github.com/phpstan/phpstan).


Updates `laminas/laminas-validator` from 2.62.0 to 2.64.1
- [Release notes](https://github.com/laminas/laminas-validator/releases)
- [Commits](laminas/laminas-validator@2.62.0...2.64.1)

Updates `symfony/flex` from 2.4.5 to 2.4.6
- [Release notes](https://github.com/symfony/flex/releases)
- [Commits](symfony/flex@v2.4.5...v2.4.6)

Updates `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: laminas/laminas-validator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/flex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Aug 5, 2024
Copy link

codecov bot commented Aug 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.02%. Comparing base (e7da699) to head (fd6592b).

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #1777   +/-   ##
=========================================
  Coverage     92.02%   92.02%           
  Complexity     1819     1819           
=========================================
  Files           121      121           
  Lines          6838     6838           
=========================================
  Hits           6293     6293           
  Misses          545      545           

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

@danepowell danepowell merged commit 2bb1c58 into main Aug 6, 2024
19 checks passed
@dependabot dependabot bot deleted the dependabot/composer/dependencies-84868772ca branch August 6, 2024 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant