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 #305

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 13, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@floating-ui/react (source) 0.27.2 -> 0.27.3 age adoption passing confidence dependencies patch
@storybook/addon-a11y (source) 8.4.7 -> 8.5.0 age adoption passing confidence devDependencies minor
@storybook/addon-essentials (source) 8.4.7 -> 8.5.0 age adoption passing confidence devDependencies minor
@storybook/addon-interactions (source) 8.4.7 -> 8.5.0 age adoption passing confidence devDependencies minor
@storybook/addon-links (source) 8.4.7 -> 8.5.0 age adoption passing confidence devDependencies minor
@storybook/addon-themes (source) 8.4.7 -> 8.5.0 age adoption passing confidence devDependencies minor
@storybook/manager-api (source) 8.4.7 -> 8.5.0 age adoption passing confidence devDependencies minor
@storybook/react (source) 8.4.7 -> 8.5.0 age adoption passing confidence devDependencies minor
@storybook/react-vite (source) 8.4.7 -> 8.5.0 age adoption passing confidence devDependencies minor
@storybook/test (source) 8.4.7 -> 8.5.0 age adoption passing confidence devDependencies minor
@testing-library/react 16.1.0 -> 16.2.0 age adoption passing confidence devDependencies minor
@testing-library/user-event 14.5.2 -> 14.6.0 age adoption passing confidence devDependencies minor
@types/node (source) 22.10.5 -> 22.10.7 age adoption passing confidence devDependencies patch
@types/react (source) 19.0.1 -> 19.0.7 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 8.19.0 -> 8.21.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 8.19.0 -> 8.21.0 age adoption passing confidence devDependencies minor
eslint-plugin-prettier 5.2.1 -> 5.2.3 age adoption passing confidence devDependencies patch
eslint-plugin-react 7.37.3 -> 7.37.4 age adoption passing confidence devDependencies patch
node (source) 22.12.0 -> 22.13.0 age adoption passing confidence minor
storybook (source) 8.4.7 -> 8.5.0 age adoption passing confidence devDependencies minor
typescript (source) 5.7.2 -> 5.7.3 age adoption passing confidence devDependencies patch
vite (source) 5.4.11 -> 5.4.13 age adoption passing confidence devDependencies patch
vite-plugin-dts 4.4.0 -> 4.5.0 age adoption passing confidence devDependencies minor

Release Notes

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

v0.27.3

Compare Source

Patch Changes
  • feat(FloatingFocusManager): accept FloatingRootContext as the context prop
  • fix(useListNavigation): check for virtual pointer on pointerenter
  • refactor: use jsx runtime
  • Update dependencies: @floating-ui/[email protected]
storybookjs/storybook (@​storybook/addon-a11y)

v8.5.0

Compare Source

Storybook 8.5 is packed with powerful features to enhance your development workflow. This release makes it easier than ever to build accessible, well-tested UIs. Here’s what’s new:

  • 🦾 Realtime accessibility tests to help build UIs for everybody
  • 🛡️ Project code coverage to measure the completeness of your tests
  • 🎯 Focused tests for faster test feedback
  • ⚛️ React Native Web Vite framework (experimental) for testing mobile UI⚛️
  • 🎁 Storybook test early access program to level up your testing game
  • 💯 Hundreds more improvements
List of all updates
testing-library/react-testing-library (@​testing-library/react)

v16.2.0

Compare Source

Features
testing-library/user-event (@​testing-library/user-event)

v14.6.0

Compare Source

Features
Bug Fixes
  • clipboard: await DataTransferItem.getAsString() callback (#​1251) (7b11b0e)
  • event: assign pointer coords to MouseEvent (#​1039) (8528972)
  • pointer: check PointerCoords.x in isDifferentPointerPosition (#​1216) (75edef5)
  • pointer: check all fields of PointerCoords in isDifferentPointerPosition() (#​1229) (5f3d28f)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.21.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-duplicate-enum-values] handle template literal (#​10675)
  • eslint-plugin: [no-base-to-string] don't crash for recursive array or tuple types (#​10633)
  • eslint-plugin: [no-for-in-array] report on any type which may be an array or array-like (#​10535)
  • eslint-plugin: check JSX spread elements for misused spread usage (#​10653)
  • eslint-plugin: [no-unnecessary-type-arguments] handle type args on jsx (#​10630)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.20.0

Compare Source

🚀 Features
  • eslint-plugin: [consistent-type-assertions] add arrayLiteralTypeAssertions options (#​10565)
  • eslint-plugin: [no-deprecated] add allow options (#​10585)
  • eslint-plugin: [no-misused-spread] add new rule (#​10551)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] don't flag optional chaining for union types with an unconstrained type parameters (#​10602)
  • eslint-plugin: [no-shadow] ignore ordering of type declarations (#​10593)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.19.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] handle literal types (#​10523)
  • eslint-plugin: [no-deprecated] doesn't report on shorthand property in an object expression (#​10550)
  • eslint-plugin: [strict-boolean-expressions] remove remaining (unsafe) autofixes (#​10548)
  • eslint-plugin: [no-shadow] report correctly on parameters of functions declared with the declare keyword (#​10543)
  • eslint-plugin: [no-base-to-string] check array generic type (#​10437)
❤️ Thank You
  • Kirk Waiblinger
  • mdm317
  • Ronen Amiel
  • Yukihiro Hasegawa @​y-hsgw

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.21.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.20.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.19.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.2.3

Compare Source

Patch Changes

v5.2.2

Compare Source

Patch Changes
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.37.4

Compare Source

Fixed
  • [no-unknown-property]: support onBeforeToggle, popoverTarget, popoverTargetAction attributes ([#​3865][] @​acusti)
  • [types] fix types of flat configs (#​3874 @​ljharb)

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (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 January 13, 2025 00:53
@renovate renovate bot requested review from dbkr and robintown and removed request for a team January 13, 2025 00:53
Copy link

cloudflare-workers-and-pages bot commented Jan 13, 2025

Deploying compound-web with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4b9d6d7
Status: ✅  Deploy successful!
Preview URL: https://7f4b43f2.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 10 times, most recently from 50b976d to 9e180b5 Compare January 19, 2025 08:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 1cceec1 to bfda01a Compare January 20, 2025 17:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bfda01a to 4b9d6d7 Compare January 20, 2025 20:47
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