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/html requirement from ^2.0 to ^3.1 #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

Sourced from yiisoft/html's releases.

Version 3.1.0

Changelog

Sourced from yiisoft/html's changelog.

3.1.0 January 17, 2023

3.0.0 November 06, 2022

  • New #139: Add loading() method to Img tag (@​jacobbudin)
  • Chg #135: Raise yiisoft/arrays version to ^2.0 (@​vjik)
  • Chg #136: Remove Tag::class() and rename Tag::replaceClass() to Tag::class() (@​vjik)
  • Chg #140: Remove Html::fileInput() and Input::file(), rename Input::fileControl() to Input::file() (@​vjik)
  • Chg #141: Tag class: remove attributes() method and rename replaceAttributes() to attributes() (@​vjik)
  • Chg #141: Range class: remove outputAttributes() method and rename replaceOutputAttributes() to outputAttributes() (@​vjik)
  • Chg #141: File class: remove uncheckInputAttributes() method and rename replaceUncheckInputAttributes() to uncheckInputAttributes() (@​vjik)
  • Chg #141: ButtonGroup class: remove buttonAttributes() method and rename replaceButtonAttributes() to buttonAttributes() (@​vjik)
  • Chg #141: CheckboxList: remove individualInputAttributes() and checkboxAttributes() methods, rename replaceIndividualInputAttributes() to individualInputAttributes() and replaceCheckboxAttributes() to checkboxAttributes() (@​vjik)
  • Chg #141: RadioList class: remove individualInputAttributes() and radioAttributes() methods, rename replaceIndividualInputAttributes() to individualInputAttributes() and replaceRadioAttributes() to radioAttributes() (@​vjik)
  • Enh #133: Raise minimum PHP version to 8.0 and refactor code (@​xepozz, @​vjik)
  • Enh #142: Make NoEncodeStringableInterface extend from Stringable interface (@​vjik)
  • Enh #143: Minor type hinting improvements (@​vjik)
  • Bug #143: Fix a typo in the message of exception that thrown on invalid buttons' data in ButtonGroup widget (@​vjik)

2.5.0 July 09, 2022

  • New #122: Add Tag::addAttributes(), ButtonGroup::addButtonAttributes(), RadioList::addRadioAttributes(), RadioList::addIndividualInputAttributes(), CheckboxList::addCheckboxAttributes(), CheckboxList::addIndividualInputAttributes(), File::addUncheckInputAttributes(), Range::addOutputAttributes() and deprecate Tag::attributes(), ButtonGroup::buttonAttributes(), RadioList::radioAttributes(), RadioList::individualInputAttributes(), CheckboxList::checkboxAttributes(), CheckboxList::individualInputAttributes(), File::uncheckInputAttributes(), Range::outputAttributes() (@​vjik)
  • New #123: Add Tag::addClass() and deprecate Tag::class() (@​vjik)
  • New #129: Add methods enctypeApplicationXWwwFormUrlencoded(), enctypeMultipartFormData() and enctypeTextPlain() to Form tag class (@​vjik)

2.4.0 May 19, 2022

  • New #97: Add classes for tags Body, Article, Section, Nav, Aside, Hgroup, Header, Footer, Address and methods Html::body(), Html::article(), Html::section(), Html::nav(), Html::aside(), Html::hgroup(), Html::header(), Html::footer(), Html::address() (@​soodssr)
  • New #103: Add class for tag Form and method Html::form() (@​vjik)
  • New #105: Add specialized class File for an input tag with type file and methods Html::file() and Input::fileControl() (@​vjik)

... (truncated)

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/html](https://github.com/yiisoft/html) to permit the latest version.
- [Release notes](https://github.com/yiisoft/html/releases)
- [Changelog](https://github.com/yiisoft/html/blob/master/CHANGELOG.md)
- [Commits](yiisoft/html@2.0.0...3.1.0)

---
updated-dependencies:
- dependency-name: yiisoft/html
  dependency-type: direct:development
...

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 Jan 18, 2023
@codecov
Copy link

codecov bot commented Jan 18, 2023

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage 👍

Coverage data is based on head (89662b3) compared to base (e632be3).
Patch has no changes to coverable lines.

Additional details and impacted files
@@             Coverage Diff             @@
##              master       #32   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity        22        23    +1     
===========================================
  Files              1         1           
  Lines             53        55    +2     
===========================================
+ Hits              53        55    +2     
Impacted Files Coverage Δ
src/SimpleWidget.php 100.00% <0.00%> (ø)

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.

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.

0 participants