Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2025

Bumps glob from 11.0.3 to 12.0.0.

Changelog

Sourced from glob's changelog.

changeglob

12

  • Remove the unsafe --shell option. The --shell option is now ONLY supported on known shells where the behavior can be implemented safely.

11.1

GHSA-5j98-mcp5-4vw2

  • Add the --shell option for the command line, with a warning that this is unsafe. (It will be removed in v12.)
  • Add the --cmd-arg/-g as a way to safely add positional arguments to the command provided to the CLI tool.
  • Detect commands with space or quote characters on known shells, and pass positional arguments to them safely, avoiding shell:true execution.

11.0

  • Drop support for node before v20

10.4

  • Add includeChildMatches: false option
  • Export the Ignore class

10.3

  • Add --default -p flag to provide a default pattern
  • exclude symbolic links to directories when follow and nodir are both set

10.2

  • Add glob cli

10.1

  • Return '.' instead of the empty string '' when the current working directory is returned as a match.
  • Add posix: true option to return / delimited paths, even on Windows.

10.0.0

  • No default exports, only named exports

... (truncated)

Commits
  • 2b03cca 12.0.0
  • d56203d prettier config
  • bb521e5 Remove --shell option where unsafe to use
  • 2551fb5 11.1.0
  • 47473c0 bin: Do not expose filenames to shell expansion
  • bc33fe1 skip tilde test on systems that lack tilde expansion
  • 59bf9ca fix notes
  • dde4fa6 docs(README): add #anchor and improve notes
  • 0559b0e docs: add better links to path-scurry docs
  • c9773c2 fix: correct typos in README.md
  • Additional commits viewable in compare view

Dependabot compatibility score

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 18, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/glob-12.0.0 branch from 129bd8e to c603f04 Compare November 18, 2025 00:31
Bumps [glob](https://github.com/isaacs/node-glob) from 11.0.3 to 12.0.0.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v11.0.3...v12.0.0)

---
updated-dependencies:
- dependency-name: glob
  dependency-version: 12.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/glob-12.0.0 branch from c603f04 to 4b0e8cf Compare November 18, 2025 00:36
@ZhongpinWang ZhongpinWang merged commit eeeeb29 into main Nov 18, 2025
15 checks passed
@ZhongpinWang ZhongpinWang deleted the dependabot/npm_and_yarn/main/glob-12.0.0 branch November 18, 2025 08:21
davidkna-sap added a commit that referenced this pull request Nov 21, 2025
commit 4be7379
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Nov 20 15:16:05 2025 +0100

    chore(deps-dev): Bump glob from 12.0.0 to 13.0.0 (#1289)

    Bumps [glob](https://github.com/isaacs/node-glob) from 12.0.0 to 13.0.0.
    - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
    - [Commits](isaacs/node-glob@v12.0.0...v13.0.0)

    ---
    updated-dependencies:
    - dependency-name: glob
      dependency-version: 13.0.0
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit eb1e0b1
Author: SAP Cloud SDK Bot <[email protected]>
Date:   Thu Nov 20 10:26:27 2025 +0100

    chore: update pnpm transitive dependencies (#1291)

    Co-authored-by: cloud-sdk-js <[email protected]>

commit 6b8c656
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Nov 20 10:06:13 2025 +0100

    chore(deps): Bump glob from 10.4.5 to 12.0.0 (#1288)

commit 1b18386
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Nov 18 09:21:50 2025 +0100

    chore(deps): Bump glob from 10.4.5 to 11.1.0 (#1284)

    Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.5 to 11.1.0.
    - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
    - [Commits](isaacs/node-glob@v10.4.5...v11.1.0)

    ---
    updated-dependencies:
    - dependency-name: glob
      dependency-version: 11.1.0
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit eeeeb29
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Nov 18 09:21:39 2025 +0100

    chore(deps-dev): Bump glob from 11.0.3 to 12.0.0 (#1280)

    Bumps [glob](https://github.com/isaacs/node-glob) from 11.0.3 to 12.0.0.
    - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
    - [Commits](isaacs/node-glob@v11.0.3...v12.0.0)

    ---
    updated-dependencies:
    - dependency-name: glob
      dependency-version: 12.0.0
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 9e04c3a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Nov 18 00:34:24 2025 +0000

    chore(deps-dev): Bump glob from 11.0.3 to 11.1.0 (#1283)

    Bumps [glob](https://github.com/isaacs/node-glob) from 11.0.3 to 11.1.0.
    - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
    - [Commits](isaacs/node-glob@v11.0.3...v11.1.0)

    ---
    updated-dependencies:
    - dependency-name: glob
      dependency-version: 11.1.0
      dependency-type: direct:development
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 34c466f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Nov 18 00:30:12 2025 +0000

    chore(deps): Bump @modelcontextprotocol/sdk from 1.21.1 to 1.22.0 (#1279)

    Bumps [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) from 1.21.1 to 1.22.0.
    - [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases)
    - [Commits](modelcontextprotocol/typescript-sdk@1.21.1...1.22.0)

    ---
    updated-dependencies:
    - dependency-name: "@modelcontextprotocol/sdk"
      dependency-version: 1.22.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 4158a81
Author: David Knaack <[email protected]>
Date:   Mon Nov 17 12:48:46 2025 +0100

    chore(lint): Be more permissive with/ignore generated cjs files (#1277)

    * chore(eslint): Be more permissive with generated cjs files

    * chore(prettier): ignore dist-cjs

    ---------

    Co-authored-by: Zhongpin Wang <[email protected]>

commit 69a76be
Author: David Knaack <[email protected]>
Date:   Mon Nov 17 12:33:19 2025 +0100

    fix: Improve reliability of Spec File Update Workflow (#1278)

commit c155302
Author: sap-ai-sdk <[email protected]>
Date:   Mon Nov 17 10:04:50 2025 +0000

    v2.2.0

commit 347eac1
Author: KavithaSiva <[email protected]>
Date:   Fri Nov 14 13:01:39 2025 +0100

    feat: Embedding client for orchestration (#1135)

commit 3e4bf3d
Author: David Knaack <[email protected]>
Date:   Wed Nov 12 13:42:27 2025 +0100

    fix: Use trusted publishing for the canary workflow (#1272)

    * fix: Use trusted publishing for the canary workflow

    * fix: Add tag input to changeset publish command in canary workflow

    * chore: revert job split

    * fix: bump node.js for trusted publishing

commit a86f855
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Nov 12 00:30:37 2025 +0000

    chore(deps): Bump @sap/xssec from 4.11.1 to 4.11.2 (#1275)

    Bumps @sap/xssec from 4.11.1 to 4.11.2.

    ---
    updated-dependencies:
    - dependency-name: "@sap/xssec"
      dependency-version: 4.11.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit d0cb667
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Nov 12 00:30:15 2025 +0000

    chore(deps-dev): Bump @types/node from 22.19.0 to 22.19.1 (#1273)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.19.0 to 22.19.1.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-version: 22.19.1
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit e2c34f3
Author: David Knaack <[email protected]>
Date:   Tue Nov 11 11:32:24 2025 +0100

    feat: Update document-grounding specification (#1269)

    * Update document-grounding based on main

    * Update document-grounding based on main

    * Update document-grounding based on main

    * chore: add changeset

    * chore: split up changeset

    ---------

    Co-authored-by: SAP Cloud SDK Bot <[email protected]>

commit 4c4d283
Author: BrigittaK307 <[email protected]>
Date:   Mon Nov 10 14:40:00 2025 +0200

    chore: Update to new orchestration release (#1262)

    * Update to new orchestration release

    * Ran postgenerate script adapted to windows

    * Minor changes

    * Reverted translation.ts and targetLanguage

    * fix: Changes from lint

    * Solved failing test case

    * Removed applyTo selector

    * Apply suggestion from @ZhongpinWang

    * Apply suggestion from @ZhongpinWang

    ---------

    Co-authored-by: Zhongpin Wang <[email protected]>
    Co-authored-by: cloud-sdk-js <[email protected]>

commit 58464e9
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Mon Nov 10 13:31:17 2025 +0100

    feat: Update ai-api specification (#1189)

    * Update ai-api based on main

    * Add changeset

    * Add release version to changeset

    ---------

    Co-authored-by: SAP Cloud SDK Bot <[email protected]>
    Co-authored-by: Zhongpin Wang <[email protected]>

commit 6100bca
Author: David Knaack <[email protected]>
Date:   Mon Nov 10 11:17:55 2025 +0100

    chore: Update available model list & remove compatibility handling (#1264)

    * chore: Update available model list

    * chore: Remove deprecated `withStructuredOutput`-handling in langchain/openai

    * chore: fix typo

    Co-authored-by: Zhongpin Wang <[email protected]>

    * Apply suggestion from @ZhongpinWang

    ---------

    Co-authored-by: Zhongpin Wang <[email protected]>

commit 49d1a44
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Nov 10 00:38:42 2025 +0000

    chore(deps): Bump @modelcontextprotocol/sdk from 1.20.2 to 1.21.1 (#1268)

    Bumps [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) from 1.20.2 to 1.21.1.
    - [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases)
    - [Commits](modelcontextprotocol/typescript-sdk@1.20.2...1.21.1)

    ---
    updated-dependencies:
    - dependency-name: "@modelcontextprotocol/sdk"
      dependency-version: 1.21.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit f692377
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Nov 10 00:38:15 2025 +0000

    chore(deps): Bump @sap/xssec from 4.11.0 to 4.11.1 (#1265)

    Bumps @sap/xssec from 4.11.0 to 4.11.1.

    ---
    updated-dependencies:
    - dependency-name: "@sap/xssec"
      dependency-version: 4.11.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ZhongpinWang added a commit that referenced this pull request Nov 25, 2025
* Update langchain to v1 alpha

* feat: upgrade zod to v4

* bump to langchain v1 release

* fix: use `switch` instead of `instanceof` again

* format

* re-add deprecated`additional_kwargs.tool_calls`

* chore: bump langchain packages

* pnpm local

* workaround for cjs compilation

* check dep fix

* update pnpm lock file

* chore: fix tests by bumping zod to v4

* chore: bump langchain

* fix: api updates

* chore: create changeset

* fix: revert sample-code to zod@3 for mcp-support

* chore: add compatibility note for zod v4

* Squashed commit of the following:

commit 4be7379
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Nov 20 15:16:05 2025 +0100

    chore(deps-dev): Bump glob from 12.0.0 to 13.0.0 (#1289)

    Bumps [glob](https://github.com/isaacs/node-glob) from 12.0.0 to 13.0.0.
    - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
    - [Commits](isaacs/node-glob@v12.0.0...v13.0.0)

    ---
    updated-dependencies:
    - dependency-name: glob
      dependency-version: 13.0.0
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit eb1e0b1
Author: SAP Cloud SDK Bot <[email protected]>
Date:   Thu Nov 20 10:26:27 2025 +0100

    chore: update pnpm transitive dependencies (#1291)

    Co-authored-by: cloud-sdk-js <[email protected]>

commit 6b8c656
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Nov 20 10:06:13 2025 +0100

    chore(deps): Bump glob from 10.4.5 to 12.0.0 (#1288)

commit 1b18386
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Nov 18 09:21:50 2025 +0100

    chore(deps): Bump glob from 10.4.5 to 11.1.0 (#1284)

    Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.5 to 11.1.0.
    - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
    - [Commits](isaacs/node-glob@v10.4.5...v11.1.0)

    ---
    updated-dependencies:
    - dependency-name: glob
      dependency-version: 11.1.0
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit eeeeb29
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Nov 18 09:21:39 2025 +0100

    chore(deps-dev): Bump glob from 11.0.3 to 12.0.0 (#1280)

    Bumps [glob](https://github.com/isaacs/node-glob) from 11.0.3 to 12.0.0.
    - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
    - [Commits](isaacs/node-glob@v11.0.3...v12.0.0)

    ---
    updated-dependencies:
    - dependency-name: glob
      dependency-version: 12.0.0
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 9e04c3a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Nov 18 00:34:24 2025 +0000

    chore(deps-dev): Bump glob from 11.0.3 to 11.1.0 (#1283)

    Bumps [glob](https://github.com/isaacs/node-glob) from 11.0.3 to 11.1.0.
    - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
    - [Commits](isaacs/node-glob@v11.0.3...v11.1.0)

    ---
    updated-dependencies:
    - dependency-name: glob
      dependency-version: 11.1.0
      dependency-type: direct:development
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 34c466f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Nov 18 00:30:12 2025 +0000

    chore(deps): Bump @modelcontextprotocol/sdk from 1.21.1 to 1.22.0 (#1279)

    Bumps [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) from 1.21.1 to 1.22.0.
    - [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases)
    - [Commits](modelcontextprotocol/typescript-sdk@1.21.1...1.22.0)

    ---
    updated-dependencies:
    - dependency-name: "@modelcontextprotocol/sdk"
      dependency-version: 1.22.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 4158a81
Author: David Knaack <[email protected]>
Date:   Mon Nov 17 12:48:46 2025 +0100

    chore(lint): Be more permissive with/ignore generated cjs files (#1277)

    * chore(eslint): Be more permissive with generated cjs files

    * chore(prettier): ignore dist-cjs

    ---------

    Co-authored-by: Zhongpin Wang <[email protected]>

commit 69a76be
Author: David Knaack <[email protected]>
Date:   Mon Nov 17 12:33:19 2025 +0100

    fix: Improve reliability of Spec File Update Workflow (#1278)

commit c155302
Author: sap-ai-sdk <[email protected]>
Date:   Mon Nov 17 10:04:50 2025 +0000

    v2.2.0

commit 347eac1
Author: KavithaSiva <[email protected]>
Date:   Fri Nov 14 13:01:39 2025 +0100

    feat: Embedding client for orchestration (#1135)

commit 3e4bf3d
Author: David Knaack <[email protected]>
Date:   Wed Nov 12 13:42:27 2025 +0100

    fix: Use trusted publishing for the canary workflow (#1272)

    * fix: Use trusted publishing for the canary workflow

    * fix: Add tag input to changeset publish command in canary workflow

    * chore: revert job split

    * fix: bump node.js for trusted publishing

commit a86f855
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Nov 12 00:30:37 2025 +0000

    chore(deps): Bump @sap/xssec from 4.11.1 to 4.11.2 (#1275)

    Bumps @sap/xssec from 4.11.1 to 4.11.2.

    ---
    updated-dependencies:
    - dependency-name: "@sap/xssec"
      dependency-version: 4.11.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit d0cb667
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Nov 12 00:30:15 2025 +0000

    chore(deps-dev): Bump @types/node from 22.19.0 to 22.19.1 (#1273)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.19.0 to 22.19.1.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-version: 22.19.1
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit e2c34f3
Author: David Knaack <[email protected]>
Date:   Tue Nov 11 11:32:24 2025 +0100

    feat: Update document-grounding specification (#1269)

    * Update document-grounding based on main

    * Update document-grounding based on main

    * Update document-grounding based on main

    * chore: add changeset

    * chore: split up changeset

    ---------

    Co-authored-by: SAP Cloud SDK Bot <[email protected]>

commit 4c4d283
Author: BrigittaK307 <[email protected]>
Date:   Mon Nov 10 14:40:00 2025 +0200

    chore: Update to new orchestration release (#1262)

    * Update to new orchestration release

    * Ran postgenerate script adapted to windows

    * Minor changes

    * Reverted translation.ts and targetLanguage

    * fix: Changes from lint

    * Solved failing test case

    * Removed applyTo selector

    * Apply suggestion from @ZhongpinWang

    * Apply suggestion from @ZhongpinWang

    ---------

    Co-authored-by: Zhongpin Wang <[email protected]>
    Co-authored-by: cloud-sdk-js <[email protected]>

commit 58464e9
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Mon Nov 10 13:31:17 2025 +0100

    feat: Update ai-api specification (#1189)

    * Update ai-api based on main

    * Add changeset

    * Add release version to changeset

    ---------

    Co-authored-by: SAP Cloud SDK Bot <[email protected]>
    Co-authored-by: Zhongpin Wang <[email protected]>

commit 6100bca
Author: David Knaack <[email protected]>
Date:   Mon Nov 10 11:17:55 2025 +0100

    chore: Update available model list & remove compatibility handling (#1264)

    * chore: Update available model list

    * chore: Remove deprecated `withStructuredOutput`-handling in langchain/openai

    * chore: fix typo

    Co-authored-by: Zhongpin Wang <[email protected]>

    * Apply suggestion from @ZhongpinWang

    ---------

    Co-authored-by: Zhongpin Wang <[email protected]>

commit 49d1a44
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Nov 10 00:38:42 2025 +0000

    chore(deps): Bump @modelcontextprotocol/sdk from 1.20.2 to 1.21.1 (#1268)

    Bumps [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) from 1.20.2 to 1.21.1.
    - [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases)
    - [Commits](modelcontextprotocol/typescript-sdk@1.20.2...1.21.1)

    ---
    updated-dependencies:
    - dependency-name: "@modelcontextprotocol/sdk"
      dependency-version: 1.21.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit f692377
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Nov 10 00:38:15 2025 +0000

    chore(deps): Bump @sap/xssec from 4.11.0 to 4.11.1 (#1265)

    Bumps @sap/xssec from 4.11.0 to 4.11.1.

    ---
    updated-dependencies:
    - dependency-name: "@sap/xssec"
      dependency-version: 4.11.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: re-bump mcp sdk

* chore: Migrate from `strict` to `strictObject`

* chore: allow major langchain updates to `main` again, but group future updates

---------

Co-authored-by: deeksha sinha <[email protected]>
Co-authored-by: Deeksha Sinha <[email protected]>
Co-authored-by: Zhongpin Wang <[email protected]>
davidkna-sap added a commit that referenced this pull request Dec 1, 2025
…stream

* origin/main: (34 commits)
  chore: Monthly Transitive Dependency Update (#1318)
  chore(deps): Bump yaml from 2.8.1 to 2.8.2 (#1313)
  chore(deps-dev): Bump tsx from 4.20.6 to 4.21.0 (#1312)
  chore(deps-dev): Bump @changesets/cli from 2.29.7 to 2.29.8 (#1307)
  v2.3.0
  feat: Support protected_material_code (#1285)
  chore: Add sample-code/e2e-test for scoped prompt-template refs (#1292)
  chore: Update sample code with new MCP SDK (#1303)
  chore(deps): Bump @modelcontextprotocol/sdk from 1.22.0 to 1.23.0 (#1301)
  chore(deps): Bump the langchain group with 5 updates (#1299)
  feat!: Update langchain to v1 (#1187)
  chore(deps): Bump actions/checkout from 5 to 6 (#1294)
  chore(deps-dev): Bump orval from 7.16.1 to 7.17.0 (#1298)
  chore(deps-dev): Bump orval from 7.16.0 to 7.16.1 (#1295)
  chore(deps-dev): Bump glob from 12.0.0 to 13.0.0 (#1289)
  chore: update pnpm transitive dependencies (#1291)
  chore(deps): Bump glob from 10.4.5 to 12.0.0 (#1288)
  chore(deps): Bump glob from 10.4.5 to 11.1.0 (#1284)
  chore(deps-dev): Bump glob from 11.0.3 to 12.0.0 (#1280)
  chore(deps-dev): Bump glob from 11.0.3 to 11.1.0 (#1283)
  ...
davidkna-sap added a commit that referenced this pull request Dec 1, 2025
…stream

* origin/main: (34 commits)
  chore: Monthly Transitive Dependency Update (#1318)
  chore(deps): Bump yaml from 2.8.1 to 2.8.2 (#1313)
  chore(deps-dev): Bump tsx from 4.20.6 to 4.21.0 (#1312)
  chore(deps-dev): Bump @changesets/cli from 2.29.7 to 2.29.8 (#1307)
  v2.3.0
  feat: Support protected_material_code (#1285)
  chore: Add sample-code/e2e-test for scoped prompt-template refs (#1292)
  chore: Update sample code with new MCP SDK (#1303)
  chore(deps): Bump @modelcontextprotocol/sdk from 1.22.0 to 1.23.0 (#1301)
  chore(deps): Bump the langchain group with 5 updates (#1299)
  feat!: Update langchain to v1 (#1187)
  chore(deps): Bump actions/checkout from 5 to 6 (#1294)
  chore(deps-dev): Bump orval from 7.16.1 to 7.17.0 (#1298)
  chore(deps-dev): Bump orval from 7.16.0 to 7.16.1 (#1295)
  chore(deps-dev): Bump glob from 12.0.0 to 13.0.0 (#1289)
  chore: update pnpm transitive dependencies (#1291)
  chore(deps): Bump glob from 10.4.5 to 12.0.0 (#1288)
  chore(deps): Bump glob from 10.4.5 to 11.1.0 (#1284)
  chore(deps-dev): Bump glob from 11.0.3 to 12.0.0 (#1280)
  chore(deps-dev): Bump glob from 11.0.3 to 11.1.0 (#1283)
  ...
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.

2 participants