waigel / node-ms-teams-webhook

Microsoft Teams webhook
https://adaptive-card.waigel.com
MIT License
2 stars 2 forks source link

chore: Bump the dependencies group with 7 updates #66

Closed dependabot[bot] closed 2 days ago

dependabot[bot] commented 1 week ago

Bumps the dependencies group with 7 updates:

Package From To
@ai-sdk/openai 0.0.58 1.0.4
@vercel/kv 2.0.0 3.0.0
ai 3.4.33 4.0.3
lucide-react 0.439.0 0.460.0
monaco-editor 0.51.0 0.52.0
next 14.2.10 15.0.3
next-themes 0.3.0 0.4.3

Updates @ai-sdk/openai from 0.0.58 to 1.0.4

Release notes

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

@​ai-sdk/openai@​1.0.4

Patch Changes

  • Updated dependencies [b446ae5]
    • @​ai-sdk/provider@​1.0.1
    • @​ai-sdk/provider-utils@​2.0.2

@​ai-sdk/openai@​1.0.3

Patch Changes

  • b748dfb: feat (providers): update model lists

@​ai-sdk/openai@​1.0.2

Patch Changes

  • Updated dependencies [c3ab5de]
    • @​ai-sdk/provider-utils@​2.0.1

@​ai-sdk/openai@​1.0.1

Patch Changes

  • 5e6419a: feat (provider/openai): support streaming for reasoning models

@​ai-sdk/openai@​1.0.0

Major Changes

  • 66060f7: chore (release): bump major version to 4.0
  • 79644e9: chore (provider/openai): remove OpenAI facade
  • 0d3d3f5: chore (providers): remove baseUrl option

Patch Changes

  • Updated dependencies [b469a7e]
  • Updated dependencies [dce4158]
  • Updated dependencies [c0ddc24]
  • Updated dependencies [b1da952]
  • Updated dependencies [dce4158]
  • Updated dependencies [8426f55]
  • Updated dependencies [db46ce5]
    • @​ai-sdk/provider-utils@​2.0.0
    • @​ai-sdk/provider@​1.0.0
Commits
  • ad57459 Version Packages (#3828)
  • 88b364b feat (ui/solid): useAssistant, useObject, fix deep object updating (#3829)
  • b78b7fe feat (docs): add link to HoneyHive observability integration (#3830)
  • b446ae5 feat (provider): Define type for ObjectGenerationMode. (#3816)
  • d853d6d feat (docs): improve streamText onFinish documentation (#3827)
  • 5d902a7 feat (packages/codemod): Don't generate duplicate token usage imports. (#3818)
  • c4e1192 fix (codemod): Filter more dirs/files unlikely to need transform. (#3803)
  • b40183a feat (docs): add braintrust observability page (#3826)
  • 1d99877 Version Packages (#3825)
  • b748dfb feat (providers): update model lists (#3824)
  • Additional commits viewable in compare view


Updates @vercel/kv from 2.0.0 to 3.0.0

Release notes

Sourced from @​vercel/kv's releases.

@​vercel/kv@​3.0.0

Major Changes

  • 14bc82e: BREAKING: Updates @​upstash/redis to v1.34.0 which contains a small breaking change in the public API. The cursor field in scan commands is now returned as string instead of number.
Changelog

Sourced from @​vercel/kv's changelog.

3.0.0

Major Changes

  • 14bc82e: BREAKING: Updates @​upstash/redis to v1.34.0 which contains a small breaking change in the public API. The cursor field in scan commands is now returned as string instead of number.
Commits
  • 9171dd0 Version Packages (#761)
  • 860bc49 chore(kv): update kv package json with new upstash version (#763)
  • 14bc82e fix(deps): update dependency @​upstash/redis to v1.34.0 (#713)
  • 8c8e6a7 chore(deps): update dependency tsup to v8.3.0 (#756)
  • 8f16696 chore(deps): update dependency @​types/node to v22.6.1 (#754)
  • d40077b chore(deps): Upgrade safe dev deps and TS version (#752)
  • dca9772 chore(deps): update dependency lint-staged to v15.2.9 (#739)
  • 31c2b68 chore(deps): update dependency @​types/node to v20.14.15 (#736)
  • 0e8ede4 chore(deps): update dependency tsup to v8.1.0 (#716)
  • 7405fff chore(deps): update dependency prettier to v3.3.2 (#715)
  • Additional commits viewable in compare view


Updates ai from 3.4.33 to 4.0.3

Release notes

Sourced from ai's releases.

ai@4.0.3

Patch Changes

  • Updated dependencies [88b364b]
  • Updated dependencies [b446ae5]
    • @​ai-sdk/ui-utils@​1.0.2
    • @​ai-sdk/provider@​1.0.1
    • @​ai-sdk/react@​1.0.2
    • @​ai-sdk/provider-utils@​2.0.2

ai@4.0.2

Patch Changes

  • Updated dependencies [c3ab5de]
    • @​ai-sdk/provider-utils@​2.0.1
    • @​ai-sdk/react@​1.0.1
    • @​ai-sdk/ui-utils@​1.0.1

ai@4.0.1

Patch Changes

  • b117255: feat (ai/core): add messages to tool call options

ai@4.0.0

Major Changes

  • 4e38b38: chore (ai): remove LanguageModelResponseMetadataWithHeaders type
  • 8bf5756: chore: remove legacy function/tool calling
  • f0cb69d: chore (ai/core): remove experimental function exports
  • da8c609: chore (ai): remove Tokens RSC helper
  • cbab571: chore (ai): remove ExperimentalXXXMessage types
  • b469a7e: chore: remove isXXXError methods
  • 54cb888: chore (ai): remove experimental_StreamData export
  • 4d61295: chore (ai): remove streamToResponse and streamingTextResponse
  • 9a3d741: chore (ai): remove ExperimentalTool export
  • 064257d: chore (ai/core): rename simulateReadableStream values parameter to chunks
  • 60e69ed: chore (ai/core): remove ai-stream related methods from streamText
  • a4f8ce9: chore (ai): AssistantResponse cleanups
  • d3ae4f6: chore (ui/react): remove useObject setInput helper
  • 7264b0a: chore (ai): remove responseMessages property from streamText/generateText result
  • b801982: chore (ai/core): remove init option from streamText result methods
  • f68d7b1: chore (ai/core): streamObject returns result immediately (no Promise)
  • 6090cea: chore (ai): remove rawResponse from generate/stream result objects
  • 073f282: chore (ai): remove AIStream and related exports
  • 1c58337: chore (ai): remove 2.x prompt helpers
  • a40a93d: chore (ai/ui): remove vue, svelte, solid re-export and dependency
  • a7ad35a: chore: remove legacy providers & rsc render
  • c0ddc24: chore (ai): remove toJSON method from AI SDK errors
  • 007cb81: chore (ai): change streamText warnings result to Promise
  • effbce3: chore (ai): remove responseMessage from streamText onFinish callback

... (truncated)

Commits
  • ad57459 Version Packages (#3828)
  • 88b364b feat (ui/solid): useAssistant, useObject, fix deep object updating (#3829)
  • b78b7fe feat (docs): add link to HoneyHive observability integration (#3830)
  • b446ae5 feat (provider): Define type for ObjectGenerationMode. (#3816)
  • d853d6d feat (docs): improve streamText onFinish documentation (#3827)
  • 5d902a7 feat (packages/codemod): Don't generate duplicate token usage imports. (#3818)
  • c4e1192 fix (codemod): Filter more dirs/files unlikely to need transform. (#3803)
  • b40183a feat (docs): add braintrust observability page (#3826)
  • 1d99877 Version Packages (#3825)
  • b748dfb feat (providers): update model lists (#3824)
  • Additional commits viewable in compare view


Updates lucide-react from 0.439.0 to 0.460.0

Release notes

Sourced from lucide-react's releases.

New icons 0.460.0

New icons 🎨

New icons 0.459.0

New icons 🎨

New icons 0.458.0

New icons 🎨

Modified Icons 🔨

Other Changes

Full Changelog: https://github.com/lucide-icons/lucide/compare/0.457.0...0.458.0

New icons 0.457.0

New icons 🎨

Modified Icons 🔨

Choosing import name style 0.456.0

What's Changed

Adjustable icon naming imports

... (truncated)

Commits
  • b177743 feat(lucide-react, lucide-preact, lucide-react-native, lucide-solid, lucide-v...
  • b8cd54f chore: Update dependencies (#2570)
  • 5dfcfc8 build(deps): bump rollup from 4.21.0 to 4.22.4 (#2521)
  • See full diff in compare view


Updates monaco-editor from 0.51.0 to 0.52.0

Release notes

Sourced from monaco-editor's releases.

v0.52.0

Changes:

  • #4691: Prepare monaco-editor for release 0.52
  • #4665: Updates nvm to align with vscode nvm file.
  • #4652: Removing editor.main.nls.js

This list of changes was auto generated.

v0.52.0-rc2

Changes:

  • #4665: Updates nvm to align with vscode nvm file.
  • #4652: Removing editor.main.nls.js

This list of changes was auto generated.

Changelog

Sourced from monaco-editor's changelog.

[0.52.0]

  • Comment added inside of IModelContentChangedEvent
Commits
  • f6dc0eb Merge pull request #4691 from microsoft/chubby-cardinal
  • 53e8e1c adding changelog md change
  • 7959d5c update pacakge.json
  • 3c7eb57 undo the package upgrade change
  • f262e8f Defines setInterval/setTimeout on faked globalThis in unit test
  • b31d22b Updates nvm to align with vscode nvm file. (#4665)
  • b8a83d5 Merge pull request #4652 from microsoft/annoyed-dragon
  • e52ff42 removing editor.main.nls.js
  • See full diff in compare view


Updates next from 14.2.10 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-themes from 0.3.0 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: https://github.com/pacocoursey/next-themes/compare/v0.4.2...v0.4.3

v0.4.2

What's Changed

New Contributors

Full Changelog: https://github.com/pacocoursey/next-themes/compare/v0.4.1...v0.4.2

v0.4.1

What's Changed

New Contributors

Full Changelog: https://github.com/pacocoursey/next-themes/compare/v0.4.0...v0.4.1

v0.4.0

What's Changed

New Contributors

... (truncated)

Commits
  • d00d29c v0.4.3
  • 5c7289d Bump the npm_and_yarn group across 4 directories with 1 update (#320)
  • 7f6fbfd pass nonce to inline style for disableTransitionOnChange, fixes #303
  • 807cfe3 v0.4.2
  • a619d35 v0.4.1
  • 06b6a39 Re-export types from next-themes (#321)
  • 2a39066 Bump next from 13.5.6 to 14.2.10 in the npm_and_yarn group across 1 directory...
  • 5287ede Prevent Cloudflare Rocket Loader deferring script (#156)
  • 23c00a8 Add dynamic loading as a way to avoid hydration mismatch in README (#249)
  • b3baf27 chore: use corepack instead of pnpm setup action in ci (#291)
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
vercel[bot] commented 1 week ago

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

Name Status Preview Comments Updated (UTC)
node-ms-teams-webhook ❌ Failed (Inspect) Nov 24, 2024 2:01am
dependabot[bot] commented 2 days ago

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