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 #1656

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2023

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

Updates laminas/laminas-validator from 2.44.1 to 2.45.0

Release notes

Sourced from laminas/laminas-validator's releases.

2.45.0

Release Notes for 2.45.0

Feature release (minor)

2.45.0

  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 2

Enhancement

renovate

Bug

Commits
  • 2a60d28 Merge pull request #221 from laminas/iana-tld-list-update
  • 2e50998 Update TLD list for hostname validator
  • a8e6fe4 Merge pull request #219 from laminas/renovate/lock-file-maintenance
  • 2c78bed Reinstate call to parent::setOptions()
  • 5deb0f9 Improve types for the IsCountable validator.
  • 40a06a8 Bump dev deps, refresh lock
  • c770ab8 Lock file maintenance
  • abedb4d Merge pull request #218 from laminas/2.44.x-merge-up-into-2.45.x_RgMfDw2X
  • See full diff in compare view

Updates league/csv from 9.12.0 to 9.13.0

Changelog

Sourced from league/csv's changelog.

9.13.0 - 2023-12-16

Added

  • League\Csv\SwapDelimiter stream filter to allow working with multibyte CSV delimiter
  • League\Csv\Serializer\AfterMapping to work around the limitation of not using the class constructor during denormalization.
  • League\Csv\Serializer\Denormalizer to allow registering type alias to improve callback usage.
  • League\Csv\Serializer\MapCell has a new property ignore to allow ignoring a property or a method during denormalization.

Deprecated

  • None

Fixed

  • None

Removed

  • None
Commits
  • 3690cc7 Prepare 9.13.0 release
  • 0c443c4 Update develop dependencies
  • c302584 Adding support for the MapCell::ignore property
  • b81b450 Improve documentation
  • 6dc3424 Improve test suite
  • cc27504 Add support for non typed properties and alias
  • a8fa559 Improve alias usage with dernormalization
  • b2d9063 Simplify Record mapping documentation
  • 11324fb Adding support for TypeCasting alias
  • 8d55c66 Fix typo in changelog (#511)
  • Additional commits viewable in compare view

Updates phpstan/phpstan from 1.10.48 to 1.10.50

Release notes

Sourced from phpstan/phpstan's releases.

1.10.50

Improvements 🔧

Bugfixes 🐛

Internals 🔍

1.10.49

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 🤖

Commits
  • 06a9851 PHPStan 1.10.50
  • 39fe102 Updated PHPStan to commit 39fe102d23c8aec32b8c21225152e2d835d224b2
  • a532baf Updated PHPStan to commit a532baf63ebd292df1fcc5ccff27935917e6c285
  • 24f92cc Updated PHPStan to commit 24f92cc2a69cbeecefb8e2093c6db41138cc9398
  • ac7c75e Updated PHPStan to commit ac7c75e0581fbb35cae145609e2d06191677b52c
  • 40c8fb2 Updated PHPStan to commit 40c8fb2266f040158fb811ac13b21a3e179c022a
  • db1a52a WP CS in integration tests
  • 9367ba4 PHPStan 1.10.49
  • 71f6c4d Updated PHPStan to commit 71f6c4d5fc21b6e880412c67ce8f745367f24d3d
  • 7c83225 Updated PHPStan to commit 7c832255ba59922db3225ee763c109d6c1e29f7a
  • 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), [league/csv](https://github.com/thephpleague/csv) and [phpstan/phpstan](https://github.com/phpstan/phpstan).


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

Updates `league/csv` from 9.12.0 to 9.13.0
- [Release notes](https://github.com/thephpleague/csv/releases)
- [Changelog](https://github.com/thephpleague/csv/blob/master/CHANGELOG.md)
- [Commits](thephpleague/csv@9.12.0...9.13.0)

Updates `phpstan/phpstan` from 1.10.48 to 1.10.50
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.48...1.10.50)

---
updated-dependencies:
- dependency-name: laminas/laminas-validator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: league/csv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 18, 2023
Copy link

codecov bot commented Dec 18, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ce271ed) 91.62% compared to head (87c4e08) 91.62%.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #1656   +/-   ##
=========================================
  Coverage     91.62%   91.62%           
  Complexity     1780     1780           
=========================================
  Files           122      122           
  Lines          6414     6414           
=========================================
  Hits           5877     5877           
  Misses          537      537           

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

@github-actions github-actions bot merged commit db16290 into main Dec 18, 2023
14 checks passed
@dependabot dependabot bot deleted the dependabot/composer/dependencies-31fd39662f branch December 18, 2023 14:29
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants