Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 21, 2023

Bumps hikari-miru from 1.1.2 to 3.1.2.

Release notes

Sourced from hikari-miru's releases.

v3.1.2

  • Update miru.View.message in bound views when receiveing an interaction.
  • Fix IndexError being raised when trying to add pages to a miru.ext.nav.utils.Paginator.
  • Fix miru.ext.nav.NavItem missing width from it's __init__.

v3.1.1

  • Fix miru.Item.position's setter being called before width is set.

v3.1.0

  • Added miru.Button.position attribute, setting it will determine the ordering of buttons within a row.
  • Remove deprecated functions miru.load() and miru.unload(), please use miru.install() and miru.uninstall() instead.
  • Fixed multiple embed support for navigators.

v3.0.3

  • Update to hikari v.2.0.0.dev118 - This should fix issues related to the new component builder interface hikari implemented.

v3.0.2

  • Fixed new select variants throwing errors if no options were selected.
  • Fixed an issue with new select variant values not being subscriptable.

v3.0.1

  • Fixed not being able to instantiate items that derive from miru.ext.nav.NavItem.

v3.0.0 - Select V2

  • BREAKING: miru.Select has been renamed to miru.TextSelect along with the decorator miru.select to miru.text_select.
  • BREAKING: miru.ext.nav.NavSelect has been renamed to miru.NavTextSelect.
  • Added miru.UserSelect, miru.RoleSelect, miru.ChannelSelect, miru.MentionableSelect along with their respective decorators.
  • Added Nav variants of all new selects to miru.ext.nav.
  • Added miru.ext.nav.NavigatorView.swap_pages() to allow mutating the pages of a navigator after instantiation.
  • Added initial framework and CI for unit testing in the library.
  • Improved the validation of item properties.
  • Added note about miru.load and miru.unload being removed in 3.1.0 to deprecation warning.
  • Fixed TextInput.min_length and TextInput.max_length not being able to be set to None.
  • Minor documentation and other fixes.

v2.0.4

  • Fix setter of TextInput.value incorrectly rejecting strings of proper length.

v2.0.3

  • Add View.message_id.
  • Make usage of __all__ consistent across the library.
  • Minor documentation fixes.

v2.0.2

  • Fix Context.edit_response() typehints.
  • Fix navigator attachments being kept between page changes.

v2.0.1

  • Unblock View.wait_for_input() when View.stop() is called.

... (truncated)

Commits

Dependabot compatibility score

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)

Bumps [hikari-miru](https://github.com/HyperGH/hikari-miru) from 1.1.2 to 3.1.2.
- [Release notes](https://github.com/HyperGH/hikari-miru/releases)
- [Commits](https://github.com/HyperGH/hikari-miru/commits/v3.1.2)

---
updated-dependencies:
- dependency-name: hikari-miru
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 21, 2023
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant