Skip to content

Comments

chore: Bump the dependencies group across 1 directory with 19 updates#102

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/dependencies-87cf35e750
Open

chore: Bump the dependencies group across 1 directory with 19 updates#102
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/dependencies-87cf35e750

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
axios 1.7.9 1.8.3
chalk 5.3.0 5.4.1
@ai-sdk/openai 1.0.8 1.2.5
@monaco-editor/react 4.6.0 4.7.0
@radix-ui/react-hover-card 1.1.3 1.1.6
@radix-ui/react-label 2.1.1 2.1.2
@radix-ui/react-separator 1.1.1 1.1.2
@radix-ui/react-slot 1.1.1 1.1.2
@radix-ui/react-tabs 1.1.2 1.1.3
@radix-ui/react-toast 1.2.3 1.2.6
@vercel/functions 1.5.2 2.0.0
adaptivecards 3.0.4 3.0.5
ai 4.0.18 4.1.61
lucide-react 0.468.0 0.482.0
next 15.1.0 15.2.2
next-themes 0.4.4 0.4.6
sonner 1.7.1 2.0.1
tailwind-merge 2.5.5 3.0.2
zod 3.24.1 3.24.2

Updates axios from 1.7.9 to 1.8.3

Release notes

Sourced from axios's releases.

Release v1.8.3

Release notes:

Bug Fixes

  • add missing type for allowAbsoluteUrls (#6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#6814) (ec159e5)

Contributors to this release

Release v1.8.2

Release notes:

Bug Fixes

  • http-adapter: add allowAbsoluteUrls to path building (#6810) (fb8eec2)

Contributors to this release

Release v1.8.1

Release notes:

Bug Fixes

  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)

Contributors to this release

Release v1.8.0

Release notes:

Bug Fixes

  • examples: application crashed when navigating examples in browser (#5938) (1260ded)
  • missing word in SUPPORT_QUESTION.yml (#6757) (1f890b1)
  • utils: replace getRandomValues with crypto module (#6788) (23a25af)

Features

Reverts

... (truncated)

Changelog

Sourced from axios's changelog.

1.8.3 (2025-03-10)

Bug Fixes

  • add missing type for allowAbsoluteUrls (#6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#6814) (ec159e5)

Contributors to this release

1.8.2 (2025-03-07)

Bug Fixes

  • http-adapter: add allowAbsoluteUrls to path building (#6810) (fb8eec2)

Contributors to this release

1.8.1 (2025-02-26)

Bug Fixes

  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)

Contributors to this release

1.8.0 (2025-02-25)

Bug Fixes

  • examples: application crashed when navigating examples in browser (#5938) (1260ded)
  • missing word in SUPPORT_QUESTION.yml (#6757) (1f890b1)
  • utils: replace getRandomValues with crypto module (#6788) (23a25af)

Features

... (truncated)

Commits
  • 39ec206 chore(release): v1.8.3 (#6819)
  • 10fa70e fix: add missing type for allowAbsoluteUrls (#6818)
  • 7821ef9 docs: update readme to include bun install (#6811)
  • ec159e5 fix(xhr/fetch): pass allowAbsoluteUrls to buildFullPath in xhr and `fet...
  • a9f7689 chore(release): v1.8.2 (#6812)
  • fb8eec2 fix(http-adapter): add allowAbsoluteUrls to path building (#6810)
  • 9812045 chore(sponsor): update sponsor block (#6804)
  • 72acf75 chore(sponsor): update sponsor block (#6794)
  • 2e64afd chore(release): v1.8.1 (#6800)
  • 36a5a62 fix(utils): move generateString to platform utils to avoid importing crypto...
  • Additional commits viewable in compare view

Updates chalk from 5.3.0 to 5.4.1

Release notes

Sourced from chalk's releases.

v5.4.1

  • Fix navigator not defined ReferenceError (#642) 4ebb62d

chalk/chalk@v5.4.0...v5.4.1

v5.4.0

  • Update CIRCLECI environments to return level 3 color support f838120

chalk/chalk@v5.3.0...v5.4.0

Commits

Updates @ai-sdk/openai from 1.0.8 to 1.2.5

Release notes

Sourced from @​ai-sdk/openai's releases.

@​ai-sdk/openai@​1.2.5

Patch Changes

  • 2e1101a: feat (provider/openai): pdf input support
  • Updated dependencies [2e1101a]
    • @​ai-sdk/provider@​1.0.11
    • @​ai-sdk/provider-utils@​2.1.13

@​ai-sdk/openai@​1.2.4

Patch Changes

  • 523f128: feat (provider/openai): add strictSchemas option to responses model

@​ai-sdk/openai@​1.2.3

Patch Changes

  • Updated dependencies [1531959]
    • @​ai-sdk/provider-utils@​2.1.12

@​ai-sdk/openai@​1.2.2

Patch Changes

  • e3a389e: feat (provider/openai): support responses api
Commits
  • 2cb40fc Version Packages (#5196)
  • 2e1101a feat (provider/openai): pdf input support (#5194)
  • 942af2c Version Packages (#5191)
  • 0b8797f feat (ai/core): expose response body for each generateText step (#5190)
  • e3c8785 docs: update next.js quickstart guides (#5167)
  • f9fef34 Version Packages (#5185)
  • 5261762 fix (provider/google): ensure correct finishReason for tool calls in streamin...
  • 523f128 feat (provider/openai): add strictSchemas option to responses model (#5183)
  • dd18049 fix (ai/core): suppress next.js warnings for node.js specific code path (#5182)
  • e6a8644 chore (docs): deleted outdated content (#5178)
  • Additional commits viewable in compare view

Updates @monaco-editor/react from 4.6.0 to 4.7.0

Release notes

Sourced from @​monaco-editor/react's releases.

v4.7.0

  • package: update @monaco-editor/loader to the latest (v1.5.0) version (this uses monaco-editor v0.52.2)
  • package: inherit all changes from v4.7.0-rc.0

v4.7.0-rc.0

  • package: add support for react/react-dom v19 as a peer dependency
  • playground: update playground's React version to 19
Changelog

Sourced from @​monaco-editor/react's changelog.

4.7.0

  • package: update @​monaco-editor/loader to the latest (v1.5.0) version (this uses monaco-editor v0.52.2)
  • package: inherit all changes from v4.7.0-rc.0

4.7.0-rc.0

  • package: add support for react/react-dom v19 as a peer dependency
  • playground: update playground's React version to 19
Commits
  • eb120e6 update package to 4.7.0 version
  • cdd070c update snapshots
  • 55a063e update @​monaco-editor/loader to the latest (v1.5.0) version
  • 52e8c75 update package to 4.7.0-rc.o version
  • e72be4e add react 19 to peerDependencies
  • 642be90 update playground's react version to 19
  • ceee344 Add Monaco-React AI Bot in Readme (#655)
  • f7cac39 add electron blog post link
  • ea601cf add tea constitution file
  • 3327f3c add GitHub sponsor button
  • See full diff in compare view

Updates @radix-ui/react-hover-card from 1.1.3 to 1.1.6

Commits

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

Commits

Updates @radix-ui/react-separator from 1.1.1 to 1.1.2

Commits

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

Commits

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

Commits

Updates @radix-ui/react-toast from 1.2.3 to 1.2.6

Commits

Updates @vercel/functions from 1.5.2 to 2.0.0

Changelog

Sourced from @​vercel/functions's changelog.

2.0.0

Major Changes

  • [cli] Remove support for node@16 (#12857)

1.6.0

Minor Changes

  • Add middleware-related helper functions (#12938)
Commits

Updates adaptivecards from 3.0.4 to 3.0.5

Commits

Updates ai from 4.0.18 to 4.1.61

Release notes

Sourced from ai's releases.

ai@4.1.61

Patch Changes

  • 2e1101a: feat (provider/openai): pdf input support
  • Updated dependencies [2e1101a]
    • @​ai-sdk/provider@​1.0.11
    • @​ai-sdk/provider-utils@​2.1.13
    • @​ai-sdk/ui-utils@​1.1.19
    • @​ai-sdk/react@​1.1.23

ai@4.1.60

Patch Changes

  • 0b8797f: feat (ai/core): expose response body for each generateText step

ai@4.1.59

Patch Changes

  • dd18049: fix (ai/core): suppress next.js warnings for node.js specific code path

ai@4.1.58

Patch Changes

  • e9897eb: fix (ai/core): move process access into functions and use globalThis

ai@4.1.57

Patch Changes

  • 092fdaa: feat (ai/core): add defaultSettingsMiddleware

ai@4.1.56

Patch Changes

  • 80be82b: feat (ai/core): add simulateStreamingMiddleware
  • 8109a24: fix (ai/core): limit node imports to types where possible

ai@4.1.55

Patch Changes

  • 1531959: feat (ai/core): add MCP client for using MCP tools
  • Updated dependencies [1531959]
    • @​ai-sdk/provider-utils@​2.1.12
    • @​ai-sdk/react@​1.1.22
    • @​ai-sdk/ui-utils@​1.1.18

ai@4.1.54

Patch Changes

  • ee1c787: fix (ai/core): correct spread apply order to fix extract reasoning middleware with generateText

... (truncated)

Commits
  • 2cb40fc Version Packages (#5196)
  • 2e1101a feat (provider/openai): pdf input support (#5194)
  • 942af2c Version Packages (#5191)
  • 0b8797f feat (ai/core): expose response body for each generateText step (#5190)
  • e3c8785 docs: update next.js quickstart guides (#5167)
  • f9fef34 Version Packages (#5185)
  • 5261762 fix (provider/google): ensure correct finishReason for tool calls in streamin...
  • 523f128 feat (provider/openai): add strictSchemas option to responses model (#5183)
  • dd18049 fix (ai/core): suppress next.js warnings for node.js specific code path (#5182)
  • e6a8644 chore (docs): deleted outdated content (#5178)
  • Additional commits viewable in compare view

Updates lucide-react from 0.468.0 to 0.482.0

Release notes

Sourced from lucide-react's releases.

Version 0.482.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.481.0...0.482.0

Version 0.481.0

What's Changed

Full Changelog: lucide-icons/lucide@0.480.0...0.481.0

Version 0.480.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.479.0...0.480.0

Version 0.479.0

What's Changed

Full Changelog: lucide-icons/lucide@0.478.0...0.479.0

Version 0.478.0

What's Changed

Full Changelog: lucide-icons/lucide@0.477.0...0.478.0

... (truncated)

Commits
  • 07f9d3e ci(node): Use correct node version (#2877)
  • 1787b82 build(deps-dev): bump vite from 5.4.13 to 5.4.14 in /packages/lucide (#2804)
  • b46927e fix(lucide-react): Revert exports property package.json, fixing edge worker e...
  • 3ab6c37 build(deps-dev): bump vite from 5.4.12 to 5.4.13 (#2798)
  • ba2c4b5 build(deps-dev): bump vite from 5.1.8 to 5.4.12 (#2786)
  • 50630b3 ci: Improve build speeds (#2778)
  • 961404d replace keyof ReactSVG with SVGElementType (#2668)
  • 31c3fef fix(lucide-react) Adds type module in package.json (#2731)
  • 58c2e10 feat(lucide-react): Add DynamicIcon component (#2686)
  • 970fc3d fix(lucide-react): support React 19 (#2666)
  • See full diff in compare view

Updates next from 15.1.0 to 15.2.2

Release notes

Sourced from next's releases.

v15.2.2

Core Changes

  • [dev-overlay] fix styling on overflow error messages, add button hover state: #76771
  • Fix: respond 405 status code on OPTIONS request to SSG page: #76767
  • [dev-overlay] Always show relative paths: #76742
  • [metadata] remove the duplicate metadata in the error boundary: #76791
  • Upgrade React from d55cc79b-20250228 to 443b7ff2-20250303: #76804
  • [dev-overlay] Ignore animations on page load: #76834
  • fix: remove useless set-cookie in action-handler: #76839
  • Turbopack: handle task cancelation: #76831
  • Upgrade React from 443b7ff2-20250303 to e03ac20f-20250305: #76842
  • add types for __next_app__ module loading functions: #74566
  • fix duplicated noindex when server action is triggered: #76847
  • fix: don't drop queued actions when navigating: #75362
  • [dev-overlay]: remove dependency on platform for focus trapping: #76849
  • Turbopack: Add turbopack_load_by_url: #76814
  • Add handling of origin in dev mode: #76880
  • [dev-overlay] Stop grouping callstack frames into ignored vs. not ignored: #76861
  • Upgrade React from e03ac20f-20250305 to 029e8bd6-20250306: #76870
  • [dev-overlay] Increase padding if no x button present: #76898
  • fix: prevent incorrect searchParams being applied on certain navs: #76914
  • [dev-overlay] Dim ignore-listed callstack frames when shown: #76862

Example Changes

  • chore(cna): update tailwind styles to be closer to non-tw cna: #76647

Misc Changes

  • Fix canary only warning for devlow-bench: #76772
  • [test] Add special placeholder if stackframes point into dist dir: #76741
  • [test] Use new Redbox matchers in pages/ service-side-dev-errors: #76779
  • [test] Use new Redbox matchers in app/ dynamic-error-trace: #76783
  • [test] Use new Redbox matchers in app/ owner-stack-invalid-element-type: #76786
  • [test] Use new Redbox matchers in app/ hook-functuon-names: #76785
  • [test] Use new Redbox matchers in app/ undefined-default-export: #76781
  • [test] Use new Redbox matchers in server-navigation-error: #76787
  • [test] Fix flaky error-recovery test: #76789
  • [test] Use new Redbox matchers in pages/ gssp-ssr-change-reloading: #76788
  • [docs] update Tailwind CSS installation and configuration instructions: #76259
  • docs: Tailwind v4: #76801
  • chore(docs): update minimumCacheTTL example to 31 days: #76796
  • Turbopack: improve sectioned source maps: #76627
  • [test] Use new Redbox matchers in pages/ middleware-errors: #76797
  • doc: use redirect in client components: #76332
  • [docs] document experimental viewTransition flag: #76832
  • docs(errors): remove confusing good-to-know since global-errors.tsx also show in dev as of 15.2: #76825
  • Turbopack: don't use HashMap in manifests: #76833
  • Update labeler.json: #76828

... (truncated)

Commits

Updates next-themes from 0.4.4 to 0.4.6

Release notes

Sourced from next-themes's releases.

v0.4.6

What's Changed

New Contributors

Full Changelog: pacocoursey/next-themes@v0.4.5...v0.4.6

v0.4.5

What's Changed

New Contributors

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

Commits
  • 3a43743 v0.4.6
  • f5be1b2 fix: add null check for value in updateDOM function to prevent runtime errors...
  • c178917 v0.4.5
  • d12996b chore: Fix corepack errors in CI (#342)
  • b77db23 Bump the npm_and_yarn group across 1 directory with 7 updates (#341)
  • d3fa4ee Bump next from 14.2.10 to 14.2.15 in the npm_and_yarn group across 1 director...
  • ad83567 Reduce number of renders by pre-setting resolvedTheme (#338)
  • 1b51044 fix: map theme to class using ValueObject in injected script (#330)
  • See full diff in compare view

Updates sonner from 1.7.1 to 2.0.1

Release notes

Sourced from sonner's releases.

v2.0.1

What's Changed

Full Changelog: emilkowalski/sonner@v2.0.0...v2.0.1

v2.0.0

Mostly bug fixes, see more at https://sonner.emilkowal.ski/getting-started.

What's Changed

Full Changelog: emilkowalski/sonner@v.2.0.0-beta.1...v2.0.0

v2.0.0-beta.3

You can try the beta version by installing Sonner like this:

pnpm add sonner@2.0.0-beta.3

What's Changed

New Contributors

Full Changelog: emilkowalski/sonner@v2.0.0-beta.2...v2.0.0-beta.3

v2.0.0-beta.2

You can try the beta version by installing Sonner like this:

pnpm add sonner@2.0.0-beta.2

What's Changed

... (truncated)

Commits

Updates tailwind-merge from 2.5.5 to 3.0.2

Release notes

Sourced from tailwind-merge's releases.

v3.0.2

Bug Fixes

Full Changelog: dcastil/tailwind-merge@v3.0.1...v3.0.2

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco, @​roboflow, @​syntaxfm, @​getsentry, @​codecov and a private sponsor for sponsoring tailwind-merge! ❤️

v3.0.1

Bug Fixes

  • Update info about supported Tailwind CSS version in README by @​dcastil in b9c136d
  • Update incorrect link in v3 changelog by @​dcastil in e22885e

Full Changelog: dcastil/tailwind-merge@v3.0.0...v3.0.1

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco, @​roboflow, @​syntaxfm, @​getsentry, @​codecov and a private sponsor for sponsoring tailwind-merge! ❤️

v3.0.0

Tailwind CSS v4 is here and it's time to upgrade tailwind-merge to support it. tailwind-merge v3.0.0 is more accurate than ever and follows the Tailwind CSS spec more closely than in v2. That is thanks to Tailwind CSS v4 being more consistent than ever.

This release drops support for Tailwind CSS v3 and in turn adds support for Tailwind CSS v4. That means you should upgrade to Tailwind CSS v4 and tailwind-merge v3 together. All breaking changes are related to the Tailwind CSS v4 support.

Check out the migration guide and if you have any questions, feel free to create an issue.

Breaking Changes

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

| Package | From | To |
| --- | --- | --- |
| [axios](https://github.com/axios/axios) | `1.7.9` | `1.8.3` |
| [chalk](https://github.com/chalk/chalk) | `5.3.0` | `5.4.1` |
| [@ai-sdk/openai](https://github.com/vercel/ai) | `1.0.8` | `1.2.5` |
| [@monaco-editor/react](https://github.com/suren-atoyan/monaco-react) | `4.6.0` | `4.7.0` |
| [@radix-ui/react-hover-card](https://github.com/radix-ui/primitives) | `1.1.3` | `1.1.6` |
| [@radix-ui/react-label](https://github.com/radix-ui/primitives) | `2.1.1` | `2.1.2` |
| [@radix-ui/react-separator](https://github.com/radix-ui/primitives) | `1.1.1` | `1.1.2` |
| [@radix-ui/react-slot](https://github.com/radix-ui/primitives) | `1.1.1` | `1.1.2` |
| [@radix-ui/react-tabs](https://github.com/radix-ui/primitives) | `1.1.2` | `1.1.3` |
| [@radix-ui/react-toast](https://github.com/radix-ui/primitives) | `1.2.3` | `1.2.6` |
| [@vercel/functions](https://github.com/vercel/vercel/tree/HEAD/packages/functions) | `1.5.2` | `2.0.0` |
| [adaptivecards](https://github.com/microsoft/AdaptiveCards) | `3.0.4` | `3.0.5` |
| [ai](https://github.com/vercel/ai) | `4.0.18` | `4.1.61` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.468.0` | `0.482.0` |
| [next](https://github.com/vercel/next.js) | `15.1.0` | `15.2.2` |
| [next-themes](https://github.com/pacocoursey/next-themes) | `0.4.4` | `0.4.6` |
| [sonner](https://github.com/emilkowalski/sonner) | `1.7.1` | `2.0.1` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `2.5.5` | `3.0.2` |
| [zod](https://github.com/colinhacks/zod) | `3.24.1` | `3.24.2` |



Updates `axios` from 1.7.9 to 1.8.3
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.9...v1.8.3)

Updates `chalk` from 5.3.0 to 5.4.1
- [Release notes](https://github.com/chalk/chalk/releases)
- [Commits](chalk/chalk@v5.3.0...v5.4.1)

Updates `@ai-sdk/openai` from 1.0.8 to 1.2.5
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/compare/@ai-sdk/openai@1.0.8...@ai-sdk/openai@1.2.5)

Updates `@monaco-editor/react` from 4.6.0 to 4.7.0
- [Release notes](https://github.com/suren-atoyan/monaco-react/releases)
- [Changelog](https://github.com/suren-atoyan/monaco-react/blob/master/CHANGELOG.md)
- [Commits](suren-atoyan/monaco-react@v4.6.0...v4.7.0)

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

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

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

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

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

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

Updates `@vercel/functions` from 1.5.2 to 2.0.0
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/functions/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/functions@2.0.0/packages/functions)

Updates `adaptivecards` from 3.0.4 to 3.0.5
- [Release notes](https://github.com/microsoft/AdaptiveCards/releases)
- [Commits](https://github.com/microsoft/AdaptiveCards/commits/adaptivecards@3.0.5)

Updates `ai` from 4.0.18 to 4.1.61
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/compare/ai@4.0.18...ai@4.1.61)

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

Updates `next` from 15.1.0 to 15.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.1.0...v15.2.2)

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

Updates `sonner` from 1.7.1 to 2.0.1
- [Release notes](https://github.com/emilkowalski/sonner/releases)
- [Commits](emilkowalski/sonner@v1.7.1...v2.0.1)

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

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

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: chalk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@ai-sdk/openai"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@monaco-editor/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-hover-card"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-label"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-separator"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-slot"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-tabs"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-toast"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@vercel/functions"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: adaptivecards
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: lucide-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: next-themes
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sonner
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: tailwind-merge
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: zod
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

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

vercel bot commented Mar 16, 2025

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

Name Status Preview Comments Updated (UTC)
node-ms-teams-webhook ❌ Failed (Inspect) Mar 16, 2025 1:54am

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