opengovsg / camp-design-system

The Design System used at Open Government Products
https://design.open.gov.sg
39 stars 11 forks source link

fix(deps): bump downshift from 7.6.0 to 8.5.0 in /react #683

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps downshift from 7.6.0 to 8.5.0.

Release notes

Sourced from downshift's releases.

v8.5.0

8.5.0 (2024-03-13)

Features

  • hooks: remove mouse and touch events on unmount (#1581) (7997f76)

v8.4.0

8.4.0 (2024-03-03)

Features

v8.3.3

8.3.3 (2024-03-01)

Bug Fixes

  • fixes issue causing combobox to grab focus on render (#1575) (59366d9)

v8.3.2

8.3.2 (2024-02-21)

Bug Fixes

  • onMouseMove: only call handler on non-touch devices (#1571) (dc9da74)

v8.3.1

8.3.1 (2023-12-29)

Bug Fixes

  • useSelect: correct getLabelProps return type (#1562) (a5d6310)

v8.3.0

8.3.0 (2023-12-29)

Features

v8.2.4

8.2.4 (2023-12-28)

... (truncated)

Commits
  • 7997f76 feat(hooks): remove mouse and touch events on unmount (#1581)
  • 32d675d docs(useCombobox): cursor jump workaround (#1576)
  • a583281 feat(hooks): itemToKey prop (#1573)
  • 59366d9 fix: fixes issue causing combobox to grab focus on render (#1575)
  • dc9da74 fix(onMouseMove): only call handler on non-touch devices (#1571)
  • a5d6310 fix(useSelect): correct getLabelProps return type (#1562)
  • 53dd723 feat(useSelect): focus toggle on label click (#1561)
  • 4edfc30 fix(hooks): check state chage via deep compare (#1558)
  • a8f2699 dev(readme): fix GitHub workflow badge URL (#1552)
  • e534757 fix(hooks): use createInitialState in reducer (#1556)
  • 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 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[bot] commented 8 months ago

Superseded by #689.