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 5 updates #1692

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2024

Bumps the dependencies group with 5 updates:

Package From To
laminas/laminas-validator 2.47.0 2.49.0
league/csv 9.14.0 9.15.0
infection/infection 0.27.9 0.27.10
phpstan/phpstan 1.10.58 1.10.59
phpunit/phpunit 9.6.16 9.6.17

Updates laminas/laminas-validator from 2.47.0 to 2.49.0

Release notes

Sourced from laminas/laminas-validator's releases.

2.49.0

Release Notes for 2.49.0

Feature release (minor)

2.49.0

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

Enhancement

2.48.0

Release Notes for 2.48.0

Feature release (minor)

2.48.0

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

Enhancement

Bug

Commits
  • d58c2e7 Merge pull request #230 from gsteel/upgrade-psalm
  • 678d78c Upgrade Psalm to 5.22
  • fac99d7 Merge pull request #227 from laminas/iana-tld-list-update
  • e77d1ca Merge pull request #169 from codisart/bug-135-fix-GPS-point-validator
  • 4923b71 bug: Fix CI alerts from Psalm and PHPCS. Use the float casting and the is_num...
  • 7aed602 bug: #135 Add numeric state test to check if string is a real number
  • 5dac2c0 chore: #135 Extract isValueInbound method
  • a7e1dff chore: #135 Clean a little bit of the syntax
  • 84e1ae5 bug: #135 Add new test case to show the bug
  • 4af1c5b Update TLD list for hostname validator
  • See full diff in compare view

Updates league/csv from 9.14.0 to 9.15.0

Release notes

Sourced from league/csv's releases.

version 9.15.0

Added

  • Statement::select
  • TabularDataReader::getRecordsAsObject
  • TabularDataReader::chunkBy
  • TabularDataReader::mapHeader

Deprecated

  • TabularDataReader::getObjects use TabularDataReader::getRecordsAsObject instead

Fixed

  • Reader::select and ResultSet::select now internally use Statement::select
  • Statement should not throw when LimitIterator is used in combinaison with ArrayIterator.
  • Statement internal codebase improvement.
  • Using the $header argument on Statement::process is no longer deprecated. E_USER_DEPRECATED is no longer triggered.
  • BOM stripping no longer depends on the mbstring extension
  • TabularDataReader::fetchColumn is no longer deprecated

Removed

  • None
Changelog

Sourced from league/csv's changelog.

9.15.0 - 2023-02-20

Added

  • Statement::select
  • TabularDataReader::getRecordsAsObject
  • TabularDataReader::chunkBy
  • TabularDataReader::mapHeader

Deprecated

  • TabularDataReader::getObjects use TabularDataReader::getRecordsAsObject instead

Fixed

  • Reader::select and ResultSet::select now internally use Statement::select
  • Statement should not throw when LimitIterator is used in combinaison with ArrayIterator.
  • Statement internal codebase improvement.
  • Using the $header argument on Statement::process is no longer deprecated. E_USER_DEPRECATED is no longer triggered.
  • BOM stripping no longer depends on the mbstring extension
  • TabularDataReader::fetchColumn is no longer deprecated

Removed

  • None
Commits
  • fa7e244 Prepare new release
  • abdc930 Reorganize Reader methods
  • 51968b6 Simplify TabularDataReader::chunkBy method
  • 91dc8ff Remove PHP8.3 skipped tests
  • d697430 Fix internal docblock for Reader:computeHeader
  • 13091a6 Remove fetchColumn from deprecation
  • 900e368 Improve TabularDataReader::chunkBy method
  • c0bbdf3 update dependency requirements
  • dfe53f5 Adding TabularDataReader::mapHeader method
  • 60b0062 Adding TabularDataReader::chunkBy method
  • Additional commits viewable in compare view

Updates infection/infection from 0.27.9 to 0.27.10

Release notes

Sourced from infection/infection's releases.

Add support for sebastian/diff v6

Changed:

Full Changelog: infection/infection@0.27.9...0.27.10

Commits
  • 873cd33 Conflict with nikic/php-parser in e2e tests unless #1909 is merged
  • 23664b2 feat: add support for sebastian/diff v6
  • f38a409 Enable Box Requirements Checker (#1906)
  • f862b44 Use is_numeric do detect numeric strings in ArgumentsAndOptionsBuilder (#1904)
  • See full diff in compare view

Updates phpstan/phpstan from 1.10.58 to 1.10.59

Release notes

Sourced from phpstan/phpstan's releases.

1.10.59

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
  • e607609 PHPStan 1.10.59
  • 995eff9 Updated PHPStan to commit 995eff969168ed1d2f291b1d1da8842e7da39f52
  • 473df92 Updated PHPStan to commit 473df926b3f687e968e8e519e310882ab72ff4ff
  • 299df51 Updated PHPStan to commit 299df5130a14d5a23073edb044b46209ee7b5426
  • d2c30d1 Updated PHPStan to commit d2c30d159f7aabb24f188d7d0a8a1b9ea87f8b61
  • b026126 Updated PHPStan to commit b0261263e2e3a3643a9a89eb0931c07d8e71dc18
  • 938321c Updated PHPStan to commit 938321ce0ebb24da8cd550b525ae50651fffc156
  • cfe839d Update baselines
  • 7a2af63 Updated PHPStan to commit 7a2af631d14529f2c7be95e064fbfef0bedc4b9f
  • 37f3c82 Updated PHPStan to commit 37f3c826b18410fbfae33ad2993029b5e8a755b0
  • Additional commits viewable in compare view

Updates phpunit/phpunit from 9.6.16 to 9.6.17

Changelog

Sourced from phpunit/phpunit's changelog.

[9.6.17] - 2024-02-23

Fixed

  • #5712: Update dependencies for PHAR distribution of PHPUnit 9.6
Commits

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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [laminas/laminas-validator](https://github.com/laminas/laminas-validator) | `2.47.0` | `2.49.0` |
| [league/csv](https://github.com/thephpleague/csv) | `9.14.0` | `9.15.0` |
| [infection/infection](https://github.com/infection/infection) | `0.27.9` | `0.27.10` |
| [phpstan/phpstan](https://github.com/phpstan/phpstan) | `1.10.58` | `1.10.59` |
| [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) | `9.6.16` | `9.6.17` |


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

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

Updates `infection/infection` from 0.27.9 to 0.27.10
- [Release notes](https://github.com/infection/infection/releases)
- [Changelog](https://github.com/infection/infection/blob/master/CHANGELOG.md)
- [Commits](infection/infection@0.27.9...0.27.10)

Updates `phpstan/phpstan` from 1.10.58 to 1.10.59
- [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.58...1.10.59)

Updates `phpunit/phpunit` from 9.6.16 to 9.6.17
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.17/ChangeLog-9.6.md)
- [Commits](sebastianbergmann/phpunit@9.6.16...9.6.17)

---
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: infection/infection
  dependency-type: direct:development
  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
- dependency-name: phpunit/phpunit
  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 Feb 26, 2024
@github-actions github-actions bot enabled auto-merge (squash) February 26, 2024 14:11
Copy link

codecov bot commented Feb 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.16%. Comparing base (864641a) to head (64f21b4).

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #1692   +/-   ##
=========================================
  Coverage     91.16%   91.16%           
  Complexity     1783     1783           
=========================================
  Files           122      122           
  Lines          6363     6363           
=========================================
  Hits           5801     5801           
  Misses          562      562           

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

@github-actions github-actions bot merged commit 54694fb into main Feb 26, 2024
16 checks passed
@dependabot dependabot bot deleted the dependabot/composer/dependencies-c0ed2e0834 branch February 26, 2024 14:12
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.

0 participants