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

chore(deps): bump @floating-ui/react from 0.24.8 to 0.26.9 #5165

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2024

Bumps @floating-ui/react from 0.24.8 to 0.26.9.

Release notes

Sourced from @​floating-ui/react's releases.

@​floating-ui/react@​0.26.9

Patch Changes

  • fix(useFocus): avoid closing floating element when focus moves inside shadow roots

@​floating-ui/react@​0.26.8

Patch Changes

@​floating-ui/react@​0.26.7

Patch Changes

  • chore: improve JSDocs
  • fix(FloatingPortal): unconditional rendering with Suspense
  • Update dependencies: @floating-ui/[email protected]

@​floating-ui/react@​0.26.6

Patch Changes

  • c9c5058: fix(useListNavigation): sync internal indexRef to selectedIndex on open. Fixes an issue where if selectedIndex changed after initial render before opening, activeIndex would not be correctly synced.
  • 8b3c93b: fix(utils): check if env is JSDOM for isVirtualPointerEvent. Fixes issue when testing visibleOnly prop in useFocus.
  • Updated dependencies [d3a773b]
    • @​floating-ui/react-dom@​2.0.6

@​floating-ui/react@​0.26.5

Patch Changes

  • 672e458: feat(useListNavigation, Composite): support grid navigation over items with variable sizes
  • 4c04669: chore: export .d.mts types, solves #2472
  • 6af9808: fix(react/utils): cross-browser isVirtualPointerEvent issues
  • Updated dependencies [afb7e5e]
    • @​floating-ui/react-dom@​2.0.5
    • @​floating-ui/utils@​0.2.0

@​floating-ui/react@​0.26.4

Patch Changes

  • 7dc269cf: feat(useRole): add select and combobox component roles and allow dynamic/derivable item props based on active and selected states. Also adds menuitem role for nested menu reference elements, and automatically adds an id to the item props for the new component roles for virtual focus.
  • d9be2481: fix(useListNavigation): apply aria-activedescendant prop on floating element only for non typeable-combobox reference elements. Fixes issues with Firefox VoiceOver on Mac forcing DOM focus into the listbox.

@​floating-ui/react@​0.26.3

Patch Changes

  • 9170b9e6: fix(useDismiss): targetRootAncestor check for third party outside

... (truncated)

Changelog

Sourced from @​floating-ui/react's changelog.

0.26.9

Patch Changes

  • fix(useFocus): avoid closing floating element when focus moves inside shadow roots

0.26.8

Patch Changes

0.26.7

Patch Changes

  • chore: improve JSDocs
  • fix(FloatingPortal): unconditional rendering with Suspense
  • Update dependencies: @floating-ui/[email protected]

0.26.6

Patch Changes

  • c9c5058: fix(useListNavigation): sync internal indexRef to selectedIndex on open. Fixes an issue where if selectedIndex changed after initial render before opening, activeIndex would not be correctly synced.
  • 8b3c93b: fix(utils): check if env is JSDOM for isVirtualPointerEvent. Fixes issue when testing visibleOnly prop in useFocus.
  • Updated dependencies [d3a773b]
    • @​floating-ui/react-dom@​2.0.6

0.26.5

Patch Changes

  • 672e458: feat(useListNavigation, Composite): support grid navigation over items with variable sizes
  • 4c04669: chore: exports .d.mts types, solves #2472
  • 6af9808: fix(react/utils): cross-browser isVirtualPointerEvent
  • Updated dependencies [4c04669]
  • Updated dependencies [afb7e5e]
    • @​floating-ui/react-dom@​2.0.5
    • @​floating-ui/utils@​0.2.0

0.26.4

Patch Changes

  • 7dc269cf: feat(useRole): add select and combobox component roles and allow dynamic/derivable item props based on active and selected states. Also adds menuitem role for nested menu reference elements, and automatically adds an id to the item props for the new component roles for virtual focus.
  • d9be2481: fix(useListNavigation): apply aria-activedescendant prop on

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 5, 2024
@dependabot dependabot bot temporarily deployed to pull_request_unsafe February 5, 2024 16:03 Inactive
@dependabot dependabot bot temporarily deployed to pull_request_unsafe February 5, 2024 16:03 Inactive
@dependabot dependabot bot temporarily deployed to pull_request_unsafe February 5, 2024 16:03 Inactive
@dependabot dependabot bot temporarily deployed to pull_request_unsafe February 5, 2024 16:03 Inactive
Copy link
Contributor

github-actions bot commented Feb 5, 2024

5165

:octocat: Demo is available here

Copy link
Contributor

github-actions bot commented Feb 5, 2024

Title Lines Statements Branches Functions
assets-api Coverage: 28%
28.4% (25/88) 30.76% (16/52) 21.42% (3/14)
cmf Coverage: 89%
89.2% (1272/1426) 80.36% (618/769) 88.91% (361/406)
cmf-cqrs Coverage: 87%
87.43% (160/183) 70.23% (59/84) 84.21% (48/57)
cmf-router Coverage: 70%
69.23% (135/195) 55.71% (78/140) 56.81% (25/44)
components Coverage: 90%
90.78% (5599/6167) 81.89% (3247/3965) 88.29% (1411/1598)
containers Coverage: 84%
83.71% (1388/1658) 74.81% (692/925) 75.17% (327/435)
dataviz Coverage: 85%
85.44% (323/378) 66.66% (160/240) 75.79% (119/157)
design-system Coverage: 66%
65.05% (903/1388) 47.35% (457/965) 52.02% (193/371)
faceted-search Coverage: 85%
85.67% (676/789) 79.21% (301/380) 82.63% (238/288)
flow-designer Coverage: 70%
70.07% (651/929) 66.72% (355/532) 70.92% (200/282)
forms Coverage: 85%
85.83% (1679/1956) 75.37% (915/1214) 84.58% (472/558)
http Coverage: 100%
100% (85/85) 98.07% (51/52) 100% (34/34)
sagas Coverage: 92%
92.3% (24/26) 66.66% (4/6) 50% (2/4)
stepper Coverage: 80%
81.52% (150/184) 59.34% (54/91) 80.85% (38/47)
utils Coverage: 100%
100% (73/73) 90.9% (10/11) 100% (24/24)

Copy link
Contributor

github-actions bot commented Feb 5, 2024

Size Change: +30.5 kB (0%)

Total Size: 17.6 MB

Filename Size Change
./packages/design-system/dist/TalendDesignSystem.js 1.43 MB +28.9 kB (+2%)
./packages/design-system/dist/TalendDesignSystem.min.js 279 kB +1.62 kB (+1%)
ℹ️ View Unchanged
Filename Size Change
./packages/assets-api/dist/TalendAssetsApi.js 7.15 kB 0 B
./packages/assets-api/dist/TalendAssetsApi.js.dependencies.json 2 B 0 B
./packages/assets-api/dist/TalendAssetsApi.min.js 3.33 kB 0 B
./packages/assets-api/dist/TalendAssetsApi.min.js.dependencies.json 2 B 0 B
./packages/cmf-cqrs/dist/TalendReactCmfCqrs.js 277 kB 0 B
./packages/cmf-cqrs/dist/TalendReactCmfCqrs.js.dependencies.json 595 B 0 B
./packages/cmf-cqrs/dist/TalendReactCmfCqrs.min.js 54.6 kB 0 B
./packages/cmf-cqrs/dist/TalendReactCmfCqrs.min.js.dependencies.json 614 B 0 B
./packages/cmf-router/dist/TalendReactCmfRouter.js 163 kB 0 B
./packages/cmf-router/dist/TalendReactCmfRouter.js.dependencies.json 1.25 kB 0 B
./packages/cmf-router/dist/TalendReactCmfRouter.min.js 12.8 kB 0 B
./packages/cmf-router/dist/TalendReactCmfRouter.min.js.dependencies.json 1.29 kB 0 B
./packages/cmf/dist/TalendReactCmf.js 806 kB 0 B
./packages/cmf/dist/TalendReactCmf.js.dependencies.json 1.31 kB 0 B
./packages/cmf/dist/TalendReactCmf.min.js 151 kB 0 B
./packages/cmf/dist/TalendReactCmf.min.js.dependencies.json 1.35 kB 0 B
./packages/components/dist/TalendReactComponents.css 402 kB 0 B
./packages/components/dist/TalendReactComponents.js 4.87 MB 0 B
./packages/components/dist/TalendReactComponents.js.dependencies.json 3.21 kB 0 B
./packages/components/dist/TalendReactComponents.min.css 214 kB 0 B
./packages/components/dist/TalendReactComponents.min.js 1.3 MB 0 B
./packages/components/dist/TalendReactComponents.min.js.dependencies.json 3.29 kB 0 B
./packages/containers/dist/TalendReactContainers.css 2.99 kB 0 B
./packages/containers/dist/TalendReactContainers.js 706 kB 0 B
./packages/containers/dist/TalendReactContainers.js.dependencies.json 1.4 kB 0 B
./packages/containers/dist/TalendReactContainers.min.css 1.78 kB 0 B
./packages/containers/dist/TalendReactContainers.min.js 136 kB 0 B
./packages/containers/dist/TalendReactContainers.min.js.dependencies.json 1.45 kB 0 B
./packages/dataviz/dist/TalendReactDataviz.css 28.1 kB 0 B
./packages/dataviz/dist/TalendReactDataviz.js 370 kB 0 B
./packages/dataviz/dist/TalendReactDataviz.js.dependencies.json 1.15 kB 0 B
./packages/dataviz/dist/TalendReactDataviz.min.css 12.2 kB 0 B
./packages/dataviz/dist/TalendReactDataviz.min.js 59.5 kB 0 B
./packages/dataviz/dist/TalendReactDataviz.min.js.dependencies.json 1.19 kB 0 B
./packages/design-system/dist/TalendDesignSystem.css 316 kB 0 B
./packages/design-system/dist/TalendDesignSystem.js.dependencies.json 1.49 kB 0 B
./packages/design-system/dist/TalendDesignSystem.min.css 200 kB 0 B
./packages/design-system/dist/TalendDesignSystem.min.js.dependencies.json 1.53 kB 0 B
./packages/design-tokens/dist/TalendDesignTokens.css 67.6 kB 0 B
./packages/design-tokens/dist/TalendDesignTokens.js 39.7 kB 0 B
./packages/design-tokens/dist/TalendDesignTokens.js.dependencies.json 2 B 0 B
./packages/design-tokens/dist/TalendDesignTokens.min.css 63.4 kB 0 B
./packages/design-tokens/dist/TalendDesignTokens.min.js 33.4 kB 0 B
./packages/design-tokens/dist/TalendDesignTokens.min.js.dependencies.json 2 B 0 B
./packages/faceted-search/dist/TalendReactFacetedSearch.css 19.1 kB 0 B
./packages/faceted-search/dist/TalendReactFacetedSearch.js 751 kB 0 B
./packages/faceted-search/dist/TalendReactFacetedSearch.js.dependencies.json 1.54 kB 0 B
./packages/faceted-search/dist/TalendReactFacetedSearch.min.css 6.28 kB 0 B
./packages/faceted-search/dist/TalendReactFacetedSearch.min.js 148 kB 0 B
./packages/faceted-search/dist/TalendReactFacetedSearch.min.js.dependencies.json 1.59 kB 0 B
./packages/flow-designer/dist/TalendReactFlowDesigner.min.js 50.7 kB 0 B
./packages/flow-designer/dist/TalendReactFlowDesigner.min.js.dependencies.json 1.25 kB 0 B
./packages/forms/dist/TalendReactForms.css 37.3 kB 0 B
./packages/forms/dist/TalendReactForms.js 943 kB 0 B
./packages/forms/dist/TalendReactForms.js.dependencies.json 1.35 kB 0 B
./packages/forms/dist/TalendReactForms.min.css 12.5 kB 0 B
./packages/forms/dist/TalendReactForms.min.js 235 kB 0 B
./packages/forms/dist/TalendReactForms.min.js.dependencies.json 1.39 kB 0 B
./packages/http/dist/TalendHttp.js 24.8 kB 0 B
./packages/http/dist/TalendHttp.js.dependencies.json 2 B 0 B
./packages/http/dist/TalendHttp.min.js 5.31 kB 0 B
./packages/http/dist/TalendHttp.min.js.dependencies.json 2 B 0 B
./packages/icons/dist/bundle.js 1.26 kB 0 B
./packages/icons/dist/info.js 26.8 kB 0 B
./packages/icons/dist/react.esm.js 614 kB 0 B
./packages/icons/dist/react.js 654 kB 0 B
./packages/icons/dist/talend-icons-webfont.css 18.3 kB 0 B
./packages/icons/dist/talendicons.css 334 B 0 B
./packages/icons/dist/TalendIcons.js 786 kB 0 B
./packages/icons/dist/TalendIcons.js.dependencies.json 128 B 0 B
./packages/icons/dist/TalendIcons.min.js 636 kB 0 B
./packages/icons/dist/TalendIcons.min.js.dependencies.json 131 B 0 B
./packages/icons/dist/typeUtils.js 14.5 kB 0 B
./packages/jsfc/dist/index.js 86.3 kB 0 B
./packages/jsfc/dist/index.js.dependencies.json 2 B 0 B
./packages/router-bridge/dist/TalendRouterBridge.js 134 kB 0 B
./packages/router-bridge/dist/TalendRouterBridge.js.dependencies.json 1.05 kB 0 B
./packages/router-bridge/dist/TalendRouterBridge.min.js 21 kB 0 B
./packages/router-bridge/dist/TalendRouterBridge.min.js.dependencies.json 1.07 kB 0 B
./packages/sagas/dist/TalendReactSagas.js 10.9 kB 0 B
./packages/sagas/dist/TalendReactSagas.js.dependencies.json 348 B 0 B
./packages/sagas/dist/TalendReactSagas.min.js 1.41 kB 0 B
./packages/sagas/dist/TalendReactSagas.min.js.dependencies.json 360 B 0 B
./packages/stepper/dist/TalendReactStepper.css 2.41 kB 0 B
./packages/stepper/dist/TalendReactStepper.js 97 kB 0 B
./packages/stepper/dist/TalendReactStepper.js.dependencies.json 1.27 kB 0 B
./packages/stepper/dist/TalendReactStepper.min.css 1.2 kB 0 B
./packages/stepper/dist/TalendReactStepper.min.js 9.37 kB 0 B
./packages/stepper/dist/TalendReactStepper.min.js.dependencies.json 1.31 kB 0 B
./packages/storybook-docs/dist/globalStyles.js 0 B 0 B 🆕
./packages/storybook-docs/dist/globalStyles.min.css 384 B 0 B
./packages/storybook-docs/dist/managerStyles.js 0 B 0 B 🆕
./packages/storybook-docs/dist/managerStyles.min.css 1.5 kB 0 B
./packages/theme/dist/bootstrap.css 171 kB 0 B
./packages/theme/dist/bootstrap.js 2.51 kB 0 B
./packages/theme/dist/bootstrap.js.dependencies.json 3 B 0 B

compressed-size-action

@romainseb romainseb enabled auto-merge (squash) February 6, 2024 10:57
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/floating-ui/react-0.26.9 branch from 66ef8df to 84f0144 Compare February 7, 2024 15:41
@dependabot dependabot bot temporarily deployed to pull_request_unsafe February 7, 2024 15:41 Inactive
@dependabot dependabot bot temporarily deployed to pull_request_unsafe February 7, 2024 15:41 Inactive
@dependabot dependabot bot temporarily deployed to pull_request_unsafe February 7, 2024 15:41 Inactive
@dependabot dependabot bot temporarily deployed to pull_request_unsafe February 7, 2024 15:41 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/floating-ui/react-0.26.9 branch from 84f0144 to 3121ef5 Compare February 19, 2024 09:14
@dependabot dependabot bot temporarily deployed to pull_request_unsafe February 19, 2024 09:14 Inactive
@dependabot dependabot bot temporarily deployed to pull_request_unsafe February 19, 2024 09:14 Inactive
@dependabot dependabot bot temporarily deployed to pull_request_unsafe February 19, 2024 09:14 Inactive
@dependabot dependabot bot temporarily deployed to pull_request_unsafe February 19, 2024 09:14 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/floating-ui/react-0.26.9 branch from 3121ef5 to a5f6885 Compare February 29, 2024 08:20
@dependabot dependabot bot temporarily deployed to pull_request_unsafe February 29, 2024 08:20 Inactive
@dependabot dependabot bot temporarily deployed to pull_request_unsafe February 29, 2024 08:20 Inactive
@dependabot dependabot bot temporarily deployed to pull_request_unsafe February 29, 2024 08:20 Inactive
@dependabot dependabot bot temporarily deployed to pull_request_unsafe February 29, 2024 08:20 Inactive
Bumps [@floating-ui/react](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react) from 0.24.8 to 0.26.9.
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
- [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/react/CHANGELOG.md)
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/[email protected]/packages/react)

---
updated-dependencies:
- dependency-name: "@floating-ui/react"
  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/floating-ui/react-0.26.9 branch from a5f6885 to 898d4b1 Compare February 29, 2024 09:52
@dependabot dependabot bot temporarily deployed to pull_request_unsafe February 29, 2024 09:52 Inactive
@dependabot dependabot bot temporarily deployed to pull_request_unsafe February 29, 2024 09:52 Inactive
@dependabot dependabot bot temporarily deployed to pull_request_unsafe February 29, 2024 09:52 Inactive
@dependabot dependabot bot temporarily deployed to pull_request_unsafe February 29, 2024 09:52 Inactive
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 1, 2024

Superseded by #5248.

@dependabot dependabot bot closed this Apr 1, 2024
auto-merge was automatically disabled April 1, 2024 16:17

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/floating-ui/react-0.26.9 branch April 1, 2024 16:17
@dependabot dependabot bot had a problem deploying to pull_request_unsafe April 1, 2024 16:17 Failure
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant