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

Update yiisoft/arrays requirement from ^1.0|^2.0 to ^3.0.0 #81

Merged
merged 3 commits into from
Jan 16, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2023

Updates the requirements on yiisoft/arrays to permit the latest version.

Release notes

Sourced from yiisoft/arrays's releases.

Version 3.0.0

  • Enh #115: Raise required PHP version to ^8.0, move union type hints from annotations to methods' signatures (@​xepozz, @​vjik)
  • Enh #122: Add getters' support (keys like "getMyProperty()") to ArrayHelper (@​vjik)
  • Bug #103: ArrayableTrait::toArray() returned an invalid result when no fields were specified (@​ganigeorgiev)
Changelog

Sourced from yiisoft/arrays's changelog.

3.0.0 January 12, 2023

  • Enh #115: Raise required PHP version to ^8.0, move union type hints from annotations to methods' signatures (@​xepozz, @​vjik)
  • Enh #122: Add getters' support (keys like "getMyProperty()") to ArrayHelper (@​vjik)
  • Bug #103: ArrayableTrait::toArray() returned an invalid result when no fields were specified (@​ganigeorgiev)

2.1.0 August 20, 2022

2.0.0 October 23, 2021

  • New #91: Add ArrayHelper::group() that groups the array according to a specified key (@​sagittaracc)
  • New #96: Add support for iterable objects to ArrayHelper::map(), ArrayHelper::index(), ArrayHelper::group(), ArrayHelper::htmlEncode() and ArrayHelper::htmlDecode (@​vjik)
  • Chg #99: Finalize ArrayHelper and ArraySorter (@​vjik)
  • Bug #101: Fix incorrect default value returned from ArrayHelper::getValue() when key does not exist and default is array (@​vjik)

1.0.1 February 10, 2021

1.0.0 February 02, 2021

  • Initial release
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 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)

Updates the requirements on [yiisoft/arrays](https://github.com/yiisoft/arrays) to permit the latest version.
- [Release notes](https://github.com/yiisoft/arrays/releases)
- [Changelog](https://github.com/yiisoft/arrays/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yiisoft/arrays/commits/3.0.0)

---
updated-dependencies:
- dependency-name: yiisoft/arrays
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jan 13, 2023
@codecov
Copy link

codecov bot commented Jan 13, 2023

Codecov Report

Base: 92.16% // Head: 92.61% // Increases project coverage by +0.44% 🎉

Coverage data is based on head (c526c31) compared to base (0f02ec8).
Patch has no changes to coverable lines.

❗ Current head c526c31 differs from pull request most recent head 469d8e4. Consider uploading reports for the commit 469d8e4 to get more accurate results

Additional details and impacted files
@@             Coverage Diff              @@
##             master      #81      +/-   ##
============================================
+ Coverage     92.16%   92.61%   +0.44%     
  Complexity      152      152              
============================================
  Files             4        4              
  Lines           332      352      +20     
============================================
+ Hits            306      326      +20     
  Misses           26       26              
Impacted Files Coverage Δ
src/VarDumper.php 94.11% <0.00%> (+0.63%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@samdark samdark self-assigned this Jan 16, 2023
@samdark samdark merged commit 7da45ba into master Jan 16, 2023
@samdark samdark deleted the dependabot/composer/yiisoft/arrays-tw-3.0.0 branch January 16, 2023 19:40
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