Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dependencies group with 25 updates #8

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

Bumps the dependencies group with 25 updates:

Package From To
next 14.0.3 14.0.4
sharp 0.33.0 0.33.1
nodemailer 6.9.7 6.9.8
@prisma/client 5.6.0 5.7.1
@sentry/nextjs 7.84.0 7.91.0
react-hook-form 7.48.2 7.49.2
@hookform/resolvers 3.3.2 3.3.3
@next/third-parties 14.0.3 14.0.4
@auth/prisma-adapter 1.0.9 1.0.12
@types/node 20.10.1 20.10.6
@types/react 18.2.39 18.2.46
@types/react-dom 18.2.17 18.2.18
clsx 2.0.0 2.1.0
prisma 5.6.0 5.7.1
postcss 8.4.31 8.4.32
prettier 3.1.0 3.1.1
typescript 5.3.2 5.3.3
tailwindcss 3.3.5 3.4.0
lint-staged 15.1.0 15.2.0
lucide-react 0.294.0 0.303.0
tailwind-merge 2.0.0 2.2.0
eslint-config-next 14.0.3 14.0.4
@tanstack/react-table 8.10.7 8.11.2
prettier-plugin-tailwindcss 0.5.7 0.5.10
@typescript-eslint/eslint-plugin 6.13.1 6.16.0

Updates next from 14.0.3 to 14.0.4

Release notes

Sourced from next's releases.

v14.0.4

Core Changes

  • Remove early return that is duplicated in useSearchParams: #58545
  • Support passing a relative string to pushState/replaceState: #58438
  • [.next/trace] Record start-dev-server trace span: #58469
  • Update React from 593ecee66 to 2c338b16f.: #58553
  • turbopack: Fix pageExtensions with dots: #58504
  • fix: revalidation with file-system-cache: #58508
  • fix: fetch() behavior when "dynamic" is "force-dynamic: #58484
  • Add cacheNodeSeedData to RSC payload: #58566
  • Lift subtree data out of React tree: #58569
  • fix(next-core): allow runtime segment option in pages/api: #58409
  • Update rust-toolchain to 2023-11-16: #58558
  • refactor: Add lightningcss mode for turbopack-css: #58471
  • fix: avoid race condition when download swc wasm: #58536
  • Removed unused route resolver code: #58702
  • Add experimental.windowHistorySupport to Turbopack supported options: #58717
  • Improve Server Actions compiler: #58391
  • Seed CacheNodes immediately after receiving response: #58669
  • Turbopack: improve error display: #58734
  • fix node externals resolving: #58129
  • disable static prefetching behavior for dynamic segments: #58609
  • fix: ensure DynamicUsageErrors caught during render bubble up: #58747
  • fix image.domains deprecation warning: #58656
  • fix waitUntil handling in pipeToNodeResponse: #58744
  • Use consistent resolve extensions alias for compiler: #58725
  • Turbopack: Use styled issue titles and details: #58743
  • route handlers: make req.cookies opt you into dynamic: #58769
  • OpenTelemetry: a more reliable way to establish a root context: #58662
  • Revert "fix: fetch() behavior when "dynamic" is "force-dynamic": #58735
  • [Instrumentation] Don't treat instrumentation hook as pages: #58775
  • Fix turboFlag set to false: #58795
  • [.next/trace] Track server requests and memory usage: #58690
  • place virtual module inside the project directory: #58798
  • fix rewrites to edge routes: #58797
  • Polish unsupported metadata warning with doc link: #58750
  • Enable .mjs extension config in Turbopack: #58825
  • Turbopack: align automatic externals code with webpack: #58851
  • Upgrade Turbopack: #58859
  • OpenTelemetry: propagate context to sandbox: #58791
  • fix uniqueness of layers: #58872
  • disable flushToDisk during generateStaticParams: #58871
  • Turbopack: enable some node.js builtin in edge runtime: #58850
  • add NEXT_TRIGGER_URL env var to show request triggering a compilation: #58762
  • Update swc_core to v0.86.81: #58517
  • Trace server updates: #58694
  • remove duplicate util file for redirect status: #58878
  • fix(windows): workaround for intermittent locks on windows when renaming files: #58835
  • unify server action detection logic: #58879

... (truncated)

Commits

Updates sharp from 0.33.0 to 0.33.1

Changelog

Sourced from sharp's changelog.

v0.33.1 - 17th December 2023

  • Add support for Yarn Plug'n'Play filesystem layout. #3888

  • Emit warning when attempting to use invalid ICC profiles. #3895

  • Ensure VIPS_NOVECTOR environment variable is respected. #3897 @​icetee

Commits
  • 4919bc5 Release v0.33.1
  • a4e64eb Prerelease v0.33.1-rc.3
  • 328b18d CI: Split yarn pnp package tests into separate jobs
  • 5e7bf32 Docs: refresh index and homepage link
  • 04403f4 Prerelease v0.33.1-rc.2
  • 420e082 CI: Pin Node.js 18 to avoid npm 10 on 32-bit Windows
  • f7a3ea6 Prerelease v0.33.1-rc.1
  • f28e79e Improve resilience of installation check
  • 5cd787b CI: Upgrade to latest FreeBSD, improve test resilience
  • 021d637 Docs: changelog and credit for #3897
  • Additional commits viewable in compare view

Updates nodemailer from 6.9.7 to 6.9.8

Release notes

Sourced from nodemailer's releases.

v6.9.8

6.9.8 (2023-12-30)

Bug Fixes

  • punycode: do not use native punycode module (b4d0e0c)
Changelog

Sourced from nodemailer's changelog.

6.9.8 (2023-12-30)

Bug Fixes

  • punycode: do not use native punycode module (b4d0e0c)
Commits
  • 4233f6f chore(master): release 6.9.8 [skip-ci] (#1605)
  • 09d502f chore: removed double file
  • b4d0e0c fix(punycode): do not use native punycode module
  • 8376c02 Test new github notice syntax for README
  • bc46a3b Updated stale github action
  • 78bdaf8 chore: remove redundant AWS SDK for JavaScript v2 (#1593)
  • 971ced7 chore: add mailcatch.app to well-known/services.json (#1586)
  • See full diff in compare view

Updates @prisma/client from 5.6.0 to 5.7.1

Release notes

Sourced from @​prisma/client's releases.

5.7.1

Today, we are issuing the 5.7.1 patch release.

This patch fixes multiple small problems in our relationJoins preview feature. If you ran into problems when testing relationJoins before, please give it another go with 5.7.1 and share your feedback or create a bug report if you encounter any issues.

Fixes in Prisma Client

5.7.0

🌟 Help us spread the word about Prisma by starring the repo or posting on X (formerly Twitter) about the release.

Highlights

✨ In this release, we improved the SQL queries Prisma Client generates for you with two new Preview features, the driver adapters, and support for the database drivers we currently support. 5.7.0 will be the last release of the year. Stay tuned for the next one in January! ✨

Preview support for JOINs for relation queries for PostgreSQL and CockroachDB

We’re excited to announce Preview support for JOINs in Prisma Client when querying relations. Support for JOINs has been a long-standing feature request, and this release adds support for PostgreSQL and CockroachDB. The upcoming releases will expand support for other databases Prisma supports.

To get started using JOINs, enable the Preview feature in your Prisma schema:

// schema.prisma
generator client {
  provider        = "prisma-client-js"
  previewFeatures = ["relationJoins"]
}

Run prisma generate to regenerate Prisma Client and enable the Preview feature.

Prisma Client will use a JOIN in your query to fetch relation data for a majority of the cases.

Example queries

Prisma Client query

await prisma.user.findUnique({
	where: {
		id: 1
</tr></table> 

... (truncated)

Commits
  • 57c979f chore: revert wasm engine (#22458)
  • 7be2d03 bump engine
  • 990e591 chore(client): fix a typo in a comment in e2e/_utils/run.ts (#22269)
  • 3af4569 fix(e2e): fix failing studio-1128-spawn-enoent test (#22272)
  • 7eb9800 feat(client): integrate relation joins (#22243)
  • 4d1347d chore(deps): update engines to 5.7.0-40.1964a5cbd8c8ab62f2ef25627fbcd8489aa2e...
  • bb06b83 fix(client): Netlify using Node.js 20 should use rhel-openssl-3.0.x (#22241)
  • 60d4094 chore(deps): update engines to 5.7.0-39.0d724e37b36bf276aa095d4571213cd035eaf...
  • 363e028 test(client): add --preview-features to test setup CLI (#22246)
  • 4c493a1 feat(driver adapters): [public API] Rename flavour field to provider, rem...
  • Additional commits viewable in compare view

Updates @sentry/nextjs from 7.84.0 to 7.91.0

Release notes

Sourced from @​sentry/nextjs's releases.

7.91.0

Important Changes

  • feat: Add server runtime metrics aggregator (#9894)

The release adds alpha support for Sentry developer metrics in the server runtime SDKs (@sentry/node, @sentry/deno, @sentry/nextjs server-side, etc.). Via the newly introduced APIs, you can now flush metrics directly to Sentry.

To enable capturing metrics, you first need to add the metricsAggregator experiment to your Sentry.init call.

Sentry.init({
  dsn: '__DSN__',
  _experiments: {
    metricsAggregator: true,
  },
});

Then you'll be able to add counters, sets, distributions, and gauges under the Sentry.metrics namespace.

// Add 4 to a counter named `hits`
Sentry.metrics.increment('hits', 4);
// Add 2 to gauge named parallel_requests, tagged with type: &quot;a&quot;
Sentry.metrics.gauge('parallel_requests', 2, { tags: { type: 'a' } });
// Add 4.6 to a distribution named response_time with unit seconds
Sentry.metrics.distribution('response_time', 4.6, { unit: 'seconds' });
// Add 2 to a set named valuable.ids
Sentry.metrics.set('valuable.ids', 2);

  • feat(node): Rework ANR to use worker script via an integration (#9945)

The ANR tracking integration for Node has been reworked to use an integration. ANR tracking now requires a minimum Node version of 16 or higher. Previously you had to call Sentry.enableANRDetection before running your application, now you can simply add the Anr integration to your Sentry.init call.

import * as Sentry from '@sentry/node';
Sentry.init({
dsn: 'https://public@dsn.ingest.sentry.io/1337',
integrations: [new Sentry.Integrations.Anr({ captureStackTrace: true, anrThreshold: 200 })],
});

Other Changes

  • feat(breadcrumbs): Send component names on UI breadcrumbs (#9946)

... (truncated)

Changelog

Sourced from @​sentry/nextjs's changelog.

7.91.0

Important Changes

  • feat: Add server runtime metrics aggregator (#9894)

The release adds alpha support for Sentry developer metrics in the server runtime SDKs (@sentry/node, @sentry/deno, @sentry/nextjs server-side, etc.). Via the newly introduced APIs, you can now flush metrics directly to Sentry.

To enable capturing metrics, you first need to add the metricsAggregator experiment to your Sentry.init call.

Sentry.init({
  dsn: '__DSN__',
  _experiments: {
    metricsAggregator: true,
  },
});

Then you'll be able to add counters, sets, distributions, and gauges under the Sentry.metrics namespace.

// Add 4 to a counter named `hits`
Sentry.metrics.increment('hits', 4);
// Add 2 to gauge named parallel_requests, tagged with type: &quot;a&quot;
Sentry.metrics.gauge('parallel_requests', 2, { tags: { type: 'a' } });
// Add 4.6 to a distribution named response_time with unit seconds
Sentry.metrics.distribution('response_time', 4.6, { unit: 'seconds' });
// Add 2 to a set named valuable.ids
Sentry.metrics.set('valuable.ids', 2);

  • feat(node): Rework ANR to use worker script via an integration (#9945)

The ANR tracking integration for Node has been reworked to use an integration. ANR tracking now requires a minimum Node version of 16 or higher. Previously you had to call Sentry.enableANRDetection before running your application, now you can simply add the Anr integration to your Sentry.init call.

import * as Sentry from '@sentry/node';
Sentry.init({
dsn: 'https://public@dsn.ingest.sentry.io/1337',
integrations: [new Sentry.Integrations.Anr({ captureStackTrace: true, anrThreshold: 200 })],
});

Other Changes

... (truncated)

Commits
  • 4c19ee3 release: 7.91.0
  • 17f490e Merge pull request #9965 from getsentry/prepare-release/7.91.0
  • f08bec8 meta(changelog): Update changelog for 7.91.0
  • cf412d9 fix(core): Rethrow caught promise rejections in startSpan, `startSpanManual...
  • 948e7d3 feat(sveltekit): Add options to configure fetch instrumentation script for CS...
  • f56219a build: Fix size limit (#9967)
  • 7f8eca7 feat: Add server runtime metrics aggregator (#9894)
  • 5d16aae chore(biome): enable noUnusedImports rule (#9895)
  • f819d81 feat(breadcrumbs): Send component names on UI breadcrumbs (#9946)
  • 9a2570b feat(replay): Send component names in replay breadcrumbs (#9947)
  • Additional commits viewable in compare view

Updates react-hook-form from 7.48.2 to 7.49.2

Release notes

Sourced from react-hook-form's releases.

Version 7.49.2

🐞 fix #11292 issue with controller validation prop (#11294)

Version 7.49.1

🐞 fix #11276 issue with disabled omit on Controller (#11277) 🐞 fix #11287 disabled prop cause const dirtyFields update (#11291)

🎄 Version 7.49.0

📮 feat: add reactive errors prop at useForm (#11188)

useForm({
  errors, // server errors
})

🖥️ feat: add react-server bundle (#11162) 🔩 chore: upgrade Node.js and pnpm (#11163) 🪖 feat: add ValidationModeFlags Type (#11144) 🐞 fix #11267 disabled prop does not affect controller validation (#11273) 🔧 refactor(util function): Enhance Consistency in Utility Functions: Standardizing Export, Function Types, and Naming (#11268) ⌨️ change type structure of UseFormHandleSubmit (#11245) 📮 fix(#11239): Set fields disabled state based on form and field disabled (#11241) 🍢 improved getDirtyFieldsFromDefaultValues type (#11238) 🐞 fix #11229 issue with values not re-render the root form (#11231) 🐞 fix #11218 useFieldArray focus issue with rules prop (#11221) 🔧 chore: improved isObjectType and swap (#11183)

thanks to @​kotarella1110, @​ssi02014, @​thomasdbock, @​mildfuzz and @​Lennon57

Commits

Updates @hookform/resolvers from 3.3.2 to 3.3.3

Release notes

Sourced from @​hookform/resolvers's releases.

v3.3.3

3.3.3 (2023-12-26)

Bug Fixes

Commits

Updates @next/third-parties from 14.0.3 to 14.0.4

Release notes

Sourced from @​next/third-parties's releases.

v14.0.4

Core Changes

  • Remove early return that is duplicated in useSearchParams: #58545
  • Support passing a relative string to pushState/replaceState: #58438
  • [.next/trace] Record start-dev-server trace span: #58469
  • Update React from 593ecee66 to 2c338b16f.: #58553
  • turbopack: Fix pageExtensions with dots: #58504
  • fix: revalidation with file-system-cache: #58508
  • fix: fetch() behavior when "dynamic" is "force-dynamic: #58484
  • Add cacheNodeSeedData to RSC payload: #58566
  • Lift subtree data out of React tree: #58569
  • fix(next-core): allow runtime segment option in pages/api: #58409
  • Update rust-toolchain to 2023-11-16: #58558
  • refactor: Add lightningcss mode for turbopack-css: #58471
  • fix: avoid race condition when download swc wasm: #58536
  • Removed unused route resolver code: #58702
  • Add experimental.windowHistorySupport to Turbopack supported options: #58717
  • Improve Server Actions compiler: #58391
  • Seed CacheNodes immediately after receiving response: #58669
  • Turbopack: improve error display: #58734
  • fix node externals resolving: #58129
  • disable static prefetching behavior for dynamic segments: #58609
  • fix: ensure DynamicUsageErrors caught during render bubble up: #58747
  • fix image.domains deprecation warning: #58656
  • fix waitUntil handling in pipeToNodeResponse: #58744
  • Use consistent resolve extensions alias for compiler: #58725
  • Turbopack: Use styled issue titles and details: #58743
  • route handlers: make req.cookies opt you into dynamic: #58769
  • OpenTelemetry: a more reliable way to establish a root context: #58662
  • Revert "fix: fetch() behavior when "dynamic" is "force-dynamic": #58735
  • [Instrumentation] Don't treat instrumentation hook as pages: #58775
  • Fix turboFlag set to false: #58795
  • [.next/trace] Track server requests and memory usage: #58690
  • place virtual module inside the project directory: #58798
  • fix rewrites to edge routes: #58797
  • Polish unsupported metadata warning with doc link: #58750
  • Enable .mjs extension config in Turbopack: #58825
  • Turbopack: align automatic externals code with webpack: #58851
  • Upgrade Turbopack: #58859
  • OpenTelemetry: propagate context to sandbox: #58791
  • fix uniqueness of layers: #58872
  • disable flushToDisk during generateStaticParams: #58871
  • Turbopack: enable some node.js builtin in edge runtime: #58850
  • add NEXT_TRIGGER_URL env var to show request triggering a compilation: #58762
  • Update swc_core to v0.86.81: #58517
  • Trace server updates: #58694
  • remove duplicate util file for redirect status: #58878
  • fix(windows): workaround for intermittent locks on windows when renaming files: #58835
  • unify server action detection logic: #58879

... (truncated)

Commits

Updates @auth/prisma-adapter from 1.0.9 to 1.0.12

Release notes

Sourced from @​auth/prisma-adapter's releases.

@​auth/prisma-adapter@​1.0.12

Other

  • @​auth/core: deep-merge cookies options (#9386) (17c44261)
  • @​auth/core: add default user id generation (#9380) (87b037f0)
  • @​auth/core: document all Adapter method (5254ff78)
  • @​auth/core: correct default cookie name in getToken (#9382) (362e6cee)

@​auth/prisma-adapter@​1.0.11

Other

  • @​auth/core: correct resource links (10f3762c)

@​auth/prisma-adapter@​1.0.10

Other

  • @​auth/core: correctly type CookiesOptions (#9358) (677ddf8c)
  • @​auth/core: broken link (#9318) (a1bd309b)
  • @​auth/core: Bad intersection caused type to be 'never' (#9348) (faabc14b)
Commits
  • 26c47a8 chore(release): bump package version(s) [skip ci]
  • 9732b5e chore(sveltekit): tweak sveltekit-auth deps (#9403)
  • 065b7e9 chore(test): exclude ExperimentalSurrealHTTP tests
  • 6c958d7 feat(sveltekit): Allow SvelteKit 2 as peer dependency (#9393)
  • 5254ff7 fix(docs): document all Adapter method
  • 362e6ce fix(jwt): correct default cookie name in getToken (#9382)
  • 17c4426 feat: deep-merge cookies options (#9386)
  • 382f796 chore: fix dev app
  • 87b037f feat: add default user id generation (#9380)
  • a1b2282 chore(release): bump package version(s) [skip ci]
  • Additional commits viewable in compare view

Updates @types/node from 20.10.1 to 20.10.6

Commits

Updates @types/react from 18.2.39 to 18.2.46

Commits

Updates @types/react-dom from 18.2.17 to 18.2.18

Commits

Updates clsx from 2.0.0 to 2.1.0

Release notes

Sourced from clsx's releases.

v2.1.0

Features

  • Add new clsx/lite submodule for string-only usage: 1a49142

    This is a 140b version of clsx that is ideal for Tailwind and/or React contexts, which typically follow this clsx usage pattern:

    clsx('foo bar', props.maybe && 'conditional classes', props.className);

    Important: This clsx/lite module ignores all non-string arguments and is therefore not a 1:1 replacement for clsx itself!

    import { clsx } from 'clsx';
    import { clsx as lite } from 'clsx/lite';
    // strings-only usage is identical
    clsx('foo', null, 'bar', true && 'baz'); //=> "foo bar baz"
    lite('foo', null, 'bar', true && 'baz'); //=> "foo bar baz"
    // clsx/lite ignores all non-strings
    clsx('foo', { a: true, b: false, c: true }); //=> "foo a c"
    lite('foo', { a: true, b: false, c: true }); //=> "foo"


Full Changelog: lukeed/clsx@v2.0.1...v2.1.0

v2.0.1

Patches

  • (perf) Cache arguments.length & array.length for 6% performance gain (#26): deff09b Adds 5 bytes (+2%) for ~3% avg performance gain Thank you @​jalalazimi

Chores

  • Update module size: bf64e71
  • Update benchmark results: 855eec2, 6e3b2b9,
  • Replace nyc with c8 in CI: 6e2468e
  • Update Node CI matrix: 308a238
  • Fix readme typos (#76, #82): 42354d3, 4c9a55d Thank you @​andipaetzold and @​acusti

Full Changelog: lukeed/clsx@v2.0.0...v2.0.1

Commits

Updates prisma from 5.6.0 to 5.7.1

Release notes

Sourced from prisma's releases.

5.7.1

Today, we are issuing the 5.7.1 patch release.

This patch fixes multiple small problems in our relationJoins preview feature. If you ran into problems when testing relationJoins before, please give it another go with 5.7.1 and share your feedback or create a bug report if you encounter any issues.

Fixes in Prisma Client

5.7.0

🌟 Help us spread the word about Prisma by starring the repo or posting on X (formerly Twitter) about the release.

Highlights

✨ In this release, we improved the SQL queries Prisma Client generates for you with two new Preview features, the driver adapters, and support for the database drivers we currently support. 5.7.0 will be the last release of the year. Stay tuned for the next one in January! ✨

Preview support for JOINs for relation queries for PostgreSQL and CockroachDB

We’re excited to announce Preview support for JOINs in Prisma Client when querying relations. Support for JOINs has been a long-standing feature request, and this release adds support for PostgreSQL and CockroachDB. The upcoming releases will expand support for other databases Prisma supports.

To get started using JOINs, enable the Preview feature in your Prisma schema:

// schema.prisma
generator client {
  provider        = "prisma-client-js"
  previewFeatures = ["relationJoins"]
}

Run prisma generate to regenerate Prisma Client and enable the Preview feature.

Prisma Client will use a JOIN in your query to fetch relation data for a majority of the cases.

Example queries

Prisma Client query

await prisma.user.findUnique({
	where: {
		id: 1
</tr></table> 

... (truncated)

Commits
  • dd2e8ff chore(cli): refine platform help command copy (#22282)
  • ae47208 feat: show auth commands as part of root help (#22267)
  • e8f2cf7 fix(cli): replace platform cli links using underlines with links (#22264)
  • 1e198d3 feat(cli): add temporary docs link to platform cli help (#22254)
  • dc24a2d feat(cli): move platform login and logout under auth command (#22258)
  • 0681a1e feat(cli): Include link to getting started guide for accelerate enable (#22...
  • 0f25e2f fix(cli): Add optional placeholder parameter region for accelerate enable (...
  • ece299f fix(cli): rename platform command option --display-name to --name (#22257)
  • ce984aa feat(cli): Display full connection string for accelerate enable command (#22256)
  • a7aea0a fix(cli): Platform commands fixes (

Bumps the dependencies group with 25 updates:

| Package | From | To |
| --- | --- | --- |
| [next](https://github.com/vercel/next.js) | `14.0.3` | `14.0.4` |
| [sharp](https://github.com/lovell/sharp) | `0.33.0` | `0.33.1` |
| [nodemailer](https://github.com/nodemailer/nodemailer) | `6.9.7` | `6.9.8` |
| [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) | `5.6.0` | `5.7.1` |
| [@sentry/nextjs](https://github.com/getsentry/sentry-javascript) | `7.84.0` | `7.91.0` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.48.2` | `7.49.2` |
| [@hookform/resolvers](https://github.com/react-hook-form/resolvers) | `3.3.2` | `3.3.3` |
| [@next/third-parties](https://github.com/vercel/next.js/tree/HEAD/packages/third-parties) | `14.0.3` | `14.0.4` |
| [@auth/prisma-adapter](https://github.com/nextauthjs/next-auth) | `1.0.9` | `1.0.12` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.10.1` | `20.10.6` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.39` | `18.2.46` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.17` | `18.2.18` |
| [clsx](https://github.com/lukeed/clsx) | `2.0.0` | `2.1.0` |
| [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) | `5.6.0` | `5.7.1` |
| [postcss](https://github.com/postcss/postcss) | `8.4.31` | `8.4.32` |
| [prettier](https://github.com/prettier/prettier) | `3.1.0` | `3.1.1` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.2` | `5.3.3` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.3.5` | `3.4.0` |
| [lint-staged](https://github.com/okonet/lint-staged) | `15.1.0` | `15.2.0` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.294.0` | `0.303.0` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `2.0.0` | `2.2.0` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.0.3` | `14.0.4` |
| [@tanstack/react-table](https://github.com/tanstack/table) | `8.10.7` | `8.11.2` |
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.5.7` | `0.5.10` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.13.1` | `6.16.0` |


Updates `next` from 14.0.3 to 14.0.4
- [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.0.3...v14.0.4)

Updates `sharp` from 0.33.0 to 0.33.1
- [Release notes](https://github.com/lovell/sharp/releases)
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)
- [Commits](lovell/sharp@v0.33.0...v0.33.1)

Updates `nodemailer` from 6.9.7 to 6.9.8
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](nodemailer/nodemailer@v6.9.7...v6.9.8)

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

Updates `@sentry/nextjs` from 7.84.0 to 7.91.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@7.84.0...7.91.0)

Updates `react-hook-form` from 7.48.2 to 7.49.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.48.2...v7.49.2)

Updates `@hookform/resolvers` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/react-hook-form/resolvers/releases)
- [Commits](react-hook-form/resolvers@v3.3.2...v3.3.3)

Updates `@next/third-parties` from 14.0.3 to 14.0.4
- [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/v14.0.4/packages/third-parties)

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

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

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

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

Updates `clsx` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/lukeed/clsx/releases)
- [Commits](lukeed/clsx@v2.0.0...v2.1.0)

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

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

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

Updates `typescript` from 5.3.2 to 5.3.3
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.3.2...v5.3.3)

Updates `tailwindcss` from 3.3.5 to 3.4.0
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.3.5...v3.4.0)

Updates `lint-staged` from 15.1.0 to 15.2.0
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.1.0...v15.2.0)

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

Updates `tailwind-merge` from 2.0.0 to 2.2.0
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v2.0.0...v2.2.0)

Updates `eslint-config-next` from 14.0.3 to 14.0.4
- [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/v14.0.4/packages/eslint-config-next)

Updates `@tanstack/react-table` from 8.10.7 to 8.11.2
- [Release notes](https://github.com/tanstack/table/releases)
- [Commits](TanStack/table@v8.10.7...v8.11.2)

Updates `prettier-plugin-tailwindcss` from 0.5.7 to 0.5.10
- [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.5.7...v0.5.10)

Updates `@typescript-eslint/eslint-plugin` from 6.13.1 to 6.16.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/v6.16.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: nodemailer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@prisma/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@sentry/nextjs"
  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: "@hookform/resolvers"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@next/third-parties"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@auth/prisma-adapter"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  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-patch
  dependency-group: dependencies
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: clsx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: prisma
  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-patch
  dependency-group: dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: lucide-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: tailwind-merge
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@tanstack/react-table"
  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: "@typescript-eslint/eslint-plugin"
  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 Jan 1, 2024
@github-actions github-actions bot merged commit 30f85b5 into master Jan 1, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-5542028ffc branch January 1, 2024 01:37
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