yiisoft / yii-debug-viewer

Debugger frontend
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
12 stars 10 forks source link

Update yiisoft/view requirement from ^4.0 to ^5.0 #13

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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

Changelog

Sourced from yiisoft/view's changelog.

5.0.0 February 03, 2022

  • New #193: Add simple view context class ViewContext (vjik)
  • New #193: Add method ViewInterface::withContextPath() that set view context path (vjik)
  • New #194: Add method ViewInterface::addToParameter() that add value(s) to end of specified array parameter (vjik)
  • New #195: Add method ViewInterface::withClearedState() that cleared state of view (parameters, blocks, etc.) (vjik)
  • Chg #195: Mutable method ViewInterface::setPlaceholderSalt() replaced to immutable withPlaceholderSalt() (vjik)
  • Chg #196: Renamed and made mutable methods of ViewInterface: withTheme() to setTheme(), withLanguage() to setLanguage() (vjik)
  • Enh #195: Methods removeParameter() and removeBlock() of ViewInterface returns self (vjik)
  • Enh #195: Methods of WebView returns self: registerMeta(), registerMetaTag(), registerLink(), registerLinkTag(), registerCss(), registerCssFromFile(), registerStyleTag(), registerCssFile(), addCssFiles(), addCssStrings(), registerJs(), registerScriptTag(), registerJsFile(), registerJsVar(), addJsFiles(), addJsStrings(), addJsVars() (vjik)
  • Bug #188: Use common state for cloned instances of View and WebView (vjik)
  • Bug #195: Fix configuration: set parameters after reset View and WebView (vjik)

4.0.0 October 25, 2021

  • Chg #185: Add interface ViewInterface that classes View and WebView implement (vjik)
  • Enh #187: Improve exception message on getting not exist block or parameter in View and WebView (vjik)
  • Bug #189: Flush currently being rendered view files on change context via View::withContext() or WebView::withContext() (vjik)

3.0.2 October 25, 2021

  • Chg #190: Update the yiisoft/arrays dependency to ^2.0 (vjik)

3.0.1 September 18, 2021

  • Bug: Fix incorrect method in web configuration (vjik)

3.0.0 September 18, 2021

  • Сhg: In configuration params.php rename parameter commonParameters to parameters (vjik)
  • Chg: Remove methods View::withAddedCommonParameters() and WebView::withAddedCommonParameters() (vjik)
  • Chg: In classes View and WebView rename methods setCommonParameters() to setParameters(), setCommonParameter() to setParameter(), removeCommonParameter() to removeParameter(), getCommonParameter() to getParameter(), hasCommonParameter() to hasParameter() (vjik)
  • Chg: Add fluent interface for setters in View and WebView classes (vjik)

2.1.0 September 14, 2021

  • New #183: Add immutable methods View::withAddedCommonParameters() and WebView::withAddedCommonParameters() (vjik)

2.0.1 August 30, 2021

  • Chg #182: Use definitions from yiisoft/definitions in configuration (vjik)

2.0.0 August 24, 2021

... (truncated)

Commits
  • bdf436c Release version 5.0.0
  • c81f3b9 Fix readme and minor improvements for phpdoc (#198)
  • 12b99ef Fix #196: Renamed and made mutable methods of ViewInterface: withTheme() ...
  • 0e28631 Add eol=lf text effect to .gitattributes file
  • e55451e Add PHP 8.1 support to GitHub workflow actions
  • 7dd0b5c Update Scrutinizer configuration
  • 36db910 Remove scheduled runs from all workflow actions
  • 7b9939e Add support for HTML reports for mutation testing
  • 967780e Update infection configuration
  • 3db065d Use common state for cloned view + Immutable set of paceholder salt + Improve...
  • 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

Looks like yiisoft/view is no longer updatable, so this is no longer needed.