yii-auth-client icon indicating copy to clipboard operation
yii-auth-client copied to clipboard

Update yiisoft/widget requirement from ^1.0 to ^2.0

Open dependabot[bot] opened this issue 1 year ago • 0 comments

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

Release notes

Sourced from yiisoft/widget's releases.

Version 2.0.0

  • Chg #72, #80: Change Widget::widget() method to using constructor arguments only or whole array definition (@​vjik)
  • Chg #74: Remove from abstract Widget class methods beforeRun(), afterRun() and run(), use render() only instead it (@​vjik)
Changelog

Sourced from yiisoft/widget's changelog.

2.0.0 January 22, 2023

  • Chg #72, #80: Change Widget::widget() method to using constructor arguments only or whole array definition (@​vjik)
  • Chg #74: Remove from abstract Widget class methods beforeRun(), afterRun() and run(), use render() only instead it (@​vjik)

1.1.0 November 08, 2022

  • Enh #26: Add support for yiisoft/definitions version ^3.0 (@​vjik)
  • Enh #58: Raise minimum PHP version to ^8.0 and minor refactor code (@​xepozz, @​vjik)
  • Enh #61: Add support for yiisoft/html version ^3.0 (@​vjik)
  • Bug #62: Fix typo in WidgetFactoryInitializationException solution (@​vjik)

1.0.1 June 17, 2022

  • Enh #55: Add support for yiisoft/definitions version ^2.0 (@​vjik)
  • Bug #51: Fix solution description to WidgetFactoryInitializationException (@​devanych)

1.0.0 December 12, 2021

  • Initial release.
Commits
  • 640f6ab Release version 2.0.0
  • e3edabd Add upgrade instructions (#81)
  • 1b38504 Allow to merge config and constructor arguments (#80)
  • 3d048fb Fix accidental readme changes 2 (#78)
  • d7464bc Fix accidental readme changes (#77)
  • 3e32b43 Simplify the interface (#76)
  • 7a9b80a Improve Widget::widget() (#72)
  • 465be93 Remove from Widget methods beforeRun(), afterRun() and run(), use `re...
  • ae0c004 Allow to return \Stringable object in methods Widget::run() and `Widget::...
  • 8a346ab Update vimeo/psalm requirement from ^4.18 to ^5.4 (#71)
  • 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] avatar Jan 23 '23 07:01 dependabot[bot]