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

build(deps): bump @ionic/vue-router from 7.6.2 to 7.6.6 #336

Merged
merged 1 commit into from
Jan 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2024

Bumps @ionic/vue-router from 7.6.2 to 7.6.6.

Release notes

Sourced from @​ionic/vue-router's releases.

v7.6.6

7.6.6 (2024-01-24)

Bug Fixes

  • alert: remove border-right on ios stacked buttons (#28821) (ad65824)
  • datetime: do not animate to new value when multiple values in different months are set (#28847) (9262f7d), closes #28602
  • datetime: enter closes keyboard when typing time (#28848) (c47a16d), closes #28325
  • menu: improve reliability of main content not being scrollable when menu opens (#28829) (9603a4d), closes #28399
  • popover: content inside of popover scrolls correctly (#28861) (10c38d0), closes #28455
  • segment: setting value via binding updates button state (#28837) (0847c2a), closes #28816
  • select: click handlers on slotted content fire (#28839) (aed7a03), closes #28818
  • vue: tabs and parameterized routes work with latest vue (#28846) (5bc4399), closes #28774

v7.6.6-nightly.20240122

7.6.6-nightly.20240122 (2024-01-22)

Bug Fixes

v7.6.6-nightly.20240119

7.6.6-nightly.20240119 (2024-01-19)

Bug Fixes

  • alert: remove border-right on ios stacked buttons (#28821) (ad65824)
  • datetime: do not animate to new value when multiple values in different months are set (#28847) (9262f7d), closes #28602
  • datetime: enter closes keyboard when typing time (#28848) (c47a16d), closes #28325
  • segment: setting value via binding updates button state (#28837) (0847c2a), closes #28816
  • select: click handlers on slotted content fire (#28839) (aed7a03), closes #28818

v7.6.6-nightly.20240118

7.6.6-nightly.20240118 (2024-01-18)

Bug Fixes

... (truncated)

Changelog

Sourced from @​ionic/vue-router's changelog.

7.6.6 (2024-01-24)

Bug Fixes

  • alert: remove border-right on ios stacked buttons (#28821) (ad65824)
  • datetime: do not animate to new value when multiple values in different months are set (#28847) (9262f7d), closes #28602
  • datetime: enter closes keyboard when typing time (#28848) (c47a16d), closes #28325
  • menu: improve reliability of main content not being scrollable when menu opens (#28829) (9603a4d), closes #28399
  • popover: content inside of popover scrolls correctly (#28861) (10c38d0), closes #28455
  • segment: setting value via binding updates button state (#28837) (0847c2a), closes #28816
  • select: click handlers on slotted content fire (#28839) (aed7a03), closes #28818
  • vue: tabs and parameterized routes work with latest vue (#28846) (5bc4399), closes #28774

7.6.5 (2024-01-17)

Bug Fixes

  • angular: add old IonBackButtonDelegate import (#28831) (fb77353), closes #28827
  • list: remove uneeded border radius from items in inset list (#28830) (dbaaa5b)

7.6.4 (2024-01-10)

Bug Fixes

7.6.3 (2024-01-03)

Bug Fixes

  • datetime: selected today button renders correctly on ios (#28740) (2f99aea)
  • nav, router-outlet: ios page transition does not cover menu on larger screens (#28745) (878eec6), closes #28737
  • radio-group: radio disabled prop can be undefined (#28712) (75ffeee), closes #28677
  • refresher: native ios refresher works on iPadOS (#28620) (e522601), closes #28617
Commits
  • 0c4e1fc v7.6.6
  • 9603a4d fix(menu): improve reliability of main content not being scrollable when menu...
  • 10c38d0 fix(popover): content inside of popover scrolls correctly (#28861)
  • e86f4f1 chore(ci): do not publish GitHub releases for nightlies (#28853)
  • 5bc4399 fix(vue): tabs and parameterized routes work with latest vue (#28846)
  • 9262f7d fix(datetime): do not animate to new value when multiple values in different ...
  • c47a16d fix(datetime): enter closes keyboard when typing time (#28848)
  • 0847c2a fix(segment): setting value via binding updates button state (#28837)
  • ad65824 fix(alert): remove border-right on ios stacked buttons (#28821)
  • aed7a03 fix(select): click handlers on slotted content fire (#28839)
  • Additional commits viewable in compare view

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 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)

Bumps [@ionic/vue-router](https://github.com/ionic-team/ionic-framework) from 7.6.2 to 7.6.6.
- [Release notes](https://github.com/ionic-team/ionic-framework/releases)
- [Changelog](https://github.com/ionic-team/ionic-framework/blob/main/CHANGELOG.md)
- [Commits](ionic-team/ionic-framework@v7.6.2...v7.6.6)

---
updated-dependencies:
- dependency-name: "@ionic/vue-router"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 29, 2024
@akdasa akdasa merged commit 26aee60 into main Jan 29, 2024
5 checks passed
@akdasa akdasa deleted the dependabot/npm_and_yarn/ionic/vue-router-7.6.6 branch January 29, 2024 19:34
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.

None yet

1 participant