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

Bump @lion/ui from 0.10.0 to 0.11.0 #4

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps @lion/ui from 0.10.0 to 0.11.0.

Release notes

Sourced from @​lion/ui's releases.

@​lion/ui@​0.11.0

Minor Changes

  • 29b729e: [input-amount] make sure that previous locale is not used for parsing on user-edit with <= 2 decimals

Patch Changes

  • b983379: [validate-messages] updated translation of the MinNumber and MaxNumber validation error messages, so that endpoint is included.
  • 41fecd3: [select-rich] allow arrowLeft and arrowRight to change the value when navigateWithinInvoker is true and dropdown is closed

@​lion/ui@​0.10.1

Patch Changes

  • dd59812: [dialog] add an option to set role="alertdialog" instead of the default role="dialog"
  • 5344fde: [core] rerender direct host child with right slot attr when root is switched
  • a1d6dd9: [button] set the 'aria-disabled' attribute to 'true' when disabled and remove it when not disabled
  • 81e2a1d: [calendar] add translations for an information message for screen reader users when a date is disabled
  • 795237d: [form-core] add aria-hidden=true to the graphic element of the choiceInput
  • 2155e45: [overlays] add tabindex="-1" to prevent tooltips get focus in Safari and Firefox
Changelog

Sourced from @​lion/ui's changelog.

0.11.0

Minor Changes

  • 29b729e: [input-amount] make sure that previous locale is not used for parsing on user-edit with <= 2 decimals

Patch Changes

  • b983379: [validate-messages] updated translation of the MinNumber and MaxNumber validation error messages, so that endpoint is included.
  • 41fecd3: [select-rich] allow arrowLeft and arrowRight to change the value when navigateWithinInvoker is true and dropdown is closed

0.10.1

Patch Changes

  • dd59812: [dialog] add an option to set role="alertdialog" instead of the default role="dialog"
  • 5344fde: [core] rerender direct host child with right slot attr when root is switched
  • a1d6dd9: [button] set the 'aria-disabled' attribute to 'true' when disabled and remove it when not disabled
  • 81e2a1d: [calendar] add translations for an information message for screen reader users when a date is disabled
  • 795237d: [form-core] add aria-hidden=true to the graphic element of the choiceInput
  • 2155e45: [overlays] add tabindex="-1" to prevent tooltips get focus in Safari and Firefox
Commits
  • eea6726 Version Packages
  • 35b600a Update packages/ui/components/select-rich/test/lion-select-rich-interaction.t...
  • 175e920 Update packages/ui/components/select-rich/test/lion-select-rich-interaction.t...
  • 41fecd3 fix(select-rich): allow arrowLeft and arrowRight to change the value when nav...
  • 29b729e fix(ui): [input-amount] make sure that previous locale is not used for parsin...
  • b983379 Update polish translations for MinNumber and MaxNumber (#2459)
  • 04a61d1 Version Packages
  • a1d6dd9 Set aria-disabled to true or delete it (#2452)
  • 2155e45 fix(overlays): add tabindex="-1" to prevent tooltips get focus in Safari and ...
  • 5344fde fix(ui/core): rerender direct host child with right slot attr when root is sw...
  • 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)

@dependabot dependabot bot added dependabot Dependabot dependencies Dependencies change/update labels Feb 3, 2025
@dependabot dependabot bot requested a review from kekeandzeyu February 3, 2025 21:18
Copy link

cloudflare-workers-and-pages bot commented Feb 3, 2025

Deploying csstudy with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0ceeec0
Status: ✅  Deploy successful!
Preview URL: https://7e11f57d.csstudy.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-lion.csstudy.pages.dev

View logs

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lion/ui-0.11.0 branch 2 times, most recently from 4e2f5fc to f99445c Compare February 4, 2025 02:09
Bumps [@lion/ui](https://github.com/ing-bank/lion/tree/HEAD/packages/ui) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/ing-bank/lion/releases)
- [Changelog](https://github.com/ing-bank/lion/blob/master/packages/ui/CHANGELOG.md)
- [Commits](https://github.com/ing-bank/lion/commits/@lion/[email protected]/packages/ui)

---
updated-dependencies:
- dependency-name: "@lion/ui"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lion/ui-0.11.0 branch from f99445c to 0ceeec0 Compare February 4, 2025 02:12
@kekeandzeyu kekeandzeyu merged commit 36e905c into main Feb 4, 2025
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/lion/ui-0.11.0 branch February 4, 2025 02:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot Dependabot dependencies Dependencies change/update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant