Skip to content

Comments

chore: Bump the dependencies group across 1 directory with 18 updates#101

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/dependencies-92cc508800
Closed

chore: Bump the dependencies group across 1 directory with 18 updates#101
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/dependencies-92cc508800

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
axios 1.7.9 1.8.2
chalk 5.3.0 5.4.1
@ai-sdk/openai 1.0.8 1.2.1
@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.54
lucide-react 0.468.0 0.479.0
next 15.1.0 15.2.1
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.2

Release notes

Sourced from axios's releases.

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

BREAKING CHANGES

  • code relying on the above will now combine the URLs instead of prefer request URL

  • feat: add config option for allowing absolute URLs

  • fix: add default value for allowAbsoluteUrls in buildFullPath

  • fix: typo in flow control when setting allowAbsoluteUrls

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

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

Reverts

BREAKING CHANGES

  • code relying on the above will now combine the URLs instead of prefer request URL

  • feat: add config option for allowing absolute URLs

  • fix: add default value for allowAbsoluteUrls in buildFullPath

... (truncated)

Commits
  • 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...
  • cceb7b1 chore(release): v1.8.0 (#6795)
  • 23a25af fix(utils): replace getRandomValues with crypto module (#6788)
  • 32c7bcc feat: Add config for ignoring absolute URLs (#5902) (#6192)
  • 4a3e26c chore(config): adjust rollup config to preserve license header to minified Ja...
  • 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.1

Release notes

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

@​ai-sdk/openai@​1.2.1

Patch Changes

  • e1d3d42: feat (ai): expose raw response body in generateText and generateObject
  • Updated dependencies [e1d3d42]
    • @​ai-sdk/provider@​1.0.10
    • @​ai-sdk/provider-utils@​2.1.11

@​ai-sdk/openai@​1.2.0

Minor Changes

  • ede6d1b: feat (provider/azure): Add Azure image model support

@​ai-sdk/openai@​1.1.15

Patch Changes

  • d8216f8: feat (provider/openai): add gpt-4.5-preview to model id set

@​ai-sdk/openai@​1.1.14

Patch Changes

  • Updated dependencies [ddf9740]
    • @​ai-sdk/provider@​1.0.9
    • @​ai-sdk/provider-utils@​2.1.10
Commits

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.54

Release notes

Sourced from ai's releases.

ai@4.1.54

Patch Changes

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

ai@4.1.53

Patch Changes

  • e1d3d42: feat (ai): expose raw response body in generateText and generateObject
  • Updated dependencies [e1d3d42]
    • @​ai-sdk/provider@​1.0.10
    • @​ai-sdk/provider-utils@​2.1.11
    • @​ai-sdk/ui-utils@​1.1.17
    • @​ai-sdk/react@​1.1.21

ai@4.1.52

Patch Changes

  • 5329a69: fix (ai/core): fix duplicated reasoning in streamText onFinish and messages

ai@4.1.51

Patch Changes

  • 0cb2647: feat (ai/core): add streamText sendStart & sendFinish data stream options

ai@4.1.50

Patch Changes

  • ae98f0d: fix (ai/core): forward providerOptions for text, image, and file parts

ai@4.1.49

Patch Changes

  • dc027d3: fix (ai/core): add reasoning support to appendResponseMessages

ai@4.1.48

Patch Changes

  • Updated dependencies [6255fbc]
    • @​ai-sdk/react@​1.1.20

ai@4.1.47

Patch Changes

  • Updated dependencies [da5c734]
    • @​ai-sdk/react@​1.1.19

ai@4.1.46

Patch Changes

... (truncated)

Commits
  • 17a3cd0 Version Packages (#5082)
  • ee1c787 fix (ai/core): correct spread apply order to fix extract reasoning middleware...
  • 9dcc12d feat (providers/fireworks): add qwq-32b model (#5080)
  • e1a2cb8 Version Packages (#5081)
  • 57cf070 fix (ui/svelte): error resulting from hard cast from readable to writable (#5...
  • 8353caf Version Packages (#5075)
  • e1d3d42 feat (ai): expose raw response body in generateText and generateObject (#5073)
  • 6c6260e Version Packages (#5072)
  • 5329a69 fix (ai/core): fix duplicated reasoning in streamText onFinish and messages (...
  • 0ce380f fix(docs): slackbot guide (#5070)
  • Additional commits viewable in compare view

Updates lucide-react from 0.468.0 to 0.479.0

Release notes

Sourced from lucide-react's releases.

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

New icons 0.477.0

New icons 🎨

Modified Icons 🔨

Fixes and new icons 0.476.0

Fixes

New icons 🎨

Modified Icons 🔨

New icons 0.475.0

New icons 🎨

... (truncated)

Commits
  • 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.1

Release notes

Sourced from next's releases.

v15.2.1

Core Changes

  • Unify Link and Form prefetching: #76184
  • Turbopack: Ensure server actions sourcemaps tests pass: #76157
  • [dev-overlay] control dark theme in one place: #76528
  • [dev-overlay] change css var for terminal: #76590
  • [dev-overlay] Discriminate stack frame settled typed: #76517
  • Remove obsolete sourcePackage references: #76550
  • refactor: remove unused variable in externals handling: #76599
  • fix: Add popular embedding libraries to serverExternalPackages: #76574
  • [Segment Cache] Implement hash-only navigations: #76179
  • Webpack: abstract away getting compilation spans: #76579
  • report compiler duration for webpack and improve numbers: #76665
  • [dev-overlay] fix dark theme missing close bracket: #76672
  • Remove revalidate property from incremental cache ctx for FETCH kind: #76500
  • [dev-overlay] fix: env name label style was out of sync with error type label: #76668
  • Turbopack: avoid celling source maps before minify: #76626
  • refactor(CI): Merge all four bundler test manifest scripts into one: #76652
  • [metadata] fix duplicate metadata for parallel routes: #76669
  • [Segment Cache] Omit from bundle if flag disabled: #76622
  • [Segment Cache] Support output: "export" mode: #75671
  • [Segment Cache] Refresh on same-page navigation: #76223
  • [metadata] re-enable streaming metadata with PPR: #76119
  • [Segment Cache] Search param fallback handling: #75990
  • [Segment Cache] Fix: canonicalURL omits origin: #76444
  • fix metadata basePath for manifest: #76681
  • Propagate expire time to cache-control header and prerender manifest: #76207
  • Show revalidate/expire columns in build output: #76343
  • Gate alternate bundler behind canary only: #76634
  • [dynamicIO] routes with dynamic segments should be able to be static in dev: #76691
  • [repo] upgrade ts 5.8.2: #76709
  • [metadata]: ensure metadata boundary is only rendered once on client nav: #76692
  • [metadata] clean up redudant options: #76712
  • Fix uniqueness detection for generateStaticParams: #76713
  • Upgrade React from 22e39ea7-20250225 to d55cc79b-20250228: #76680
  • [Turbopack] Compute module batches and use them for chunking: #76133
  • [Dev Tools] Improve keyboard interactions for menu & overlays: #76754
  • Keep server code out of browser chunks: #76660
  • Turbopack: inline minify into code generation and make it a plain function instead of a turbo tasks function: #76628
  • fix edge runtime asset fetch in pages api: #76750
  • Update use-cache-unknown-cache-kind.test.ts snapshot for alternate bundler: #76682

Example Changes

  • docs: fix reading params code blocks: #76705

Misc Changes

  • fix(rustdoc): Fix rustdoc warnings, block on rustdoc failures in CI: #76448

... (truncated)

Commits
  • 6338781 v15.2.1
  • 197b4bb v15.2.1-canary.6
  • f5e2dcc Update use-cache-unknown-cache-kind.test.ts snapshot for alternate bundler (#...
  • e45411e Fix flaky Bun test (#76763)
  • 0940320 chore(github): move top prs and feature requests to different Slack channel (...
  • 4369731 feat(CI): Revalidate vercel data cache on areweturboyet after uploading data ...
  • 58a22f7 Disable flaky Turbopack tests (#76760)
  • 6dc8579 fix edge runtime asset fetch in pages api (#76750)
  • ead6e95 Fix: missing close brace in demo code (#76549)
  • bd39335 toDisplayRedbox(): replace all occurrences of testDir (#76618)
  • Additional commits viewable 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

New Features

Bug Fixes

Documentation

... (truncated)

Commits
  • b5423b8 v3.0.2
  • 6ac89ac add changelog for v3.0.2
  • 2475d15 Merge pull request #538 from dcastil/bugfix/536/fix-px-value-not-being-recogn...
  • 6fcfdad add test case for px value in spacing scale
  • 9cb92c4 put px value into spacing scale
  • d862881 Merge pull request #535 from dcastil/dependabot/npm_and_yarn/dot-github/actio...
  • d246731 Bump @​octokit/plugin-paginate-rest in /.github/actions/metrics-report
  • 2e8f3d5 Merge pull request #533 from dcastil/dependabot/npm_and_yarn/dot-github/actio...
  • 50921de Bump @​octokit/request in /.github/actions/metrics-report
  • 431c42a Merge pull request #531 from dcastil/dependabot/npm_and_yarn/dot-github/actio...
  • Additional commits viewable in compare view

Updates zod from 3.24.1 to 3.24.2

Release notes

Sourced from zod's releases.

v3.24.2

Notes

Support asynchronous checks in z.custom() .

const customSchema = z.custom<number>(async (x) => {
  return typeof x === "number";
});

Commits:

  • cdcf9d4263cc544c7cb49855b31612d4305da72c Bump rollup from 2.79.1 to 2.79.2 (#3895)
  • a2ad37099e8f7117d231cc2c72d0e471893643b2 Bump find-my-way from 8.2.0 to 8.2.2 (#3897)
  • 0e02d66d1bcaad9c0f92609431e1726e088a8112 Bump nanoid from 3.3.7 to 3.3.8 (#3896)
  • 96be65f0d71b0bf8e8f330dc0541cc895edd6459 Bump cross-spawn from 7.0.3 to 7.0.6 (#3882)
  • f7ad26147ba291cb3fb257545972a8e00e767470 Bump micromatch from 4.0.7 to 4.0.8 (#3748)
  • d724620c341e1801db9513f681f731afb3df452a Add zod-struct to utilities for Zod (#3921)
  • 6b96cfd4307649df6a451d74e06c47ac88c01dfe Update README.md (#3949)
  • e376cda8e14d3caa09bc2148ffc668748118db6b Add Courier to README (#3961)
  • 8a099deaef71b3d8bd65986a745b88f08cb28ba5 Add CodeRabbit to sponsors (#3975)
  • 587d160badbe96d1adec1e8ff9d93bbcb3f91c4f WIP (#3976)
  • 9d3af2ee5263971bc0dd7e4927cd07ee854fe4db Add CodeRabbit at Platinum (#3981)
  • eedeb4b69f9f4bb58401d9cb27c8038a042f2c7f docs(X to Zod): Update url for runtyping (#3971)
  • 706f49f9fb852cdde667b65ccb9b765444a86de7 fix: redirect url to correct url (#3939)
  • 7365b7d5564793c42ee02815880463b8bee30028 docs: translate README to Korean (#3934)
  • b7e173de06e223a7a6510903a4110634e2fb5d92 Format
  • 1dd44a0d6f8073f7c417e09ec96580b9ae9bda23 Support async z.custom
  • e30870369d5b8f31ff4d0130d4439fd997deb523 v3.24.2
Commits

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

| Package | From | To |
| --- | --- | --- |
| [axios](https://github.com/axios/axios) | `1.7.9` | `1.8.2` |
| [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.1` |
| [@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.54` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.468.0` | `0.479.0` |
| [next](https://github.com/vercel/next.js) | `15.1.0` | `15.2.1` |
| [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.2
- [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.2)

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.1
- [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.1)

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.54
- [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.54)

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

Updates `next` from 15.1.0 to 15.2.1
- [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.1)

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: 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 9, 2025
@vercel
Copy link

vercel bot commented Mar 9, 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 9, 2025 1:57am

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 16, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 16, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-92cc508800 branch March 16, 2025 01:53
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