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: Update minor and patch NPM dependencies #393

Merged
merged 3 commits into from
Jan 28, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

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

Package From To
@radix-ui/react-alert-dialog 1.1.4 1.1.5
@radix-ui/react-dialog 1.1.4 1.1.5
@radix-ui/react-dropdown-menu 2.1.4 2.1.5
@radix-ui/react-tooltip 1.1.6 1.1.7
@tiptap/extension-code-block 2.11.2 2.11.3
@tiptap/extension-image 2.11.2 2.11.3
@tiptap/extension-link 2.11.2 2.11.3
@tiptap/extension-placeholder 2.11.2 2.11.3
@tiptap/extension-text-style 2.11.2 2.11.3
@tiptap/pm 2.11.2 2.11.3
@tiptap/react 2.11.2 2.11.3
@tiptap/starter-kit 2.11.2 2.11.3
framer-motion 12.0.0 12.0.6
@babel/core 7.26.0 7.26.7
@babel/preset-env 7.26.0 7.26.7
@storybook/addon-essentials 8.5.0 8.5.2
@storybook/addon-links 8.5.0 8.5.2
@storybook/blocks 8.5.0 8.5.2
@storybook/react 8.5.0 8.5.2
@storybook/react-webpack5 8.5.0 8.5.2
@tanstack/react-query 5.64.2 5.65.0
@testing-library/user-event 14.6.0 14.6.1
@types/react 19.0.7 19.0.8
eslint 9.18.0 9.19.0
lint-staged 15.4.1 15.4.3
prettier-plugin-tailwindcss 0.6.10 0.6.11
rollup 4.31.0 4.32.0
storybook 8.5.0 8.5.2
typescript-eslint 8.21.0 8.22.0
viem 2.22.10 2.22.15
wagmi 2.14.8 2.14.9

Updates @radix-ui/react-alert-dialog from 1.1.4 to 1.1.5

Commits

Updates @radix-ui/react-dialog from 1.1.4 to 1.1.5

Commits

Updates @radix-ui/react-dropdown-menu from 2.1.4 to 2.1.5

Commits

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

Commits

Updates @tiptap/extension-code-block from 2.11.2 to 2.11.3

Release notes

Sourced from @​tiptap/extension-code-block's releases.

v2.11.3

What's Changed

New Contributors

Full Changelog: ueberdosis/tiptap@v2.11.1...v2.11.3

Changelog

Sourced from @​tiptap/extension-code-block's changelog.

2.11.3

Commits

Updates @tiptap/extension-image from 2.11.2 to 2.11.3

Release notes

Sourced from @​tiptap/extension-image's releases.

v2.11.3

What's Changed

New Contributors

Full Changelog: ueberdosis/tiptap@v2.11.1...v2.11.3

Changelog

Sourced from @​tiptap/extension-image's changelog.

2.11.3

Commits

Updates @tiptap/extension-link from 2.11.2 to 2.11.3

Release notes

Sourced from @​tiptap/extension-link's releases.

v2.11.3

What's Changed

New Contributors

Full Changelog: ueberdosis/tiptap@v2.11.1...v2.11.3

Changelog

Sourced from @​tiptap/extension-link's changelog.

2.11.3

Commits

Updates @tiptap/extension-placeholder from 2.11.2 to 2.11.3

Changelog

Sourced from @​tiptap/extension-placeholder's changelog.

2.11.3

Commits

Updates @tiptap/extension-text-style from 2.11.2 to 2.11.3

Changelog

Sourced from @​tiptap/extension-text-style's changelog.

2.11.3

Commits

Updates @tiptap/pm from 2.11.2 to 2.11.3

Changelog

Sourced from @​tiptap/pm's changelog.

2.11.3

Commits

Updates @tiptap/react from 2.11.2 to 2.11.3

Changelog

Sourced from @​tiptap/react's changelog.

2.11.3

Patch Changes

  • 40b7d47: This does a shallow diff between the current options and the incoming ones to determine whether we should try to write the new options and incur a state update within the editor.

    It purposefully is not doing a full diff as several options are known to be problematic (callback handlers, extensions array, the content itself), so we rely on referential equality only to do this diffing which should be fairly fast since there are only about 10-15 options, and this diffs only the ones the user has actually attempted to set. Some options (e.g. editorProps, parseOptions, coreExtensionOptions) are an object that may need to be memoized by the user if they want to avoid unnecessary state updates.

    • @​tiptap/extension-bubble-menu@​2.11.3
    • @​tiptap/extension-floating-menu@​2.11.3
Commits

Updates @tiptap/starter-kit from 2.11.2 to 2.11.3

Changelog

Sourced from @​tiptap/starter-kit's changelog.

2.11.3

Patch Changes

  • Updated dependencies [a44a7c3]
  • Updated dependencies [fa63c47]
    • @​tiptap/core@​2.11.3
    • @​tiptap/extension-blockquote@​2.11.3
    • @​tiptap/extension-bold@​2.11.3
    • @​tiptap/extension-bullet-list@​2.11.3
    • @​tiptap/extension-code@​2.11.3
    • @​tiptap/extension-code-block@​2.11.3
    • @​tiptap/extension-document@​2.11.3
    • @​tiptap/extension-dropcursor@​2.11.3
    • @​tiptap/extension-gapcursor@​2.11.3
    • @​tiptap/extension-hard-break@​2.11.3
    • @​tiptap/extension-heading@​2.11.3
    • @​tiptap/extension-history@​2.11.3
    • @​tiptap/extension-horizontal-rule@​2.11.3
    • @​tiptap/extension-italic@​2.11.3
    • @​tiptap/extension-list-item@​2.11.3
    • @​tiptap/extension-ordered-list@​2.11.3
    • @​tiptap/extension-paragraph@​2.11.3
    • @​tiptap/extension-strike@​2.11.3
    • @​tiptap/extension-text@​2.11.3
    • @​tiptap/extension-text-style@​2.11.3
    • @​tiptap/pm@​2.11.3
Commits

Updates framer-motion from 12.0.0 to 12.0.6

Changelog

Sourced from framer-motion's changelog.

[12.0.6] 2025-01-27

Fixed

  • Discard layout projection snapshots if 0x0.

[12.0.5] 2025-01-24

Fixed

  • Fix scale correction for CSS variables.

[12.0.4] 2025-01-24

Fixed

  • Add scale correction for CSS variables.

[12.0.3] 2025-01-23

Fixed

  • Fixed toggling between shared layout animations multiple times.

Added

  • Added private anchorX prop to AnimatePresence.

Changed

  • Simplified useSpring for smaller bundlesize.

[12.0.1] 2025-01-21

Fixed

  • Prevent relative animations from restarting layout animations unnecessarily.
Commits

Updates @babel/core from 7.26.0 to 7.26.7

Release notes

Sourced from @​babel/core's releases.

v7.26.7 (2025-01-24)

Thanks @​branchseer and @​tquetano-netflix for your first PRs!

🐛 Bug Fix

  • babel-helpers, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-transform-typeof-symbol
  • babel-parser
  • babel-core
  • babel-plugin-transform-typescript
  • babel-plugin-transform-typescript, babel-traverse, babel-types

Committers: 6

v7.26.6 (2025-01-13)

🐛 Bug Fix

  • babel-plugin-transform-nullish-coalescing-operator

Committers: 1

v7.26.5 (2025-01-10)

👓 Spec Compliance

🐛 Bug Fix

... (truncated)

Changelog

Sourced from @​babel/core's changelog.

v7.26.7 (2025-01-24)

🐛 Bug Fix

  • babel-helpers, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-transform-typeof-symbol
  • babel-parser
  • babel-core
  • babel-plugin-transform-typescript
  • babel-plugin-transform-typescript, babel-traverse, babel-types

v7.26.6 (2025-01-13)

🐛 Bug Fix

  • babel-plugin-transform-nullish-coalescing-operator

v7.26.5 (2025-01-10)

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-transform-block-scoped-functions
  • babel-plugin-transform-typescript
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-transform-flow-strip-types, babel-types
  • babel-compat-data, babel-preset-env
  • babel-generator, babel-parser, babel-types

🔬 Output optimization

  • babel-plugin-transform-nullish-coalescing-operator

v7.26.4 (2024-12-05)

↩️ Revert

  • babel-traverse
    • #17005 Revert "perf: Improve scope information collection performance" (@​JLHwung)

... (truncated)

Commits

Updates @babel/preset-env from 7.26.0 to 7.26.7

Release notes

Sourced from @​babel/preset-env's releases.

v7.26.7 (2025-01-24)

Thanks @​branchseer and @​tquetano-netflix for your first PRs!

🐛 Bug Fix

  • babel-helpers, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-transform-typeof-symbol
  • babel-parser
  • babel-core
  • babel-plugin-transform-typescript
  • babel-plugin-transform-typescript, babel-traverse, babel-types

Committers: 6

v7.26.6 (2025-01-13)

🐛 Bug Fix

  • babel-plugin-transform-nullish-coalescing-operator

Committers: 1

v7.26.5 (2025-01-10)

👓 Spec Compliance

🐛 Bug Fix

... (truncated)

Changelog

Sourced from @​babel/preset-env's changelog.

v7.26.7 (2025-01-24)

🐛 Bug Fix

  • babel-helpers, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-transform-typeof-symbol
  • babel-parser
  • babel-core
  • babel-plugin-transform-typescript
  • babel-plugin-transform-typescript, babel-traverse, babel-types

v7.26.6 (2025-01-13)

🐛 Bug Fix

  • babel-plugin-transform-nullish-coalescing-operator

v7.26.5 (2025-01-10)

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-transform-block-scoped-functions
  • babel-plugin-transform-typescript
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-transform-flow-strip-types, babel-types
  • babel-compat-data, babel-preset-env
  • babel-generator, babel-parser, babel-types

🔬 Output optimization

  • babel-plugin-transform-nullish-coalescing-operator

v7.26.4 (2024-12-05)

↩️ Revert

  • babel-traverse
    • #17005 Revert "perf: Improve scope information collection performance" (@​JLHwung)

... (truncated)

Commits

Updates @storybook/addon-essentials from 8.5.0 to 8.5.2

Release notes

Sourced from @​storybook/addon-essentials's releases.

v8.5.2

8.5.2

v8.5.1

8.5.1

Changelog

Sourced from @​storybook/addon-essentials's changelog.

8.5.2

8.5.1

Commits
  • 7dac855 Bump version from "8.5.1" to "8.5.2" [skip ci]
  • 600af05 Bump version from "8.5.0" to "8.5.1" [skip ci]
  • See full diff in compare view

Updates @storybook/addon-links from 8.5.0 to 8.5.2

Release notes

Sourced from @​storybook/addon-links's releases.

v8.5.2

8.5.2

v8.5.1

8.5.1

Changelog

Sourced from @​storybook/addon-links's changelog.

8.5.2

8.5.1

Commits
  • 7dac855 Bump version from "8.5.1" to "8.5.2" [skip ci]
  • 600af05 Bump version from "8.5.0" to "8.5.1" [skip ci]
  • See full diff in compare view

Updates @storybook/blocks from 8.5.0 to 8.5.2

Release notes

Sourced from @​storybook/blocks's releases.

v8.5.2

8.5.2

v8.5.1

8.5.1

Changelog

Sourced from @​storybook/blocks's changelog.

8.5.2

8.5.1

Commits
  • 7dac855 Bump version from "8.5.1" to "8.5.2" [skip ci]
  • 600af05 Bump version from "8.5.0" to "8.5.1" [skip ci]
  • See full diff in compare view

Updates @storybook/react from 8.5.0 to 8.5.2

Release notes

Sourced from @​storybook/react's releases.

v8.5.2

8.5.2

v8.5.1

8.5.1

Changelog

Sourced from @​storybook/react's changelog.

8.5.2

8.5.1

Commits
  • 7dac855 Bump version from "8.5.1" to "8.5.2" [skip ci]
  • 600af05 Bump version from "8.5.0" to "8.5.1" [skip ci]
  • 032a765 Merge pull request #30333 from storybookjs/interactions-to-component-2
  • See full diff in compare view

Updates @storybook/react-webpack5 from 8.5.0 to 8.5.2

Release notes

Sourced from @​storybook/react-webpack5's releases.

v8.5.2

8.5.2

v8.5.1

8.5.1

Changelog

Sourced from @​storybook/react-webpack5's changelog.

8.5.2

8.5.1

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 27, 2025
dependabot bot and others added 2 commits January 28, 2025 10:04
Bumps the minor-and-patch group with 31 updates:

| Package | From | To |
| --- | --- | --- |
| [@radix-ui/react-alert-dialog](https://github.com/radix-ui/primitives) | `1.1.4` | `1.1.5` |
| [@radix-ui/react-dialog](https://github.com/radix-ui/primitives) | `1.1.4` | `1.1.5` |
| [@radix-ui/react-dropdown-menu](https://github.com/radix-ui/primitives) | `2.1.4` | `2.1.5` |
| [@radix-ui/react-tooltip](https://github.com/radix-ui/primitives) | `1.1.6` | `1.1.7` |
| [@tiptap/extension-code-block](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-code-block) | `2.11.2` | `2.11.3` |
| [@tiptap/extension-image](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-image) | `2.11.2` | `2.11.3` |
| [@tiptap/extension-link](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-link) | `2.11.2` | `2.11.3` |
| [@tiptap/extension-placeholder](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-placeholder) | `2.11.2` | `2.11.3` |
| [@tiptap/extension-text-style](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text-style) | `2.11.2` | `2.11.3` |
| [@tiptap/pm](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/pm) | `2.11.2` | `2.11.3` |
| [@tiptap/react](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/react) | `2.11.2` | `2.11.3` |
| [@tiptap/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit) | `2.11.2` | `2.11.3` |
| [framer-motion](https://github.com/motiondivision/motion) | `12.0.0` | `12.0.6` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.0` | `7.26.7` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.26.0` | `7.26.7` |
| [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `8.5.0` | `8.5.2` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `8.5.0` | `8.5.2` |
| [@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/blocks) | `8.5.0` | `8.5.2` |
| [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.5.0` | `8.5.2` |
| [@storybook/react-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-webpack5) | `8.5.0` | `8.5.2` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.64.2` | `5.65.0` |
| [@testing-library/user-event](https://github.com/testing-library/user-event) | `14.6.0` | `14.6.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.0.7` | `19.0.8` |
| [eslint](https://github.com/eslint/eslint) | `9.18.0` | `9.19.0` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.4.1` | `15.4.3` |
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.6.10` | `0.6.11` |
| [rollup](https://github.com/rollup/rollup) | `4.31.0` | `4.32.0` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.5.0` | `8.5.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.21.0` | `8.22.0` |
| [viem](https://github.com/wevm/viem) | `2.22.10` | `2.22.15` |
| [wagmi](https://github.com/wevm/wagmi/tree/HEAD/packages/react) | `2.14.8` | `2.14.9` |


Updates `@radix-ui/react-alert-dialog` from 1.1.4 to 1.1.5
- [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.4 to 1.1.5
- [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.4 to 2.1.5
- [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.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 `@tiptap/extension-code-block` from 2.11.2 to 2.11.3
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-code-block/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/[email protected]/packages/extension-code-block)

Updates `@tiptap/extension-image` from 2.11.2 to 2.11.3
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-image/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/[email protected]/packages/extension-image)

Updates `@tiptap/extension-link` from 2.11.2 to 2.11.3
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-link/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/[email protected]/packages/extension-link)

Updates `@tiptap/extension-placeholder` from 2.11.2 to 2.11.3
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-placeholder/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/[email protected]/packages/extension-placeholder)

Updates `@tiptap/extension-text-style` from 2.11.2 to 2.11.3
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-text-style/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/[email protected]/packages/extension-text-style)

Updates `@tiptap/pm` from 2.11.2 to 2.11.3
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/pm/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/[email protected]/packages/pm)

Updates `@tiptap/react` from 2.11.2 to 2.11.3
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/react/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/[email protected]/packages/react)

Updates `@tiptap/starter-kit` from 2.11.2 to 2.11.3
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/starter-kit/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/[email protected]/packages/starter-kit)

Updates `framer-motion` from 12.0.0 to 12.0.6
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.0.0...v12.0.6)

Updates `@babel/core` from 7.26.0 to 7.26.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.7/packages/babel-core)

Updates `@babel/preset-env` from 7.26.0 to 7.26.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.7/packages/babel-preset-env)

Updates `@storybook/addon-essentials` from 8.5.0 to 8.5.2
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.5.2/code/addons/essentials)

Updates `@storybook/addon-links` from 8.5.0 to 8.5.2
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.5.2/code/addons/links)

Updates `@storybook/blocks` from 8.5.0 to 8.5.2
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.5.2/code/lib/blocks)

Updates `@storybook/react` from 8.5.0 to 8.5.2
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.5.2/code/renderers/react)

Updates `@storybook/react-webpack5` from 8.5.0 to 8.5.2
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.5.2/code/frameworks/react-webpack5)

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

Updates `@testing-library/user-event` from 14.6.0 to 14.6.1
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](testing-library/user-event@v14.6...v14.6.1)

Updates `@types/react` from 19.0.7 to 19.0.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `eslint` from 9.18.0 to 9.19.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.18.0...v9.19.0)

Updates `lint-staged` from 15.4.1 to 15.4.3
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.4.1...v15.4.3)

Updates `prettier-plugin-tailwindcss` from 0.6.10 to 0.6.11
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.6.10...v0.6.11)

Updates `rollup` from 4.31.0 to 4.32.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.31.0...v4.32.0)

Updates `storybook` from 8.5.0 to 8.5.2
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.5.2/code/lib/cli)

Updates `typescript-eslint` from 8.21.0 to 8.22.0
- [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.22.0/packages/typescript-eslint)

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

Updates `wagmi` from 2.14.8 to 2.14.9
- [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-alert-dialog"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-dialog"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-dropdown-menu"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-tooltip"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@tiptap/extension-code-block"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@tiptap/extension-image"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@tiptap/extension-link"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@tiptap/extension-placeholder"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@tiptap/extension-text-style"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@tiptap/pm"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@tiptap/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@tiptap/starter-kit"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: framer-motion
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@storybook/addon-links"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@storybook/blocks"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@storybook/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@storybook/react-webpack5"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@testing-library/user-event"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: storybook
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: viem
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: wagmi
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@cgero-eth cgero-eth force-pushed the dependabot/npm_and_yarn/minor-and-patch-243861cfbe branch from 529992c to beb83a9 Compare January 28, 2025 09:05
@cgero-eth cgero-eth changed the title chore: Bump the minor-and-patch group with 31 updates chore: Update minor and patch NPM dependencies Jan 28, 2025
@cgero-eth cgero-eth merged commit d4e1a68 into main Jan 28, 2025
4 checks passed
@cgero-eth cgero-eth deleted the dependabot/npm_and_yarn/minor-and-patch-243861cfbe branch January 28, 2025 09:28
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