Skip to content

Bump the dependencies group across 1 directory with 69 updates#8

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/dependencies-a36618aea3
Open

Bump the dependencies group across 1 directory with 69 updates#8
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/dependencies-a36618aea3

Conversation

@dependabot
Copy link

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

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

Package From To
@hookform/resolvers 3.9.0 4.1.3
@prisma/client 5.18.0 6.5.0
@radix-ui/react-alert-dialog 1.1.1 1.1.6
@radix-ui/react-avatar 1.1.0 1.1.3
@radix-ui/react-checkbox 1.1.1 1.1.4
@radix-ui/react-collapsible 1.1.0 1.1.3
@radix-ui/react-dialog 1.0.5 1.1.6
@radix-ui/react-dropdown-menu 2.1.1 2.1.6
@radix-ui/react-icons 1.3.0 1.3.2
@radix-ui/react-label 2.1.0 2.1.2
@radix-ui/react-popover 1.1.1 1.1.6
@radix-ui/react-radio-group 1.2.0 1.2.3
@radix-ui/react-scroll-area 1.1.0 1.2.3
@radix-ui/react-select 2.1.1 2.1.6
@radix-ui/react-separator 1.1.0 1.1.2
@radix-ui/react-slot 1.1.0 1.1.2
@radix-ui/react-toast 1.2.1 1.2.6
@radix-ui/react-tooltip 1.1.2 1.1.8
@t3-oss/env-nextjs 0.11.0 0.12.0
@tanstack/react-table 8.20.1 8.21.2
@trpc/client 10.45.2 11.0.0
@trpc/next 10.45.2 11.0.0
@trpc/react-query 10.45.2 11.0.0
@trpc/server 10.45.2 11.0.0
@upstash/ratelimit 2.0.1 2.0.5
@vercel/edge-config 1.2.1 1.4.0
@vercel/speed-insights 1.0.12 1.2.0
class-variance-authority 0.7.0 0.7.1
cmdk 1.0.0 1.1.1
next 14.2.5 15.2.3
next-auth 4.24.7 4.24.11
next-axiom 1.4.0 1.9.1
next-themes 0.3.0 0.4.6
nodemailer 6.9.14 6.10.0
@types/nodemailer 6.4.15 6.4.17
react 18.3.1 19.0.0
@types/react 18.3.3 19.0.12
react-dom 18.3.1 19.0.0
@types/react-dom 18.3.0 19.0.4
react-highlight-words 0.20.0 0.21.0
react-hook-form 7.52.2 7.54.2
react-markdown 9.0.1 10.1.0
react-select 5.8.0 5.10.1
superjson 2.2.1 2.2.2
tailwind-merge 2.5.0 3.0.2
vaul 0.9.1 1.1.2
@next/eslint-plugin-next 14.2.5 15.2.3
@playwright/test 1.46.0 1.51.1
@tailwindcss/forms 0.5.7 0.5.10
@tailwindcss/typography 0.5.14 0.5.16
@types/lodash 4.17.7 4.17.16
@types/node 22.2.0 22.13.11
@typescript-eslint/eslint-plugin 8.0.1 8.27.0
@typescript-eslint/parser 8.0.1 8.27.0
autoprefixer 10.4.20 10.4.21
cssnano 7.0.5 7.0.6
eslint-import-resolver-typescript 3.6.1 4.2.2
eslint-plugin-import 2.29.1 2.31.0
eslint-plugin-no-relative-import-paths 1.5.5 1.6.1
eslint-plugin-react 7.35.0 7.37.4
eslint-plugin-react-hooks 4.6.2 5.2.0
postcss 8.4.41 8.5.3
prettier 3.3.3 3.5.3
prettier-plugin-tailwindcss 0.6.6 0.6.11
prisma 5.18.0 6.5.0
tailwindcss 3.4.9 4.0.15
tsx 4.17.0 4.19.3

Updates @hookform/resolvers from 3.9.0 to 4.1.3

Release notes

Sourced from @​hookform/resolvers's releases.

v4.1.3

4.1.3 (2025-03-03)

Bug Fixes

  • escape square brackets in field name regex pattern (#752) (50dd4ad)

v4.1.2

4.1.2 (2025-02-24)

Bug Fixes

  • standard-schema: move @​standard-schema/utils to dependencies (#748) (ded1746)

v4.1.1

4.1.1 (2025-02-22)

Bug Fixes

  • standard-schema: Propertly handle object path segments (#746) (8ffada0)

v4.1.0

4.1.0 (2025-02-15)

Features

  • automatically infer values from schema (#739) (caaff8d)

v4.0.0

4.0.0 (2025-02-10)

Bug Fixes

  • add support for names option (#713) (985c48d)
  • arktypeResolver: resolve type error when schema is defined from an ArkType scope (#732) (3233667)
  • handle raw: true option to pass form submission values correctly (#733) (7807f95)
  • validateFieldsNatively: handle undefined object when reading 'refs' (#734) (3da2054)

Features

  • ajv: Keep original validation type while using errorMessage (#728) (5030a59)
  • effectResolver: returns either all errors or only the first one based on criteriaMode (#737) (12d7d8e)
  • standard-schema: add standard-schema resolver (#738) (b75a95a)

... (truncated)

Commits
  • 50dd4ad fix: escape square brackets in field name regex pattern (#752)
  • ded1746 fix(standard-schema): move @​standard-schema/utils to dependencies (#748)
  • 8ffada0 fix(standard-schema): Propertly handle object path segments (#746)
  • 8ea953c update README.md
  • caaff8d feat: automatically infer values from schema (#739)
  • f9f9187 docs: update resolver documentation link (#740)
  • b75a95a feat(standard-schema): add standard-schema resolver (#738)
  • 12d7d8e feat(effectResolver): returns either all errors or only the first one based o...
  • 9a94555 chore: update dependencies (#736)
  • 3da2054 fix(validateFieldsNatively): handle undefined object when reading 'refs' (#734)
  • Additional commits viewable in compare view

Updates @prisma/client from 5.18.0 to 6.5.0

Release notes

Sourced from @​prisma/client's releases.

6.5.0

Today, we are excited to share the 6.5.0 stable release 🎉

🌟 Help us spread the word about Prisma by starring the repo ☝️ or tweeting about the release. 🌟

Highlights

Databases can only be reset manually and explicitly

In previous versions, if Prisma ORM determined that a migrate command could not be applied cleanly to the underlying database, you would get a message like this one:

? We need to reset the "public" schema at "db.url.com:5432"
Do you want to continue? All data will be lost. (y/N)

While "no" was the default, we've determined that having this prompt in the first place was a mistake. In this version we're removing the prompt entirely and instead exiting with an appropriate error message.

To get the previous behavior, you will need to run prisma migrate reset directly.

Support for prisma.config.ts in Prisma Studio

We've expanded support for our prisma.config.ts file to include Prisma Studio!

To use the new config file, including the ability to connect to driver adapter enabled databases with Prisma Studio, add a studio block to your prisma.config.ts file:

import path from 'node:path'
import type { PrismaConfig } from 'prisma'
import { PrismaLibSQL } from '@prisma/adapter-libsql'
import { createClient } from '@libsql/client'
export default {
earlyAccess: true,
schema: {
kind: 'single',
filePath: './prisma/schema.prisma',
},
studio: {
adapter: async (env: unknown) => {
const connectionString = `file:./dev.db'
const libsql = createClient({
url: connectionString,
})
return new PrismaLibSQL(libsql)
},
},
} satisfies PrismaConfig

... (truncated)

Commits
  • 160e860 chore(deps): update engines to 6.5.0-73.173f8d54f8d52e692c7e27e72a88314ec7aef...
  • 1bc2337 chore(deps): update engines to 6.5.0-71.45af6d605e0f0ead4e63bb8e7624a6eadf930...
  • 5e5a2b8 chore(deps-dev): bump rimraf from 3.0.2 to 6.0.1 (#26522)
  • 4bb2040 chore(deps-dev): bump @​inquirer/prompts from 7.3.2 to 7.3.3 (#26563)
  • d44d9ea feat(instrumentation): add ability to filter span by PrismaLayerType (#20113)
  • 31381be chore(deps): update engines to 6.5.0-70.d3fd11690486b166608fd9d9091a0e94f299a...
  • 11aa623 chore(deps): update engines to 6.5.0-69.3f67705e4a5926f5487f51bfad02d128528ee...
  • bf38a15 chore(deps): update engines to 6.5.0-67.b2f6fb29daaeacb2c633f1d666d9d18555356...
  • 49489c6 chore(deps): update engines to 6.5.0-66.d8cf42b3d1a205c65d885c779ca30b63913dd...
  • 3c6da2c chore(deps): update engines to 6.5.0-64.e1a176ceb6ec2db27f00a5ae2bc5cb7dd6e89...
  • Additional commits viewable in compare view

Updates @radix-ui/react-alert-dialog from 1.1.1 to 1.1.6

Commits
Maintainer changes

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


Updates @radix-ui/react-avatar from 1.1.0 to 1.1.3

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-checkbox from 1.1.1 to 1.1.4

Commits
Maintainer changes

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


Updates @radix-ui/react-collapsible from 1.1.0 to 1.1.3

Commits
Maintainer changes

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


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

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.1.1 to 2.1.6

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-icons from 1.3.0 to 1.3.2

Maintainer changes

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


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

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.1.1 to 1.1.6

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.2.0 to 1.2.3

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-scroll-area from 1.1.0 to 1.2.3

Commits
Maintainer changes

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


Updates @radix-ui/react-select from 2.1.1 to 2.1.6

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-separator from 1.1.0 to 1.1.2

Commits
Maintainer changes

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


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

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-toast from 1.2.1 to 1.2.6

Commits
Maintainer changes

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


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

Commits
Maintainer changes

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


Updates @t3-oss/env-nextjs from 0.11.0 to 0.12.0

Changelog

Sourced from @​t3-oss/env-nextjs's changelog.

0.12.0

Minor Changes

  • #299 b13d46b Thanks @​EskiMojo14! - feat!: support standard schema

    Validators can now be any validator that supports Standard Schema, for example Zod & Valibot.

    This feature comes with some breaking changes:

    • If using Zod, the minimum required version is now 3.24.
    • onValidationError now gets StandardSchemaV1.Issue[] instead of ZodError
  • #310 eb37304 Thanks @​EskiMojo14! - feat!: add valibot presets

    Presets using Valibot are now available using the /presets-valibot entrypoint.

    This feature comes with some breaking changes:

    • Zod presets have now been moved to /presets-zod.

Patch Changes

0.11.1

Patch Changes

  • Updated dependencies [2a74b72]:
    • @​t3-oss/env-core@​0.11.1
Commits

Updates @tanstack/react-table from 8.20.1 to 8.21.2

Release notes

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

v8.21.2

Version 8.21.2 - 2/11/25, 8:59 PM

Changes

Fix

  • arrIncludes autoremove filterFn (#5623) (2efaf57) by lukebui
  • lit-table: spread table options in lit adapter (#5904) (36dede1) by @​kadoshms

Docs

  • row accessor bug in example code block (#5893) (b1506a7) by Valerii Petryniak
  • virtualizer tbody from onchange (827b098) by Kevin Van Cott
  • exp virtual - remeasure when table state changes (9e6987d) by Kevin Van Cott
  • angular: add expanding and sub components examples (#5898) (099e1a4) by @​riccardoperra
  • example name (57703a4) by Kevin Van Cott

Packages

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

v8.21.1

Version 8.21.1 - 2/3/25, 5:37 AM

Changes

Fix

  • lit-table: dynamic data updates in the Lit Table Adapter (#5884) (9763877) by Luke Schierer

Docs

  • add experimental virtualization example (#5895) (8d6e19f) by Kevin Van Cott
  • angular: add missing faker-js deps (#5883) (190c669) by @​riccardoperra
  • angular: add editable, row-dnd and performant column resizing example (#5881) (0baabdd) by @​riccardoperra

Packages

  • @​tanstack/lit-table@​8.21.1

v8.21.0

... (truncated)

Commits

Updates @trpc/client from 10.45.2 to 11.0.0

Release notes

Sourced from @​trpc/client's releases.

v11.0.0

👉 See the blog post @ https://trpc.io/blog/announcing-trpc-11


What's Changed

Full Changelog: trpc/trpc@v10.45.0...v11.0.0

v11 beta

We have released a beta of version 11.

The functionality is stable and can be used in production, but we may do small breaking API-changes between patches until we reach 11.0.0

We won't be doing releases with changelogs for a little while, so keep an eye on the changelog over at the Migration Guide

👉 https://trpc.io/docs/migrate-from-v10-to-v11

Commits

Updates @trpc/next from 10.45.2 to 11.0.0

Release notes

Sourced from @​trpc/next's releases.

v11.0.0

👉 See the blog post @ https://trpc.io/blog/announcing-trpc-11


What's Changed

Full Changelog: trpc/trpc@v10.45.0...v11.0.0

v11 beta

We have released a beta of version 11.

The functionality is stable and can be used in production, but we may do small breaking API-changes between patches until we reach 11.0.0

We won't be doing releases with changelogs for a little while, so keep an eye on the changelog over at the Migration Guide

👉 https://trpc.io/docs/migrate-from-v10-to-v11

Commits

Updates @trpc/react-query from 10.45.2 to 11.0.0

Release notes

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

v11.0.0

👉 See the blog post @ https://trpc.io/blog/announcing-trpc-11


What's Changed

Full Changelog: trpc/trpc@v10.45.0...v11.0.0

v11 beta

We have released a beta of version 11.

The functionality is stable and can be used in production, but we may do small breaking API-changes between patches until we reach 11.0.0

We won't be doing releases with changelogs for a little while, so keep an eye on the changelog over at the Migration Guide

👉 https://trpc.io/docs/migrate-from-v10-to-v11

Commits

Updates @trpc/server from 10.45.2 to 11.0.0

Release notes

Sourced from @​trpc/server's releases.

v11.0.0

👉 See the blog post @ https://trpc.io/blog/announcing-trpc-11


What's Changed

Full Changelog: trpc/trpc@v10.45.0...v11.0.0

v11 beta

We have released a beta of version 11.

The functionality is stable and can be used in production, but we may do small breaking API-changes between patches until we reach 11.0.0

We won't be doing releases with changelogs for a little while, so keep an eye on the changelog over at the Migration Guide

👉 https://trpc.io/docs/migrate-from-v10-to-v11

Commits

Updates @upstash/ratelimit from 2.0.1 to 2.0.5

Release notes

Sourced from @​upstash/ratelimit's releases.

v2.0.5

What's Changed

New Contributors

Full Changelog: upstash/ratelimit-js@v2.0.4...v2.0.5

v2.0.5-canary

No release notes provided.

v2.0.4

What's Changed

Full Changelog: upstash/ratelimit-js@v2.0.3...v2.0.4

v2.0.3

What's Changed

This change will reduce the number of round trips on cold starts.

Full Changelog: upstash/ratelimit-js@v2.0.2...v2.0.3

v2.0.2

What's Changed

Full Changelog: upstash/ratelimit-js@v2.0.1...v2.0.2

Commits
  • 942fb8d Use peer dependency for Redis and cast the object to prevent conflict (#129)
  • f8529d2 Add pages router test to nextjs example (#128)
  • c667b63 Merge pull request #127 from upstash/hotfix-bump-redis
  • 0dfb86b fix: test expected evalsha count
  • 8b0dcd8 fix: tests
  • 2cd2f3c fix: rm expect error
  • 92a2268 ci: add install ci version for nextjs-deployed
  • 2973d39 ci: run local nextjs/cf without waiting for tests
  • 658e3d2 fix: bump redis
  • 7aa7aa7 fix: add tests for ratelimit with protection
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by cahidarda, a new releaser for @​upstash/ratelimit since your current version.


Updates @vercel/edge-config from 1.2.1 to 1.4.0

Release notes

Sourced from @​vercel/edge-config's releases.

@​vercel/edge-config@​1.4.0

Minor Changes

  • d7ef349: Add the consistentRead option to allow reading from the origin. Note that it's not recommended to use this property without good reason due to the extrem performance cost.

@​vercel/edge-config@​1.3.0

Minor Changes

  • aaec8c5: Support new connection string format
Changelog

Sourced from @​vercel/edge-config's changelog.

1.4.0

Minor Changes

  • d7ef349: Add the consistentRead option to allow reading from the origin. Note that it's not recommended to use this property without good reason due to the extrem performance cost.

1.3.0

Minor Changes

  • aaec8c5: Support new connection string format
Commits
  • 6f654d9 Version Packages (#784)
  • d7ef349 [edge-config] Add consistentRead option to client (#735)
  • 736b3f6 chore(deps): update dependency @​changesets/cli to v2.27.9 (#771)
  • d7b5153 chore(deps): update dependency @​types/node to v22.7.3 (#762)
  • 8c8e6a7 chore(deps): update dependency tsup to v8.3.0 (#756)
  • 8f16696 chore(deps): update dependency @​types/node to v22.6.1 (#754)
  • bd4273c Version Packages (#747)
  • d40077b chore(deps): Upgrade safe dev deps and TS version (#752)
  • 50c298d remove the CI badge as it's 404ing (#748)
  • aaec8c5 [edge-config] Support new connection string format (#741)
  • Additional commits viewable in compare view

Updates @vercel/speed-insights from 1.0.12 to 1.2.0

Release notes

Sourced from @​vercel/speed-insights's releases.

1.2.0

What's Changed

New Contributors

Full Changelog: vercel/speed-insights@1.1.0...1.2.0

1.2.0-canary.3

What's Changed

Full Changelog: vercel/speed-insights@1.2.0-canary.2...1.2.0-canary.3

1.2.0-canary.2

What's Changed

  • feat: support configurable deployment basepath by @​feugy in #88

Full Changelog: vercel/speed-insights@1.1.0...1.2.0-canary.2

1.2.0-canary.1

What's Changed

New Contributors

Full Changelog: vercel/speed-insights@1.1.0...1.2.0-canary.1

1.1.0

What's Changed

Full Changelog: vercel/speed-insights@1.0.14...1.1.0

1.0.14

What's Changed

Full Changelog: vercel/speed-insights@1.0.13...1.0.14

1.0.13

... (truncated)

Commits
  • 23ab42e chore: release 1.2.0 (#94)
  • 5acf92b Add an option to prefix an endpoint path with an environment variable. (#85)
  • b5d2980 chore: do not change beforeSend when undefined (#84)
  • 857f881 feat: supports reloading beforeSend for next/react/remix (#83)
  • 1d1845e fix: utm parameters takes precedence over route params (#82)
  • 926b277 React 19 support (#81) fix(80)
  • 7fa98c6 Upgrade example to Svelte 5 / SvelteKit 2 (Fixes #77) (#78)
  • See full diff in compare view

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
  • 45462dd class-varianc...

    Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [@hookform/resolvers](https://github.com/react-hook-form/resolvers) | `3.9.0` | `4.1.3` |
| [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) | `5.18.0` | `6.5.0` |
| [@radix-ui/react-alert-dialog](https://github.com/radix-ui/primitives) | `1.1.1` | `1.1.6` |
| [@radix-ui/react-avatar](https://github.com/radix-ui/primitives) | `1.1.0` | `1.1.3` |
| [@radix-ui/react-checkbox](https://github.com/radix-ui/primitives) | `1.1.1` | `1.1.4` |
| [@radix-ui/react-collapsible](https://github.com/radix-ui/primitives) | `1.1.0` | `1.1.3` |
| [@radix-ui/react-dialog](https://github.com/radix-ui/primitives) | `1.0.5` | `1.1.6` |
| [@radix-ui/react-dropdown-menu](https://github.com/radix-ui/primitives) | `2.1.1` | `2.1.6` |
| @radix-ui/react-icons | `1.3.0` | `1.3.2` |
| [@radix-ui/react-label](https://github.com/radix-ui/primitives) | `2.1.0` | `2.1.2` |
| [@radix-ui/react-popover](https://github.com/radix-ui/primitives) | `1.1.1` | `1.1.6` |
| [@radix-ui/react-radio-group](https://github.com/radix-ui/primitives) | `1.2.0` | `1.2.3` |
| [@radix-ui/react-scroll-area](https://github.com/radix-ui/primitives) | `1.1.0` | `1.2.3` |
| [@radix-ui/react-select](https://github.com/radix-ui/primitives) | `2.1.1` | `2.1.6` |
| [@radix-ui/react-separator](https://github.com/radix-ui/primitives) | `1.1.0` | `1.1.2` |
| [@radix-ui/react-slot](https://github.com/radix-ui/primitives) | `1.1.0` | `1.1.2` |
| [@radix-ui/react-toast](https://github.com/radix-ui/primitives) | `1.2.1` | `1.2.6` |
| [@radix-ui/react-tooltip](https://github.com/radix-ui/primitives) | `1.1.2` | `1.1.8` |
| [@t3-oss/env-nextjs](https://github.com/t3-oss/t3-env/tree/HEAD/packages/nextjs) | `0.11.0` | `0.12.0` |
| [@tanstack/react-table](https://github.com/TanStack/table/tree/HEAD/packages/react-table) | `8.20.1` | `8.21.2` |
| [@trpc/client](https://github.com/trpc/trpc/tree/HEAD/packages/client) | `10.45.2` | `11.0.0` |
| [@trpc/next](https://github.com/trpc/trpc/tree/HEAD/packages/next) | `10.45.2` | `11.0.0` |
| [@trpc/react-query](https://github.com/trpc/trpc/tree/HEAD/packages/react) | `10.45.2` | `11.0.0` |
| [@trpc/server](https://github.com/trpc/trpc/tree/HEAD/packages/server) | `10.45.2` | `11.0.0` |
| [@upstash/ratelimit](https://github.com/upstash/ratelimit) | `2.0.1` | `2.0.5` |
| [@vercel/edge-config](https://github.com/vercel/storage/tree/HEAD/packages/edge-config) | `1.2.1` | `1.4.0` |
| [@vercel/speed-insights](https://github.com/vercel/speed-insights/tree/HEAD/packages/web) | `1.0.12` | `1.2.0` |
| [class-variance-authority](https://github.com/joe-bell/cva) | `0.7.0` | `0.7.1` |
| [cmdk](https://github.com/pacocoursey/cmdk/tree/HEAD/cmdk) | `1.0.0` | `1.1.1` |
| [next](https://github.com/vercel/next.js) | `14.2.5` | `15.2.3` |
| [next-auth](https://github.com/nextauthjs/next-auth) | `4.24.7` | `4.24.11` |
| [next-axiom](https://github.com/axiomhq/next-axiom) | `1.4.0` | `1.9.1` |
| [next-themes](https://github.com/pacocoursey/next-themes) | `0.3.0` | `0.4.6` |
| [nodemailer](https://github.com/nodemailer/nodemailer) | `6.9.14` | `6.10.0` |
| [@types/nodemailer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/nodemailer) | `6.4.15` | `6.4.17` |
| [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.3` | `19.0.12` |
| [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.4` |
| [react-highlight-words](https://github.com/bvaughn/react-highlight-words) | `0.20.0` | `0.21.0` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.52.2` | `7.54.2` |
| [react-markdown](https://github.com/remarkjs/react-markdown) | `9.0.1` | `10.1.0` |
| [react-select](https://github.com/JedWatson/react-select) | `5.8.0` | `5.10.1` |
| [superjson](https://github.com/blitz-js/superjson) | `2.2.1` | `2.2.2` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `2.5.0` | `3.0.2` |
| [vaul](https://github.com/emilkowalski/vaul) | `0.9.1` | `1.1.2` |
| [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) | `14.2.5` | `15.2.3` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.46.0` | `1.51.1` |
| [@tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms) | `0.5.7` | `0.5.10` |
| [@tailwindcss/typography](https://github.com/tailwindlabs/tailwindcss-typography) | `0.5.14` | `0.5.16` |
| [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.7` | `4.17.16` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.2.0` | `22.13.11` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.0.1` | `8.27.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.0.1` | `8.27.0` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.20` | `10.4.21` |
| [cssnano](https://github.com/cssnano/cssnano) | `7.0.5` | `7.0.6` |
| [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) | `3.6.1` | `4.2.2` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.1` | `2.31.0` |
| [eslint-plugin-no-relative-import-paths](https://github.com/MelvinVermeer/eslint-plugin-no-relative-import-paths) | `1.5.5` | `1.6.1` |
| [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.2.0` |
| [postcss](https://github.com/postcss/postcss) | `8.4.41` | `8.5.3` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.5.3` |
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.6.6` | `0.6.11` |
| [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) | `5.18.0` | `6.5.0` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `3.4.9` | `4.0.15` |
| [tsx](https://github.com/privatenumber/tsx) | `4.17.0` | `4.19.3` |



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

Updates `@prisma/client` from 5.18.0 to 6.5.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/6.5.0/packages/client)

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

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

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

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

Updates `@radix-ui/react-dialog` from 1.0.5 to 1.1.6
- [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.1 to 2.1.6
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-icons` from 1.3.0 to 1.3.2

Updates `@radix-ui/react-label` from 2.1.0 to 2.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-popover` from 1.1.1 to 1.1.6
- [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.2.0 to 1.2.3
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

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

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

Updates `@radix-ui/react-separator` from 1.1.0 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-slot` from 1.1.0 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-toast` from 1.2.1 to 1.2.6
- [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.8
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@t3-oss/env-nextjs` from 0.11.0 to 0.12.0
- [Release notes](https://github.com/t3-oss/t3-env/releases)
- [Changelog](https://github.com/t3-oss/t3-env/blob/main/packages/nextjs/CHANGELOG.md)
- [Commits](https://github.com/t3-oss/t3-env/commits/@t3-oss/env-nextjs@0.12.0/packages/nextjs)

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

Updates `@trpc/client` from 10.45.2 to 11.0.0
- [Release notes](https://github.com/trpc/trpc/releases)
- [Commits](https://github.com/trpc/trpc/commits/v11.0.0/packages/client)

Updates `@trpc/next` from 10.45.2 to 11.0.0
- [Release notes](https://github.com/trpc/trpc/releases)
- [Commits](https://github.com/trpc/trpc/commits/v11.0.0/packages/next)

Updates `@trpc/react-query` from 10.45.2 to 11.0.0
- [Release notes](https://github.com/trpc/trpc/releases)
- [Commits](https://github.com/trpc/trpc/commits/v11.0.0/packages/react)

Updates `@trpc/server` from 10.45.2 to 11.0.0
- [Release notes](https://github.com/trpc/trpc/releases)
- [Commits](https://github.com/trpc/trpc/commits/v11.0.0/packages/server)

Updates `@upstash/ratelimit` from 2.0.1 to 2.0.5
- [Release notes](https://github.com/upstash/ratelimit/releases)
- [Commits](upstash/ratelimit-js@v2.0.1...v2.0.5)

Updates `@vercel/edge-config` from 1.2.1 to 1.4.0
- [Release notes](https://github.com/vercel/storage/releases)
- [Changelog](https://github.com/vercel/storage/blob/main/packages/edge-config/CHANGELOG.md)
- [Commits](https://github.com/vercel/storage/commits/@vercel/edge-config@1.4.0/packages/edge-config)

Updates `@vercel/speed-insights` from 1.0.12 to 1.2.0
- [Release notes](https://github.com/vercel/speed-insights/releases)
- [Commits](https://github.com/vercel/speed-insights/commits/1.2.0/packages/web)

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 `cmdk` from 1.0.0 to 1.1.1
- [Release notes](https://github.com/pacocoursey/cmdk/releases)
- [Commits](https://github.com/pacocoursey/cmdk/commits/v1.1.1/cmdk)

Updates `next` from 14.2.5 to 15.2.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.2.5...v15.2.3)

Updates `next-auth` from 4.24.7 to 4.24.11
- [Release notes](https://github.com/nextauthjs/next-auth/releases)
- [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@4.24.7...next-auth@4.24.11)

Updates `next-axiom` from 1.4.0 to 1.9.1
- [Release notes](https://github.com/axiomhq/next-axiom/releases)
- [Commits](axiomhq/next-axiom@v1.4.0...v1.9.1)

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

Updates `nodemailer` from 6.9.14 to 6.10.0
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](nodemailer/nodemailer@v6.9.14...v6.10.0)

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

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.3 to 19.0.12
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

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.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `react-highlight-words` from 0.20.0 to 0.21.0
- [Release notes](https://github.com/bvaughn/react-highlight-words/releases)
- [Commits](bvaughn/react-highlight-words@v0.20.0...v0.21.0)

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 `react-markdown` from 9.0.1 to 10.1.0
- [Release notes](https://github.com/remarkjs/react-markdown/releases)
- [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md)
- [Commits](remarkjs/react-markdown@9.0.1...10.1.0)

Updates `react-select` from 5.8.0 to 5.10.1
- [Release notes](https://github.com/JedWatson/react-select/releases)
- [Changelog](https://github.com/JedWatson/react-select/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/JedWatson/react-select/compare/react-select@5.8.0...react-select@5.10.1)

Updates `superjson` from 2.2.1 to 2.2.2
- [Release notes](https://github.com/blitz-js/superjson/releases)
- [Commits](flightcontrolhq/superjson@v2.2.1...v2.2.2)

Updates `tailwind-merge` from 2.5.0 to 3.0.2
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v2.5.0...v3.0.2)

Updates `vaul` from 0.9.1 to 1.1.2
- [Release notes](https://github.com/emilkowalski/vaul/releases)
- [Commits](emilkowalski/vaul@v0.9.1...v1.1.2)

Updates `zod` from 3.23.8 to 3.24.2
- [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.2)

Updates `@next/eslint-plugin-next` from 14.2.5 to 15.2.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.2.3/packages/eslint-plugin-next)

Updates `@playwright/test` from 1.46.0 to 1.51.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.46.0...v1.51.1)

Updates `@tailwindcss/forms` from 0.5.7 to 0.5.10
- [Release notes](https://github.com/tailwindlabs/tailwindcss-forms/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss-forms/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss-forms@v0.5.7...v0.5.10)

Updates `@tailwindcss/typography` from 0.5.14 to 0.5.16
- [Release notes](https://github.com/tailwindlabs/tailwindcss-typography/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss-typography/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss-typography@v0.5.14...v0.5.16)

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

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

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

Updates `@types/react` from 18.3.3 to 19.0.12
- [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.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `@typescript-eslint/eslint-plugin` from 8.0.1 to 8.27.0
- [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.27.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.0.1 to 8.27.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.27.0/packages/parser)

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

Updates `cssnano` from 7.0.5 to 7.0.6
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/cssnano@7.0.5...cssnano@7.0.6)

Updates `eslint-import-resolver-typescript` from 3.6.1 to 4.2.2
- [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases)
- [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md)
- [Commits](import-js/eslint-import-resolver-typescript@v3.6.1...v4.2.2)

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-no-relative-import-paths` from 1.5.5 to 1.6.1
- [Release notes](https://github.com/MelvinVermeer/eslint-plugin-no-relative-import-paths/releases)
- [Commits](MelvinVermeer/eslint-plugin-no-relative-import-paths@v1.5.5...v1.6.1)

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.2.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

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

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

Updates `prettier-plugin-tailwindcss` from 0.6.6 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.6...v0.6.11)

Updates `prisma` from 5.18.0 to 6.5.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/6.5.0/packages/cli)

Updates `tailwindcss` from 3.4.9 to 4.0.15
- [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.15/packages/tailwindcss)

Updates `tsx` from 4.17.0 to 4.19.3
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.17.0...v4.19.3)

Updates `typescript` from 5.5.4 to 5.8.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.4...v5.8.2)

---
updated-dependencies:
- dependency-name: "@hookform/resolvers"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@prisma/client"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-alert-dialog"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-avatar"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-checkbox"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-collapsible"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-patch
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-icons"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-patch
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-radio-group"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-scroll-area"
  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-patch
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-separator"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-toast"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-tooltip"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@t3-oss/env-nextjs"
  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: "@trpc/client"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@trpc/next"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@trpc/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@trpc/server"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@upstash/ratelimit"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@vercel/edge-config"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@vercel/speed-insights"
  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: cmdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: next-auth
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: next-axiom
  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: nodemailer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/nodemailer"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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-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-highlight-words
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-hook-form
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-markdown
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: react-select
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: superjson
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: tailwind-merge
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: vaul
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: zod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@next/eslint-plugin-next"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tailwindcss/forms"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@tailwindcss/typography"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/nodemailer"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: cssnano
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint-import-resolver-typescript
  dependency-type: direct:development
  update-type: version-update:semver-major
  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-no-relative-import-paths
  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: 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: prettier-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: prisma
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: tsx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 24, 2025
@vercel
Copy link

vercel bot commented Mar 24, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
jam ❌ Failed (Inspect) Mar 24, 2025 4:10am

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