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

Update all non-major dependencies #231

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@floating-ui/react (source) 0.26.20 -> 0.26.24 age adoption passing confidence dependencies patch
@fontsource/inconsolata (source) 5.0.18 -> 5.1.0 age adoption passing confidence devDependencies minor
@fontsource/inter (source) 5.0.19 -> 5.1.0 age adoption passing confidence devDependencies minor
@playwright/test (source) 1.45.3 -> 1.47.1 age adoption passing confidence devDependencies minor
@storybook/addon-a11y (source) 8.2.6 -> 8.3.2 age adoption passing confidence devDependencies minor
@storybook/addon-essentials (source) 8.2.6 -> 8.3.2 age adoption passing confidence devDependencies minor
@storybook/addon-interactions (source) 8.2.6 -> 8.3.2 age adoption passing confidence devDependencies minor
@storybook/addon-links (source) 8.2.6 -> 8.3.2 age adoption passing confidence devDependencies minor
@storybook/addon-themes (source) 8.2.6 -> 8.3.2 age adoption passing confidence devDependencies minor
@storybook/manager-api (source) 8.2.6 -> 8.3.2 age adoption passing confidence devDependencies minor
@storybook/react (source) 8.2.6 -> 8.3.2 age adoption passing confidence devDependencies minor
@storybook/react-vite (source) 8.2.6 -> 8.3.2 age adoption passing confidence devDependencies minor
@storybook/test (source) 8.2.6 -> 8.3.2 age adoption passing confidence devDependencies minor
@testing-library/jest-dom 6.4.8 -> 6.5.0 age adoption passing confidence devDependencies minor
@testing-library/react 16.0.0 -> 16.0.1 age adoption passing confidence devDependencies patch
@types/eslint (source) 9.6.0 -> 9.6.1 age adoption passing confidence devDependencies patch
@types/node (source) 20.14.13 -> 20.16.5 age adoption passing confidence devDependencies minor
@types/react (source) 18.3.3 -> 18.3.8 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 7.17.0 -> 7.18.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 7.17.0 -> 7.18.0 age adoption passing confidence devDependencies minor
@vitest/coverage-v8 (source) 2.0.4 -> 2.1.1 age adoption passing confidence devDependencies minor
eslint (source) 8.57.0 -> 8.57.1 age adoption passing confidence devDependencies patch
eslint-plugin-react 7.35.0 -> 7.36.1 age adoption passing confidence devDependencies minor
mcr.microsoft.com/playwright v1.45.3-jammy -> v1.47.1-jammy age adoption passing confidence final minor
node (source) 20.16.0 -> 20.17.0 age adoption passing confidence minor
storybook (source) 8.2.6 -> 8.3.2 age adoption passing confidence devDependencies minor
stylelint (source) 16.8.2 -> 16.9.0 age adoption passing confidence devDependencies minor
typescript (source) 5.5.4 -> 5.6.2 age adoption passing confidence devDependencies minor
vite (source) 5.3.5 -> 5.4.6 age adoption passing confidence devDependencies minor
vite-plugin-dts 4.0.3 -> 4.2.1 age adoption passing confidence devDependencies minor
vitest (source) 2.0.4 -> 2.1.1 age adoption passing confidence devDependencies minor

Release Notes

floating-ui/floating-ui (@​floating-ui/react)

v0.26.24

Compare Source

Patch Changes
  • fix(FloatingOverlay): correct multiple locks behavior on iOS
  • fix(FloatingFocusManager): avoid returning focus to nearest tabbable element of the reference if it gets removed when the floating element closes to avoid unwanted focus effects of unrelated elements firing. Tab index context remains preserved if the floating element is portaled.
  • refactor: use React.JSX.Element types. Ensure you've upgraded to the latest @types/react patches (versions since May 6, 2023)
  • fix(FloatingArrow): avoid requiring leading space for manually specified transform style property
  • fix(inner): round maxHeight and apply minItemsVisible only when scrollable
  • Update dependencies: @floating-ui/[email protected], @floating-ui/[email protected]

v0.26.23

Compare Source

Patch Changes
  • feat: add onOpenChange reason string for FloatingFocusManager's closeOnFocusOut handling
  • fix(inner): correctly handle borders
  • fix(FloatingArrow): ignore staticOffset prop if floating element is shifted. Fixes an issue where the arrow could potentially point to nothing if it was shifted enough from its reference element.
  • fix(useListNavigation, Composite): prevent onNavigate from potentially passing in an undefined value instead of null
  • fix(useHover): blockPointerEvents no longer adds pointer-events: none to unintended <body> elements.
  • fix: manage focus on element with floating props spread on it
  • fix(FloatingFocusManager): support keepMounted behavior with disabled prop

v0.26.22

Compare Source

Patch Changes

v0.26.21

Compare Source

Patch Changes
fontsource/font-files (@​fontsource/inconsolata)

v5.1.0

Compare Source

v5.0.20

Compare Source

v5.0.19

Compare Source

fontsource/font-files (@​fontsource/inter)

v5.1.0

Compare Source

v5.0.21

Compare Source

v5.0.20

Compare Source

microsoft/playwright (@​playwright/test)

v1.47.1

Compare Source

v1.47.0

Compare Source

v1.46.1

Compare Source

v1.46.0

Compare Source

storybookjs/storybook (@​storybook/addon-a11y)

v8.3.2

Compare Source

v8.3.1

Compare Source

v8.3.0

Compare Source

Fresh out of the oven! Storybook 8.3 brings you:

  • ⚡️ First-class Vitest integration to run stories as component tests
  • 🔼 Next.js-Vite framework for Vitest compatibility and better DX
  • 🗜️ Further reduced bundle size for a smaller install footprint
  • 🌐 Experimental Story globals to standardize stories for themes, viewports, and locales
  • 💯 Hundreds more improvements
List of all updates

v8.2.9

Compare Source

v8.2.8

Compare Source

v8.2.7

Compare Source

storybookjs/storybook (@​storybook/addon-essentials)

v8.3.2

Compare Source

v8.3.1

Compare Source

v8.3.0

Compare Source

Fresh out of the oven! Storybook 8.3 brings you:

  • ⚡️ First-class Vitest integration to run stories as component tests
  • 🔼 Next.js-Vite framework for Vitest compatibility and better DX
  • 🗜️ Further reduced bundle size for a smaller install footprint
  • 🌐 Experimental Story globals to standardize stories for themes, viewports, and locales
  • 💯 Hundreds more improvements
List of all updates

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner August 5, 2024 00:12
@renovate renovate bot requested review from dbkr and robintown and removed request for a team August 5, 2024 00:12
Copy link

cloudflare-workers-and-pages bot commented Aug 5, 2024

Deploying compound-web with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4419909
Status: ✅  Deploy successful!
Preview URL: https://47aad1aa.compound-web.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.compound-web.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from f4ccf05 to 195279d Compare August 12, 2024 08:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from e7c5adc to 2ae5141 Compare August 19, 2024 03:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from cb25156 to d4c3ef9 Compare August 27, 2024 09:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e14f943 to 8910bed Compare August 28, 2024 10:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 55cc4d2 to 8b7b6ef Compare September 8, 2024 04:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 8bb660b to 995c0b0 Compare September 15, 2024 07:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from d580b30 to 38032db Compare September 19, 2024 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants