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(deps): bump the dependencies group across 1 directory with 59 updates #11

Closed

Conversation

dependabot[bot]
Copy link

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

Bumps the dependencies group with 58 updates in the / directory:

Package From To
@bsv/sdk 1.0.37 1.3.9
@estruyf/github-actions-reporter 1.9.2 1.10.0
@heroicons/react 2.1.3 2.2.0
@hookform/resolvers 3.9.0 3.10.0
@radix-ui/react-accordion 1.1.2 1.2.2
@radix-ui/react-avatar 1.0.4 1.1.2
@radix-ui/react-dialog 1.0.5 1.1.5
@radix-ui/react-dropdown-menu 2.0.6 2.1.5
@radix-ui/react-label 2.1.0 2.1.1
@radix-ui/react-popover 1.0.7 1.1.5
@radix-ui/react-radio-group 1.1.3 1.2.2
@radix-ui/react-select 2.0.0 2.1.5
@radix-ui/react-tabs 1.0.4 1.1.2
@radix-ui/react-tooltip 1.1.2 1.1.7
@tanstack/react-query 5.37.1 5.64.2
@tanstack/react-router 1.33.4 1.97.23
@tanstack/react-table 8.17.3 8.20.6
class-variance-authority 0.7.0 0.7.1
date-fns 3.6.0 4.1.0
lucide-react 0.436.0 0.474.0
next-themes 0.3.0 0.4.4
pino 9.1.0 9.6.0
pino-pretty 11.0.0 13.0.0
react 18.3.1 19.0.0
@types/react 18.3.2 19.0.8
react-day-picker 8.10.1 9.5.0
react-dom 18.3.1 19.0.0
@types/react-dom 18.3.0 19.0.3
react-hook-form 7.52.2 7.54.2
sonner 1.4.41 1.7.2
tailwind-merge 2.5.2 2.6.0
tailwind-scrollbar-hide 1.1.7 2.0.0
use-debounce 10.0.3 10.0.4
zod 3.23.8 3.24.1
@eslint/compat 1.0.1 1.2.5
@eslint/js 9.3.0 9.19.0
@playwright/test 1.47.2 1.50.0
@tanstack/eslint-plugin-query 5.35.6 5.64.2
@tanstack/router-devtools 1.33.4 1.97.23
@tanstack/router-vite-plugin 1.32.17 1.97.23
@types/node 20.12.12 22.10.10
@typescript-eslint/parser 7.9.0 8.21.0
@vitejs/plugin-react-swc 3.6.0 3.7.2
@vitest/coverage-v8 2.0.5 3.0.4
autoprefixer 10.4.19 10.4.20
eslint 9.8.0 9.19.0
eslint-plugin-import 2.29.1 2.31.0
eslint-plugin-react 7.35.0 7.37.4
eslint-plugin-react-hooks 4.6.2 5.1.0
eslint-plugin-react-refresh 0.4.7 0.4.18
globals 15.3.0 15.14.0
postcss 8.4.38 8.5.1
prettier 3.2.5 3.4.2
tailwindcss 3.4.3 4.0.0
typescript 5.4.5 5.7.3
typescript-eslint 7.9.0 8.21.0
vite 5.2.11 6.0.11
vitest 2.0.5 3.0.4

Updates @bsv/sdk from 1.0.37 to 1.3.9

Changelog

Sourced from @​bsv/sdk's changelog.

[1.3.9] - 2025-01-23

Changed

  • Export WalletInterface and ProtoWallet but not Wallet
  • ProtoWallet does not deal with privilege or originators

[1.3.8] - 2025-01-20

Fixed

  • Fixed the double export of Beef class as named and default which was messing up the constructor somehow. Now it's a named export and that means the BEEF_V1 and V2 constants are also available as exported values.

[1.3.7] - 2025-01-18

Fixed

  • Fixed the double export of Beef class as named and default which was messing up the constructor somehow. Now it's a named export and that means the BEEF_V1 and V2 constants are also available as exported values.

[1.3.6] - 2025-01-17

Added

  • Consolidated certificate functionality
  • Added certificate tests

[1.3.4] - 2025-01-17

Changed

Changes to cleanup and normalize types in Wallet.interfaces.ts and dependent files.

  • Wallet.interfaces.ts

  • KeyDeriver.ts

  • CachedKeyDeriver.ts

  • ProtoWallet.ts

  • WalletClient.ts

  • HttpWalletJSON.ts

  • WalletWireTranceiver.ts

  • XDM.ts

... (truncated)

Commits

Updates @estruyf/github-actions-reporter from 1.9.2 to 1.10.0

Release notes

Sourced from @​estruyf/github-actions-reporter's releases.

v1.10.0 release

What's Changed

  • Added showArtifactsLink property which allows you to show a link to the artifacts section in the workflow overview
  • #19: Added the ability to show image attachments in the summary
  • #29: New option to put annotations in table column instead of above the row. Thanks to Josh Clifford .

New Contributors

Full Changelog: estruyf/playwright-github-actions-reporter@v1.9.2...v1.10.0

Changelog

Sourced from @​estruyf/github-actions-reporter's changelog.

[1.10.0]

  • Added showArtifactsLink property which allows you to show a link to the artifacts section in the workflow overview
  • #19: Added the ability to show image attachments in the summary
  • #29: New option to put annotations in table column instead of above the row. Thanks to Josh Clifford .
Commits
  • a866f08 Merge pull request #31 from estruyf/dev
  • 62cb228 Update CHANGELOG.md
  • 98d9855 Merge pull request #30 from jsclifford/issue-29-annotations-in-table-column
  • 7b32050 issuu-29 - Added tests to fix code coverage, ran npm audit fix, and reporter ...
  • fc96a7b Merge branch 'dev' into issue-29-annotations-in-table-column
  • 0db73fe issue-29 - Adding annotation as a column into the table as an optional setting.
  • fb8802f Add showArtifactsLink property to GitHubActionOptions
  • 51fa6d6 1.10.0
  • bbb0bc9 Update changelog
  • 161cd42 Merge branch 'feature/attachments' into dev
  • Additional commits viewable in compare view

Updates @heroicons/react from 2.1.3 to 2.2.0

Release notes

Sourced from @​heroicons/react's releases.

v2.2.0

Added

  • Add React 19 support (#1247)

Fixed

  • Removed unnecessary clipping path from solid/arrow-left-circle (#1211)

v2.1.5

Added

  • Add new icons (arrow-turn-*, bold, calendar-date-range, divide, document-currency-*, equals, h1, h2, h3, italic, link-slash, numbered-list, percent-badge, slash, strikethrough, underline)

v2.1.4

Fixed

  • Improve tree-shakability of React package (#1192)
Changelog

Sourced from @​heroicons/react's changelog.

[2.2.0] - 2024-11-18

Added

  • Add React 19 support (#1247)

Fixed

  • Removed unnecessary clipping path from solid/arrow-left-circle (#1211)

[2.1.5] - 2024-07-10

Added

  • Add new icons (arrow-turn-*, bold, calendar-date-range, divide, document-currency-*, equals, h1, h2, h3, italic, link-slash, numbered-list, percent-badge, slash, strikethrough, underline)

[2.1.4] - 2024-06-17

Fixed

  • Improve tree-shakability of React package (#1192)
Commits

Updates @hookform/resolvers from 3.9.0 to 3.10.0

Release notes

Sourced from @​hookform/resolvers's releases.

v3.10.0

3.10.0 (2025-01-06)

Features

v3.9.1

3.9.1 (2024-10-28)

Bug Fixes

  • Valibot peer dependency to support dist-tags (#723) (3ab415e)
Commits

Updates @radix-ui/react-accordion from 1.1.2 to 1.2.2

Commits
Maintainer changes

This version was pushed to npm by chancestrickland, a new releaser for @​radix-ui/react-accordion since your current version.


Updates @radix-ui/react-avatar from 1.0.4 to 1.1.2

Commits
Maintainer changes

This version was pushed to npm by chancestrickland, a new releaser for @​radix-ui/react-avatar since your current version.


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

Commits
Maintainer changes

This version was pushed to npm by chancestrickland, a new releaser for @​radix-ui/react-dialog since your current version.


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

Commits
Maintainer changes

This version was pushed to npm by chancestrickland, a new releaser for @​radix-ui/react-dropdown-menu since your current version.


Updates @radix-ui/react-label from 2.1.0 to 2.1.1

Commits
Maintainer changes

This version was pushed to npm by chancestrickland, a new releaser for @​radix-ui/react-label since your current version.


Updates @radix-ui/react-popover from 1.0.7 to 1.1.5

Commits
Maintainer changes

This version was pushed to npm by chancestrickland, a new releaser for @​radix-ui/react-popover since your current version.


Updates @radix-ui/react-radio-group from 1.1.3 to 1.2.2

Commits
Maintainer changes

This version was pushed to npm by chancestrickland, a new releaser for @​radix-ui/react-radio-group since your current version.


Updates @radix-ui/react-select from 2.0.0 to 2.1.5

Commits
Maintainer changes

This version was pushed to npm by chancestrickland, a new releaser for @​radix-ui/react-select since your current version.


Updates @radix-ui/react-slot from 1.1.0 to 1.1.1

Commits
Maintainer changes

This version was pushed to npm by chancestrickland, a new releaser for @​radix-ui/react-slot since your current version.


Updates @radix-ui/react-tabs from 1.0.4 to 1.1.2

Commits
Maintainer changes

This version was pushed to npm by chancestrickland, a new releaser for @​radix-ui/react-tabs since your current version.


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

Commits
Maintainer changes

This version was pushed to npm by chancestrickland, a new releaser for @​radix-ui/react-tooltip since your current version.


Updates @tanstack/react-query from 5.37.1 to 5.64.2

Release notes

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

v5.64.2

Version 5.64.2 - 1/19/25, 8:45 AM

Changes

Fix

  • react-query: add missing subscribed option to UseInfiniteQueryOptions (#8546) (3e3fba9) by Seyed Mohammad Asadi

Chore

  • deps: replace rimraf with premove (#8532) (f04dd19) by Lachlan Collins

Packages

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

v5.64.1

Version 5.64.1 - 1/13/25, 1:23 PM

Changes

Fix

  • types: support both Array and ReadonlyArray for typed query and mutation keys (#8529) (8d174c8) by @​neefrehman

Packages

  • @​tanstack/query-core@​5.64.1
  • @​tanstack/query-broadcast-client-experimental@​5.64.1

... (truncated)

Commits
  • d4d2466 release: v5.64.2
  • 3e3fba9 fix(react-query): add missing subscribed option to UseInfiniteQueryOptions (#...
  • f04dd19 chore(deps): replace rimraf with premove (#8532)
  • e3e8814 release: v5.64.1
  • 4a589bf release: v5.64.0
  • 564e549 release: v5.63.0
  • e2bc216 feat(react-query): allow useQuery and useQueries to unsubscribe from the quer...
  • 3c5d8e3 release: v5.62.16
  • c91c590 release: v5.62.14
  • 0503282 fix(react-query): ensureSuspenseTimers should ALWAYS set staleTime to 1000 wh...
  • Additional commits viewable in compare view

Updates @tanstack/react-router from 1.33.4 to 1.97.23

Release notes

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

v1.97.23

Version 1.97.23 - 1/26/25, 8:10 PM

Changes

Fix

  • react-router: broken docs link on the deprecation of the NotFoundRoute API (#3245) (93280d0) by Sean Cassiere

Chore

  • e2e,examples: tailwindcss v4 (#3235) (96e9e1a) by Sean Cassiere

Docs

  • start: small fixes to clean up issues in documentation (#3241) (6c9c419) by @​jherr
  • router: update quickstart guide on when routeTree generation occurs(#3239) (58571eb) by Ivan Maksimovic

Packages

  • @​tanstack/react-router@​1.97.23
  • @​tanstack/react-router-with-query@​1.97.23
  • @​tanstack/zod-adapter@​1.97.23
  • @​tanstack/valibot-adapter@​1.97.23
  • @​tanstack/arktype-adapter@​1.97.23
  • @​tanstack/router-devtools@​1.97.23
  • @​tanstack/router-generator@​1.97.23
  • @​tanstack/router-cli@​1.97.23
  • @​tanstack/router-plugin@​1.97.23
  • @​tanstack/router-vite-plugin@​1.97.23
  • @​tanstack/start-client@​1.97.23
  • @​tanstack/start-server@​1.97.23
  • @​tanstack/create-router@​1.97.23
  • @​tanstack/create-start@​1.97.23
  • @​tanstack/start-config@​1.97.23
  • @​tanstack/start-api-routes@​1.97.23
  • @​tanstack/start-server-functions-fetcher@​1.97.23
  • @​tanstack/start-server-functions-handler@​1.97.23
  • @​tanstack/start-server-functions-client@​1.97.23
  • @​tanstack/start-server-functions-ssr@​1.97.23
  • @​tanstack/start-router-manifest@​1.97.23
  • @​tanstack/start@​1.97.23

v1.97.22

Version 1.97.22 - 1/26/25, 2:54 AM

Changes

Refactor

... (truncated)

Commits
  • bd605e0 release: v1.97.23
  • 93280d0 fix(react-router): broken docs link on the deprecation of the NotFoundRoute A...
  • efa57cc release: v1.97.21
  • a3e0899 refactor(router-core): move router-core into a separate package (#3171)
  • 780c837 release: v1.97.20
  • 5b0a82b fix(react-router): use intersections for search param merging (#3220)
  • a0e8481 release: v1.97.19
  • b9f44bc chore(deps): update all non-major dependencies (#3018)
  • bcf3b51 release: v1.97.18
  • 2ec5637 fix: Upgrade examples/packages deps to react 19 (#3229)
  • Additional commits viewable in compare view

Updates @tanstack/react-table from 8.17.3 to 8.20.6

Release notes

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

v8.20.6

Version 8.20.6 - 12/13/24, 2:34 PM

Changes

Fix

  • JSX namespace from React (#5830) (cbcea6a) by Bill Collins

Chore

  • update @​tanstack/config to v0.13.0 (#5731) (2db4061) by Lachlan Collins

Docs

  • Updated some incomplete docs (#5741) (6b4d616) by M Hamid
  • Fix label typo in config.json (#5712) (7fe650d) by Petter Juterud Barhaugen

Packages

  • @​tanstack/react-table@​8.20.6
  • @​tanstack/react-table-devtools@​8.20.6

v8.20.5

Version 8.20.5 - 8/24/24, 11:37 PM

Changes

Fix

  • table-core: allow searching of numbers (#5718) (237b1c4) by GaganSingh7

Docs

  • vue: add information about shallowRef for reactive data (#5706) (58913b6) by Ola Alsaker

Packages

  • @​tanstack/table-core@​8.20.5
  • @​tanstack/angular-table@​8.20.5
  • @​tanstack/lit-table@​8.20.5
  • @​tanstack/qwik-table@​8.20.5
  • @​tanstack/react-table@​8.20.5
  • @​tanstack/solid-table@​8.20.5
  • @​tanstack/svelte-table@​8.20.5
  • @​tanstack/vue-table@​8.20.5
  • @​tanstack/react-table-devtools@​8.20.5

v8.20.4

Version 8.20.4 - 8/9/24, 12:41 PM

... (truncated)

Commits

Updates class-variance-authority from 0.7.0 to 0.7.1

Release notes

Sourced from class-variance-authority's releases.

v0.7.1

What's Changed

New Contributors

Full Changelog: joe-bell/cva@v0.7.0...v0.7.1

Commits

Updates date-fns from 3.6.0 to 4.1.0

Release notes

Sourced from date-fns's releases.

v4.1.0

This release adds time zone support to format functions (that I somehow missed when working on the feature) and fixes a few bugs.

Make sure also upgrade TZDate to v1.0.2 as it includes a bunch of critical bug fixes.

Fixed

  • Fixed internal constructFrom throwing an exception on null arguments. While null isn't allowed, the functions should rather return Invalid Date or NaN in such cases. See #3885.

Added

  • Added missing time zone support to format, formatISO, formatISO9075, formatRelative and formatRFC3339. See #3886.

v4.0.0

I have great news! First, ten years after its release, date-fns finally gets first-class time zone support.

Another great news is that there aren't many breaking changes in this release. All of them are type-related and will affect only those explicitly using internal date-fns types. Finally, it has been less than a year since the last major release, which is an improvement over the previous four years between v2 and v3. I plan on keeping the pace and minimizing breaking changes moving forward.

Read more about the release in the announcement blog post.

- Sasha @​kossnocorp

Added

  • Added time zones support via @date-fns/tz's TZDate class and tz helper function. See its README for the details about the API.

  • All relevant functions now accept the context in option, which allows to specify the time zone to make the calculations in. If the function also returns a date, it will be in the specified time zone:

    import { addDays, startOfDay } from "date-fns";
    import { tz } from "@date-fns/tz";
    startOfDay(addDays(Date.now(), 5, { in: tz("Asia/Singapore") }));
    //=> "2024-09-16T00:00:00.000+08:00"

    In the example, addDays will get the current date and time in Singapore and add 5 days to it. startOfDay will inherit the date type and return the start of the day in Singapore.

Changed

  • The function arguments, as well as Interval's start and end, now can be of different types, allowing you to mix UTCDate, TZDate, Date, and other extensions, as well as primitives (strings and numbers).

    The functions will normalize these values, make calculations, and return the result in the same type, preventing any bugs caused by the discrepancy. If passed, the type will be inferred from the context in option or the first encountered argument object type. The Interval's start and end will be considered separately, starting from start.

    In the given example, the result will be in the TZDate as the first argument is a number, and the start takes precedence over the end.

    clamp(Date.now(), {
      start: new TZDate(start, "Asia/Singapore"),
      end: new UTCDate(),

... (truncated)

Changelog

Sourced from date-fns's changelog.

v4.1.0 - 2024-09-17

This release adds time zone support to format functions (that I somehow missed when working on the feature) and fixes a few bugs.

Make sure also upgrade TZDate to v1.0.2 as it includes a bunch of critical bug fixes.

Fixed

  • Fixed internal constructFrom throwing an exception on null arguments. While null isn't allowed, the functions should rather return Invalid Date or NaN in such cases. See #3885.

Added

  • Added missing time zone support to format, formatISO, formatISO9075, formatRelative and formatRFC3339. See #3886.

v4.0.0 - 2024-09-16

I have great news! First, ten years after its release, date-fns finally gets first-class time zone support.

Another great news is that there aren't many breaking changes in this release. All of them are type-related and will affect only those explicitly using internal date-fns types. Finally, it has been less than a year since the last major release, which is an improvement over the previous four years between v2 and v3. I plan on keeping the pace and minimizing breaking changes moving forward.

Read more about the release in the announcement blog post.

- Sasha @​kossnocorp

Added

  • Added time zones support via @date-fns/tz's TZDate class and tz helper function. See its README for the details about the API.

  • All relevant functions now accept the context in option, which allows to specify the time zone to make the calculations in. If the function also returns a date, it will be in the specified time zone:

    import { addDays, startOfDay } from "date-fns";
    import { tz } from "@date-fns/tz";
    startOfDay(addDays(Date.now(), 5, { in: tz("Asia/Singapore") }));
    //=> "2024-09-16T00:00:00.000+08:00"

    In the example, addDays will get the current date and time in Singapore and add 5 days to it. startOfDay will inherit the date type and return the start of the day in Singapore.

Changed

  • The function arguments, as well as Interval's start and end, now can be of different types, allowing you to mix UTCDate, TZDate, Date, and other extensions, as well as primitives (strings and numbers).

    The functions will normalize these values, make calculations, and return the result in the same type, preventing any bugs caused by the discrepancy. If passed, the type will be inferred from the context in option or the first encountered argument object type. The Interval's start and end will be considered separately, starting from start.

    In the given example, the result will be in the TZDate as the first argument is a number, and the start takes precedence over the end.

    clamp(Date.now(), {

... (truncated)

Commits
  • 313b902 Fix v4.1.0 change log entry
  • 26cd336 Promote to v4.1.0
  • 97b53b9 Cover time zone edge cases
  • 59b7563 Add missing time zone support to format, formatISO, formatISO9075, formatRela...
  • 0121164 Prevent constructFrom from throwing an error on null
  • bd87ef5 Update @​date-fns/docs
  • 99b4e67 Prepare v4.0
  • 8df1706 Rewrite the time zones doc
  • e351977 Promote to v4.0.0-beta.1
  • 8523656 Fix scripts/test/types.sh
  • Additional commits viewable in compare view

Updates lucide-react from 0.436.0 to 0.474.0

Release notes

Sourced from lucide-react's releases.

New icons 0.474.0

Modified Icons 🔨

New icons 0.473.0

Modified Icons 🔨

New icons 0.472.0

New icons 🎨

What's Changed

Full Changelog: lucide-icons/lucide@0.471.1...0.472.0

Hotfix Lucide React exports

What's Changed

Dynamic Icon component Lucide React and new icons 0.471.0

New Dynamic Icon Component (lucide-react)

This is an easier approach than the previous dynamicIconImports we exported in the library. This one supports all environments. We removed the examples in the docs of how you can make a dynamic icon yourself with a dedicated DynamicIcon component. This one fetches the icon data itself and renders it instead of fetching the Icon component from the library. This makes it more flexible with all the frontend frameworks and libraries that exist for React.

🚨 Not recommended for regular applications that work fine with the regular static icon components. Using the dynamic icon component increases build time, separate bundles, and separate network requests for each icon.

How to use

DynamicIcon is useful for applications that want to show icons dynamically by icon name, for example when using a content management system where icon names are stored in a database.

const App = () => (
  <DynamicIcon name="camera" color="red" size={48} />
);
</tr></table> 

... (truncated)

Commits
  • 961404d replace keyof ReactSVG with SVGElementType (#2668)
  • 31c3fef fix(lucide-react) Adds type module in package.json (#2731)
  • 58c2e10 feat(lucide-react): Add DynamicIcon component (#2686)
  • 970fc3d fix(lucide-react): support React 19 (#2666)
  • 4f038d5 feat(docs): add Bun.sh support to documentation (#2642)
  • 1d5c725 Fix path image backer
  • d9a0119 feat(readme): add pdfme as an awesome backer (#2639)
  • c6c645c docs(readme): Update readme files (#2634)
  • b177743 feat(lucide-react, lucide-preact, lucide-react-native, lucide-solid, lucide-v...
  • b8cd54f chore: Update dependencies (#2570)
  • Additional commits viewable in compare view

Updates next-themes from 0.3.0 to 0.4.4

Release notes

Sourced from next-themes's releases.

v0.4.4

What's Changed

New Contributors

Full Changelog: pacocoursey/next-themes@v0.4.3...v0.4.4

v0.4.3

What's Changed

  • Pass nonce to inline style tag when using disableTransitionOnChange

Full Changelog: pacocoursey/next-themes@v0.4.2...v0.4.3

v0.4.2

What's Changed

New Contributors

Full Changelog: pacocoursey/next-themes@v0.4.1...v0.4.2

v0.4.1

What's Changed

New Contributors

Full Changelog: pacocoursey/next-themes@v0.4.0...v0.4.1

v0.4.0

What's Changed

…pdates

Bumps the dependencies group with 58 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@bsv/sdk](https://github.com/bitcoin-sv/ts-sdk) | `1.0.37` | `1.3.9` |
| [@estruyf/github-actions-reporter](https://github.com/estruyf/playwright-github-actions-reporter) | `1.9.2` | `1.10.0` |
| [@heroicons/react](https://github.com/tailwindlabs/heroicons) | `2.1.3` | `2.2.0` |
| [@hookform/resolvers](https://github.com/react-hook-form/resolvers) | `3.9.0` | `3.10.0` |
| [@radix-ui/react-accordion](https://github.com/radix-ui/primitives) | `1.1.2` | `1.2.2` |
| [@radix-ui/react-avatar](https://github.com/radix-ui/primitives) | `1.0.4` | `1.1.2` |
| [@radix-ui/react-dialog](https://github.com/radix-ui/primitives) | `1.0.5` | `1.1.5` |
| [@radix-ui/react-dropdown-menu](https://github.com/radix-ui/primitives) | `2.0.6` | `2.1.5` |
| [@radix-ui/react-label](https://github.com/radix-ui/primitives) | `2.1.0` | `2.1.1` |
| [@radix-ui/react-popover](https://github.com/radix-ui/primitives) | `1.0.7` | `1.1.5` |
| [@radix-ui/react-radio-group](https://github.com/radix-ui/primitives) | `1.1.3` | `1.2.2` |
| [@radix-ui/react-select](https://github.com/radix-ui/primitives) | `2.0.0` | `2.1.5` |
| [@radix-ui/react-tabs](https://github.com/radix-ui/primitives) | `1.0.4` | `1.1.2` |
| [@radix-ui/react-tooltip](https://github.com/radix-ui/primitives) | `1.1.2` | `1.1.7` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.37.1` | `5.64.2` |
| [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router) | `1.33.4` | `1.97.23` |
| [@tanstack/react-table](https://github.com/TanStack/table/tree/HEAD/packages/react-table) | `8.17.3` | `8.20.6` |
| [class-variance-authority](https://github.com/joe-bell/cva) | `0.7.0` | `0.7.1` |
| [date-fns](https://github.com/date-fns/date-fns) | `3.6.0` | `4.1.0` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.436.0` | `0.474.0` |
| [next-themes](https://github.com/pacocoursey/next-themes) | `0.3.0` | `0.4.4` |
| [pino](https://github.com/pinojs/pino) | `9.1.0` | `9.6.0` |
| [pino-pretty](https://github.com/pinojs/pino-pretty) | `11.0.0` | `13.0.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.3.1` | `19.0.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.2` | `19.0.8` |
| [react-day-picker](https://github.com/gpbl/react-day-picker) | `8.10.1` | `9.5.0` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.3.1` | `19.0.0` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.0` | `19.0.3` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.52.2` | `7.54.2` |
| [sonner](https://github.com/emilkowalski/sonner) | `1.4.41` | `1.7.2` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `2.5.2` | `2.6.0` |
| [tailwind-scrollbar-hide](https://github.com/reslear/tailwind-scrollbar-hide) | `1.1.7` | `2.0.0` |
| [use-debounce](https://github.com/xnimorz/use-debounce) | `10.0.3` | `10.0.4` |
| [zod](https://github.com/colinhacks/zod) | `3.23.8` | `3.24.1` |
| [@eslint/compat](https://github.com/eslint/rewrite) | `1.0.1` | `1.2.5` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.3.0` | `9.19.0` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.47.2` | `1.50.0` |
| [@tanstack/eslint-plugin-query](https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query) | `5.35.6` | `5.64.2` |
| [@tanstack/router-devtools](https://github.com/TanStack/router/tree/HEAD/packages/router-devtools) | `1.33.4` | `1.97.23` |
| [@tanstack/router-vite-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-vite-plugin) | `1.32.17` | `1.97.23` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.12` | `22.10.10` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.9.0` | `8.21.0` |
| [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) | `3.6.0` | `3.7.2` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `2.0.5` | `3.0.4` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.19` | `10.4.20` |
| [eslint](https://github.com/eslint/eslint) | `9.8.0` | `9.19.0` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.1` | `2.31.0` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.35.0` | `7.37.4` |
| [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `4.6.2` | `5.1.0` |
| [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.7` | `0.4.18` |
| [globals](https://github.com/sindresorhus/globals) | `15.3.0` | `15.14.0` |
| [postcss](https://github.com/postcss/postcss) | `8.4.38` | `8.5.1` |
| [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.4.2` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `3.4.3` | `4.0.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.4.5` | `5.7.3` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `7.9.0` | `8.21.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.2.11` | `6.0.11` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.0.5` | `3.0.4` |



Updates `@bsv/sdk` from 1.0.37 to 1.3.9
- [Changelog](https://github.com/bitcoin-sv/ts-sdk/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bitcoin-sv/ts-sdk/commits)

Updates `@estruyf/github-actions-reporter` from 1.9.2 to 1.10.0
- [Release notes](https://github.com/estruyf/playwright-github-actions-reporter/releases)
- [Changelog](https://github.com/estruyf/playwright-github-actions-reporter/blob/main/CHANGELOG.md)
- [Commits](estruyf/playwright-github-actions-reporter@v1.9.2...v1.10.0)

Updates `@heroicons/react` from 2.1.3 to 2.2.0
- [Release notes](https://github.com/tailwindlabs/heroicons/releases)
- [Changelog](https://github.com/tailwindlabs/heroicons/blob/master/CHANGELOG.md)
- [Commits](tailwindlabs/heroicons@v2.1.3...v2.2.0)

Updates `@hookform/resolvers` from 3.9.0 to 3.10.0
- [Release notes](https://github.com/react-hook-form/resolvers/releases)
- [Commits](react-hook-form/resolvers@v3.9.0...v3.10.0)

Updates `@radix-ui/react-accordion` from 1.1.2 to 1.2.2
- [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.0.4 to 1.1.2
- [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.0.5 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.0.6 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-label` from 2.1.0 to 2.1.1
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-popover` from 1.0.7 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-radio-group` from 1.1.3 to 1.2.2
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-select` from 2.0.0 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-slot` from 1.1.0 to 1.1.1
- [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.0.4 to 1.1.2
- [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.2 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 `@tanstack/react-query` from 5.37.1 to 5.64.2
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.64.2/packages/react-query)

Updates `@tanstack/react-router` from 1.33.4 to 1.97.23
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.97.23/packages/react-router)

Updates `@tanstack/react-table` from 8.17.3 to 8.20.6
- [Release notes](https://github.com/TanStack/table/releases)
- [Commits](https://github.com/TanStack/table/commits/v8.20.6/packages/react-table)

Updates `class-variance-authority` from 0.7.0 to 0.7.1
- [Release notes](https://github.com/joe-bell/cva/releases)
- [Commits](joe-bell/cva@v0.7.0...v0.7.1)

Updates `date-fns` from 3.6.0 to 4.1.0
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md)
- [Commits](date-fns/date-fns@v3.6.0...v4.1.0)

Updates `lucide-react` from 0.436.0 to 0.474.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.474.0/packages/lucide-react)

Updates `next-themes` from 0.3.0 to 0.4.4
- [Release notes](https://github.com/pacocoursey/next-themes/releases)
- [Commits](pacocoursey/next-themes@v0.3.0...v0.4.4)

Updates `pino` from 9.1.0 to 9.6.0
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](pinojs/pino@v9.1.0...v9.6.0)

Updates `pino-pretty` from 11.0.0 to 13.0.0
- [Release notes](https://github.com/pinojs/pino-pretty/releases)
- [Commits](pinojs/pino-pretty@v11.0.0...v13.0.0)

Updates `react` from 18.3.1 to 19.0.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react)

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

Updates `react-day-picker` from 8.10.1 to 9.5.0
- [Release notes](https://github.com/gpbl/react-day-picker/releases)
- [Changelog](https://github.com/gpbl/react-day-picker/blob/main/CHANGELOG.md)
- [Commits](gpbl/react-day-picker@v8.10.1...v9.5.0)

Updates `react-dom` from 18.3.1 to 19.0.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react-dom)

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

Updates `react-hook-form` from 7.52.2 to 7.54.2
- [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.52.2...v7.54.2)

Updates `sonner` from 1.4.41 to 1.7.2
- [Release notes](https://github.com/emilkowalski/sonner/releases)
- [Commits](emilkowalski/sonner@v.1.4.41...v.1.7.2)

Updates `tailwind-merge` from 2.5.2 to 2.6.0
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v2.5.2...v2.6.0)

Updates `tailwind-scrollbar-hide` from 1.1.7 to 2.0.0
- [Release notes](https://github.com/reslear/tailwind-scrollbar-hide/releases)
- [Changelog](https://github.com/reslear/tailwind-scrollbar-hide/blob/main/CHANGELOG.md)
- [Commits](reslear/tailwind-scrollbar-hide@v1.1.7...v2.0.0)

Updates `use-debounce` from 10.0.3 to 10.0.4
- [Release notes](https://github.com/xnimorz/use-debounce/releases)
- [Changelog](https://github.com/xnimorz/use-debounce/blob/master/CHANGELOG.md)
- [Commits](https://github.com/xnimorz/use-debounce/commits/10.0.4)

Updates `zod` from 3.23.8 to 3.24.1
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.23.8...v3.24.1)

Updates `@eslint/compat` from 1.0.1 to 1.2.5
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json)
- [Commits](eslint/rewrite@compat-v1.0.1...compat-v1.2.5)

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

Updates `@playwright/test` from 1.47.2 to 1.50.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.47.2...v1.50.0)

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

Updates `@tanstack/router-devtools` from 1.33.4 to 1.97.23
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.97.23/packages/router-devtools)

Updates `@tanstack/router-vite-plugin` from 1.32.17 to 1.97.23
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.97.23/packages/router-vite-plugin)

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

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

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

Updates `@typescript-eslint/parser` from 7.9.0 to 8.21.0
- [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.21.0/packages/parser)

Updates `@vitejs/plugin-react-swc` from 3.6.0 to 3.7.2
- [Release notes](https://github.com/vitejs/vite-plugin-react-swc/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react-swc/blob/main/CHANGELOG.md)
- [Commits](vitejs/vite-plugin-react-swc@v3.6.0...v3.7.2)

Updates `@vitest/coverage-v8` from 2.0.5 to 3.0.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.4/packages/coverage-v8)

Updates `autoprefixer` from 10.4.19 to 10.4.20
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.19...10.4.20)

Updates `eslint` from 9.8.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.8.0...v9.19.0)

Updates `eslint-plugin-import` from 2.29.1 to 2.31.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.29.1...v2.31.0)

Updates `eslint-plugin-react` from 7.35.0 to 7.37.4
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.35.0...v7.37.4)

Updates `eslint-plugin-react-hooks` from 4.6.2 to 5.1.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

Updates `eslint-plugin-react-refresh` from 0.4.7 to 0.4.18
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases)
- [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md)
- [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.4.7...v0.4.18)

Updates `globals` from 15.3.0 to 15.14.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.3.0...v15.14.0)

Updates `postcss` from 8.4.38 to 8.5.1
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.38...8.5.1)

Updates `prettier` from 3.2.5 to 3.4.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.2.5...3.4.2)

Updates `tailwindcss` from 3.4.3 to 4.0.0
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/next/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.0/packages/tailwindcss)

Updates `typescript` from 5.4.5 to 5.7.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.5...v5.7.3)

Updates `typescript-eslint` from 7.9.0 to 8.21.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.21.0/packages/typescript-eslint)

Updates `vite` from 5.2.11 to 6.0.11
- [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.0.11/packages/vite)

Updates `vitest` from 2.0.5 to 3.0.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.4/packages/vitest)

---
updated-dependencies:
- dependency-name: "@bsv/sdk"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@estruyf/github-actions-reporter"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@heroicons/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@hookform/resolvers"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-accordion"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-avatar"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-dialog"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-dropdown-menu"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-label"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-popover"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-radio-group"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-select"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-slot"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-tabs"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-tooltip"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tanstack/react-router"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tanstack/react-table"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: class-variance-authority
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: date-fns
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: lucide-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: next-themes
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pino
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pino-pretty
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: react-day-picker
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: react-hook-form
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sonner
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: tailwind-merge
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: tailwind-scrollbar-hide
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: use-debounce
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: zod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@eslint/compat"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tanstack/eslint-plugin-query"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tanstack/router-devtools"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tanstack/router-vite-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@vitejs/plugin-react-swc"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint-plugin-react-hooks
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: eslint-plugin-react-refresh
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 27, 2025
Copy link

Manual Tests

ℹ️ Remember to ask team members to perform manual tests and to assign tested label after testing.

Copy link
Author

dependabot bot commented on behalf of github Feb 3, 2025

Superseded by #12.

@dependabot dependabot bot closed this Feb 3, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/dependencies-45a0bea724 branch February 3, 2025 02:27
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants