yiisoft / view

Yii view rendering library
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
56 stars 44 forks source link

Update yiisoft/arrays requirement from ^1.0 to ^2.0 #191

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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

Changelog

Sourced from yiisoft/arrays's changelog.

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

  • Chg: Update yiisoft/strings dependency (samdark)

1.0.0 February 02, 2021

  • Initial release
Commits
  • eeeabbb Release version 2.0.0
  • 4877d3c Fix #101: Fix incorrect default value returned from ArrayHelper::getValue()...
  • 88b5463 Fix psalm type for more comfortable use (#100)
  • edec11c Fix #96: Add support for iterable objects to ArrayHelper::map(), `ArrayHelp...
  • 09b6a17 Fix #99: Finalize classes ArrayHelper and ArraySorter
  • 35904e5 Schedule GitHub workflows (#98)
  • 303fdcd Cleanup (#95)
  • b5038bb Do not manage GitHub actions versions with dependabot. Too noisy.
  • 3f9979a Fix #91: Add method ArrayHelper::group() that groups the array according to...
  • f0ae8f8 Prepare for next release
  • 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 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[bot] commented 2 years ago

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.