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 across 1 directory with 10 updates #69

Closed dependabot[bot] closed 2 days ago

dependabot[bot] commented 2 days ago

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

Package From To
axios 1.7.7 1.7.8
@ai-sdk/openai 0.0.58 1.0.5
@vercel/kv 2.0.0 3.0.0
ai 3.4.33 4.0.9
class-variance-authority 0.7.0 0.7.1
lucide-react 0.439.0 0.462.0
monaco-editor 0.51.0 0.52.0
next 14.2.10 15.0.3
next-themes 0.3.0 0.4.3
tailwind-merge 2.5.4 2.5.5

Updates axios from 1.7.7 to 1.7.8

Release notes

Sourced from axios's releases.

Release v1.7.8

Release notes:

Bug Fixes

  • allow passing a callback as paramsSerializer to buildURL (#6680) (eac4619)
  • core: fixed config merging bug (#6668) (5d99fe4)
  • fixed width form to not shrink after 'Send Request' button is clicked (#6644) (7ccd5fd)
  • http: add support for File objects as payload in http adapter (#6588) (#6605) (6841d8d)
  • http: fixed proxy-from-env module import (#5222) (12b3295)
  • http: use globalThis.TextEncoder when available (#6634) (df956d1)
  • ios11 breaks when build (#6608) (7638952)
  • types: add missing types for mergeConfig function (#6590) (00de614)
  • types: export CJS types from ESM (#6218) (c71811b)
  • updated stream aborted error message to be more clear (#6615) (cc3217a)
  • use URL API instead of DOM to fix a potential vulnerability warning; (#6714) (0a8d6e1)

Contributors to this release

Changelog

Sourced from axios's changelog.

1.7.8 (2024-11-25)

Bug Fixes

  • allow passing a callback as paramsSerializer to buildURL (#6680) (eac4619)
  • core: fixed config merging bug (#6668) (5d99fe4)
  • fixed width form to not shrink after 'Send Request' button is clicked (#6644) (7ccd5fd)
  • http: add support for File objects as payload in http adapter (#6588) (#6605) (6841d8d)
  • http: fixed proxy-from-env module import (#5222) (12b3295)
  • http: use globalThis.TextEncoder when available (#6634) (df956d1)
  • ios11 breaks when build (#6608) (7638952)
  • types: add missing types for mergeConfig function (#6590) (00de614)
  • types: export CJS types from ESM (#6218) (c71811b)
  • updated stream aborted error message to be more clear (#6615) (cc3217a)
  • use URL API instead of DOM to fix a potential vulnerability warning; (#6714) (0a8d6e1)

Contributors to this release

Commits
  • 415ca94 chore(release): v1.7.8 (#6715)
  • 0a8d6e1 fix: use URL API instead of DOM to fix a potential vulnerability warning; (#6...
  • c71811b fix(types): export CJS types from ESM (#6218)
  • 4355a6d chore(sponsor): update sponsor block (#6709)
  • 5d54d22 chore(sponsor): update sponsor block (#6707)
  • eac4619 fix: allow passing a callback as paramsSerializer to buildURL (#6680)
  • df956d1 fix(http): use globalThis.TextEncoder when available (#6634)
  • 7139ce9 chore(deps): bump cookie and socket.io (#6704)
  • 5ebb124 chore(deps-dev): bump elliptic from 6.5.4 to 6.6.0 (#6698)
  • 4e9b33d chore(deps): bump send and express (#6699)
  • Additional commits viewable in compare view


Updates @ai-sdk/openai from 0.0.58 to 1.0.5

Release notes

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

@​ai-sdk/openai@​1.0.5

Patch Changes

  • fc18132: feat (ai/core): experimental output for generateText

@​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
  • e63b18b Version Packages (#3890)
  • fc18132 feat (ai/core): experimental structured output for generateText (#3867)
  • 6373c60 fix (provider/google): send json schema into provider (#3892)
  • 2478640 Bump @​nestjs/schematics from 10.1.4 to 10.2.3 (#3879)
  • 9e451d6 Bump @​nestjs/platform-express from 10.4.8 to 10.4.9 (#3881)
  • 09d413c Bump @​opentelemetry/sdk-logs from 0.54.2 to 0.55.0 (#3878)
  • b2b35dd Bump @​testing-library/jest-dom from 6.4.5 to 6.6.3 (#3880)
  • 2779f6d fix (ai/core): do not send maxRetries into providers (#3889)
  • f9845d2 chore (docs): update cookbook content with metadata and match redirects (#3882)
  • 177c5f9 Version Packages (#3888)
  • 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.9

Release notes

Sourced from ai's releases.

ai@4.0.9

Patch Changes

  • fda9695: feat (ai/core): reworked data stream management

ai@4.0.8

Patch Changes

  • a803d76: feat (ai/core): pass toolCallId option into tool execute function

ai@4.0.7

Patch Changes

  • 5b4f07b: fix (ai/core): change default error message for data streams to "An error occurred."

ai@4.0.6

Patch Changes

  • fc18132: feat (ai/core): experimental output for generateText
  • 2779f6d: fix (ai/core): do not send maxRetries into providers

ai@4.0.5

Patch Changes

  • Updated dependencies [630ac31]
    • @​ai-sdk/react@​1.0.3

ai@4.0.4

Patch Changes

  • 6ff6689: fix (ai): trigger onFinal when stream adapter finishes
  • 6ff6689: chore (ai): deprecate onCompletion (stream callbacks)

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

... (truncated)

Commits
  • 546d478 Version Packages (#3931)
  • fda9695 feat (ai/core): reworked data stream management (#3919)
  • c738971 Version Packages (#3926)
  • a803d76 feat (ai/core): pass toolCallId option into tool execute function (#3925)
  • 69b66d0 fix (docs): Update diff highlight in Node.js getting started guide (#3913)
  • 7dbde6e Bump @​opentelemetry/sdk-trace-node from 1.27.0 to 1.28.0 (#3924)
  • 0a4ba01 Bump mathjs from 12.4.2 to 14.0.0 (#3923)
  • fc74212 Version Packages (#3914)
  • 5b4f07b fix (ai/core): change default error message for data streams to "An error occ...
  • 14f587f fix (docs): add link in langfuse docs and add learn more (#3918)
  • Additional commits viewable in compare view


Updates class-variance-authority from 0.7.0 to 0.7.1

Release notes

Sourced from class-variance-authority's releases.

v0.7.1

What's Changed

New Contributors

Full Changelog: https://github.com/joe-bell/cva/compare/v0.7.0...v0.7.1

Commits
  • 45462dd class-variance-authority@0.7.1
  • c236552 docs: change x.com references to bluesky
  • 985dba9 chore: move clsx dependency to caret/semver range (#316)
  • d4ded2d chore: update sponsors.svg [ci skip]
  • ff1717c ci(schedule): adjust cron date to offset midnight traffic
  • 2f96730 ci: prevent scheduled workflow running in forks
  • aaae670 docs(beta): bun installation
  • 69feb43 update docs for bun installation (#261)
  • f9e2ea6 chore(docs): update banner links
  • 5228f0e chore: link sponsors to raw svg
  • Additional commits viewable in compare view


Updates lucide-react from 0.439.0 to 0.462.0

Release notes

Sourced from lucide-react's releases.

New icons 0.462.0

New icons 🎨

Modified Icons 🔨

New icons 0.461.0

New icons 🎨

Modified Icons 🔨

Hotfix lucide-svelte icon imports

Icons imports broke in lucide-svelte after 0.458.0.

This is fixed in #2615

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

... (truncated)

Commits


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


Updates tailwind-merge from 2.5.4 to 2.5.5

Release notes

Sourced from tailwind-merge's releases.

v2.5.5

Bug Fixes

Documentation

Full Changelog: https://github.com/dcastil/tailwind-merge/compare/v2.5.4...v2.5.5

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco, @​roboflow, @​syntaxfm, @​getsentry, @​codecov and more via @​thnxdev for sponsoring tailwind-merge! ❤️

Commits
  • b499bcc v2.5.5
  • b17d9ba add changelog for v2.5.5
  • de88bfd Merge pull request #492 from oliverhaas/patch-1
  • 3d05ac7 fix: typo "fractons" instead of "fractions"
  • 862ff39 Merge pull request #491 from dcastil/dependabot/npm_and_yarn/cross-spawn-7.0.6
  • 10c826f Bump cross-spawn from 7.0.3 to 7.0.6
  • 8f61232 Merge pull request #490 from dcastil/dependabot/npm_and_yarn/eslint/plugin-ki...
  • 8410cef Bump @​eslint/plugin-kit from 0.2.0 to 0.2.3
  • 4dc0491 make release-drafter use bug label instead of bugfix
  • aac29dc Merge pull request #486 from dcastil/docs/484/add-installation-instructions
  • 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
vercel[bot] commented 2 days 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) Dec 1, 2024 0:46am
waigel commented 2 days ago

@dependabot rebase

dependabot[bot] commented 2 days ago

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