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/view requirement from ^10 to ^11 #79

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 3, 2024

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

Release notes

Sourced from yiisoft/view's releases.

Version 11.0.0

  • Chg #271: Remove deprecated methods withDefaultExtension() and getDefaultExtension() from ViewInterface (@​vjik)
  • Chg #271: Rename configuration parameter defaultExtension to fallbackExtension (@​vjik)
  • Chg #272: Add variadic parameter $default to ViewInterface::getParameter() (@​vjik)
  • Enh #269: Bump PHP version to ^8.1 and refactor code (@​vjik)
  • Enh #273: Use more specific psalm types in results of WebView methods: getLinkTags(), getCss(), getCssFiles(), getJs() and getJsFiles() (@​vjik)
  • Bug #273: Fix empty string and "0" keys in WebView methods: registerCss(), registerStyleTag(), registerCssFile(), registerJs(), registerScriptTag() and registerJsFile() (@​vjik)
Changelog

Sourced from yiisoft/view's changelog.

11.0.0 October 02, 2024

  • Chg #271: Remove deprecated methods withDefaultExtension() and getDefaultExtension() from ViewInterface (@​vjik)
  • Chg #271: Rename configuration parameter defaultExtension to fallbackExtension (@​vjik)
  • Chg #272: Add variadic parameter $default to ViewInterface::getParameter() (@​vjik)
  • Enh #269: Bump PHP version to ^8.1 and refactor code (@​vjik)
  • Enh #273: Use more specific psalm types in results of WebView methods: getLinkTags(), getCss(), getCssFiles(), getJs() and getJsFiles() (@​vjik)
  • Bug #273: Fix empty string and "0" keys in WebView methods: registerCss(), registerStyleTag(), registerCssFile(), registerJs(), registerScriptTag() and registerJsFile() (@​vjik)

10.0.0 June 28, 2024

  • Chg #266: Change logic of template file searching in ViewInterface::render() (@​vjik)
  • Chg #266: Remove ViewInterface::renderFile() (@​vjik)
  • Chg #266: When the view cannot be resolved in ViewInterface::render(), change exception from RuntimeException to LogicException (@​vjik)

9.0.0 May 28, 2024

  • New #242: Add View::getLocale() and WebView::getLocale() methods (@​Tigrov)
  • New #243: Add immutable method ViewInterface::withTheme() (@​Gerych1984)
  • Chg #232: Deprecate ViewInterface::withDefaultExtension() and ViewInterface::getDefaultExtension() in favor of withFallbackExtension() and getFallbackExtensions() (@​rustamwin)
  • Enh #226: Adjust config to make View and WebView more configurable (@​rustamwin)
  • Enh #232, #233: Make fallback extension configurable & support multiple fallbacks (@​rustamwin)
  • Enh #248: Add types to ViewInterface::setParameter() and ViewInterface::addToParameter() parameters (@​vjik)
  • Enh #250: Make event dispatcher in View and WebView optional (@​vjik)
  • Enh #251: Make base path in View and WebView optional (@​vjik)
  • Bug #224: Fix signature of CachedContent::cache() (@​vjik)
  • Bug #226: Fix reset config for referenced definitions (@​rustamwin)
  • Bug #232: Fix render templates that contain dots in their name (@​rustamwin)

8.0.0 February 16, 2023

  • Chg #219: Adapt configuration group names to Yii conventions (@​vjik)
  • Enh #222: Add support for yiisoft/cache version ^3.0 (@​vjik)

7.0.1 January 16, 2023

7.0.0 December 06, 2022

6.0.0 July 21, 2022

... (truncated)

Commits
  • c73dd70 Release version 11.0.0
  • 0aaa6d9 Fix PHP version in readme (#274)
  • 354026c Fix empty string and "0" keys usage for CSS/JS in WebView + Improve psalm (...
  • 3af9738 Add variadic parameter $default to ViewInterface::getParameter() (#272)
  • f0cdc0f Remove deprecated methods + Rename config parameter defaultExtension (#271)
  • 30e44e5 Fix readme badges (#270)
  • 64cec48 Bump PHP version to ^8.1 and refactor code (#269)
  • 1773b7a Update rector/rector requirement from 1.0.* to ^1.2 (#267)
  • dfccbfe Prepare for next release
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/view](https://github.com/yiisoft/view) to permit the latest version.
- [Release notes](https://github.com/yiisoft/view/releases)
- [Changelog](https://github.com/yiisoft/view/blob/master/CHANGELOG.md)
- [Commits](yiisoft/view@10.0.0...11.0.0)

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

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 Oct 3, 2024
@vjik vjik closed this Oct 4, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 4, 2024

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.

@dependabot dependabot bot deleted the dependabot/composer/yiisoft/view-tw-11 branch October 4, 2024 12:25
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