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

Bump the minor-and-patch group with 20 updates #5286

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2025

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

Package From To
@chakra-ui/react 2.10.6 2.10.7
framer-motion 12.4.10 12.5.0
@types/react-dom 19.0.2 19.0.4
vite 6.2.1 6.2.2
@tailwindcss/postcss 4.0.13 4.0.14
@tailwindcss/vite 4.0.13 4.0.14
@typescript-eslint/eslint-plugin 8.26.0 8.26.1
@typescript-eslint/parser 8.26.0 8.26.1
tailwindcss 4.0.12 4.0.14
@tanstack/eslint-plugin-query 5.67.2 5.68.0
typescript-eslint 8.26.0 8.26.1
@tanstack/react-query 5.67.2 5.68.0
@amplitude/analytics-browser 2.11.13 2.12.0
@tanstack/react-query-devtools 5.67.2 5.68.0
jotai 2.12.1 2.12.2
@chromatic-com/storybook 3.2.5 3.2.6
@sanity/ui 2.15.2 2.15.6
@sanity/util 3.78.1 3.79.0
@sanity/vision 3.78.1 3.79.0
sanity 3.78.1 3.79.0

Updates @chakra-ui/react from 2.10.6 to 2.10.7

Commits

Updates framer-motion from 12.4.10 to 12.5.0

Changelog

Sourced from framer-motion's changelog.

[12.5.0] 2025-03-11

Added

  • Added motionValue to vanilla JS entrypoint.

Removed

  • Removed framer-motion-3d package.

[12.4.13] 2025-03-11

Fixed

  • Fixed reading initial transform values from elements.

[12.4.12] 2025-03-11

Fixed

  • Removed pointer capture from pan and drag gestures.

[12.4.11] 2025-03-10

Fixed

  • Preventing flattening of scroll animations when type or ease are explicitly set.
Commits

Updates @types/react-dom from 19.0.2 to 19.0.4

Commits

Updates vite from 6.2.1 to 6.2.2

Release notes

Sourced from vite's releases.

v6.2.2

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

6.2.2 (2025-03-14)

  • fix: await client buildStart on top level buildStart (#19624) (b31faab), closes #19624
  • fix(css): inline css correctly for double quote use strict (#19590) (d0aa833), closes #19590
  • fix(deps): update all non-major dependencies (#19613) (363d691), closes #19613
  • fix(indexHtml): ensure correct URL when querying module graph (#19601) (dc5395a), closes #19601
  • fix(preview): use preview https config, not server (#19633) (98b3160), closes #19633
  • fix(ssr): use optional chaining to prevent "undefined is not an object" happening in `ssrRewriteStac (4309755), closes #19612
  • feat: show friendly error for malformed base (#19616) (2476391), closes #19616
  • feat(worker): show asset filename conflict warning (#19591) (367d968), closes #19591
  • chore: extend commit hash correctly when ambigious with a non-commit object (#19600) (89a6287), closes #19600
Commits
  • b12911e release: v6.2.2
  • 98b3160 fix(preview): use preview https config, not server (#19633)
  • b31faab fix: await client buildStart on top level buildStart (#19624)
  • dc5395a fix(indexHtml): ensure correct URL when querying module graph (#19601)
  • 2476391 feat: show friendly error for malformed base (#19616)
  • 4309755 fix(ssr): use optional chaining to prevent "undefined is not an object" happe...
  • 363d691 fix(deps): update all non-major dependencies (#19613)
  • d0aa833 fix(css): inline css correctly for double quote use strict (#19590)
  • 367d968 feat(worker): show asset filename conflict warning (#19591)
  • 89a6287 chore: extend commit hash correctly when ambigious with a non-commit object (...
  • Additional commits viewable in compare view

Updates @tailwindcss/postcss from 4.0.13 to 4.0.14

Release notes

Sourced from @​tailwindcss/postcss's releases.

v4.0.14

Fixed

  • Do not extract candidates with JS string interpolation ${ (#17142)
  • Fix extraction of variants containing . character (#17153)
  • Fix extracting candidates in Clojure/ClojureScript (#17087)
Changelog

Sourced from @​tailwindcss/postcss's changelog.

[4.0.14] - 2025-03-13

Fixed

  • Do not extract candidates with JS string interpolation ${ (#17142)
  • Fix extraction of variants containing . character (#17153)
  • Fix extracting candidates in Clojure/ClojureScript (#17087)
Commits

Updates @tailwindcss/vite from 4.0.13 to 4.0.14

Release notes

Sourced from @​tailwindcss/vite's releases.

v4.0.14

Fixed

  • Do not extract candidates with JS string interpolation ${ (#17142)
  • Fix extraction of variants containing . character (#17153)
  • Fix extracting candidates in Clojure/ClojureScript (#17087)
Changelog

Sourced from @​tailwindcss/vite's changelog.

[4.0.14] - 2025-03-13

Fixed

  • Do not extract candidates with JS string interpolation ${ (#17142)
  • Fix extraction of variants containing . character (#17153)
  • Fix extracting candidates in Clojure/ClojureScript (#17087)
Commits

Updates @typescript-eslint/eslint-plugin from 8.26.0 to 8.26.1

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.26.1

8.26.1 (2025-03-10)

🩹 Fixes

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as eligible for nullish coalescing (#10865)
  • eslint-plugin: [no-unsafe-return] handle recursive type (#10883)
  • rule-tester: export TestLanguageOptions (#10930)

❤️ Thank You

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

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.26.1 (2025-03-10)

🩹 Fixes

  • eslint-plugin: [no-unsafe-return] handle recursive type (#10883)
  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as eligible for nullish coalescing (#10865)

❤️ Thank You

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

Commits
  • 9aa0b6b chore(release): publish 8.26.1
  • ee90e45 fix(eslint-plugin): [no-unsafe-return] handle recursive type (#10883)
  • dba0bed fix(eslint-plugin): [prefer-nullish-coalescing] treat any/unknown as elig...
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.26.0 to 8.26.1

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.26.1

8.26.1 (2025-03-10)

🩹 Fixes

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as eligible for nullish coalescing (#10865)
  • eslint-plugin: [no-unsafe-return] handle recursive type (#10883)
  • rule-tester: export TestLanguageOptions (#10930)

❤️ Thank You

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

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.26.1 (2025-03-10)

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.

Commits

Updates tailwindcss from 4.0.12 to 4.0.14

Release notes

Sourced from tailwindcss's releases.

v4.0.14

Fixed

  • Do not extract candidates with JS string interpolation ${ (#17142)
  • Fix extraction of variants containing . character (#17153)
  • Fix extracting candidates in Clojure/ClojureScript (#17087)

v4.0.13

Fixed

  • Fix Haml pre-processing (#17051)
  • Ensure .node and .wasm files are not scanned for utilities (#17123)
  • Improve performance when scanning JSON files (#17125)
  • Fix extracting candidates containing dots in Haml, Pug, and Slim pre processors (#17094, #17085, #17113)
  • Don't create invalid CSS when encountering a link wrapped in square brackets (#17129)
Changelog

Sourced from tailwindcss's changelog.

[4.0.14] - 2025-03-13

Fixed

  • Do not extract candidates with JS string interpolation ${ (#17142)
  • Fix extraction of variants containing . character (#17153)
  • Fix extracting candidates in Clojure/ClojureScript (#17087)

[4.0.13] - 2025-03-11

Fixed

  • Fix Haml pre-processing (#17051)
  • Ensure .node and .wasm files are not scanned for utilities (#17123)
  • Improve performance when scanning JSON files (#17125)
  • Fix extracting candidates containing dots in Haml, Pug, and Slim pre processors (#17094, #17085, #17113)
  • Don't create invalid CSS when encountering a link wrapped in square brackets (#17129)
Commits

Updates @tanstack/eslint-plugin-query from 5.67.2 to 5.68.0

Release notes

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

v5.68.0

Version 5.68.0 - 3/14/25, 10:00 AM

Changes

Feat

  • eslint-plugin-query: enhance no-rest-destructuring rule to detect spread operations (#8802) (796032d) by Eliya Cohen

Test

Docs

  • Fix broken links in query-options.md (#8800) (d7f4cb0) by @​dngur9801
  • Fix broken links on ssr.md (#8792) (edbb304) by Julien Piron

Packages

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

v5.67.3

Version 5.67.3 - 3/11/25, 5:19 PM

Changes

Refactor

  • types: restore missing readonly (#8783) (79496dd) by Yoomin Kang

... (truncated)

Commits
  • 1dba812 release: v5.68.0
  • 796032d feat(eslint-plugin-query): enhance no-rest-destructuring rule to detect sprea...
  • See full diff in compare view

Updates typescript-eslint from 8.26.0 to 8.26.1

Release notes

Sourced from typescript-eslint's releases.

v8.26.1

8.26.1 (2025-03-10)

🩹 Fixes

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as eligible for nullish coalescing (#10865)
  • eslint-plugin: [no-unsafe-return] handle recursive type (#10883)
  • rule-tester: export TestLanguageOptions (#10930)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.26.1 (2025-03-10)

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 @tanstack/react-query from 5.67.2 to 5.68.0

Release notes

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

v5.68.0

Version 5.68.0 - 3/14/25, 10:00 AM

Changes

Feat

  • eslint-plugin-query: enhance no-rest-destructuring rule to detect spread operations (#8802) (796032d) by Eliya Cohen

Test

Docs

  • Fix broken links in query-options.md (#8800) (d7f4cb0) by @​dngur9801
  • Fix broken links on ssr.md (#8792) (edbb304) by Julien Piron

Packages

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

v5.67.3

Version 5.67.3 - 3/11/25, 5:19 PM

Changes

Refactor

  • types: restore missing readonly (#8783) (79496dd) by Yoomin Kang

... (truncated)

Commits

Updates @amplitude/analytics-browser from 2.11.13 to 2.12.0

Release notes

Sourced from @​amplitude/analytics-browser's releases.

@​amplitude/analytics-browser@​2.12.0

2.12.0 (2025-03-14)

Features

  • analytics-core: merge analytics-client-common (#977) (1746ae5)
  • analytics-core: merge analytics-types (#989) (9f7ed68)
Commits
  • 7c04614 chore(release): publish
  • e736a65 feat(analytics-core): add support for revenue receipt and receipt sig (#991)
  • da1db25 test(analytics-core): replace analytics-types with analytics-core (#992)
  • 9f7ed68 feat(analytics-core): merge analytics-types (#989)
  • c837a07 fix(autocapture): remove time assignment for element interactions tracking (#...
  • c27cfdf chore(plugin-autocapture-browser): remove analytics-client-common (#988)
  • 1746ae5 feat(analytics-core): merge analytics-client-common (#977)
  • 2c4b4b8 chore(release): publish
  • 9cbbb09 fix(session replay): truncate the X-Client-Url to avoid ELB 400 error (#984)
  • c665be6 test(examples): update page view event name (#982)
  • Additional commits viewable in compare view

Updates @tanstack/react-query-devtools from 5.67.2 to 5.68.0

Release notes

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

v5.68.0

Version 5.68.0 - 3/14/25, 10:00 AM

Changes

Feat

  • eslint-plugin-query: enhance no-rest-destructuring rule to detect spread operations (#8802) (796032d) by Eliya Cohen

Test

Docs

  • Fix broken links in query-options.md (#8800) (d7f4cb0) by @​dngur9801
  • Fix broken links on ssr.md (#8792) (edbb304) by Julien Piron

Packages

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

v5.67.3

Version 5.67.3 - 3/11/25, 5:19 PM

Changes

Refactor

  • types: restore missing readonly (#8783) (79496dd) by Yoomin Kang

... (truncated)

Commits

Updates jotai from 2.12.1 to 2.12.2

Release notes

Sourced from jotai's releases.

v2.12.2

It includes some refactors and some minor fixes.

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.12.1...v2.12.2

Commits
  • a38128d 2.12.2
  • 5ee412a chore: update dev dependencies (#3022)
  • 6f2ae77 refactor(core): avoid onCancel hack (#3019)
  • e0289af fix(utils): Fix deepFreeze fails for boolean, number, string (#3018)
  • 5f42e12 fix(utils): atomWithObservable option for React 19 behavior (#3016)
  • d06e958 fix(core): improve error handling with multiple errors in flashCallbacks (#3011)
  • dd6625d fix: examples/mega-form remove itemAtom; (#3017)
  • 64b4e2a disable blank issues
  • ee7d3cf docs: simplify jotai-effect docs (#3000)
  • 268ab95 refactor(vanilla, react): change exported functions to 'function declarations...
  • Additional commits viewable in compare view

Updates @chromatic-com/storybook from 3.2.5 to 3.2.6

Release notes

Sourced from @​chromatic-com/storybook's releases.

v3.2.6

🐛 Bug Fix

Authors: 1

v3.2.6-next.0

⚠️ Pushed to next

Authors: 1

Changelog

Sourced from @​chromatic-com/storybook's changelog.

v3.2.6 (Fri Mar 14 2025)

🐛 Bug Fix

Authors: 1


v3.2.4 (Wed Feb 26 2025)

🐛 Bug Fix

Authors: 3


v3.2.3 (Thu Dec 19 2024)

🐛 Bug Fix

Authors: 2


v3.2.2 (Thu Oct 31 2024)

🐛 Bug Fix

Authors: 1

... (truncated)

Commits

Updates @sanity/ui from 2.15.2 to 2.15.6

Release notes

Sourced from @​sanity/ui's releases.

v2.15.6

2.15.6 (2025-03-12)

Bug Fixes

  • deps: update dependency framer-motion to ^12.5.0 (#1652) (533d782)

This release is also available on:

v2.15.5

2.15.5 (2025-03-11)

Bug Fixes

  • deps: downgrade react-compiler-runtime (0ec56b5)

This release is also available on:

v2.15.4

2.15.4 (2025-03-10)

Bug Fixes

  • deps: update React Compiler dependencies 🤖 ✨ (#1645) (5223d5a)

This release is also available on:

v2.15.3

2.15.3 (2025-03-10)

Bug Fixes


This release is also available on:

Changelog

Sourced from @​sanity/ui's changelog.

2.15.6 (2025-03-12)

Bug Fixes

  • deps: update dependency framer-motion to ^12.5.0 (#1652) (533d782)

2.15.5 (2025-03-11)

Bug Fixes

  • deps: downgrade react-compiler-runtime (0ec56b5)

2.15.4 (2025-03-10)

Bug Fixes

  • deps: update React Compiler dependencies 🤖 ✨ (#1645) (5223d5a)

2.15.3 (2025-03-10)

Bug Fixes

Commits
  • e075a11 chore(release): 2.15.6 [skip ci]
  • 533d782 fix(deps): update dependency framer-motion to ^12.5.0 (#1652)
  • 1d09047 chore(deps): update dependency typescript to v5.8.2 (#1655)
  • 2bcde16 chore(deps): update dependency @​sanity/pkg-utils to ^7.1.0 (#1559)
  • 32ec794 chore(deps): update linters to v8 (major) (#1638)
  • ba4155b chore(deps): update dependency refractor to ^4.9.0 (#1651)
  • 3efb474 chore(deps): update dependency @​babel/core to ^7.26.10 (#1647)
  • c7f0b46 chore(deps): update dependency eslint-config-prettier to ^10.1.1 (#1650)
  • c040c1a chore(deps): update storybook monorepo to ^8.6.4 (#1648)
  • 716b1e0 chore(deps): update pnpm to v9.15.9 (#1646)
  • Additional commits viewable in

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

| Package | From | To |
| --- | --- | --- |
| [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react) | `2.10.6` | `2.10.7` |
| [framer-motion](https://github.com/motiondivision/motion) | `12.4.10` | `12.5.0` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.0.2` | `19.0.4` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.2.1` | `6.2.2` |
| [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.0.13` | `4.0.14` |
| [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.0.13` | `4.0.14` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.26.0` | `8.26.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.26.0` | `8.26.1` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.0.12` | `4.0.14` |
| [@tanstack/eslint-plugin-query](https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query) | `5.67.2` | `5.68.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.26.0` | `8.26.1` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.67.2` | `5.68.0` |
| [@amplitude/analytics-browser](https://github.com/amplitude/Amplitude-TypeScript) | `2.11.13` | `2.12.0` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.67.2` | `5.68.0` |
| [jotai](https://github.com/pmndrs/jotai) | `2.12.1` | `2.12.2` |
| [@chromatic-com/storybook](https://github.com/chromaui/addon-visual-tests) | `3.2.5` | `3.2.6` |
| [@sanity/ui](https://github.com/sanity-io/ui) | `2.15.2` | `2.15.6` |
| [@sanity/util](https://github.com/sanity-io/sanity/tree/HEAD/packages/@sanity/util) | `3.78.1` | `3.79.0` |
| [@sanity/vision](https://github.com/sanity-io/sanity/tree/HEAD/packages/@sanity/vision) | `3.78.1` | `3.79.0` |
| [sanity](https://github.com/sanity-io/sanity/tree/HEAD/packages/sanity) | `3.78.1` | `3.79.0` |


Updates `@chakra-ui/react` from 2.10.6 to 2.10.7
- [Release notes](https://github.com/chakra-ui/chakra-ui/releases)
- [Changelog](https://github.com/chakra-ui/chakra-ui/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/chakra-ui/chakra-ui/commits/HEAD/packages/react)

Updates `framer-motion` from 12.4.10 to 12.5.0
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.4.10...v12.5.0)

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

Updates `vite` from 6.2.1 to 6.2.2
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.2.2/packages/vite)

Updates `@tailwindcss/postcss` from 4.0.13 to 4.0.14
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.14/packages/@tailwindcss-postcss)

Updates `@tailwindcss/vite` from 4.0.13 to 4.0.14
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.14/packages/@tailwindcss-vite)

Updates `@typescript-eslint/eslint-plugin` from 8.26.0 to 8.26.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.26.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.26.0 to 8.26.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.26.1/packages/parser)

Updates `tailwindcss` from 4.0.12 to 4.0.14
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.14/packages/tailwindcss)

Updates `@tanstack/eslint-plugin-query` from 5.67.2 to 5.68.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.68.0/packages/eslint-plugin-query)

Updates `typescript-eslint` from 8.26.0 to 8.26.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.26.1/packages/typescript-eslint)

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

Updates `@amplitude/analytics-browser` from 2.11.13 to 2.12.0
- [Release notes](https://github.com/amplitude/Amplitude-TypeScript/releases)
- [Commits](https://github.com/amplitude/Amplitude-TypeScript/compare/@amplitude/[email protected]...@amplitude/[email protected])

Updates `@tanstack/react-query-devtools` from 5.67.2 to 5.68.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.68.0/packages/react-query-devtools)

Updates `jotai` from 2.12.1 to 2.12.2
- [Release notes](https://github.com/pmndrs/jotai/releases)
- [Commits](pmndrs/jotai@v2.12.1...v2.12.2)

Updates `@chromatic-com/storybook` from 3.2.5 to 3.2.6
- [Release notes](https://github.com/chromaui/addon-visual-tests/releases)
- [Changelog](https://github.com/chromaui/addon-visual-tests/blob/v3.2.6/CHANGELOG.md)
- [Commits](chromaui/addon-visual-tests@v3.2.5...v3.2.6)

Updates `@sanity/ui` from 2.15.2 to 2.15.6
- [Release notes](https://github.com/sanity-io/ui/releases)
- [Changelog](https://github.com/sanity-io/ui/blob/main/CHANGELOG.md)
- [Commits](sanity-io/ui@v2.15.2...v2.15.6)

Updates `@sanity/util` from 3.78.1 to 3.79.0
- [Release notes](https://github.com/sanity-io/sanity/releases)
- [Commits](https://github.com/sanity-io/sanity/commits/v3.79.0/packages/@sanity/util)

Updates `@sanity/vision` from 3.78.1 to 3.79.0
- [Release notes](https://github.com/sanity-io/sanity/releases)
- [Commits](https://github.com/sanity-io/sanity/commits/v3.79.0/packages/@sanity/vision)

Updates `sanity` from 3.78.1 to 3.79.0
- [Release notes](https://github.com/sanity-io/sanity/releases)
- [Commits](https://github.com/sanity-io/sanity/commits/v3.79.0/packages/sanity)

---
updated-dependencies:
- dependency-name: "@chakra-ui/react"
  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-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@tailwindcss/postcss"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@tailwindcss/vite"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: tailwindcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@tanstack/eslint-plugin-query"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@amplitude/analytics-browser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@tanstack/react-query-devtools"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: jotai
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@chromatic-com/storybook"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@sanity/ui"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@sanity/util"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@sanity/vision"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: sanity
  dependency-type: direct:production
  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 Mar 17, 2025
@dependabot dependabot bot requested a review from a team as a code owner March 17, 2025 07:04
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 17, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 17, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-and-patch-89b8d7466e branch March 17, 2025 14:25
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.

0 participants