Skip to content

build(deps): Bump the fluid-framework-dependencies group across 3 directories with 51 updates#1905

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/brainstorm/main/fluid-framework-dependencies-8ae0992db7
Open

build(deps): Bump the fluid-framework-dependencies group across 3 directories with 51 updates#1905
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/brainstorm/main/fluid-framework-dependencies-8ae0992db7

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 7 updates in the /brainstorm directory:

Package From To
@fluidframework/azure-client 2.100.0 2.101.0
@fluidframework/odsp-client 2.100.0 2.101.0
@fluidframework/telemetry-utils 2.100.0 2.101.0
@fluidframework/test-runtime-utils 2.100.0 2.101.0
fluid-framework 2.100.0 2.101.0
@fluidframework/azure-local-service 2.100.0 2.101.0
@fluidframework/devtools 2.100.0 2.101.0

Bumps the fluid-framework-dependencies group with 6 updates in the /item-counter directory:

Package From To
@fluidframework/azure-client 2.100.0 2.101.0
@fluidframework/telemetry-utils 2.100.0 2.101.0
@fluidframework/test-runtime-utils 2.100.0 2.101.0
fluid-framework 2.100.0 2.101.0
@fluidframework/azure-local-service 2.100.0 2.101.0
@fluidframework/devtools 2.100.0 2.101.0

Bumps the fluid-framework-dependencies group with 6 updates in the /item-counter-spe directory:

Package From To
@fluidframework/azure-client 2.100.0 2.101.0
@fluidframework/odsp-client 2.100.0 2.101.0
@fluidframework/telemetry-utils 2.100.0 2.101.0
@fluidframework/test-runtime-utils 2.100.0 2.101.0
fluid-framework 2.100.0 2.101.0
@fluidframework/devtools 2.100.0 2.101.0

Updates @fluidframework/azure-client from 2.100.0 to 2.101.0

Release notes

Sourced from @​fluidframework/azure-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/azure-client's changelog.

2.101.0

Dependency updates only.

Commits

Updates @fluidframework/odsp-client from 2.100.0 to 2.101.0

Release notes

Sourced from @​fluidframework/odsp-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/odsp-client's changelog.

2.101.0

Dependency updates only.

Commits

Updates @fluidframework/telemetry-utils from 2.100.0 to 2.101.0

Release notes

Sourced from @​fluidframework/telemetry-utils'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/telemetry-utils's changelog.

2.101.0

Dependency updates only.

Commits
  • 63b5950 build: generate release notes and changelogs for 2.101.0 (#27301)
  • 77ef335 feat(telemetry-utils): deprecate LogLevel.default/error and tag unspecified e...
  • 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/test-runtime-utils from 2.100.0 to 2.101.0

Release notes

Sourced from @​fluidframework/test-runtime-utils'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/test-runtime-utils'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/azure-local-service from 2.100.0 to 2.101.0

Release notes

Sourced from @​fluidframework/azure-local-service'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/azure-local-service's changelog.

2.101.0

Dependency updates only.

Commits

Updates @fluidframework/devtools from 2.100.0 to 2.101.0

Release notes

Sourced from @​fluidframework/devtools'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/devtools's changelog.

2.101.0

Dependency updates only.

Commits

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/cell from 2.100.0 to 2.101.0

Release notes

Sourced from @​fluidframework/cell'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.def...

      Description has been truncated

…ectories with 51 updates

Bumps the fluid-framework-dependencies group with 7 updates in the /brainstorm directory:

| Package | From | To |
| --- | --- | --- |
| [@fluidframework/azure-client](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/service-clients/azure-client) | `2.100.0` | `2.101.0` |
| [@fluidframework/odsp-client](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/service-clients/odsp-client) | `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/test-runtime-utils](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/runtime/test-runtime-utils) | `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/azure-local-service](https://github.com/microsoft/FluidFramework/tree/HEAD/azure/packages/azure-local-service) | `2.100.0` | `2.101.0` |
| [@fluidframework/devtools](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/tools/devtools/devtools) | `2.100.0` | `2.101.0` |

Bumps the fluid-framework-dependencies group with 6 updates in the /item-counter directory:

| Package | From | To |
| --- | --- | --- |
| [@fluidframework/azure-client](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/service-clients/azure-client) | `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/test-runtime-utils](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/runtime/test-runtime-utils) | `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/azure-local-service](https://github.com/microsoft/FluidFramework/tree/HEAD/azure/packages/azure-local-service) | `2.100.0` | `2.101.0` |
| [@fluidframework/devtools](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/tools/devtools/devtools) | `2.100.0` | `2.101.0` |

Bumps the fluid-framework-dependencies group with 6 updates in the /item-counter-spe directory:

| Package | From | To |
| --- | --- | --- |
| [@fluidframework/azure-client](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/service-clients/azure-client) | `2.100.0` | `2.101.0` |
| [@fluidframework/odsp-client](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/service-clients/odsp-client) | `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/test-runtime-utils](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/runtime/test-runtime-utils) | `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/devtools](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/tools/devtools/devtools) | `2.100.0` | `2.101.0` |



Updates `@fluidframework/azure-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/azure-client/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/service-clients/azure-client)

Updates `@fluidframework/odsp-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/odsp-client/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/service-clients/odsp-client)

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/test-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/test-runtime-utils/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/runtime/test-runtime-utils)

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/azure-local-service` from 2.100.0 to 2.101.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/azure/packages/azure-local-service/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/azure/packages/azure-local-service)

Updates `@fluidframework/devtools` 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/tools/devtools/devtools/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/tools/devtools/devtools)

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/cell` 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/cell/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/dds/cell)

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/counter` 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/counter/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/dds/counter)

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/devtools-core` 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/tools/devtools/devtools-core/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/tools/devtools/devtools-core)

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/gitresources` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/server/routerlicious/packages/gitresources/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/server_v7.0.1/server/routerlicious/packages/gitresources)

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/matrix` 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/matrix/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/dds/matrix)

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/odsp-doclib-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/odsp-doclib-utils/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/utils/odsp-doclib-utils)

Updates `@fluidframework/odsp-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/odsp-driver/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/drivers/odsp-driver)

Updates `@fluidframework/odsp-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/drivers/odsp-driver-definitions/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/drivers/odsp-driver-definitions)

Updates `@fluidframework/protocol-base` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/server/routerlicious/packages/protocol-base/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/server_v7.0.1/server/routerlicious/packages/protocol-base)

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/server-lambdas` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/server/routerlicious/packages/lambdas/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/server_v7.0.1/server/routerlicious/packages/lambdas)

Updates `@fluidframework/server-lambdas-driver` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/server/routerlicious/packages/lambdas-driver/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/server_v7.0.1/server/routerlicious/packages/lambdas-driver)

Updates `@fluidframework/server-local-server` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/server/routerlicious/packages/local-server/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/server_v7.0.1/server/routerlicious/packages/local-server)

Updates `@fluidframework/server-memory-orderer` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/server/routerlicious/packages/memory-orderer/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/server_v7.0.1/server/routerlicious/packages/memory-orderer)

Updates `@fluidframework/server-services-client` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/server/routerlicious/packages/services-client/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/server_v7.0.1/server/routerlicious/packages/services-client)

Updates `@fluidframework/server-services-core` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/server/routerlicious/packages/services-core/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/server_v7.0.1/server/routerlicious/packages/services-core)

Updates `@fluidframework/server-services-shared` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/server/routerlicious/packages/services-shared/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/server_v7.0.1/server/routerlicious/packages/services-shared)

Updates `@fluidframework/server-services-telemetry` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/server/routerlicious/packages/services-telemetry/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/server_v7.0.1/server/routerlicious/packages/services-telemetry)

Updates `@fluidframework/server-services-utils` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/server/routerlicious/packages/services-utils/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/server_v7.0.1/server/routerlicious/packages/services-utils)

Updates `@fluidframework/server-test-utils` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/server/routerlicious/packages/test-utils/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/server_v7.0.1/server/routerlicious/packages/test-utils)

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/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)

Updates `@fluidframework/azure-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/azure-client/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/service-clients/azure-client)

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/test-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/test-runtime-utils/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/runtime/test-runtime-utils)

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/azure-local-service` from 2.100.0 to 2.101.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/azure/packages/azure-local-service/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/azure/packages/azure-local-service)

Updates `@fluidframework/devtools` 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/tools/devtools/devtools/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/tools/devtools/devtools)

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/cell` 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/cell/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/dds/cell)

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/counter` 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/counter/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/dds/counter)

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/devtools-core` 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/tools/devtools/devtools-core/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/tools/devtools/devtools-core)

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/gitresources` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/server/routerlicious/packages/gitresources/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/server_v7.0.1/server/routerlicious/packages/gitresources)

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/matrix` 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/matrix/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/dds/matrix)

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/protocol-base` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/server/routerlicious/packages/protocol-base/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/server_v7.0.1/server/routerlicious/packages/protocol-base)

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/server-lambdas` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/server/routerlicious/packages/lambdas/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/server_v7.0.1/server/routerlicious/packages/lambdas)

Updates `@fluidframework/server-lambdas-driver` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/server/routerlicious/packages/lambdas-driver/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/server_v7.0.1/server/routerlicious/packages/lambdas-driver)

Updates `@fluidframework/server-local-server` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/server/routerlicious/packages/local-server/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/server_v7.0.1/server/routerlicious/packages/local-server)

Updates `@fluidframework/server-memory-orderer` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/server/routerlicious/packages/memory-orderer/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/server_v7.0.1/server/routerlicious/packages/memory-orderer)

Updates `@fluidframework/server-services-client` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/server/routerlicious/packages/services-client/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/server_v7.0.1/server/routerlicious/packages/services-client)

Updates `@fluidframework/server-services-core` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/server/routerlicious/packages/services-core/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/server_v7.0.1/server/routerlicious/packages/services-core)

Updates `@fluidframework/server-services-shared` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/server/routerlicious/packages/services-shared/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/server_v7.0.1/server/routerlicious/packages/services-shared)

Updates `@fluidframework/server-services-telemetry` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/server/routerlicious/packages/services-telemetry/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/server_v7.0.1/server/routerlicious/packages/services-telemetry)

Updates `@fluidframework/server-services-utils` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/server/routerlicious/packages/services-utils/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/server_v7.0.1/server/routerlicious/packages/services-utils)

Updates `@fluidframework/server-test-utils` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/server/routerlicious/packages/test-utils/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/server_v7.0.1/server/routerlicious/packages/test-utils)

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/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)

Updates `@fluidframework/azure-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/azure-client/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/service-clients/azure-client)

Updates `@fluidframework/odsp-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/odsp-client/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/service-clients/odsp-client)

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/test-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/test-runtime-utils/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/runtime/test-runtime-utils)

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/devtools` 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/tools/devtools/devtools/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/tools/devtools/devtools)

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/cell` 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/cell/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/dds/cell)

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/counter` 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/counter/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/dds/counter)

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/devtools-core` 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/tools/devtools/devtools-core/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/tools/devtools/devtools-core)

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/matrix` 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/matrix/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/dds/matrix)

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/odsp-doclib-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/odsp-doclib-utils/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/utils/odsp-doclib-utils)

Updates `@fluidframework/odsp-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/odsp-driver/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/drivers/odsp-driver)

Updates `@fluidframework/odsp-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/drivers/odsp-driver-definitions/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.101.0/packages/drivers/odsp-driver-definitions)

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/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/azure-client"
  dependency-version: 2.101.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/odsp-client"
  dependency-version: 2.101.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/telemetry-utils"
  dependency-version: 2.101.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/test-runtime-utils"
  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/azure-local-service"
  dependency-version: 2.101.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/devtools"
  dependency-version: 2.101.0
  dependency-type: direct:development
  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/cell"
  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/counter"
  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/devtools-core"
  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/gitresources"
  dependency-version: 7.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  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/matrix"
  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/odsp-doclib-utils"
  dependency-version: 2.101.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/odsp-driver"
  dependency-version: 2.101.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/odsp-driver-definitions"
  dependency-version: 2.101.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/protocol-base"
  dependency-version: 7.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  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/server-lambdas"
  dependency-version: 7.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/server-lambdas-driver"
  dependency-version: 7.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/server-local-server"
  dependency-version: 7.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/server-memory-orderer"
  dependency-version: 7.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/server-services-client"
  dependency-version: 7.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/server-services-core"
  dependency-version: 7.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/server-services-shared"
  dependency-version: 7.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/server-services-telemetry"
  dependency-version: 7.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/server-services-utils"
  dependency-version: 7.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/server-test-utils"
  dependency-version: 7.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  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/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
- dependency-name: "@fluidframework/azure-client"
  dependency-version: 2.101.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/telemetry-utils"
  dependency-version: 2.101.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/test-runtime-utils"
  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/azure-local-service"
  dependency-version: 2.101.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/devtools"
  dependency-version: 2.101.0
  dependency-type: direct:development
  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/cell"
  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: "@fluid...

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 07:46
@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