Skip to content

chore: Update minor and patch NPM dependencies #464

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

Merged
merged 3 commits into from
Apr 29, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 2025

Bumps the minor-and-patch group with 17 updates:

Package From To
@radix-ui/react-accordion 1.2.7 1.2.8
@radix-ui/react-alert-dialog 1.1.10 1.1.11
@radix-ui/react-avatar 1.1.6 1.1.7
@radix-ui/react-checkbox 1.2.2 1.2.3
@radix-ui/react-dialog 1.1.10 1.1.11
@radix-ui/react-dropdown-menu 2.1.11 2.1.12
@radix-ui/react-radio-group 1.3.3 1.3.4
@radix-ui/react-tabs 1.1.8 1.1.9
@radix-ui/react-tooltip 1.2.3 1.2.4
framer-motion 12.7.4 12.9.2
@tanstack/react-query 5.74.4 5.74.7
react-hook-form 7.56.0 7.56.1
rollup 4.40.0 4.40.1
typescript-eslint 8.31.0 8.31.1
vercel 41.6.1 41.6.2
viem 2.27.3 2.28.0
wagmi 2.14.16 2.15.0

Updates @radix-ui/react-accordion from 1.2.7 to 1.2.8

Commits

Updates @radix-ui/react-alert-dialog from 1.1.10 to 1.1.11

Commits

Updates @radix-ui/react-avatar from 1.1.6 to 1.1.7

Commits

Updates @radix-ui/react-checkbox from 1.2.2 to 1.2.3

Commits

Updates @radix-ui/react-dialog from 1.1.10 to 1.1.11

Commits

Updates @radix-ui/react-dropdown-menu from 2.1.11 to 2.1.12

Commits

Updates @radix-ui/react-radio-group from 1.3.3 to 1.3.4

Commits

Updates @radix-ui/react-tabs from 1.1.8 to 1.1.9

Commits

Updates @radix-ui/react-tooltip from 1.2.3 to 1.2.4

Commits

Updates framer-motion from 12.7.4 to 12.9.2

Changelog

Sourced from framer-motion's changelog.

[12.9.2] 2025-04-25

Fixed

  • Fixed scroll timeline cache when defining offset.
  • Detect when page scroll is attached to document.body and use this instead of document.documentElement.

[12.9.1] 2025-04-24

Fixed

  • Restarting a finished main thread animation with a negative .speed now works as expected.

[12.9.0] 2025-04-24

Added

  • styleEffect

[12.8.3] 2025-04-24

Changed

  • Animating a MotionValue to its current value will skip creating the animation.

Fixed

  • Ensure .then() fires when .stop() or .cancel() are called. This is undesired but reverts the behaviour to before 12.7.5.

[12.8.2] 2025-04-24

Changed

  • Unifying transform behaviour for SVG and CSS switched from element measurements for transform-box: fill-box.

[12.8.1] 2025-04-23

Fixed

  • Removing errant console.trace on value.set("none").

[12.8.0] 2025-04-23

Added

  • mapValue
  • transformValue

Changed

... (truncated)

Commits

Updates @tanstack/react-query from 5.74.4 to 5.74.7

Release notes

Sourced from @​tanstack/react-query's releases.

v5.74.7

Version 5.74.7 - 4/27/25, 3:02 PM

Changes

Fix

  • vue-query: update initialData type to allow InitialDataFunction and NonUndefinedGuard, similar to react-query (#9073) (e45dea8) by Sol Lee

Chore

  • deps: update dependency @​sveltejs/kit to v2.20.6 [security] (#9054) (b13f0b8) by renovate[bot]
  • move from paths to customCondition (#9042) (9f93f12) by Tyler

Test

  • react-query: use fake timers for QueryClientProvider.test.tsx (#9074) (b8ea29e) by @​manudeli
  • query-persist-client-core: use fake timers for createPersister.test.ts (#9067) (83f01cd) by MINSEONG KIM
  • react-query: use fake timers for useMutationState.test.tsx (#9055) (62f02fc) by @​manudeli
  • react-query: use fake timers for fine-grained-persister.test.tsx (#9056) (027be32) by @​manudeli
  • react-query: use fake timers for ssr-hydration.test.tsx (#9058) (0849660) by MINSEONG KIM
  • query-core: use fake timers for queryObserver.test.tsx (#9004) (1b169ae) by @​manudeli

Docs

  • fix broken links in docs (#9052) (eb15f87) by Zac Rosenbauer
  • fix typo (a2a39c9) by Dominik Dorfmeister
  • Update streamedQuery.md (c987abc) by Dominik Dorfmeister

Packages

  • @​tanstack/eslint-plugin-query@​5.74.7
  • @​tanstack/query-async-storage-persister@​5.74.7
  • @​tanstack/query-broadcast-client-experimental@​5.74.7
  • @​tanstack/query-core@​5.74.7
  • @​tanstack/query-devtools@​5.74.7
  • @​tanstack/query-persist-client-core@​5.74.7
  • @​tanstack/query-sync-storage-persister@​5.74.7
  • @​tanstack/react-query@​5.74.7
  • @​tanstack/react-query-devtools@​5.74.7
  • @​tanstack/react-query-persist-client@​5.74.7
  • @​tanstack/react-query-next-experimental@​5.74.7
  • @​tanstack/solid-query@​5.74.7
  • @​tanstack/solid-query-devtools@​5.74.7
  • @​tanstack/solid-query-persist-client@​5.74.7
  • @​tanstack/svelte-query@​5.74.7
  • @​tanstack/svelte-query-devtools@​5.74.7
  • @​tanstack/svelte-query-persist-client@​5.74.7
  • @​tanstack/vue-query@​5.74.7
  • @​tanstack/vue-query-devtools@​5.74.7

... (truncated)

Commits
  • fcb3d4a release: v5.74.7
  • b8ea29e test(react-query): use fake timers for QueryClientProvider.test.tsx (#9074)
  • 62f02fc test(react-query): use fake timers for useMutationState.test.tsx (#9055)
  • 027be32 test(react-query): use fake timers for fine-grained-persister.test.tsx (#9056)
  • 0849660 test(react-query): use fake timers for ssr-hydration.test.tsx (#9058)
  • 9f93f12 chore: move from paths to customCondition (#9042)
  • See full diff in compare view

Updates react-hook-form from 7.56.0 to 7.56.1

Release notes

Sourced from react-hook-form's releases.

Version 7.56.1

🐞 fix #12761 #12762 issue with usage reset isReady formState (#12765) 🐞 fix #12763 import warning with named exports (#12764)

Commits

Updates rollup from 4.40.0 to 4.40.1

Release notes

Sourced from rollup's releases.

v4.40.1

4.40.1

2025-04-28

Bug Fixes

  • Limit hash size for asset file names to the supported 21 (#5921)
  • Do not inline user-defined entry chunks or chunks with explicit file name (#5923)
  • Avoid top-level-await cycles when non-entry chunks use top-level await (#5930)
  • Expose package.json via exports (#5931)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.40.1

2025-04-28

Bug Fixes

  • Limit hash size for asset file names to the supported 21 (#5921)
  • Do not inline user-defined entry chunks or chunks with explicit file name (#5923)
  • Avoid top-level-await cycles when non-entry chunks use top-level await (#5930)
  • Expose package.json via exports (#5931)

Pull Requests

Commits
  • 1e6c40f 4.40.1
  • 03f34b0 fix: generate the separate chunk for the entry module with explicated chunk f...
  • a74916b Avoid chunks TLA dynamic import circular when TLA dynamic import used in non-...
  • 99d4bee chore: add new ./package.json entry (#5931)
  • 8e0d034 fix(assetFileNames): reduce max hash size to 21 (#5921)
  • 7fc5036 fix(deps): lock file maintenance minor/patch updates (#5936)
  • ec5e45a fix(deps): update rust crate swc_compiler_base to v18 (#5926)
  • f53d9de fix(deps): lock file maintenance minor/patch updates (#5928)
  • 6a924c0 fix(deps): lock file maintenance minor/patch updates (#5927)
  • See full diff in compare view

Updates typescript-eslint from 8.31.0 to 8.31.1

Release notes

Sourced from typescript-eslint's releases.

v8.31.1

8.31.1 (2025-04-28)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-condition] downgrade fix to suggestion (#11081)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.31.1 (2025-04-28)

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

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

Commits

Updates vercel from 41.6.1 to 41.6.2

Release notes

Sourced from vercel's releases.

[email protected]

Patch Changes

Changelog

Sourced from vercel's changelog.

41.6.2

Patch Changes

Commits

Updates viem from 2.27.3 to 2.28.0

Release notes

Sourced from viem's releases.

[email protected]

Minor Changes

Patch Changes

Commits

Updates wagmi from 2.14.16 to 2.15.0

Release notes

Sourced from wagmi's releases.

[email protected]

Minor Changes

Patch Changes

Changelog

Sourced from wagmi's changelog.

2.15.0

Minor Changes

Patch Changes

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-and-patch group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [@radix-ui/react-accordion](https://github.com/radix-ui/primitives) | `1.2.7` | `1.2.8` |
| [@radix-ui/react-alert-dialog](https://github.com/radix-ui/primitives) | `1.1.10` | `1.1.11` |
| [@radix-ui/react-avatar](https://github.com/radix-ui/primitives) | `1.1.6` | `1.1.7` |
| [@radix-ui/react-checkbox](https://github.com/radix-ui/primitives) | `1.2.2` | `1.2.3` |
| [@radix-ui/react-dialog](https://github.com/radix-ui/primitives) | `1.1.10` | `1.1.11` |
| [@radix-ui/react-dropdown-menu](https://github.com/radix-ui/primitives) | `2.1.11` | `2.1.12` |
| [@radix-ui/react-radio-group](https://github.com/radix-ui/primitives) | `1.3.3` | `1.3.4` |
| [@radix-ui/react-tabs](https://github.com/radix-ui/primitives) | `1.1.8` | `1.1.9` |
| [@radix-ui/react-tooltip](https://github.com/radix-ui/primitives) | `1.2.3` | `1.2.4` |
| [framer-motion](https://github.com/motiondivision/motion) | `12.7.4` | `12.9.2` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.74.4` | `5.74.7` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.56.0` | `7.56.1` |
| [rollup](https://github.com/rollup/rollup) | `4.40.0` | `4.40.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.31.0` | `8.31.1` |
| [vercel](https://github.com/vercel/vercel/tree/HEAD/packages/cli) | `41.6.1` | `41.6.2` |
| [viem](https://github.com/wevm/viem) | `2.27.3` | `2.28.0` |
| [wagmi](https://github.com/wevm/wagmi/tree/HEAD/packages/react) | `2.14.16` | `2.15.0` |


Updates `@radix-ui/react-accordion` from 1.2.7 to 1.2.8
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-alert-dialog` from 1.1.10 to 1.1.11
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-avatar` from 1.1.6 to 1.1.7
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-checkbox` from 1.2.2 to 1.2.3
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-dialog` from 1.1.10 to 1.1.11
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-dropdown-menu` from 2.1.11 to 2.1.12
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-radio-group` from 1.3.3 to 1.3.4
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-tabs` from 1.1.8 to 1.1.9
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-tooltip` from 1.2.3 to 1.2.4
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `framer-motion` from 12.7.4 to 12.9.2
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.7.4...v12.9.2)

Updates `@tanstack/react-query` from 5.74.4 to 5.74.7
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.74.7/packages/react-query)

Updates `react-hook-form` from 7.56.0 to 7.56.1
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.56.0...v7.56.1)

Updates `rollup` from 4.40.0 to 4.40.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.40.0...v4.40.1)

Updates `typescript-eslint` from 8.31.0 to 8.31.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.31.1/packages/typescript-eslint)

Updates `vercel` from 41.6.1 to 41.6.2
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/[email protected]/packages/cli)

Updates `viem` from 2.27.3 to 2.28.0
- [Release notes](https://github.com/wevm/viem/releases)
- [Commits](https://github.com/wevm/viem/compare/[email protected]@2.28.0)

Updates `wagmi` from 2.14.16 to 2.15.0
- [Release notes](https://github.com/wevm/wagmi/releases)
- [Changelog](https://github.com/wevm/wagmi/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/wevm/wagmi/commits/[email protected]/packages/react)

---
updated-dependencies:
- dependency-name: "@radix-ui/react-accordion"
  dependency-version: 1.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-alert-dialog"
  dependency-version: 1.1.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-avatar"
  dependency-version: 1.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-checkbox"
  dependency-version: 1.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-dialog"
  dependency-version: 1.1.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-dropdown-menu"
  dependency-version: 2.1.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-radio-group"
  dependency-version: 1.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-tabs"
  dependency-version: 1.1.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-tooltip"
  dependency-version: 1.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: framer-motion
  dependency-version: 12.9.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.74.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: react-hook-form
  dependency-version: 7.56.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: rollup
  dependency-version: 4.40.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: typescript-eslint
  dependency-version: 8.31.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: vercel
  dependency-version: 41.6.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: viem
  dependency-version: 2.28.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: wagmi
  dependency-version: 2.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 28, 2025
@cgero-eth cgero-eth changed the title chore: Bump the minor-and-patch group with 17 updates chore: Update minor and patch NPM dependencies Apr 29, 2025
@cgero-eth cgero-eth merged commit cce53d1 into main Apr 29, 2025
5 checks passed
@cgero-eth cgero-eth deleted the dependabot/npm_and_yarn/minor-and-patch-49c467567c branch April 29, 2025 07:49
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