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 prod group across 1 directory with 22 updates #279

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 15, 2024

Bumps the prod group with 22 updates in the / directory:

Package From To
@headlessui/react 2.1.9 2.2.0
@heroicons/react 2.1.3 2.1.5
@tailwindcss/forms 0.5.3 0.5.9
@vercel/analytics 1.3.1 1.4.0
clsx 1.2.1 2.1.1
next 14.2.14 15.0.3
next-intl 3.20.0 3.25.1
next-themes 0.2.1 0.4.3
nice-grpc 2.0.1 2.1.10
qrcode.react 3.1.0 4.1.0
react-hook-form 7.39.5 7.53.2
tinycolor2 1.4.2 1.6.0
@types/tinycolor2 1.4.3 1.4.6
eslint-config-next 14.2.7 15.0.3
@typescript-eslint/parser 7.18.0 8.14.0
eslint-plugin-react 7.35.0 7.37.2
eslint-config-turbo 2.1.0 2.3.0
@bufbuild/protobuf 2.0.0 2.2.2
@connectrpc/connect 2.0.0-alpha.1 2.0.0-rc.3
@connectrpc/connect-node 2.0.0-alpha.1 2.0.0-rc.3
@connectrpc/connect-web 2.0.0-alpha.1 2.0.0-rc.3
jose 5.8.0 5.9.6

Updates @headlessui/react from 2.1.9 to 2.2.0

Release notes

Sourced from @​headlessui/react's releases.

@​headlessui/react@​v2.2.0

Added

  • Add React 19 support (#3543)

@​headlessui/react@​v2.1.10

Fixed

  • Use React.JSX instead of deprecated global JSX (#3511)
  • Fix crash in ListboxOptions when using as={Fragment} (#3513)
Changelog

Sourced from @​headlessui/react's changelog.

[2.2.0] - 2024-10-25

Added

  • Add React 19 support (#3543)

[2.1.10] - 2024-10-10

Fixed

  • Use React.JSX instead of deprecated global JSX (#3511)
  • Fix crash in ListboxOptions when using as={Fragment} (#3513)
Commits

Updates @heroicons/react from 2.1.3 to 2.1.5

Release notes

Sourced from @​heroicons/react's releases.

v2.1.5

Added

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

v2.1.4

Fixed

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

Sourced from @​heroicons/react's changelog.

[2.1.5] - 2024-07-10

Added

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

[2.1.4] - 2024-06-17

Fixed

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

Updates @tailwindcss/forms from 0.5.3 to 0.5.9

Release notes

Sourced from @​tailwindcss/forms's releases.

v0.5.9

Fixed

  • Fallback to static chevron color if theme is using variables (#167)

v0.5.8

Fixed

  • Support installing with alpha versions of Tailwind CSS v4 (#163)

v0.5.7

Fixed

  • Use normal checkbox and radio appearance in forced-colors mode (#152)

v0.5.6

Fixed

  • Fix date time bottom spacing on MacOS Safari (#146)

v0.5.5

Fixed

  • Fix text alignment on date and time inputs on iOS (#144)

v0.5.4

Fixed

  • Remove chevron for selects with a non-default size (#137)
  • Allow for without type (#141)
Changelog

Sourced from @​tailwindcss/forms's changelog.

[0.5.9] - 2024-09-05

Fixed

  • Fallback to static chevron color if theme is using variables (#167)

[0.5.8] - 2024-08-28

Fixed

  • Support installing with alpha versions of Tailwind CSS v4 (#163)

[0.5.7] - 2023-11-10

Fixed

  • Use normal checkbox and radio appearance in forced-colors mode (#152)

[0.5.6] - 2023-08-28

Fixed

  • Fix date time bottom spacing on MacOS Safari (#146)

[0.5.5] - 2023-08-22

Fixed

  • Fix text alignment on date and time inputs on iOS (#144)

[0.5.4] - 2023-07-13

Fixed

  • Remove chevron for selects with a non-default size (#137)
  • Allow for without type (#141)
Commits

Updates @vercel/analytics from 1.3.1 to 1.4.0

Release notes

Sourced from @​vercel/analytics's releases.

1.4.0

What's Changed

Full Changelog: vercel/analytics@1.3.2...1.4.0

1.3.2

What's Changed

Full Changelog: vercel/analytics@1.3.1...1.3.2

Commits
  • c09b649 docs: exposes types and updates example apps for beforeSend (#154)
  • 81d0eed feat: next/remix/react supports updating beforeSend (#152)
  • 55bd2ff feat: route support for Astro, Nuxt, Remix, Sveltekit and Vue (#151)
  • 524af71 React 19 support (#149) fix(148)
  • See full diff in compare view

Updates clsx from 1.2.1 to 2.1.1

Release notes

Sourced from clsx's releases.

v2.1.1

Patches

  • (types) Include bigint in ClassValue type: (#96): 3d960ab Accommodates recent @types/react changes to ReactNode. Thank you @​ViliamKopecky~!

Chores

  • Add licenses.dev badge: 684509c This service recursively analyzes entire dependency graphs to ensure that a package (or your project) is using permissive licenses. For example, here's a results table for polka@next and a larger astro example.

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

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

... (truncated)

Commits

Updates next from 14.2.14 to 15.0.3

Release notes

Sourced from next's releases.

v15.0.3

Core Changes

  • Read page name from work store in server module map proxy: #71669
  • codemod: should not transform when param is not used: #71664
  • [dynamicIO] complete refactor to prerender: #71687
  • fix: metadata image route normalize path posix for windows: #71673
  • next-codemod(upgrade): optional catch when missing dev script: #71598
  • Avoid server action function indirection in Turbopack: #71628
  • fix: exclude basePath in findSourceMapURL: #71719
  • fix: stack frame text color in dark mode: #71656
  • Fix: revert the bad node binary handling: #71723
  • next-codemod: add empty pnpm-workspace.yaml to test fixtures to bypass PNPM workspace checks: #71726
  • warn on sync access if dynamicIO is not enabled: #71696
  • Update React from 69d4b800-20241021 to 45804af1-20241021: #71718
  • next-upgrade: do not add --turbopack flag when --turbo exists in next dev: #71730
  • feat: stitch errors with react owner stack: #70393
  • [dynamicIO] update data access error and documentation: #71738
  • Test cached form action with revalidate: #71591
  • Upgrade React from 45804af1-20241021 to 28668d39-20241023: #71745
  • Fix race condition when setting client reference manifests: #71741
  • Fix fetch with no-store inside of use cache: #71754
  • Remove the bottom collapse button in dev overlay: #71658
  • [dynamicIO] unify cache filling and lazy-module warming: #71749
  • Don't filter out source location frames through RSC: #71752
  • fix undefined default export error msg: #71762
  • Upgrade React from 28668d39-20241023 to 1631855f-20241023: #71769
  • Enable owner stack in experimental build: #71716
  • feat: add experiment for sharpjs cpu flags: #71733
  • fix: handle server component replay error in error overlay: #71772
  • Don't error asking for prebuilt bundles: #71778
  • Replace turbopack://[project]/... sourcemap uris with file://... in development: #71489
  • misc: update source map paths for bundled Next.js runtime: #71779
  • [dynamicIO] refine error message and docs: #71781
  • next-upgrade: change --turbo to --turbopack if applicable: #71737
  • Show all diff when uncollapse: #71792
  • Sourcemap errors in terminal by default : #71444
  • Fully enable custom error callbacks for app router: #71794
  • Simplify Server Action Webpack plugin: #71721
  • ensure DIO development segment errors are cleared after correcting: #71811
  • Include sourceframe in errors logged in the terminal during development: #71803
  • [dynamicIO] update prerender cache scoping and cache warming for validation: #71822
  • only force stack frame color in tty: #71860
  • Add test for fetch with auth in use cache: #71768
  • Fix race with hot-reloader-client clearing overlay errors: #71771
  • Fix dynamic tracking in dev: #71867
  • Revert "Sourcemap errors in terminal by default (#71444)": #71868
  • Fix fetch caching inside of "use cache": #71793
  • Trace upload: only send traces for current session: #71838
  • Reland "Sourcemap errors in terminal by default": #71877

... (truncated)

Commits
  • 7dc7be2 v15.0.3
  • 74b4d2d v15.0.3-canary.9
  • be40adb Add missing closing \</AppOnly> (#72453)
  • 224447c Getting Started Docs: Improve "Project Structure" page (#72399)
  • 5f0adad chore(turbopack): Update dashmap from 5.x to 6.x (#72433)
  • f668af2 [ppr] Fixed deployment tests (#72428)
  • 856521b docs(parallel-routes): update 11-parallel-routes.mdx example for modal closin...
  • 9d31638 docs(route-handlers): add TS/JS switcher to Route Resolution section in `...
  • 200fdc1 [Turbopack] remove unneeded type annotation (#72390)
  • 74a19b7 docs: unify the header deps by removing # (#72391)
  • Additional commits viewable in compare view

Updates next-intl from 3.20.0 to 3.25.1

Release notes

Sourced from next-intl's releases.

v3.25.1

3.25.1 (2024-11-13)

Bug Fixes

  • Correctly handle search params in redirects when using trailingSlash: true (#1537) (03a4620) – by @​deini

v3.25.0

3.25.0 (2024-11-08)

Features

v3.24.0

3.24.0 (2024-10-31)

Features

v3.23.5

3.23.5 (2024-10-24)

Bug Fixes

v3.23.4

3.23.4 (2024-10-24)

Bug Fixes

v3.23.3

3.23.3 (2024-10-24)

Bug Fixes

  • Resolve locale for navigation APIs consistently from i18n/request.ts in react-server like all other APIs do (#1459) (8c6d5ff) – by @​amannn

v3.23.2

3.23.2 (2024-10-22)

... (truncated)

Changelog

Sourced from next-intl's changelog.

3.25.1 (2024-11-13)

Bug Fixes

  • Correctly handle search params in redirects when using trailingSlash: true (#1537) (03a4620) – by @​deini

3.25.0 (2024-11-08)

Features

3.24.0 (2024-10-31)

Features

3.23.5 (2024-10-24)

Bug Fixes

3.23.4 (2024-10-24)

Bug Fixes

3.23.3 (2024-10-24)

Bug Fixes

  • Resolve locale for navigation APIs consistently from i18n/request.ts in react-server like all other APIs do (#1459) (8c6d5ff) – by @​amannn

3.23.2 (2024-10-22)

Bug Fixes

  • Handle inlined search params and hashes correctly in <Link /> from createNavigation (#1448) (ba0a537) – by @​amannn

3.23.1 (2024-10-22)

Bug Fixes

3.23.0 (2024-10-22)

... (truncated)

Commits

Updates next-themes from 0.2.1 to 0.4.3

Release notes

Sourced from next-themes's releases.

v0.4.3

What's Changed

  • Pass nonce to inline style tag when using disableTransitionOnChange

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

v0.4.2

What's Changed

New Contributors

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

v0.4.1

What's Changed

New Contributors

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

v0.4.0

What's Changed

New Contributors

... (truncated)

Commits

Updates nice-grpc from 2.0.1 to 2.1.10

Release notes

Sourced from nice-grpc's releases.

[email protected]

2.1.10 (2024-09-24)

Bug Fixes

  • nice-grpc: avoid server.start() deprecation warning (#661) (bd5e82d)

[email protected]

2.1.9 (2024-06-06)

Bug Fixes

  • nice-grpc: resolve compatibility issues with grpc-js 1.10.x (bdfc754), closes #555 #607

[email protected]

2.1.8 (2024-03-11)

Note: Version bump only for package nice-grpc

[email protected]

2.1.7 (2023-10-19)

Bug Fixes

  • nice-grpc: add missing exports for Service Definition types (#470) (2e3ab79)

[email protected]

2.1.6 (2023-10-17)

  • chore: fix hanging and erroring tests (#466) (0d169ec), closes #466
  • chore(deps): upgrade grpc-js to 1.9.5 (#461) (de41157), closes #461
  • docs(nice-grpc): Add example to docs for extending a client Type with CallOptions (#426) (191e706), closes #426

[email protected]

2.1.5 (2023-07-16)

Note: Version bump only for package nice-grpc

[email protected]

2.1.4 (2023-03-31)

Note: Version bump only for package nice-grpc

[email protected]

2.1.2 (2023-03-11)

... (truncated)

Commits
  • a164fb1 chore(release): publish
  • 5b74482 chore(deps-dev): bump grpc-tools
  • bd5e82d fix(nice-grpc): avoid server.start() deprecation warning (#661)
  • 0a06fc3 chore(deps): bump vite from 4.5.3 to 4.5.5 (#660)
  • 29bc10a chore(deps-dev): bump chromedriver from 126.0.4 to 128.0.1 (#649)
  • f48ea0d chore(deps-dev): bump mocha from 10.7.0 to 10.7.3 (#647)
  • d45f256 chore(deps): bump micromatch from 4.0.7 to 4.0.8 (#656)
  • cdc1aea chore(deps): bump axios from 1.7.2 to 1.7.7 (#657)
  • 6afa3a6 chore(deps-dev): bump @​wdio/mocha-framework from 8.39.0 to 9.0.8 (#658)
  • 948488f chore(deps-dev): bump @​wdio/cli from 8.39.1 to 8.40.5 (#651)
  • Additional commits viewable in compare view

Updates qrcode.react from 3.1.0 to 4.1.0

Release notes

Sourced from qrcode.react's releases.

v4.1.0

Added

  • Added support for new boostLevel prop, allowing the disabling of the underlying encoder's default of automatically boosting the ECL. (#374)
  • Added support for accepting an array of strings for value, which enables encoding of each part into independent segments. (#374)

v4.0.1

Fixed

  • Corrected issue with loading types in Typescript when configured with "moduleResolution": "Bundler" or "module": "ESNext". (#368)

v4.0.0

Added

  • Added proper support for ref, enabling direct access for underlying canvas or svg nodes. This also resulted in much more accurate type defitions. (#202)
  • Added support for marginSize prop, replacing the now deprecated includeMargin. This enables margins of any value, not just 0 or 4. (#281)
  • Added Support for Setting Image Opacity via imageSettings.opacity (#292)
  • Added minVersion prop to give better control over QR Code generated (#323)
  • Added support for specifying cross-origin for embedded images via imageSettings.crossOrigin. (#324)

Changed

  • Improved accessibility for QRCodeSVG by rendering a <title> node instead of setting a title attribute. (#284)
  • Improved accessibility with explicit role set on rendered SVG and Canvas. (#321)
  • Improved documentation (###)
  • Used better types in TypeScript for ErrorCorrectionLevel, resulting in better developer experience. (#291)

Deprecated

  • The includeMargin prop has been deprecated in favor of marginSize. (#281)

Removed

  • Removed default export which was deprecated in v3. (#208)
  • Remove explicit style prop. This still works identically as it was passed through and the type definitions are unaffected as they were improved via the ref changes (#357)

Fixed

  • Improved support for dual publishing of ESM/CJS modules for better compatibility with tools. (#301)
  • Set explicit display names for improved debugging experience. (#304)
  • Improved SVG compatibility by using href in place of xlink:href for embedded images. (#336)
  • Mitigated warnings when using QRCodeSVG in server components (#352)

v3.2.0

Fixed

  • Improved support for dual publishing of ESM/CJS modules for better compatibility with tools. (#301, #368)
  • Mitigated warnings when using QRCodeSVG in server components (#352)

Changed

  • Added @deprecated JSDoc to default export for additional visibility in editors to TypeScript users.
Changelog

Sourced from qrcode.react's changelog.

[4.1.0] - 2024-10-21

Added

  • Added support for new boostLevel prop, allowing the disabling of the underlying encoder's default of automatically boosting the ECL. (#374)
  • Added support for accepting an array of strings for value, which enables encoding of each part into independent segments. (#374)

[3.2.0] - 2024-08-31

Fixed

  • Improved support for dual publishing of ESM/CJS modules for better compatibility with tools. (#301, #368)
  • Mitigated warnings when using QRCodeSVG in server components (#352)

Changed

  • Added @deprecated JSDoc to default export for additional visibility in editors to TypeScript users.

[4.0.1] - 2024-08-28

Fixed

  • Corrected issue with loading types in Typescript when configured with "moduleResolution": "Bundler" or "module": "ESNext". (#368)

[4.0.0] - 2024-08-27

Added

  • Added proper support for ref, enabling direct access for underlying canvas or svg nodes. This also resulted in much more accurate type defitions. (#202)
  • Added support for marginSize prop, replacing the now deprecated includeMargin. This enables margins of any value, not just 0 or 4. (#281)
  • Added Support for Setting Image Opacity via imageSettings.opacity (#292)
  • Added minVersion prop to give better control over QR Code generated (#323)
  • Added support for specifying cross-origin for embedded images via imageSettings.crossOrigin. (#324)

Changed

  • Improved accessibility for QRCodeSVG by rendering a <title> node instead of setting a title attribute. (#284)
  • Improved accessibility with explicit role set on rendered SVG and Canvas. (#321)
  • Improved documentation (#358)
  • Used better types in TypeScript for ErrorCorrectionLevel, resulting in better developer experience. (#291)

Deprecated

  • The includeMargin prop has been deprecated in favor of marginSize. (#281)

Removed

  • Removed default export which was deprecated in v3. (#208)
  • Remove explicit style prop. This still works identically as it was passed through and the type definitions are unaffected as they were improved via the ref changes (#357)

Fixed

... (truncated)

Commits

Updates react-hook-form from 7.39.5 to 7.53.2

Release notes

Sourced from react-hook-form's releases.

Version 7.53.2

🐞 fix #12398 staled disabled issue with resubmit form (#12403) 🐞 fix: add type guard to fieldRef.select (#12390) Revert "🏺 watch reference update on formState update (#12326)" (#12391)

thanks to <...

Description has been truncated

Bumps the prod group with 22 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) | `2.1.9` | `2.2.0` |
| [@heroicons/react](https://github.com/tailwindlabs/heroicons) | `2.1.3` | `2.1.5` |
| [@tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms) | `0.5.3` | `0.5.9` |
| [@vercel/analytics](https://github.com/vercel/analytics/tree/HEAD/packages/web) | `1.3.1` | `1.4.0` |
| [clsx](https://github.com/lukeed/clsx) | `1.2.1` | `2.1.1` |
| [next](https://github.com/vercel/next.js) | `14.2.14` | `15.0.3` |
| [next-intl](https://github.com/amannn/next-intl) | `3.20.0` | `3.25.1` |
| [next-themes](https://github.com/pacocoursey/next-themes) | `0.2.1` | `0.4.3` |
| [nice-grpc](https://github.com/deeplay-io/nice-grpc) | `2.0.1` | `2.1.10` |
| [qrcode.react](https://github.com/zpao/qrcode.react) | `3.1.0` | `4.1.0` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.39.5` | `7.53.2` |
| [tinycolor2](https://github.com/bgrins/TinyColor) | `1.4.2` | `1.6.0` |
| [@types/tinycolor2](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tinycolor2) | `1.4.3` | `1.4.6` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.2.7` | `15.0.3` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.18.0` | `8.14.0` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.35.0` | `7.37.2` |
| [eslint-config-turbo](https://github.com/vercel/turborepo/tree/HEAD/packages/eslint-config-turbo) | `2.1.0` | `2.3.0` |
| [@bufbuild/protobuf](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protobuf) | `2.0.0` | `2.2.2` |
| [@connectrpc/connect](https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect) | `2.0.0-alpha.1` | `2.0.0-rc.3` |
| [@connectrpc/connect-node](https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-node) | `2.0.0-alpha.1` | `2.0.0-rc.3` |
| [@connectrpc/connect-web](https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-web) | `2.0.0-alpha.1` | `2.0.0-rc.3` |
| [jose](https://github.com/panva/jose) | `5.8.0` | `5.9.6` |



Updates `@headlessui/react` from 2.1.9 to 2.2.0
- [Release notes](https://github.com/tailwindlabs/headlessui/releases)
- [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/[email protected]/packages/@headlessui-react)

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

Updates `@tailwindcss/forms` from 0.5.3 to 0.5.9
- [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.3...v0.5.9)

Updates `@vercel/analytics` from 1.3.1 to 1.4.0
- [Release notes](https://github.com/vercel/analytics/releases)
- [Commits](https://github.com/vercel/analytics/commits/1.4.0/packages/web)

Updates `clsx` from 1.2.1 to 2.1.1
- [Release notes](https://github.com/lukeed/clsx/releases)
- [Commits](lukeed/clsx@v1.2.1...v2.1.1)

Updates `next` from 14.2.14 to 15.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.2.14...v15.0.3)

Updates `next-intl` from 3.20.0 to 3.25.1
- [Release notes](https://github.com/amannn/next-intl/releases)
- [Changelog](https://github.com/amannn/next-intl/blob/main/CHANGELOG.md)
- [Commits](amannn/next-intl@v3.20.0...v3.25.1)

Updates `next-themes` from 0.2.1 to 0.4.3
- [Release notes](https://github.com/pacocoursey/next-themes/releases)
- [Commits](https://github.com/pacocoursey/next-themes/commits/v0.4.3)

Updates `nice-grpc` from 2.0.1 to 2.1.10
- [Release notes](https://github.com/deeplay-io/nice-grpc/releases)
- [Commits](https://github.com/deeplay-io/nice-grpc/compare/[email protected]@2.1.10)

Updates `qrcode.react` from 3.1.0 to 4.1.0
- [Release notes](https://github.com/zpao/qrcode.react/releases)
- [Changelog](https://github.com/zpao/qrcode.react/blob/trunk/CHANGELOG.md)
- [Commits](zpao/qrcode.react@v3.1.0...v4.1.0)

Updates `react-hook-form` from 7.39.5 to 7.53.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.39.5...v7.53.2)

Updates `tinycolor2` from 1.4.2 to 1.6.0
- [Release notes](https://github.com/bgrins/TinyColor/releases)
- [Commits](bgrins/TinyColor@1.4.2...1.6.0)

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

Updates `eslint-config-next` from 14.2.7 to 15.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/v15.0.3/packages/eslint-config-next)

Updates `@typescript-eslint/parser` from 7.18.0 to 8.14.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.14.0/packages/parser)

Updates `eslint-plugin-react` from 7.35.0 to 7.37.2
- [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.2)

Updates `eslint-config-turbo` from 2.1.0 to 2.3.0
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/release.md)
- [Commits](https://github.com/vercel/turborepo/commits/v2.3.0/packages/eslint-config-turbo)

Updates `@bufbuild/protobuf` from 2.0.0 to 2.2.2
- [Release notes](https://github.com/bufbuild/protobuf-es/releases)
- [Commits](https://github.com/bufbuild/protobuf-es/commits/v2.2.2/packages/protobuf)

Updates `@connectrpc/connect` from 2.0.0-alpha.1 to 2.0.0-rc.3
- [Release notes](https://github.com/connectrpc/connect-es/releases)
- [Commits](https://github.com/connectrpc/connect-es/commits/v2.0.0-rc.3/packages/connect)

Updates `@connectrpc/connect-node` from 2.0.0-alpha.1 to 2.0.0-rc.3
- [Release notes](https://github.com/connectrpc/connect-es/releases)
- [Commits](https://github.com/connectrpc/connect-es/commits/v2.0.0-rc.3/packages/connect-node)

Updates `@connectrpc/connect-web` from 2.0.0-alpha.1 to 2.0.0-rc.3
- [Release notes](https://github.com/connectrpc/connect-es/releases)
- [Commits](https://github.com/connectrpc/connect-es/commits/v2.0.0-rc.3/packages/connect-web)

Updates `jose` from 5.8.0 to 5.9.6
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v5.8.0...v5.9.6)

---
updated-dependencies:
- dependency-name: "@headlessui/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: "@heroicons/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: "@tailwindcss/forms"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: "@vercel/analytics"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: clsx
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod
- dependency-name: next-intl
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: next-themes
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: nice-grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: qrcode.react
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod
- dependency-name: react-hook-form
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: tinycolor2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: "@types/tinycolor2"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: eslint-config-next
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod
- dependency-name: eslint-plugin-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: eslint-config-turbo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: "@bufbuild/protobuf"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: "@connectrpc/connect"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: "@connectrpc/connect-node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: "@connectrpc/connect-web"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: jose
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 15, 2024
Copy link

vercel bot commented Nov 15, 2024

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

Name Status Preview Comments Updated (UTC)
typescript-login ❌ Failed (Inspect) Nov 15, 2024 1:38am

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