Skip to content

build(deps): Bump the fluid-framework-dependencies group with 29 updates#624

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/fluid-framework-dependencies-0af5e074a5
Open

build(deps): Bump the fluid-framework-dependencies group with 29 updates#624
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/fluid-framework-dependencies-0af5e074a5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 14, 2026

Bumps the fluid-framework-dependencies group with 29 updates:

Package From To
@fluidframework/tinylicious-client 2.100.0 2.101.0
fluid-framework 2.100.0 2.101.0
@fluidframework/aqueduct 2.100.0 2.101.0
@fluidframework/container-definitions 2.100.0 2.101.0
@fluidframework/container-loader 2.100.0 2.101.0
@fluidframework/container-runtime 2.100.0 2.101.0
@fluidframework/container-runtime-definitions 2.100.0 2.101.0
@fluidframework/core-interfaces 2.100.0 2.101.0
@fluidframework/core-utils 2.100.0 2.101.0
@fluidframework/datastore 2.100.0 2.101.0
@fluidframework/datastore-definitions 2.100.0 2.101.0
@fluidframework/driver-base 2.100.0 2.101.0
@fluidframework/driver-definitions 2.100.0 2.101.0
@fluidframework/driver-utils 2.100.0 2.101.0
@fluidframework/fluid-static 2.100.0 2.101.0
@fluidframework/id-compressor 2.100.0 2.101.0
@fluidframework/map 2.100.0 2.101.0
@fluidframework/merge-tree 2.100.0 2.101.0
@fluidframework/request-handler 2.100.0 2.101.0
@fluidframework/routerlicious-driver 2.100.0 2.101.0
@fluidframework/runtime-definitions 2.100.0 2.101.0
@fluidframework/runtime-utils 2.100.0 2.101.0
@fluidframework/sequence 2.100.0 2.101.0
@fluidframework/shared-object-base 2.100.0 2.101.0
@fluidframework/synthesize 2.100.0 2.101.0
@fluidframework/telemetry-utils 2.100.0 2.101.0
@fluidframework/tinylicious-driver 2.100.0 2.101.0
@fluidframework/tree 2.100.0 2.101.0
@fluidframework/type-factory 2.100.0 2.101.0

Updates @fluidframework/tinylicious-client from 2.100.0 to 2.101.0

Release notes

Sourced from @​fluidframework/tinylicious-client's releases.

Fluid Framework v2.101.0 (minor)

Contents

  • 🌳 SharedTree DDS Changes
    • [Upgrade LangChain dependencies to v1 (#27259)](#user-content-upgrade-langchain-dependencies-to-v1-27259)
  • 🐛 Bug Fixes
    • [Correct some PropertyDDS "MSG" error constant entries (#26971)](#user-content-correct-some-propertydds-msg-error-constant-entries-26971)
    • [GC timers are now cancelled when a container closes, not just when it is disposed (#27130)](#user-content-gc-timers-are-now-cancelled-when-a-container-closes-not-just-when-it-is-disposed-27130)
    • [Add SharedTreeOptionsBeta.healUnresolvableIdentifiersOnDecode to recover documents with corrupted identifiers (#27281)](#user-content-add-sharedtreeoptionsbetahealunresolvableidentifiersondecode-to-recover-documents-with-corrupted-identifiers-27281)
    • [Fix a SharedTree document corruption bug (#27292)](#user-content-fix-a-sharedtree-document-corruption-bug-27292)
  • ⚠️ Deprecations
    • [Deprecate LogLevel.default and LogLevel.error (#27207)](#user-content-deprecate-logleveldefault-and-loglevelerror-27207)
  • Legacy API Changes
    • [Add legacy beta map compatibility interfaces (#27240)](#user-content-add-legacy-beta-map-compatibility-interfaces-27240)
  • Other Changes

🌳 SharedTree DDS Changes

Upgrade LangChain dependencies to v1 (#27259)

@fluidframework/tree-agent-langchain (and the LangChain dev-dependencies on @fluidframework/tree-agent) now target the LangChain v1 line:

  • @langchain/core: ^0.3.80^1.1.44
  • @langchain/anthropic: ^0.3.24^1.3.28
  • @langchain/google-genai: ^0.2.16^2.1.30
  • @langchain/openai: ^0.6.12^1.4.5

LangChain v1 is backward-compatible for the message, tool, and chat-model APIs that tree-agent-langchain consumes (BaseChatModel, BaseMessage, AIMessage / HumanMessage / SystemMessage / ToolMessage, tool(), bindTools()). No source changes are required for consumers using these APIs. The new contentBlocks content-block API is opt-in.

Consumers of createLangchainChatModel who currently install @langchain/core@^0.3 should bump to @langchain/core@^1.1.43 (the lowest version that satisfies the peer ranges of all v1 sibling integrations—@langchain/google-genai@2.1.30 requires ^1.1.43).

Change details

Commit: eeebc23

Affected packages:

  • @​fluidframework/tree-agent-langchain
  • @​fluidframework/tree-agent

⬆️ Table of contents

🐛 Bug Fixes

Correct some PropertyDDS "MSG" error constant entries (#26971)

Several error constants referenced in other PropertyDDS packages did not exist and would produce errors with "undefined" (literal) in error message string. In the past:

... (truncated)

Changelog

Sourced from @​fluidframework/tinylicious-client's changelog.

2.101.0

Dependency updates only.

Commits

Updates fluid-framework from 2.100.0 to 2.101.0

Release notes

Sourced from fluid-framework's releases.

Fluid Framework v2.101.0 (minor)

Contents

  • 🌳 SharedTree DDS Changes
    • [Upgrade LangChain dependencies to v1 (#27259)](#user-content-upgrade-langchain-dependencies-to-v1-27259)
  • 🐛 Bug Fixes
    • [Correct some PropertyDDS "MSG" error constant entries (#26971)](#user-content-correct-some-propertydds-msg-error-constant-entries-26971)
    • [GC timers are now cancelled when a container closes, not just when it is disposed (#27130)](#user-content-gc-timers-are-now-cancelled-when-a-container-closes-not-just-when-it-is-disposed-27130)
    • [Add SharedTreeOptionsBeta.healUnresolvableIdentifiersOnDecode to recover documents with corrupted identifiers (#27281)](#user-content-add-sharedtreeoptionsbetahealunresolvableidentifiersondecode-to-recover-documents-with-corrupted-identifiers-27281)
    • [Fix a SharedTree document corruption bug (#27292)](#user-content-fix-a-sharedtree-document-corruption-bug-27292)
  • ⚠️ Deprecations
    • [Deprecate LogLevel.default and LogLevel.error (#27207)](#user-content-deprecate-logleveldefault-and-loglevelerror-27207)
  • Legacy API Changes
    • [Add legacy beta map compatibility interfaces (#27240)](#user-content-add-legacy-beta-map-compatibility-interfaces-27240)
  • Other Changes

🌳 SharedTree DDS Changes

Upgrade LangChain dependencies to v1 (#27259)

@fluidframework/tree-agent-langchain (and the LangChain dev-dependencies on @fluidframework/tree-agent) now target the LangChain v1 line:

  • @langchain/core: ^0.3.80^1.1.44
  • @langchain/anthropic: ^0.3.24^1.3.28
  • @langchain/google-genai: ^0.2.16^2.1.30
  • @langchain/openai: ^0.6.12^1.4.5

LangChain v1 is backward-compatible for the message, tool, and chat-model APIs that tree-agent-langchain consumes (BaseChatModel, BaseMessage, AIMessage / HumanMessage / SystemMessage / ToolMessage, tool(), bindTools()). No source changes are required for consumers using these APIs. The new contentBlocks content-block API is opt-in.

Consumers of createLangchainChatModel who currently install @langchain/core@^0.3 should bump to @langchain/core@^1.1.43 (the lowest version that satisfies the peer ranges of all v1 sibling integrations—@langchain/google-genai@2.1.30 requires ^1.1.43).

Change details

Commit: eeebc23

Affected packages:

  • @​fluidframework/tree-agent-langchain
  • @​fluidframework/tree-agent

⬆️ Table of contents

🐛 Bug Fixes

Correct some PropertyDDS "MSG" error constant entries (#26971)

Several error constants referenced in other PropertyDDS packages did not exist and would produce errors with "undefined" (literal) in error message string. In the past:

... (truncated)

Changelog

Sourced from fluid-framework's changelog.

2.101.0

Minor Changes

  • Add SharedTreeOptionsBeta.healUnresolvableIdentifiersOnDecode to recover documents with corrupted identifiers (#27281) d9205ddcd6a

    A SharedTree bug can result in corrupted documents due to their attach summary compressing identifier-field values in a way that cannot be uncompressed. This bug manifested as remote clients processing the op throwing an error with the message "Unknown op space ID.".

    This change adds an option (healUnresolvableIdentifiersOnDecode) to configuredSharedTreeBetaLegacy which will allow documents affected by this bug to load again when enabled. Enabling this option carries some risk, see documentation on the interface itself for more details.

    Who is affected

    Only SharedTrees attached to a container that was already attached can be impacted. Furthermore, this bug only occurs when the attached tree contains identifier fields which contain implicitly generated default values.

  • Fix a SharedTree document corruption bug (#27292) 6f4cdcb7a0a

    A SharedTree bug which could corrupt documents when attaching them to containers has been fixed. See healUnresolvableIdentifiersOnDecode on configuredSharedTreeBetaLegacy for a potential mitigation path for documents that were already corrupted by this bug.

    Who is affected

    Only SharedTrees attached to a container that was already attached can be impacted. Furthermore, this bug only occurs when the attached tree contains identifier fields which contain implicitly generated default values.

Commits
  • 63b5950 build: generate release notes and changelogs for 2.101.0 (#27301)
  • d9205dd fix(tree): Add option to heal unresolvable identifier IDs at doc load time (#...
  • 2d7ac25 build(client): bump client release group to 2.101.0 (#27176)
  • See full diff in compare view

Updates @fluidframework/aqueduct from 2.100.0 to 2.101.0

Release notes

Sourced from @​fluidframework/aqueduct's releases.

Fluid Framework v2.101.0 (minor)

Contents

  • 🌳 SharedTree DDS Changes
    • [Upgrade LangChain dependencies to v1 (#27259)](#user-content-upgrade-langchain-dependencies-to-v1-27259)
  • 🐛 Bug Fixes
    • [Correct some PropertyDDS "MSG" error constant entries (#26971)](#user-content-correct-some-propertydds-msg-error-constant-entries-26971)
    • [GC timers are now cancelled when a container closes, not just when it is disposed (#27130)](#user-content-gc-timers-are-now-cancelled-when-a-container-closes-not-just-when-it-is-disposed-27130)
    • [Add SharedTreeOptionsBeta.healUnresolvableIdentifiersOnDecode to recover documents with corrupted identifiers (#27281)](#user-content-add-sharedtreeoptionsbetahealunresolvableidentifiersondecode-to-recover-documents-with-corrupted-identifiers-27281)
    • [Fix a SharedTree document corruption bug (#27292)](#user-content-fix-a-sharedtree-document-corruption-bug-27292)
  • ⚠️ Deprecations
    • [Deprecate LogLevel.default and LogLevel.error (#27207)](#user-content-deprecate-logleveldefault-and-loglevelerror-27207)
  • Legacy API Changes
    • [Add legacy beta map compatibility interfaces (#27240)](#user-content-add-legacy-beta-map-compatibility-interfaces-27240)
  • Other Changes

🌳 SharedTree DDS Changes

Upgrade LangChain dependencies to v1 (#27259)

@fluidframework/tree-agent-langchain (and the LangChain dev-dependencies on @fluidframework/tree-agent) now target the LangChain v1 line:

  • @langchain/core: ^0.3.80^1.1.44
  • @langchain/anthropic: ^0.3.24^1.3.28
  • @langchain/google-genai: ^0.2.16^2.1.30
  • @langchain/openai: ^0.6.12^1.4.5

LangChain v1 is backward-compatible for the message, tool, and chat-model APIs that tree-agent-langchain consumes (BaseChatModel, BaseMessage, AIMessage / HumanMessage / SystemMessage / ToolMessage, tool(), bindTools()). No source changes are required for consumers using these APIs. The new contentBlocks content-block API is opt-in.

Consumers of createLangchainChatModel who currently install @langchain/core@^0.3 should bump to @langchain/core@^1.1.43 (the lowest version that satisfies the peer ranges of all v1 sibling integrations—@langchain/google-genai@2.1.30 requires ^1.1.43).

Change details

Commit: eeebc23

Affected packages:

  • @​fluidframework/tree-agent-langchain
  • @​fluidframework/tree-agent

⬆️ Table of contents

🐛 Bug Fixes

Correct some PropertyDDS "MSG" error constant entries (#26971)

Several error constants referenced in other PropertyDDS packages did not exist and would produce errors with "undefined" (literal) in error message string. In the past:

... (truncated)

Changelog

Sourced from @​fluidframework/aqueduct's changelog.

2.101.0

Dependency updates only.

Commits

Updates @fluidframework/container-definitions from 2.100.0 to 2.101.0

Release notes

Sourced from @​fluidframework/container-definitions's releases.

Fluid Framework v2.101.0 (minor)

Contents

  • 🌳 SharedTree DDS Changes
    • [Upgrade LangChain dependencies to v1 (#27259)](#user-content-upgrade-langchain-dependencies-to-v1-27259)
  • 🐛 Bug Fixes
    • [Correct some PropertyDDS "MSG" error constant entries (#26971)](#user-content-correct-some-propertydds-msg-error-constant-entries-26971)
    • [GC timers are now cancelled when a container closes, not just when it is disposed (#27130)](#user-content-gc-timers-are-now-cancelled-when-a-container-closes-not-just-when-it-is-disposed-27130)
    • [Add SharedTreeOptionsBeta.healUnresolvableIdentifiersOnDecode to recover documents with corrupted identifiers (#27281)](#user-content-add-sharedtreeoptionsbetahealunresolvableidentifiersondecode-to-recover-documents-with-corrupted-identifiers-27281)
    • [Fix a SharedTree document corruption bug (#27292)](#user-content-fix-a-sharedtree-document-corruption-bug-27292)
  • ⚠️ Deprecations
    • [Deprecate LogLevel.default and LogLevel.error (#27207)](#user-content-deprecate-logleveldefault-and-loglevelerror-27207)
  • Legacy API Changes
    • [Add legacy beta map compatibility interfaces (#27240)](#user-content-add-legacy-beta-map-compatibility-interfaces-27240)
  • Other Changes

🌳 SharedTree DDS Changes

Upgrade LangChain dependencies to v1 (#27259)

@fluidframework/tree-agent-langchain (and the LangChain dev-dependencies on @fluidframework/tree-agent) now target the LangChain v1 line:

  • @langchain/core: ^0.3.80^1.1.44
  • @langchain/anthropic: ^0.3.24^1.3.28
  • @langchain/google-genai: ^0.2.16^2.1.30
  • @langchain/openai: ^0.6.12^1.4.5

LangChain v1 is backward-compatible for the message, tool, and chat-model APIs that tree-agent-langchain consumes (BaseChatModel, BaseMessage, AIMessage / HumanMessage / SystemMessage / ToolMessage, tool(), bindTools()). No source changes are required for consumers using these APIs. The new contentBlocks content-block API is opt-in.

Consumers of createLangchainChatModel who currently install @langchain/core@^0.3 should bump to @langchain/core@^1.1.43 (the lowest version that satisfies the peer ranges of all v1 sibling integrations—@langchain/google-genai@2.1.30 requires ^1.1.43).

Change details

Commit: eeebc23

Affected packages:

  • @​fluidframework/tree-agent-langchain
  • @​fluidframework/tree-agent

⬆️ Table of contents

🐛 Bug Fixes

Correct some PropertyDDS "MSG" error constant entries (#26971)

Several error constants referenced in other PropertyDDS packages did not exist and would produce errors with "undefined" (literal) in error message string. In the past:

... (truncated)

Changelog

Sourced from @​fluidframework/container-definitions's changelog.

2.101.0

Minor Changes

  • GC timers are now cancelled when a container closes, not just when it is disposed (#27130) 86c0fffbf49

    Adds an optional close() hook to IRuntime that Container calls on close. ContainerRuntime implements it by cancelling all GC timers (session expiry and unreferenced-node timers) without clearing tracked state.

    This prevents the timers from causing memory leaks after a Container is closed but not disposed. In Node.js environments this also prevents the timers from keeping the event loop alive until dispose(). This can reduce the need for Mocha's --exit in tests which create containers which are closed but not disposed.

    Disposing of closed containers is still recommended, but it is now less critical for avoiding timer-related hangs after close. Disposal still helps clean up resources and can reduce the size of memory leaks if references to the container are leaked.

Commits
  • 63b5950 build: generate release notes and changelogs for 2.101.0 (#27301)
  • 86c0fff fix(container-runtime): cancel GC timers on container close, not just dispose...
  • 2d7ac25 build(client): bump client release group to 2.101.0 (#27176)
  • See full diff in compare view

Updates @fluidframework/container-loader from 2.100.0 to 2.101.0

Release notes

Sourced from @​fluidframework/container-loader's releases.

Fluid Framework v2.101.0 (minor)

Contents

  • 🌳 SharedTree DDS Changes
    • [Upgrade LangChain dependencies to v1 (#27259)](#user-content-upgrade-langchain-dependencies-to-v1-27259)
  • 🐛 Bug Fixes
    • [Correct some PropertyDDS "MSG" error constant entries (#26971)](#user-content-correct-some-propertydds-msg-error-constant-entries-26971)
    • [GC timers are now cancelled when a container closes, not just when it is disposed (#27130)](#user-content-gc-timers-are-now-cancelled-when-a-container-closes-not-just-when-it-is-disposed-27130)
    • [Add SharedTreeOptionsBeta.healUnresolvableIdentifiersOnDecode to recover documents with corrupted identifiers (#27281)](#user-content-add-sharedtreeoptionsbetahealunresolvableidentifiersondecode-to-recover-documents-with-corrupted-identifiers-27281)
    • [Fix a SharedTree document corruption bug (#27292)](#user-content-fix-a-sharedtree-document-corruption-bug-27292)
  • ⚠️ Deprecations
    • [Deprecate LogLevel.default and LogLevel.error (#27207)](#user-content-deprecate-logleveldefault-and-loglevelerror-27207)
  • Legacy API Changes
    • [Add legacy beta map compatibility interfaces (#27240)](#user-content-add-legacy-beta-map-compatibility-interfaces-27240)
  • Other Changes

🌳 SharedTree DDS Changes

Upgrade LangChain dependencies to v1 (#27259)

@fluidframework/tree-agent-langchain (and the LangChain dev-dependencies on @fluidframework/tree-agent) now target the LangChain v1 line:

  • @langchain/core: ^0.3.80^1.1.44
  • @langchain/anthropic: ^0.3.24^1.3.28
  • @langchain/google-genai: ^0.2.16^2.1.30
  • @langchain/openai: ^0.6.12^1.4.5

LangChain v1 is backward-compatible for the message, tool, and chat-model APIs that tree-agent-langchain consumes (BaseChatModel, BaseMessage, AIMessage / HumanMessage / SystemMessage / ToolMessage, tool(), bindTools()). No source changes are required for consumers using these APIs. The new contentBlocks content-block API is opt-in.

Consumers of createLangchainChatModel who currently install @langchain/core@^0.3 should bump to @langchain/core@^1.1.43 (the lowest version that satisfies the peer ranges of all v1 sibling integrations—@langchain/google-genai@2.1.30 requires ^1.1.43).

Change details

Commit: eeebc23

Affected packages:

  • @​fluidframework/tree-agent-langchain
  • @​fluidframework/tree-agent

⬆️ Table of contents

🐛 Bug Fixes

Correct some PropertyDDS "MSG" error constant entries (#26971)

Several error constants referenced in other PropertyDDS packages did not exist and would produce errors with "undefined" (literal) in error message string. In the past:

... (truncated)

Changelog

Sourced from @​fluidframework/container-loader's changelog.

2.101.0

Dependency updates only.

Commits
  • 63b5950 build: generate release notes and changelogs for 2.101.0 (#27301)
  • a3c5b68 feat(container-loader): add readOnly option to loadFrozenContainerFromPending...
  • 77ef335 feat(telemetry-utils): deprecate LogLevel.default/error and tag unspecified e...
  • c2d70db feat(container-loader): add captureFullContainerState free function (#27220)
  • 86c0fff fix(container-runtime): cancel GC timers on container close, not just dispose...
  • 6d30321 feat: tag high-volume telemetry events as LogLevel.info (#27126)
  • 2d7ac25 build(client): bump client release group to 2.101.0 (#27176)
  • See full diff in compare view

Updates @fluidframework/container-runtime from 2.100.0 to 2.101.0

Release notes

Sourced from @​fluidframework/container-runtime's releases.

Fluid Framework v2.101.0 (minor)

Contents

  • 🌳 SharedTree DDS Changes
    • [Upgrade LangChain dependencies to v1 (#27259)](#user-content-upgrade-langchain-dependencies-to-v1-27259)
  • 🐛 Bug Fixes
    • [Correct some PropertyDDS "MSG" error constant entries (#26971)](#user-content-correct-some-propertydds-msg-error-constant-entries-26971)
    • [GC timers are now cancelled when a container closes, not just when it is disposed (#27130)](#user-content-gc-timers-are-now-cancelled-when-a-container-closes-not-just-when-it-is-disposed-27130)
    • [Add SharedTreeOptionsBeta.healUnresolvableIdentifiersOnDecode to recover documents with corrupted identifiers (#27281)](#user-content-add-sharedtreeoptionsbetahealunresolvableidentifiersondecode-to-recover-documents-with-corrupted-identifiers-27281)
    • [Fix a SharedTree document corruption bug (#27292)](#user-content-fix-a-sharedtree-document-corruption-bug-27292)
  • ⚠️ Deprecations
    • [Deprecate LogLevel.default and LogLevel.error (#27207)](#user-content-deprecate-logleveldefault-and-loglevelerror-27207)
  • Legacy API Changes
    • [Add legacy beta map compatibility interfaces (#27240)](#user-content-add-legacy-beta-map-compatibility-interfaces-27240)
  • Other Changes

🌳 SharedTree DDS Changes

Upgrade LangChain dependencies to v1 (#27259)

@fluidframework/tree-agent-langchain (and the LangChain dev-dependencies on @fluidframework/tree-agent) now target the LangChain v1 line:

  • @langchain/core: ^0.3.80^1.1.44
  • @langchain/anthropic: ^0.3.24^1.3.28
  • @langchain/google-genai: ^0.2.16^2.1.30
  • @langchain/openai: ^0.6.12^1.4.5

LangChain v1 is backward-compatible for the message, tool, and chat-model APIs that tree-agent-langchain consumes (BaseChatModel, BaseMessage, AIMessage / HumanMessage / SystemMessage / ToolMessage, tool(), bindTools()). No source changes are required for consumers using these APIs. The new contentBlocks content-block API is opt-in.

Consumers of createLangchainChatModel who currently install @langchain/core@^0.3 should bump to @langchain/core@^1.1.43 (the lowest version that satisfies the peer ranges of all v1 sibling integrations—@langchain/google-genai@2.1.30 requires ^1.1.43).

Change details

Commit: eeebc23

Affected packages:

  • @​fluidframework/tree-agent-langchain
  • @​fluidframework/tree-agent

⬆️ Table of contents

🐛 Bug Fixes

Correct some PropertyDDS "MSG" error constant entries (#26971)

Several error constants referenced in other PropertyDDS packages did not exist and would produce errors with "undefined" (literal) in error message string. In the past:

... (truncated)

Changelog

Sourced from @​fluidframework/container-runtime's changelog.

2.101.0

Minor Changes

  • GC timers are now cancelled when a container closes, not just when it is disposed (#27130) 86c0fffbf49

    Adds an optional close() hook to IRuntime that Container calls on close. ContainerRuntime implements it by cancelling all GC timers (session expiry and unreferenced-node timers) without clearing tracked state.

    This prevents the timers from causing memory leaks after a Container is closed but not disposed. In Node.js environments this also prevents the timers from keeping the event loop alive until dispose(). This can reduce the need for Mocha's --exit in tests which create containers which are closed but not disposed.

    Disposing of closed containers is still recommended, but it is now less critical for avoiding timer-related hangs after close. Disposal still helps clean up resources and can reduce the size of memory leaks if references to the container are leaked.

Commits
  • 63b5950 build: generate release notes and changelogs for 2.101.0 (#27301)
  • 3465e23 feat(container-runtime): enable batchId tracking by default with kill-switch ...
  • c2d70db feat(container-loader): add captureFullContainerState free function (#27220)
  • a503f87 Revert "feat(container-runtime): enable batchId tracking by default with kill...
  • 085f51b feat(container-runtime): enable batchId tracking by default with kill-switch ...
  • 7f1371f feat(container-runtime): add groupedOpCount to grouped batch metadata (#27213)
  • 0b16087 Update benchmark tool (#27210)
  • 86c0fff fix(container-runtime): cancel GC timers on container close, not just dispose...
  • 6d30321 feat: tag high-volume telemetry events as LogLevel.info (#27126)
  • 2d7ac25 build(client): bump client release group to 2.101.0 (#27176)
  • See full diff in compare view

Updates @fluidframework/container-runtime-definitions from 2.100.0 to 2.101.0

Release notes

Sourced from @​fluidframework/container-runtime-definitions's releases.

Fluid Framework v2.101.0 (minor)

Contents

  • 🌳 SharedTree DDS Changes
    • [Upgrade LangChain dependencies to v1 (#27259)](#user-content-upgrade-langchain-dependencies-to-v1-27259)
  • 🐛 Bug Fixes
    • [Correct some PropertyDDS "MSG" error constant entries (#26971)](#user-content-correct-some-propertydds-msg-error-constant-entries-26971)
    • [GC timers are now cancelled when a container closes, not just when it is disposed (#27130)](#user-content-gc-timers-are-now-cancelled-when-a-container-closes-not-just-when-it-is-disposed-27130)
    • [Add SharedTreeOptionsBeta.healUnresolvableIdentifiersOnDecode to recover documents with corrupted identifiers (#27281)](#user-content-add-sharedtreeoptionsbetahealunresolvableidentifiersondecode-to-recover-documents-with-corrupted-identifiers-27281)
    • [Fix a SharedTree document corruption bug (#27292)](#user-content-fix-a-sharedtree-document-corruption-bug-27292)
  • ⚠️ Deprecations
    • [Deprecate LogLevel.default and LogLevel.error (#27207)](#user-content-deprecate-logleveldefault-and-loglevelerror-27207)
  • Legacy API Changes
    • [Add legacy beta map compatibility interfaces (#27240)](#user-content-add-legacy-beta-map-compatibility-interfaces-27240)
  • Other Changes

🌳 SharedTree DDS Changes

Upgrade LangChain dependencies to v1 (#27259)

@fluidframework/tree-agent-langchain (and the LangChain dev-dependencies on @fluidframework/tree-agent) now target the LangChain v1 line:

  • @langchain/core: ^0.3.80^1.1.44
  • @langchain/anthropic: ^0.3.24^1.3.28
  • @langchain/google-genai: ^0.2.16^2.1.30
  • @langchain/openai: ^0.6.12^1.4.5

LangChain v1 is backward-compatible for the message, tool, and chat-model APIs that tree-agent-langchain consumes (BaseChatModel, BaseMessage, AIMessage / HumanMessage / SystemMessage / ToolMessage, tool(), bindTools()). No source changes are required for consumers using these APIs. The new contentBlocks content-block API is opt-in.

Consumers of createLangchainChatModel who currently install @langchain/core@^0.3 should bump to @langchain/core@^1.1.43 (the lowest version that satisfies the peer ranges of all v1 sibling integrations—@langchain/google-genai@2.1.30 requires ^1.1.43).

Change details

Commit: eeebc23

Affected packages:

  • @​fluidframework/tree-agent-langchain
  • @​fluidframework/tree-agent

⬆️ Table of contents

🐛 Bug Fixes

Correct some PropertyDDS "MSG" error constant entries (#26971)

Several error constants referenced in other PropertyDDS packages did not exist and would produce errors with "undefined" (literal) in error message string. In the past:

... (truncated)

Changelog

Sourced from @​fluidframework/container-runtime-definitions's changelog.

2.101.0

Dependency updates only.

Commits

Updates @fluidframework/core-interfaces from 2.100.0 to 2.101.0

Release notes

Sourced from @​fluidframework/core-interfaces's releases.

Fluid Framework v2.101.0 (minor)

Contents

  • 🌳 SharedTree DDS Changes
    • [Upgrade LangChain dependencies to v1 (#27259)](#user-content-upgrade-langchain-dependencies-to-v1-27259)
  • 🐛 Bug Fixes
    • [Correct some PropertyDDS "MSG" error constant entries (#26971)](#user-content-correct-some-propertydds-msg-error-constant-entries-26971)
    • [GC timers are now cancelled when a container closes, not just when it is disposed (#27130)](#user-content-gc-timers-are-now-cancelled-when-a-container-closes-not-just-when-it-is-disposed-27130)
    • [Add SharedTreeOptionsBeta.healUnresolvableIdentifiersOnDecode to recover documents with corrupted identifiers (#27281)](#user-content-add-sharedtreeoptionsbetahealunresolvableidentifiersondecode-to-recover-documents-with-corrupted-identifiers-27281)
    • [Fix a SharedTree document corruption bug (#27292)](#user-content-fix-a-sharedtree-document-corruption-bug-27292)
  • ⚠️ Deprecations
    • [Deprecate LogLevel.default and LogLevel.error (#27207)](#user...

      Description has been truncated

Bumps the fluid-framework-dependencies group with 29 updates:

| Package | From | To |
| --- | --- | --- |
| [@fluidframework/tinylicious-client](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/service-clients/tinylicious-client) | `2.100.0` | `2.101.0` |
| [fluid-framework](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/framework/fluid-framework) | `2.100.0` | `2.101.0` |
| [@fluidframework/aqueduct](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/framework/aqueduct) | `2.100.0` | `2.101.0` |
| [@fluidframework/container-definitions](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/common/container-definitions) | `2.100.0` | `2.101.0` |
| [@fluidframework/container-loader](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/loader/container-loader) | `2.100.0` | `2.101.0` |
| [@fluidframework/container-runtime](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/runtime/container-runtime) | `2.100.0` | `2.101.0` |
| [@fluidframework/container-runtime-definitions](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/runtime/container-runtime-definitions) | `2.100.0` | `2.101.0` |
| [@fluidframework/core-interfaces](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/common/core-interfaces) | `2.100.0` | `2.101.0` |
| [@fluidframework/core-utils](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/common/core-utils) | `2.100.0` | `2.101.0` |
| [@fluidframework/datastore](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/runtime/datastore) | `2.100.0` | `2.101.0` |
| [@fluidframework/datastore-definitions](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/runtime/datastore-definitions) | `2.100.0` | `2.101.0` |
| [@fluidframework/driver-base](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/drivers/driver-base) | `2.100.0` | `2.101.0` |
| [@fluidframework/driver-definitions](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/common/driver-definitions) | `2.100.0` | `2.101.0` |
| [@fluidframework/driver-utils](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/loader/driver-utils) | `2.100.0` | `2.101.0` |
| [@fluidframework/fluid-static](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/framework/fluid-static) | `2.100.0` | `2.101.0` |
| [@fluidframework/id-compressor](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/runtime/id-compressor) | `2.100.0` | `2.101.0` |
| [@fluidframework/map](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/dds/map) | `2.100.0` | `2.101.0` |
| [@fluidframework/merge-tree](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/dds/merge-tree) | `2.100.0` | `2.101.0` |
| [@fluidframework/request-handler](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/framework/request-handler) | `2.100.0` | `2.101.0` |
| [@fluidframework/routerlicious-driver](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/drivers/routerlicious-driver) | `2.100.0` | `2.101.0` |
| [@fluidframework/runtime-definitions](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/runtime/runtime-definitions) | `2.100.0` | `2.101.0` |
| [@fluidframework/runtime-utils](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/runtime/runtime-utils) | `2.100.0` | `2.101.0` |
| [@fluidframework/sequence](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/dds/sequence) | `2.100.0` | `2.101.0` |
| [@fluidframework/shared-object-base](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/dds/shared-object-base) | `2.100.0` | `2.101.0` |
| [@fluidframework/synthesize](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/framework/synthesize) | `2.100.0` | `2.101.0` |
| [@fluidframework/telemetry-utils](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/utils/telemetry-utils) | `2.100.0` | `2.101.0` |
| [@fluidframework/tinylicious-driver](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/drivers/tinylicious-driver) | `2.100.0` | `2.101.0` |
| [@fluidframework/tree](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/dds/tree) | `2.100.0` | `2.101.0` |
| [@fluidframework/type-factory](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/framework/type-factory) | `2.100.0` | `2.101.0` |


Updates `@fluidframework/tinylicious-client` from 2.100.0 to 2.101.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/service-clients/tinylicious-client/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/service-clients/tinylicious-client)

Updates `fluid-framework` from 2.100.0 to 2.101.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/framework/fluid-framework/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/framework/fluid-framework)

Updates `@fluidframework/aqueduct` from 2.100.0 to 2.101.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/framework/aqueduct/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/framework/aqueduct)

Updates `@fluidframework/container-definitions` from 2.100.0 to 2.101.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/common/container-definitions/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/common/container-definitions)

Updates `@fluidframework/container-loader` from 2.100.0 to 2.101.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/loader/container-loader/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/loader/container-loader)

Updates `@fluidframework/container-runtime` from 2.100.0 to 2.101.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/runtime/container-runtime/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/runtime/container-runtime)

Updates `@fluidframework/container-runtime-definitions` from 2.100.0 to 2.101.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/runtime/container-runtime-definitions/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/runtime/container-runtime-definitions)

Updates `@fluidframework/core-interfaces` from 2.100.0 to 2.101.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/common/core-interfaces/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/common/core-interfaces)

Updates `@fluidframework/core-utils` from 2.100.0 to 2.101.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/common/core-utils/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/common/core-utils)

Updates `@fluidframework/datastore` from 2.100.0 to 2.101.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/runtime/datastore/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/runtime/datastore)

Updates `@fluidframework/datastore-definitions` from 2.100.0 to 2.101.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/runtime/datastore-definitions/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/runtime/datastore-definitions)

Updates `@fluidframework/driver-base` from 2.100.0 to 2.101.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/drivers/driver-base/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/drivers/driver-base)

Updates `@fluidframework/driver-definitions` from 2.100.0 to 2.101.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/common/driver-definitions/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/common/driver-definitions)

Updates `@fluidframework/driver-utils` from 2.100.0 to 2.101.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/loader/driver-utils/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/loader/driver-utils)

Updates `@fluidframework/fluid-static` from 2.100.0 to 2.101.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/framework/fluid-static/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/framework/fluid-static)

Updates `@fluidframework/id-compressor` from 2.100.0 to 2.101.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/runtime/id-compressor/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/runtime/id-compressor)

Updates `@fluidframework/map` from 2.100.0 to 2.101.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/dds/map/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/dds/map)

Updates `@fluidframework/merge-tree` from 2.100.0 to 2.101.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/dds/merge-tree/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/dds/merge-tree)

Updates `@fluidframework/request-handler` from 2.100.0 to 2.101.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/framework/request-handler/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/framework/request-handler)

Updates `@fluidframework/routerlicious-driver` from 2.100.0 to 2.101.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/drivers/routerlicious-driver/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/drivers/routerlicious-driver)

Updates `@fluidframework/runtime-definitions` from 2.100.0 to 2.101.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/runtime/runtime-definitions/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/runtime/runtime-definitions)

Updates `@fluidframework/runtime-utils` from 2.100.0 to 2.101.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/runtime/runtime-utils/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/runtime/runtime-utils)

Updates `@fluidframework/sequence` from 2.100.0 to 2.101.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/dds/sequence/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/dds/sequence)

Updates `@fluidframework/shared-object-base` from 2.100.0 to 2.101.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/dds/shared-object-base/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/dds/shared-object-base)

Updates `@fluidframework/synthesize` from 2.100.0 to 2.101.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/framework/synthesize/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/framework/synthesize)

Updates `@fluidframework/telemetry-utils` from 2.100.0 to 2.101.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/utils/telemetry-utils/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/utils/telemetry-utils)

Updates `@fluidframework/tinylicious-driver` from 2.100.0 to 2.101.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/drivers/tinylicious-driver/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/drivers/tinylicious-driver)

Updates `@fluidframework/tree` from 2.100.0 to 2.101.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/dds/tree/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/dds/tree)

Updates `@fluidframework/type-factory` from 2.100.0 to 2.101.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/framework/type-factory/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/framework/type-factory)

---
updated-dependencies:
- dependency-name: "@fluidframework/tinylicious-client"
  dependency-version: 2.101.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: fluid-framework
  dependency-version: 2.101.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/aqueduct"
  dependency-version: 2.101.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/container-definitions"
  dependency-version: 2.101.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/container-loader"
  dependency-version: 2.101.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/container-runtime"
  dependency-version: 2.101.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/container-runtime-definitions"
  dependency-version: 2.101.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/core-interfaces"
  dependency-version: 2.101.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/core-utils"
  dependency-version: 2.101.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/datastore"
  dependency-version: 2.101.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/datastore-definitions"
  dependency-version: 2.101.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/driver-base"
  dependency-version: 2.101.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/driver-definitions"
  dependency-version: 2.101.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/driver-utils"
  dependency-version: 2.101.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/fluid-static"
  dependency-version: 2.101.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/id-compressor"
  dependency-version: 2.101.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/map"
  dependency-version: 2.101.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/merge-tree"
  dependency-version: 2.101.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/request-handler"
  dependency-version: 2.101.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/routerlicious-driver"
  dependency-version: 2.101.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/runtime-definitions"
  dependency-version: 2.101.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/runtime-utils"
  dependency-version: 2.101.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/sequence"
  dependency-version: 2.101.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/shared-object-base"
  dependency-version: 2.101.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/synthesize"
  dependency-version: 2.101.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/telemetry-utils"
  dependency-version: 2.101.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/tinylicious-driver"
  dependency-version: 2.101.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/tree"
  dependency-version: 2.101.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/type-factory"
  dependency-version: 2.101.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-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 May 14, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 14, 2026 11:26
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 14, 2026
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