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 20 updates #7

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2023

Bumps the dependencies group with 20 updates:

Package From To
next 14.0.1 14.0.3
sharp 0.32.6 0.33.0
next-intl 3.0.3 3.2.0
@sentry/nextjs 7.77.0 7.84.0
react-hook-form 7.47.0 7.48.2
@next/third-parties 14.0.1 14.0.3
@auth/prisma-adapter 1.0.6 1.0.9
vanilla-cookieconsent 3.0.0-rc.16 3.0.0-rc.17
@fortawesome/fontawesome-svg-core 6.4.2 6.5.1
@fortawesome/free-solid-svg-icons 6.4.2 6.5.1
@fortawesome/free-brands-svg-icons 6.4.2 6.5.1
@types/node 20.8.10 20.10.1
@types/react 18.2.33 18.2.39
prettier 3.0.3 3.1.0
typescript 5.2.2 5.3.2
lint-staged 12.0.3 15.1.0
lucide-react 0.291.0 0.294.0
eslint-config-next 14.0.1 14.0.3
prettier-plugin-tailwindcss 0.5.6 0.5.7
@typescript-eslint/eslint-plugin 6.9.1 6.13.1

Updates next from 14.0.1 to 14.0.3

Release notes

Sourced from next's releases.

v14.0.3

Core Changes

  • Update React from 746890329 to 0e352ea01: #58279
  • fix(turbopack): support middleware in src: #58218
  • Update font data: #58317
  • Replace custom Thenable type with native Promises: #58337
  • fix(eslint): next/script beforeInteractive gives warning on appDir: #51148
  • fix: import antd from es in modularizeImports: #57968
  • fix(WellKnownErrorsPlugin): avoid compilation warnings array with empty items: #57768
  • Add experimental support for history.pushState and history.replaceState: #58335
  • Fix: expected "catch all routes" are not matched in “parallel routes": #58368
  • fix: Don't reset shallow URL updates on prefetch: #58297
  • fix: ensure batch values are sharable: #58315
  • fix incorrect fetch cache handling: #58460
  • turbopack: Don't error with legacy server actions boolean: #58416
  • Update turbopack: #58408
  • Upgrade vendored React: #58489
  • Apply next/font to foreign code: #58461
  • Turbopack: Use structured styled text in issue descriptions: #58156
  • onHeaders updates for App Pages: #58410
  • revalidate APIs should make route handlers dynamic: #58466
  • remove optimistic navigation behavior when prefetch is false: #58413
  • fix: set x-forwarded-host based on request: #58500
  • Inline ChildProp: #58519
  • Remove client only dynamic chunks from edge bundle : #56761
  • tweak cache + revalidate fetch warning: #58505

Documentation Changes

  • remove example for router.events as it does not exist: #58286
  • chore(docs): fix typo: #58344
  • docs: Update runtime table: #58361
  • Update 08-parallel-routes.mdx: #58393
  • Docs: Update middleware example snippet: #58488
  • update meta variable to metadata variable so that the meta data updat…: #58396
  • Update 07-error-handling.mdx: #58236
  • docs: Added Kinde auth provider: #58231
  • Update index.mdx: #58210
  • Make example of passing down a Server Action more clear: #57972
  • docs: Fix grammar in Styling section: #58071
  • docs: Fix grammar in Client Components section: #58065
  • docs: Fix grammar in Dynamic Rendering section: #58062
  • Docs: fix grammatical issue in "Data Fetching Patterns" section: #58056
  • Update 02-patterns.mdx: #58032
  • Update 04-ci-build-caching.mdx - Add Jenkins: #58001

Example Changes

  • examples: Update Middleware for CSP: #58300

... (truncated)

Commits

Updates sharp from 0.32.6 to 0.33.0

Changelog

Sourced from sharp's changelog.

v0.33.0 - 29th November 2023

  • Drop support for Node.js 14 and 16, now requires Node.js >= 18.17.0

  • Prebuilt binaries distributed via npm registry and installed via package manager.

  • Building from source requires dependency on node-addon-api.

  • Remove sharp.vendor.

  • Partially deprecate withMetadata(), use withExif() and withIccProfile().

  • Add experimental support for WebAssembly-based runtimes. @​RReverser

  • Options for trim operation must be an Object, add new lineArt option. #2363

  • Improve luminance of tint operation with weighting function. #3338 @​jcupitt

  • Ensure all Error objects contain a stack property. #3653

  • Make compression option of heif mandatory to help reduce HEIF vs HEIC confusion. #3740

  • Ensure correct interpretation of 16-bit raw input. #3808

  • Add support for miniswhite when using TIFF output. #3812 @​dnsbty

  • TypeScript: add missing definition for withMetadata boolean. #3823 @​uhthomas

  • Add more fine-grained control over output metadata. #3824

  • Ensure multi-page extract remains sequential. #3837

v0.32 - flow

Requires libvips v8.14.5

Commits
  • 545e09f Release v0.33.0
  • 133dc56 Docs: note lack of native text rendering with Wasm
  • 9c877d9 Docs: info about how animated images are loaded
  • 7ad86fe Docs: package-manager howto for cross-platform install
  • 31cf07f Docs: update perf results for next release
  • 4ffb487 Tests: update benchmark deps/env to latest
  • 3da96a8 Docs: clarify that Wasm requires Node.js compatible runtime
  • 45ed9ea Tests: update leak config/suppressions
  • 61057f2 Prerelease v0.33.0-rc.2
  • 68ef72c CI: allow failure when attempting to rm native binary
  • Additional commits viewable in compare view

Updates next-intl from 3.0.3 to 3.2.0

Changelog

Sourced from next-intl's changelog.

3.2.0 (2023-11-29)

Features

  • Add localePrefix for navigation APIs for an improved initial render of Link when using localePrefix: never. Also fix edge case in middleware when using localized pathnames for redirects that remove a locale prefix (fixes an infinite loop). (#678) (1c68e3b), closes #444

3.1.4 (2023-11-24)

Bug Fixes

  • Apply correct port and protocol during domain-based redirects when called from an internal address (e.g. from a proxy) (#662) (2bb867d), closes #658

3.1.3 (2023-11-22)

Bug Fixes

  • Don't set cookie on response if localeDetection: false (#654) (e85149c), closes #609

3.1.2 (2023-11-20)

Bug Fixes

3.1.1 (2023-11-20)

Note: Version bump only for package root

... (truncated)

Commits
  • 10ef8c5 v3.2.0
  • 1c68e3b feat: Add localePrefix for navigation APIs for an improved initial render o...
  • ae4c2db docs: Add examples for leaving i18n on the server side
  • 18157bc docs: localePrefix: 'never' is useful for domain-based routing too
  • 97769a7 docs: Add Supabase Authentication example (#673 by @​wscourge)
  • a2d8cdd docs: Update dependencies, add test for scroll: false in router.push
  • e960535 docs: Added note on breaking changes to release guide
  • 97324c5 docs: Update static rendering guide
  • ae5c034 v3.1.4
  • 2bb867d fix: Apply correct port and protocol during domain-based redirects when calle...
  • Additional commits viewable in compare view

Updates @sentry/nextjs from 7.77.0 to 7.84.0

Release notes

Sourced from @​sentry/nextjs's releases.

7.84.0

Important Changes

  • ref(nextjs): Set automaticVercelMonitors to be false by default (#9697)

From this version onwards the default for the automaticVercelMonitors option in the Next.js SDK is set to false. Previously, if you made use of Vercel Crons the SDK automatically instrumented the relevant routes to create Sentry monitors. Because this feature will soon be generally available, we are now flipping the default to avoid situations where quota is used unexpectedly.

If you want to continue using this feature, make sure to set the automaticVercelMonitors flag to true in your next.config.js Sentry settings.

Other Changes

  • chore(astro): Add 4.0.0 preview versions to astro peer dependency range (#9696)
  • feat(metrics): Add interfaces for metrics (#9698)
  • feat(web-vitals): Vendor in INP from web-vitals library (#9690)
  • fix(astro): Avoid adding the Sentry Vite plugin in dev mode (#9688)
  • fix(nextjs): Don't match files called middleware in node_modules (#9686)
  • fix(remix): Don't capture error responses that are not 5xx on Remix v2. (#9655)
  • fix(tracing): Don't attach resource size if null (#9669)
  • fix(utils): Regex match port to stop accidental replace (#9676)
  • fix(utils): Try catch new URL when extracting query params (#9675)

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 65.86 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 59.46 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 31.12 KB
@​sentry/browser - Webpack (gzipped) 21.38 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 62.72 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 29.53 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 21.6 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 197.46 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 89.32 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 64.29 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 32.22 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 66.25 KB
@​sentry/react - Webpack (gzipped) 21.42 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 82.96 KB
@​sentry/nextjs Client - Webpack (gzipped) 48.21 KB
@​sentry-internal/feedback - Webpack (gzipped) 16.19 KB

7.83.0

  • chore(astro): Allow Astro 4.0 in peer dependencies (#9683)
  • feat(astro): Add assets option to source maps upload options (#9668)
  • feat(react): Support exactOptionalPropertyTypes on ErrorBoundary (#9098)
  • fix: Don't depend on browser types in types (#9682)
  • fix(astro): Configure sourcemap assets directory for Vercel adapter (#9665)

... (truncated)

Changelog

Sourced from @​sentry/nextjs's changelog.

7.84.0

Important Changes

  • ref(nextjs): Set automaticVercelMonitors to be false by default (#9697)

From this version onwards the default for the automaticVercelMonitors option in the Next.js SDK is set to false. Previously, if you made use of Vercel Crons the SDK automatically instrumented the relevant routes to create Sentry monitors. Because this feature will soon be generally available, we are now flipping the default to avoid situations where quota is used unexpectedly.

If you want to continue using this feature, make sure to set the automaticVercelMonitors flag to true in your next.config.js Sentry settings.

Other Changes

  • chore(astro): Add 4.0.0 preview versions to astro peer dependency range (#9696)
  • feat(metrics): Add interfaces for metrics (#9698)
  • feat(web-vitals): Vendor in INP from web-vitals library (#9690)
  • fix(astro): Avoid adding the Sentry Vite plugin in dev mode (#9688)
  • fix(nextjs): Don't match files called middleware in node_modules (#9686)
  • fix(remix): Don't capture error responses that are not 5xx on Remix v2. (#9655)
  • fix(tracing): Don't attach resource size if null (#9669)
  • fix(utils): Regex match port to stop accidental replace (#9676)
  • fix(utils): Try catch new URL when extracting query params (#9675)

7.83.0

  • chore(astro): Allow Astro 4.0 in peer dependencies (#9683)
  • feat(astro): Add assets option to source maps upload options (#9668)
  • feat(react): Support exactOptionalPropertyTypes on ErrorBoundary (#9098)
  • fix: Don't depend on browser types in types (#9682)
  • fix(astro): Configure sourcemap assets directory for Vercel adapter (#9665)
  • fix(remix): Check the error data before spreading. (#9664)

7.82.0

  • feat(astro): Automatically add Sentry middleware in Astro integration (#9532)
  • feat(core): Add optional setup hook to integrations (#9556)
  • feat(core): Add top level getClient() method (#9638)
  • feat(core): Allow to pass mechanism as event hint (#9590)
  • feat(core): Allow to use continueTrace without callback (#9615)
  • feat(feedback): Add onClose callback to showReportDialog (#9433) (#9550)
  • feat(nextjs): Add request data to all edge-capable functionalities (#9636)
  • feat(node): Add Spotlight option to Node SDK (#9629)
  • feat(utils): Refactor addInstrumentationHandler to dedicated methods (#9542)
  • fix: Make full url customizable for Spotlight (#9652)
  • fix(astro): Remove Auth Token existence check (#9651)
  • fix(nextjs): Fix middleware detection logic (#9637)
  • fix(remix): Skip capturing aborted requests (#9659)
  • fix(replay): Add BODY_PARSE_ERROR warning & time out fetch response load (#9622)
  • fix(tracing): Filter out invalid resource sizes (#9641)

... (truncated)

Commits
  • 4f4bd32 release: 7.84.0
  • 22960f5 Merge pull request #9705 from getsentry/prepare-release/7.84.0
  • e9e03e1 meta(changelog): Update changelog for 7.84.0
  • 59db749 feat(metrics): Add interfaces for metrics (#9698)
  • 27f6ae1 build: enable biome organizeImports feature (#9693)
  • 462ea44 ref(nextjs): Set automaticVercelMonitors to be false by default (#9697)
  • f500ac7 chore(astro): Add 4.0.0 preview versions to astro peer dependency range (#9...
  • 8c36659 build: add node.js v21 to test matrix (#9680)
  • 61e9056 feat(web-vitals): Vendor in INP from web-vitals library (#9690)
  • 28450ad fix(utils): Try catch new URL when extracting query params (#9675)
  • Additional commits viewable in compare view

Updates react-hook-form from 7.47.0 to 7.48.2

Release notes

Sourced from react-hook-form's releases.

Version 7.48.2

🐞 #11106 fix disabled prop not update dirty formState (#11143) 🐞 fix controller update with disabled prop from useForm (#11142)

Version 7.48.1

🐞 fix controller update with disabled prop from useForm

Version 7.48.0

🧱 feature: disable prop for useForm (#10496)

const App = () => {
  const [disabled, setDisabled] = useState(false);
  const { handleSubmit } = useForm({ disabled });
return (
<form
onSubmit={handleSubmit(async () => {
setDisabled(true);
await sleep(100);
setDisabled(false);
})}
/ >
);
}

😵‍💫 fixed typo in useFormContext (#11126) 🫡 strictly manage constants and improve types (#11101) 🐞 fix #11076 disable toggle issue (#11090) 🚀 fix: Solve the issue of race condition with resolver. (#10991) 📖 docs: fix useWatch example syntax error (#11005) 📝 readme arabic version (#10992)

thanks to @​Iyadchafroud @​domuk-k @​mehunk @​ssi02014 and @​tykhan

Changelog

Sourced from react-hook-form's changelog.

Changelog

[7.48.0] - 2023-11-05

Added

  • added new disabled prop for useForm to disable the entire form
const App = () => {
  const [disabled, setDisabled] = useState(false);
  const { handleSubmit } = useForm({ disabled });

return ( <form onSubmit={handleSubmit(async () => { setDisabled(true); await sleep(100); setDisabled(false); })} / > ); }

Commits

Updates @next/third-parties from 14.0.1 to 14.0.3

Release notes

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

v14.0.3

Core Changes

  • Update React from 746890329 to 0e352ea01: #58279
  • fix(turbopack): support middleware in src: #58218
  • Update font data: #58317
  • Replace custom Thenable type with native Promises: #58337
  • fix(eslint): next/script beforeInteractive gives warning on appDir: #51148
  • fix: import antd from es in modularizeImports: #57968
  • fix(WellKnownErrorsPlugin): avoid compilation warnings array with empty items: #57768
  • Add experimental support for history.pushState and history.replaceState: #58335
  • Fix: expected "catch all routes" are not matched in “parallel routes": #58368
  • fix: Don't reset shallow URL updates on prefetch: #58297
  • fix: ensure batch values are sharable: #58315
  • fix incorrect fetch cache handling: #58460
  • turbopack: Don't error with legacy server actions boolean: #58416
  • Update turbopack: #58408
  • Upgrade vendored React: #58489
  • Apply next/font to foreign code: #58461
  • Turbopack: Use structured styled text in issue descriptions: #58156
  • onHeaders updates for App Pages: #58410
  • revalidate APIs should make route handlers dynamic: #58466
  • remove optimistic navigation behavior when prefetch is false: #58413
  • fix: set x-forwarded-host based on request: #58500
  • Inline ChildProp: #58519
  • Remove client only dynamic chunks from edge bundle : #56761
  • tweak cache + revalidate fetch warning: #58505

Documentation Changes

  • remove example for router.events as it does not exist: #58286
  • chore(docs): fix typo: #58344
  • docs: Update runtime table: #58361
  • Update 08-parallel-routes.mdx: #58393
  • Docs: Update middleware example snippet: #58488
  • update meta variable to metadata variable so that the meta data updat…: #58396
  • Update 07-error-handling.mdx: #58236
  • docs: Added Kinde auth provider: #58231
  • Update index.mdx: #58210
  • Make example of passing down a Server Action more clear: #57972
  • docs: Fix grammar in Styling section: #58071
  • docs: Fix grammar in Client Components section: #58065
  • docs: Fix grammar in Dynamic Rendering section: #58062
  • Docs: fix grammatical issue in "Data Fetching Patterns" section: #58056
  • Update 02-patterns.mdx: #58032
  • Update 04-ci-build-caching.mdx - Add Jenkins: #58001

Example Changes

  • examples: Update Middleware for CSP: #58300

... (truncated)

Commits

Updates @auth/prisma-adapter from 1.0.6 to 1.0.9

Release notes

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

@​auth/prisma-adapter@​1.0.9

Other

  • @​auth/core: add partitioned cookie option (5d5220e8)
  • @​auth/core: better logging of errors (d93901cf)
  • @​auth/core: document all Auth.js errors (83dc317f)

@​auth/prisma-adapter@​1.0.8

Other

  • @​auth/core: correct actions import (#9205) (363f2ca8)

@​auth/prisma-adapter@​1.0.7

Other

  • @​auth/core: imports in actoins/index.ts (1856166e)
  • @​auth/core: refactor osu! in accordance with branding guidelines (#9186) (f0c8c6eb)
Commits
  • aa09496 chore(release): bump package version(s) [skip ci]
  • e3ed7b9 chore: fix lockfile
  • 5d5220e fix: add partitioned cookie option
  • d93901c fix: better logging of errors
  • 0c91eb7 fix: drop config.pages to determine action URL
  • fde4ce8 refactor: simplify code
  • d47a067 chore: fix example
  • 43bbc60 chore: simplify dev route handler
  • 50e6f9e fix: correct action URLs
  • 7e9f3a8 fix: correct the default redirect for protected pages (#9252)
  • Additional commits viewable in compare view

Updates vanilla-cookieconsent from 3.0.0-rc.16 to 3.0.0-rc.17

Release notes

Sourced from vanilla-cookieconsent's releases.

cookieconsent v3.0.0-rc.17

Features

  • Improved language autodetection process 1ec2561 (ref. #560) by @​Diewy
  • Added new <service>.cookies option to easily erase cookies 526068838949aff31676aa2cb1ba912e7aef2d33 3655a1b2c3acf4341b58819256e68516f5beb71a
  • Improved focus handling (a11y) d8d73254353cec4fc6d30d3774fa0218777140d1 f3183936d81e2491fa2fbe555ecf5d341d033aa8

Bug Fixes

  • Fixed default enabled categories ignored when mode='opt-in' 8ad2d1d87b32bd3023176852edd65a61878e3a3c baf638099d36a312c68e9acb5718e7f4c54ddad1 (ref. #538) by @​orestbida

Documentation

  • Updated code examples bf941a2efd098573405cddbf2ae8601ac758f083 0e9c87b20c972d18758a9856e48a23963730b424
  • Updated UI and Customization page 611affb96c5496174b77b3e1e52fee103ad74cb3
  • Fixed broken/outdated links 56865ae322488d84806c0532a26b7e7fe08eeb83 868c275c00dec96e4ac891d5e0bfd6837ee87032
  • Added notice about Google Ad related products 85f58084ae726e07b9a855790bde0ddd206af761

Misc

  • Updated playground f4b244e487741ce6e68d8bc259e5c176371817dc 8d1842939036ee38e0f9299dd25e860c245aec39
  • Updated demo examples 495df1537b23ca941413fe99796a0a8e632301f6
  • Updated all dependencies to latest version 0738397caf7e0570a01fe4f6c233365e9a2bbd81

New Contributors

Full Changelog: orestbida/cookieconsent@v3.0.0-rc.16...v3.0.0-rc.17

Commits
  • 346fc3f Chore: release v3.0.0-rc.17
  • 0738397 Chore: update all dependencies
  • d6c51aa Build: rebuild dist files
  • 59a5c2c Refactor: cleanup and minor tweaks
  • 2a0fd6f Test: added \<service>.cookies test
  • 85f5808 Docs: add notice about google ads products
  • 3655a1b Docs: update categories.services section
  • 1ccd5cf Build: rebuild dist files
  • f21c799 Chore: update all dependencies
  • 5260688 Feat: add \<service>.cookies option
  • Additional commits viewable in compare view

Updates @fortawesome/fontawesome-svg-core from 6.4.2 to 6.5.1

Release notes

Sourced from @​fortawesome/fontawesome-svg-core's releases.

Release 6.5.1

Change log available at https://fontawesome.com/docs/changelog/

Release 6.5.0

Change log available at https://fontawesome.com/docs/changelog/

Commits

Updates @fortawesome/free-solid-svg-icons from 6.4.2 to 6.5.1

Release notes

Sourced from @​fortawesome/free-solid-svg-icons's releases.

Release 6.5.1

Change log available at https://fontawesome.com/docs/changelog/

Release 6.5.0

Change log available at https://fontawesome.com/docs/changelog/

Commits

Updates @fortawesome/free-brands-svg-icons from 6.4.2 to 6.5.1

Release notes

Sourced from @​fortawesome/free-brands-svg-icons's releases.

Release 6.5.1

Change log available at https://fontawesome.com/docs/changelog/

Release 6.5.0

Change log available at https://fontawesome.com/docs/changelog/

Commits

Updates @types/node from 20.8.10 to 20.10.1

Commits

Updates @types/react from 18.2.33 to 18.2.39

Commits

Updates prettier from 3.0.3 to 3.1.0

Release notes

Sourced from prettier's releases.

3.1.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.1.0

diff

🔗 Release Notes

Commits
  • e8ac9f8 Release 3.1.0
  • 6a1d409 chore(deps): update dependency eslint-plugin-regexp to v2 (#15521)
  • f4d93d3 chore(deps): update dependency esbuild to v0.19.5 (#15630)
  • 4fc71a5 chore(deps): update dependency flow-parser to v0.221.0 (#15637)
  • d452f45 chore(deps): update dependency eslint-plugin-jest to v27.6.0 (#15635)
  • eb84a60 chore(deps): update dependency @​types/estree to v1.0.5 (#15625)
  • 2af23ee chore(deps): update dependency webpack to v5.89.0 (#15640)
  • 8f27c73 chore(deps): update dependency eslint-plugin-unicorn to v49 (#15642)
  • cdc5f5a chore(deps): update dependency webpack to v5.89.0 (#15639)
  • 14607ef chore(deps): update dependency eslint-plugin-n to v16.3.1 (#15636)
  • Additional commits viewable in compare view

Updates typescript from 5.2.2 to 5.3.2

Release notes

Sourced from typescript's releases.

TypeScript 5.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downlo...

Description has been truncated

Bumps the dependencies group with 20 updates:

| Package | From | To |
| --- | --- | --- |
| [next](https://github.com/vercel/next.js) | `14.0.1` | `14.0.3` |
| [sharp](https://github.com/lovell/sharp) | `0.32.6` | `0.33.0` |
| [next-intl](https://github.com/amannn/next-intl) | `3.0.3` | `3.2.0` |
| [@sentry/nextjs](https://github.com/getsentry/sentry-javascript) | `7.77.0` | `7.84.0` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.47.0` | `7.48.2` |
| [@next/third-parties](https://github.com/vercel/next.js/tree/HEAD/packages/third-parties) | `14.0.1` | `14.0.3` |
| [@auth/prisma-adapter](https://github.com/nextauthjs/next-auth) | `1.0.6` | `1.0.9` |
| [vanilla-cookieconsent](https://github.com/orestbida/cookieconsent) | `3.0.0-rc.16` | `3.0.0-rc.17` |
| [@fortawesome/fontawesome-svg-core](https://github.com/FortAwesome/Font-Awesome) | `6.4.2` | `6.5.1` |
| [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `6.4.2` | `6.5.1` |
| [@fortawesome/free-brands-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `6.4.2` | `6.5.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.8.10` | `20.10.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.33` | `18.2.39` |
| [prettier](https://github.com/prettier/prettier) | `3.0.3` | `3.1.0` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.2.2` | `5.3.2` |
| [lint-staged](https://github.com/okonet/lint-staged) | `12.0.3` | `15.1.0` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.291.0` | `0.294.0` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.0.1` | `14.0.3` |
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.5.6` | `0.5.7` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.9.1` | `6.13.1` |


Updates `next` from 14.0.1 to 14.0.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.0.1...v14.0.3)

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

Updates `next-intl` from 3.0.3 to 3.2.0
- [Changelog](https://github.com/amannn/next-intl/blob/main/CHANGELOG.md)
- [Commits](amannn/next-intl@v3.0.3...v3.2.0)

Updates `@sentry/nextjs` from 7.77.0 to 7.84.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.77.0...7.84.0)

Updates `react-hook-form` from 7.47.0 to 7.48.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.47.0...v7.48.2)

Updates `@next/third-parties` from 14.0.1 to 14.0.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/v14.0.3/packages/third-parties)

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

Updates `vanilla-cookieconsent` from 3.0.0-rc.16 to 3.0.0-rc.17
- [Release notes](https://github.com/orestbida/cookieconsent/releases)
- [Commits](orestbida/cookieconsent@v3.0.0-rc.16...v3.0.0-rc.17)

Updates `@fortawesome/fontawesome-svg-core` from 6.4.2 to 6.5.1
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.4.2...6.5.1)

Updates `@fortawesome/free-solid-svg-icons` from 6.4.2 to 6.5.1
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.4.2...6.5.1)

Updates `@fortawesome/free-brands-svg-icons` from 6.4.2 to 6.5.1
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.4.2...6.5.1)

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

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

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

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

Updates `lint-staged` from 12.0.3 to 15.1.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@v12.0.3...v15.1.0)

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

Updates `eslint-config-next` from 14.0.1 to 14.0.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/v14.0.3/packages/eslint-config-next)

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

Updates `@typescript-eslint/eslint-plugin` from 6.9.1 to 6.13.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.13.1/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-minor
  dependency-group: dependencies
- dependency-name: next-intl
  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: "@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: vanilla-cookieconsent
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@fortawesome/fontawesome-svg-core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@fortawesome/free-solid-svg-icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@fortawesome/free-brands-svg-icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/react"
  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-minor
  dependency-group: dependencies
- dependency-name: typescript
  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-major
  dependency-group: dependencies
- dependency-name: lucide-react
  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: 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 Dec 1, 2023
@FlorianLeChat FlorianLeChat self-requested a review December 1, 2023 07:57
@github-actions github-actions bot merged commit 40e7c4c into master Dec 1, 2023
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-1b3dc82729 branch December 1, 2023 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant