Skip to content

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

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
@fluidframework/azure-client 2.100.0 2.110.0
@fluidframework/odsp-client 2.100.0 2.110.0
@fluidframework/telemetry-utils 2.100.0 2.110.0
@fluidframework/test-runtime-utils 2.100.0 2.110.0
fluid-framework 2.100.0 2.110.0
@fluidframework/azure-local-service 2.100.0 2.110.0
@fluidframework/devtools 2.100.0 2.110.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.110.0
@fluidframework/telemetry-utils 2.100.0 2.110.0
@fluidframework/test-runtime-utils 2.100.0 2.110.0
fluid-framework 2.100.0 2.110.0
@fluidframework/azure-local-service 2.100.0 2.110.0
@fluidframework/devtools 2.100.0 2.110.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.110.0
@fluidframework/odsp-client 2.100.0 2.110.0
@fluidframework/telemetry-utils 2.100.0 2.110.0
@fluidframework/test-runtime-utils 2.100.0 2.110.0
fluid-framework 2.100.0 2.110.0
@fluidframework/devtools 2.100.0 2.110.0

Updates @fluidframework/azure-client from 2.100.0 to 2.110.0

Release notes

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

Fluid Framework v2.110.0 (minor)

Contents

  • 🚨 Breaking Changes
    • [Deprecated ITelemetryLoggerExt methods and related types removed (#27476)](#user-content-deprecated-itelemetryloggerext-methods-and-related-types-removed-27476)
    • [getPresence export removed (#27536)](#user-content-getpresence-export-removed-27536)
    • [minVersionForCollabOverride removed from createTreeContainerRuntimeFactory props argument (#27540)](#user-content-minversionforcollaboverride-removed-from-createtreecontainerruntimefactory-props-argument-27540)
    • [ITelemetryBaseLogger.minLogLevel may be undefined (#27546)](#user-content-itelemetrybaseloggerminloglevel-may-be-undefined-27546)
    • [OdspFluidDataStoreLocator optional properties may also be explicitly undefined (#27551)](#user-content-odspfluiddatastorelocator-optional-properties-may-also-be-explicitly-undefined-27551)
  • 🌳 SharedTree DDS Changes
    • [TableSchema (beta) methods now accept positional arguments (#27545)](#user-content-tableschema-beta-methods-now-accept-positional-arguments-27545)
    • [Editing a SharedTree during its change-event callbacks now consistently throws (#27285)](#user-content-editing-a-sharedtree-during-its-change-event-callbacks-now-consistently-throws-27285)
    • [TreeBranchAlpha.isMissingEditsFrom (#27583)](#user-content-treebranchalphaismissingeditsfrom-27583)
  • 🐛 Bug Fixes
    • [Forks created on "changed" event are no longer auto-disposed (#27580)](#user-content-forks-created-on-changed-event-are-no-longer-auto-disposed-27580)
  • Legacy API Changes
    • [Remove deprecated ILoaderOptions.enableOfflineLoad (#27574)](#user-content-remove-deprecated-iloaderoptionsenableofflineload-27574)
  • Other Changes
    • [New public APIs for loading containers from ODSP snapshots and collecting telemetry (#27182)](#user-content-new-public-apis-for-loading-containers-from-odsp-snapshots-and-collecting-telemetry-27182)

🚨 Breaking Changes

Deprecated ITelemetryLoggerExt methods and related types removed (#27476)

Methods on ITelemetryLoggerExt are removed except for send inherited from ITelemetryBaseLogger.

See issue #26910 for complete details.

Change details

Commit: fb992c3

Affected packages:

  • @​fluidframework/telemetry-utils

⬆️ Table of contents

getPresence export removed (#27536)

Import from fluid-framework instead. See #26397.

Change details

Commit: a3c731f

Affected packages:

... (truncated)

Changelog

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

2.110.0

Minor Changes

  • ITelemetryBaseLogger.minLogLevel may be undefined (#27546) 6afb933be51

    Typing for ITelemetryBaseLogger.minLogLevel is updated to reflect that in some implementations minLogLevel is present but evaluates to undefined. When building with excactOptionalPropertyTypes:false as suggested in compatibility requirements, there is no apparent type change. If a type error is experienced, make sure to check for undefined or use ?? LogLevel.info when reading.

2.103.0

Dependency updates only.

2.102.0

Minor Changes

  • Service client createContainer/getContainer overloads taking CompatibilityMode are deprecated (#27212) 3e951b4abf

    The createContainer and getContainer overloads on AzureClient, OdspClient, and TinyliciousClient (plus AzureClient.viewContainerVersion) that accept a CompatibilityMode ("1" / "2") argument are now deprecated. Pass a MinimumVersionForCollab SemVer string instead — it specifies the minimum collaborating client version directly.

    See [issue #23289](microsoft/FluidFramework#23289) for migration details and removal tracking.

2.101.0

Dependency updates only.

Commits
  • 2a5cb66 build: release notes and changelogs for 2.110.0 (#27586)
  • 6afb933 improvement(client): fix exactOptionalPropertyTypes for telemetry-utils (#2...
  • ee986ee Update type tests to 2.103.0 (#27525)
  • 6f863fc Bump client version to 2.110.0 for 2.103.0 release (#27511)
  • c8df600 Release notes and changelogs for client 2.103.0 (#27512)
  • eb436ea build: bump main to 2.103.0 (#27402)
  • 8d97018 build: fixup 2.102.0 release prep (asserts + missed changesets) (#27435)
  • cf7e189 build: add release notes and changelogs for 2.102.0 (#27401)
  • 3e951b4 Compat: Add minVersionForCollab option to declarative model and deprecate Com...
  • ba3a0ac build: update type tests baseline to 2.101.0 (#27365)
  • Additional commits viewable in compare view

Updates @fluidframework/odsp-client from 2.100.0 to 2.110.0

Release notes

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

Fluid Framework v2.110.0 (minor)

Contents

  • 🚨 Breaking Changes
    • [Deprecated ITelemetryLoggerExt methods and related types removed (#27476)](#user-content-deprecated-itelemetryloggerext-methods-and-related-types-removed-27476)
    • [getPresence export removed (#27536)](#user-content-getpresence-export-removed-27536)
    • [minVersionForCollabOverride removed from createTreeContainerRuntimeFactory props argument (#27540)](#user-content-minversionforcollaboverride-removed-from-createtreecontainerruntimefactory-props-argument-27540)
    • [ITelemetryBaseLogger.minLogLevel may be undefined (#27546)](#user-content-itelemetrybaseloggerminloglevel-may-be-undefined-27546)
    • [OdspFluidDataStoreLocator optional properties may also be explicitly undefined (#27551)](#user-content-odspfluiddatastorelocator-optional-properties-may-also-be-explicitly-undefined-27551)
  • 🌳 SharedTree DDS Changes
    • [TableSchema (beta) methods now accept positional arguments (#27545)](#user-content-tableschema-beta-methods-now-accept-positional-arguments-27545)
    • [Editing a SharedTree during its change-event callbacks now consistently throws (#27285)](#user-content-editing-a-sharedtree-during-its-change-event-callbacks-now-consistently-throws-27285)
    • [TreeBranchAlpha.isMissingEditsFrom (#27583)](#user-content-treebranchalphaismissingeditsfrom-27583)
  • 🐛 Bug Fixes
    • [Forks created on "changed" event are no longer auto-disposed (#27580)](#user-content-forks-created-on-changed-event-are-no-longer-auto-disposed-27580)
  • Legacy API Changes
    • [Remove deprecated ILoaderOptions.enableOfflineLoad (#27574)](#user-content-remove-deprecated-iloaderoptionsenableofflineload-27574)
  • Other Changes
    • [New public APIs for loading containers from ODSP snapshots and collecting telemetry (#27182)](#user-content-new-public-apis-for-loading-containers-from-odsp-snapshots-and-collecting-telemetry-27182)

🚨 Breaking Changes

Deprecated ITelemetryLoggerExt methods and related types removed (#27476)

Methods on ITelemetryLoggerExt are removed except for send inherited from ITelemetryBaseLogger.

See issue #26910 for complete details.

Change details

Commit: fb992c3

Affected packages:

  • @​fluidframework/telemetry-utils

⬆️ Table of contents

getPresence export removed (#27536)

Import from fluid-framework instead. See #26397.

Change details

Commit: a3c731f

Affected packages:

... (truncated)

Changelog

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

2.110.0

Dependency updates only.

2.103.0

Dependency updates only.

2.102.0

Minor Changes

  • Service client createContainer/getContainer overloads taking CompatibilityMode are deprecated (#27212) 3e951b4abf

    The createContainer and getContainer overloads on AzureClient, OdspClient, and TinyliciousClient (plus AzureClient.viewContainerVersion) that accept a CompatibilityMode ("1" / "2") argument are now deprecated. Pass a MinimumVersionForCollab SemVer string instead — it specifies the minimum collaborating client version directly.

    See [issue #23289](microsoft/FluidFramework#23289) for migration details and removal tracking.

2.101.0

Dependency updates only.

Commits
  • 2a5cb66 build: release notes and changelogs for 2.110.0 (#27586)
  • 6f863fc Bump client version to 2.110.0 for 2.103.0 release (#27511)
  • c8df600 Release notes and changelogs for client 2.103.0 (#27512)
  • eb436ea build: bump main to 2.103.0 (#27402)
  • 8d97018 build: fixup 2.102.0 release prep (asserts + missed changesets) (#27435)
  • cf7e189 build: add release notes and changelogs for 2.102.0 (#27401)
  • 3e951b4 Compat: Add minVersionForCollab option to declarative model and deprecate Com...
  • bca7792 build: build: bump main to 2.102.0 (#27305)
  • 63b5950 build: generate release notes and changelogs for 2.101.0 (#27301)
  • 2d7ac25 build(client): bump client release group to 2.101.0 (#27176)
  • See full diff in compare view

Updates @fluidframework/telemetry-utils from 2.100.0 to 2.110.0

Release notes

Sourced from @​fluidframework/telemetry-utils's releases.

Fluid Framework v2.110.0 (minor)

Contents

  • 🚨 Breaking Changes
    • [Deprecated ITelemetryLoggerExt methods and related types removed (#27476)](#user-content-deprecated-itelemetryloggerext-methods-and-related-types-removed-27476)
    • [getPresence export removed (#27536)](#user-content-getpresence-export-removed-27536)
    • [minVersionForCollabOverride removed from createTreeContainerRuntimeFactory props argument (#27540)](#user-content-minversionforcollaboverride-removed-from-createtreecontainerruntimefactory-props-argument-27540)
    • [ITelemetryBaseLogger.minLogLevel may be undefined (#27546)](#user-content-itelemetrybaseloggerminloglevel-may-be-undefined-27546)
    • [OdspFluidDataStoreLocator optional properties may also be explicitly undefined (#27551)](#user-content-odspfluiddatastorelocator-optional-properties-may-also-be-explicitly-undefined-27551)
  • 🌳 SharedTree DDS Changes
    • [TableSchema (beta) methods now accept positional arguments (#27545)](#user-content-tableschema-beta-methods-now-accept-positional-arguments-27545)
    • [Editing a SharedTree during its change-event callbacks now consistently throws (#27285)](#user-content-editing-a-sharedtree-during-its-change-event-callbacks-now-consistently-throws-27285)
    • [TreeBranchAlpha.isMissingEditsFrom (#27583)](#user-content-treebranchalphaismissingeditsfrom-27583)
  • 🐛 Bug Fixes
    • [Forks created on "changed" event are no longer auto-disposed (#27580)](#user-content-forks-created-on-changed-event-are-no-longer-auto-disposed-27580)
  • Legacy API Changes
    • [Remove deprecated ILoaderOptions.enableOfflineLoad (#27574)](#user-content-remove-deprecated-iloaderoptionsenableofflineload-27574)
  • Other Changes
    • [New public APIs for loading containers from ODSP snapshots and collecting telemetry (#27182)](#user-content-new-public-apis-for-loading-containers-from-odsp-snapshots-and-collecting-telemetry-27182)

🚨 Breaking Changes

Deprecated ITelemetryLoggerExt methods and related types removed (#27476)

Methods on ITelemetryLoggerExt are removed except for send inherited from ITelemetryBaseLogger.

See issue #26910 for complete details.

Change details

Commit: fb992c3

Affected packages:

  • @​fluidframework/telemetry-utils

⬆️ Table of contents

getPresence export removed (#27536)

Import from fluid-framework instead. See #26397.

Change details

Commit: a3c731f

Affected packages:

... (truncated)

Changelog

Sourced from @​fluidframework/telemetry-utils's changelog.

2.110.0

Minor Changes

  • Deprecated ITelemetryLoggerExt methods and related types removed (#27476) fb992c35c4e

    Methods on ITelemetryLoggerExt are removed except for send inherited from ITelemetryBaseLogger.

    See issue #26910 for complete details.

2.103.0

Dependency updates only.

2.102.0

Dependency updates only.

2.101.0

Dependency updates only.

Commits
  • 2a5cb66 build: release notes and changelogs for 2.110.0 (#27586)
  • 6afb933 improvement(client): fix exactOptionalPropertyTypes for telemetry-utils (#2...
  • fb992c3 improvement(client-telemetry-utils): BREAKING CHANGE: type erase `ITelemetryL...
  • ee986ee Update type tests to 2.103.0 (#27525)
  • 6f863fc Bump client version to 2.110.0 for 2.103.0 release (#27511)
  • c8df600 Release notes and changelogs for client 2.103.0 (#27512)
  • 52909a3 feat(telemetry-utils): escalate selected performance events to essential (#27...
  • 228a839 (refactor): Migrate all internal ITelemetryLoggerExt use to TelemetryLoggerEx...
  • eb436ea build: bump main to 2.103.0 (#27402)
  • cf7e189 build: add release notes and changelogs for 2.102.0 (#27401)
  • Additional commits viewable in compare view

Updates @fluidframework/test-runtime-utils from 2.100.0 to 2.110.0

Release notes

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

Fluid Framework v2.110.0 (minor)

Contents

  • 🚨 Breaking Changes
    • [Deprecated ITelemetryLoggerExt methods and related types removed (#27476)](#user-content-deprecated-itelemetryloggerext-methods-and-related-types-removed-27476)
    • [getPresence export removed (#27536)](#user-content-getpresence-export-removed-27536)
    • [minVersionForCollabOverride removed from createTreeContainerRuntimeFactory props argument (#27540)](#user-content-minversionforcollaboverride-removed-from-createtreecontainerruntimefactory-props-argument-27540)
    • [ITelemetryBaseLogger.minLogLevel may be undefined (#27546)](#user-content-itelemetrybaseloggerminloglevel-may-be-undefined-27546)
    • [OdspFluidDataStoreLocator optional properties may also be explicitly undefined (#27551)](#user-content-odspfluiddatastorelocator-optional-properties-may-also-be-explicitly-undefined-27551)
  • 🌳 SharedTree DDS Changes
    • [TableSchema (beta) methods now accept positional arguments (#27545)](#user-content-tableschema-beta-methods-now-accept-positional-arguments-27545)
    • [Editing a SharedTree during its change-event callbacks now consistently throws (#27285)](#user-content-editing-a-sharedtree-during-its-change-event-callbacks-now-consistently-throws-27285)
    • [TreeBranchAlpha.isMissingEditsFrom (#27583)](#user-content-treebranchalphaismissingeditsfrom-27583)
  • 🐛 Bug Fixes
    • [Forks created on "changed" event are no longer auto-disposed (#27580)](#user-content-forks-created-on-changed-event-are-no-longer-auto-disposed-27580)
  • Legacy API Changes
    • [Remove deprecated ILoaderOptions.enableOfflineLoad (#27574)](#user-content-remove-deprecated-iloaderoptionsenableofflineload-27574)
  • Other Changes
    • [New public APIs for loading containers from ODSP snapshots and collecting telemetry (#27182)](#user-content-new-public-apis-for-loading-containers-from-odsp-snapshots-and-collecting-telemetry-27182)

🚨 Breaking Changes

Deprecated ITelemetryLoggerExt methods and related types removed (#27476)

Methods on ITelemetryLoggerExt are removed except for send inherited from ITelemetryBaseLogger.

See issue #26910 for complete details.

Change details

Commit: fb992c3

Affected packages:

  • @​fluidframework/telemetry-utils

⬆️ Table of contents

getPresence export removed (#27536)

Import from fluid-framework instead. See #26397.

Change details

Commit: a3c731f

Affected packages:

... (truncated)

Changelog

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

2.110.0

Dependency updates only.

2.103.0

Dependency updates only.

2.102.0

Dependency updates only.

2.101.0

Dependency updates only.

Commits
  • 2a5cb66 build: release notes and changelogs for 2.110.0 (#27586)
  • c04df43 build: tag untagged asserts for 2.110.0 release (#27585)
  • 6a323db build(client-drivers): enable exactOptionalPropertyTypes in most packages (...
  • 6afb933 improvement(client): fix exactOptionalPropertyTypes for telemetry-utils (#2...
  • fb992c3 improvement(client-telemetry-utils): BREAKING CHANGE: type erase `ITelemetryL...
  • ee986ee Update type tests to 2.103.0 (#27525)
  • 6f863fc Bump client version to 2.110.0 for 2.103.0 release (#27511)
  • c8df600 Release notes and changelogs for client 2.103.0 (#27512)
  • e18ec48 Tag asserts (#27507)
  • 455ab4c fix(datastore): Log when a DDS fails to load, including dataStore metadata (#...
  • Additional commits viewable in compare view

Updates fluid-framework from 2.100.0 to 2.110.0

Release notes

Sourced from fluid-framework's releases.

Fluid Framework v2.110.0 (minor)

Contents

  • 🚨 Breaking Changes
    • [Deprecated ITelemetryLoggerExt methods and related types removed (#27476)](#user-content-deprecated-itelemetryloggerext-methods-and-related-types-removed-27476)
    • [getPresence export removed (#27536)](#user-content-getpresence-export-removed-27536)
    • [minVersionForCollabOverride removed from createTreeContainerRuntimeFactory props argument (#27540)](#user-content-minversionforcollaboverride-removed-from-createtreecontainerruntimefactory-props-argument-27540)
    • [ITelemetryBaseLogger.minLogLevel may be undefined (#27546)](#user-content-itelemetrybaseloggerminloglevel-may-be-undefined-27546)
    • [OdspFluidDataStoreLocator optional properties may also be explicitly undefined (#27551)](#user-content-odspfluiddatastorelocator-optional-properties-may-also-be-explicitly-undefined-27551)
  • 🌳 SharedTree DDS Changes
    • [TableSchema (beta) methods now accept positional arguments (#27545)](#user-content-tableschema-beta-methods-now-accept-positional-arguments-27545)
    • [Editing a SharedTree during its change-event callbacks now consistently throws (#27285)](#user-content-editing-a-sharedtree-during-its-change-event-callbacks-now-consistently-throws-27285)
    • [TreeBranchAlpha.isMissingEditsFrom (#27583)](#user-content-treebranchalphaismissingeditsfrom-27583)
  • 🐛 Bug Fixes
    • [Forks created on "changed" event are no longer auto-disposed (#27580)](#user-content-forks-created-on-changed-event-are-no-longer-auto-disposed-27580)
  • Legacy API Changes
    • [Remove deprecated ILoaderOptions.enableOfflineLoad (#27574)](#user-content-remove-deprecated-iloaderoptionsenableofflineload-27574)
  • Other Changes
    • [New public APIs for loading containers from ODSP snapshots and collecting telemetry (#27182)](#user-content-new-public-apis-for-loading-containers-from-odsp-snapshots-and-collecting-telemetry-27182)

🚨 Breaking Changes

Deprecated ITelemetryLoggerExt methods and related types removed (#27476)

Methods on ITelemetryLoggerExt are removed except for send inherited from ITelemetryBaseLogger.

See issue #26910 for complete details.

Change details

Commit: fb992c3

Affected packages:

  • @​fluidframework/telemetry-utils

⬆️ Table of contents

getPresence export removed (#27536)

Import from fluid-framework instead. See #26397.

Change details

Commit: a3c731f

Affected packages:

... (truncated)

Changelog

Sourced from fluid-framework's changelog.

2.110.0

Minor Changes

  • TreeBranchAlpha.isMissingEditsFrom (#27583) ef92f1f1cd8

    Adds a new method (isMissingEditsFrom(branch: TreeBranch): boolean) to TreeBranchAlpha. isMissingEditsFrom can be used to determine whether there are edits on the given branch that have not yet been merged into this branch.

  • Forks created on "changed" event are no longer auto-disposed (#27580) ae64be7688e

    The "changed" event is emitted from a TreeBranch when a change is made to the branch. Previously, when this event was fired due to a transaction being committed, it was possible to fork the branch in response to the "changed" event, but such a fork would be automatically disposed immediately after the event callback. This was a bug. Such forks are no longer disposed automatically.

  • Editing a SharedTree during its change-event callbacks now consistently throws (#27285) 255d4505ed5

    Editing a SharedTree from inside one of its change-event callbacks has always been forbidden, but some paths were not being caught: edits and the start of a transaction (along with branch operations, reverts, etc.) made while the tree was emitting its post-change notification ran to completion instead of throwing.

    Such edits would apply to the tree, trigger further change notifications, and could re-enter the same listener for the resulting commits. This can produce infinite edit loops, redundant work across clients, incorrect attribution, broken undo/redo grouping, and pollution of the outer commit's label data.

    This release closes those gaps: both editing the tree and starting a transaction during a change-event callback now throw the same canonical UsageError as the other change-event callbacks:

    Editing the tree is forbidden during a change event callback

    Running a transaction is forbidden during a change event callback

    More generally, edits should not be made in response to changes to the document. See Editing in response to change events for why, and for the recommended alternatives.

  • TableSchema (beta) methods now accept positional arguments (#27545) e121ff71f3e

    The insertColumns, insertRows, setCell, and removeCell methods on TableSchema.Table now accept positional arguments in addition to the existing property-bag form. The new overloads remove a layer of object construction at call sites and make the common cases more concise.

    The existing property-bag overloads continue to work but are now deprecated. They will be removed in a future release.

    Migration

    // ...
    // Before
    table.insertColumns({ columns: [columnA, columnB] });
    table.insertColumns({ index: 0, columns: [columnA] });
    table.insertRows({ rows: [rowA, rowB] });
    table.insertRows({ index: 0, rows: [rowA] });
    table.setCell({ key: { column, row }, cell });

... (truncated)

Commits
  • 2a5cb66 build: release notes and changelogs for 2.110.0 (#27586)
  • ef92f1f Feat(tree) TreeBranchAlpha.isMissingEditsFrom (#27583)
  • e121ff7 improvement(tree): Replace property bags with positional arguments in `TableS...
  • ee986ee Update type tests to 2.103.0 (#27525)
  • 6f863fc Bump client version to 2.110.0 for 2.103.0 release (#27511)
  • c8df600 Release notes and changelogs for client 2.103.0 (#27512)
  • eb436ea build: bump main to 2.103.0 (#27402)
  • cf7e189 build: add release notes and changelogs for 2.102.0 (#27401)
  • a787de9 Add beta entry point to core-utils (#27433)
  • 45be746 revert: feat(tree): Allow event deferral during transactions (#27430)
  • Additional commits viewable in compare view

Updates @fluidframework/azure-local-service from 2.100.0 to 2.110.0

Release notes

Sourced from @​fluidframework/azure-local-service's releases.

Fluid Framework v2.110.0 (minor)

Contents

  • 🚨 Breaking Changes
    • [Deprecated ITelemetryLoggerExt methods and related types removed (#27476)](#user-content-deprecated-itelemetryloggerext-methods-and-related-types-removed-27476)
    • [getPresence export removed (#27536)](#user-content-getpresence-export-removed-27536)
    • [minVersionForCollabOverride removed from createTreeContainerRuntimeFactory props argument (#27540)](#user-content-minversionforcollaboverride-removed-from-createtreecontainerruntimefactory-props-argument-27540)
    • [ITelemetryBaseLogger.minLogLevel may be undefined (#27546)](#user-content-itelemetrybaseloggerminloglevel-may-be-undefined-27546)
    • [OdspFluidDataStoreLocator optional properties may also be explicitly undefined (#27551)](#user-content-odspfluiddatastorelocator-optional-properties-may-also-be-explicitly-undefined-27551)
  • 🌳 SharedTree DDS Changes
    • [TableSchema (beta) methods now accept positional arguments (#27545)](#user-content-tableschema-beta-methods-now-accept-positional-arguments-27545)
    • [Editing a SharedTree during its change-event callbacks now consistently throws (#27285)](#user-content-editing-a-sharedtree-during-its-change-event-callbacks-now-consistently-throws-27285)
    • [TreeBranchAlpha.isMissingEditsFrom (#27583)](#user-content-treebranchalphaismissingeditsfrom-27583)
  • 🐛 Bug Fixes
    • [Forks created on "changed" event are no longer auto-disposed (#27580)](#user-content-forks-created-on-changed-event-are-no-longer-auto-disposed-27580)
  • Legacy API Changes
    • [Remove deprecated ILoaderOptions.enableOfflineLoad (#27574)](#user-content-remove-deprecated-iloaderoptionsenableofflineload-27574)
  • Other Changes
    • [New public APIs for loading containers from ODSP snapshots and collecting telemetry (#27182)](#user-content-new-public-apis-for-loading-containers-from-odsp-snapshots-and-collecting-telemetry-27182)

🚨 Breaking Changes

Deprecated ITelemetryLoggerExt methods and related types removed (#27476)

Methods on ITelemetryLoggerExt are removed except for send inherited from ITelemetryBaseLogger.

See issue #26910 for complete details.

Change details

Commit: fb992c3

Affected packages:

  • @​fluidframework/telemetry-utils

⬆️ Table of contents

getPresence export removed (#27536)

Import from fluid-frameworkDescription 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.110.0` |
| [@fluidframework/odsp-client](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/service-clients/odsp-client) | `2.100.0` | `2.110.0` |
| [@fluidframework/telemetry-utils](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/utils/telemetry-utils) | `2.100.0` | `2.110.0` |
| [@fluidframework/test-runtime-utils](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/runtime/test-runtime-utils) | `2.100.0` | `2.110.0` |
| [fluid-framework](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/framework/fluid-framework) | `2.100.0` | `2.110.0` |
| [@fluidframework/azure-local-service](https://github.com/microsoft/FluidFramework/tree/HEAD/azure/packages/azure-local-service) | `2.100.0` | `2.110.0` |
| [@fluidframework/devtools](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/tools/devtools/devtools) | `2.100.0` | `2.110.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.110.0` |
| [@fluidframework/telemetry-utils](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/utils/telemetry-utils) | `2.100.0` | `2.110.0` |
| [@fluidframework/test-runtime-utils](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/runtime/test-runtime-utils) | `2.100.0` | `2.110.0` |
| [fluid-framework](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/framework/fluid-framework) | `2.100.0` | `2.110.0` |
| [@fluidframework/azure-local-service](https://github.com/microsoft/FluidFramework/tree/HEAD/azure/packages/azure-local-service) | `2.100.0` | `2.110.0` |
| [@fluidframework/devtools](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/tools/devtools/devtools) | `2.100.0` | `2.110.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.110.0` |
| [@fluidframework/odsp-client](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/service-clients/odsp-client) | `2.100.0` | `2.110.0` |
| [@fluidframework/telemetry-utils](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/utils/telemetry-utils) | `2.100.0` | `2.110.0` |
| [@fluidframework/test-runtime-utils](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/runtime/test-runtime-utils) | `2.100.0` | `2.110.0` |
| [fluid-framework](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/framework/fluid-framework) | `2.100.0` | `2.110.0` |
| [@fluidframework/devtools](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/tools/devtools/devtools) | `2.100.0` | `2.110.0` |



Updates `@fluidframework/azure-client` from 2.100.0 to 2.110.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.110.0/packages/service-clients/azure-client)

Updates `@fluidframework/odsp-client` from 2.100.0 to 2.110.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.110.0/packages/service-clients/odsp-client)

Updates `@fluidframework/telemetry-utils` from 2.100.0 to 2.110.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.110.0/packages/utils/telemetry-utils)

Updates `@fluidframework/test-runtime-utils` from 2.100.0 to 2.110.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.110.0/packages/runtime/test-runtime-utils)

Updates `fluid-framework` from 2.100.0 to 2.110.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.110.0/packages/framework/fluid-framework)

Updates `@fluidframework/azure-local-service` from 2.100.0 to 2.110.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.110.0/azure/packages/azure-local-service)

Updates `@fluidframework/devtools` from 2.100.0 to 2.110.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.110.0/packages/tools/devtools/devtools)

Updates `@fluidframework/aqueduct` from 2.100.0 to 2.110.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.110.0/packages/framework/aqueduct)

Updates `@fluidframework/cell` from 2.100.0 to 2.110.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.110.0/packages/dds/cell)

Updates `@fluidframework/container-definitions` from 2.100.0 to 2.110.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.110.0/packages/common/container-definitions)

Updates `@fluidframework/container-loader` from 2.100.0 to 2.110.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.110.0/packages/loader/container-loader)

Updates `@fluidframework/container-runtime` from 2.100.0 to 2.110.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.110.0/packages/runtime/container-runtime)

Updates `@fluidframework/container-runtime-definitions` from 2.100.0 to 2.110.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.110.0/packages/runtime/container-runtime-definitions)

Updates `@fluidframework/core-interfaces` from 2.100.0 to 2.110.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.110.0/packages/common/core-interfaces)

Updates `@fluidframework/core-utils` from 2.100.0 to 2.110.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.110.0/packages/common/core-utils)

Updates `@fluidframework/counter` from 2.100.0 to 2.110.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.110.0/packages/dds/counter)

Updates `@fluidframework/datastore` from 2.100.0 to 2.110.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.110.0/packages/runtime/datastore)

Updates `@fluidframework/datastore-definitions` from 2.100.0 to 2.110.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.110.0/packages/runtime/datastore-definitions)

Updates `@fluidframework/devtools-core` from 2.100.0 to 2.110.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.110.0/packages/tools/devtools/devtools-core)

Updates `@fluidframework/driver-base` from 2.100.0 to 2.110.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.110.0/packages/drivers/driver-base)

Updates `@fluidframework/driver-definitions` from 2.100.0 to 2.110.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.110.0/packages/common/driver-definitions)

Updates `@fluidframework/driver-utils` from 2.100.0 to 2.110.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.110.0/packages/loader/driver-utils)

Updates `@fluidframework/fluid-static` from 2.100.0 to 2.110.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.110.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.110.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.110.0/packages/runtime/id-compressor)

Updates `@fluidframework/map` from 2.100.0 to 2.110.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.110.0/packages/dds/map)

Updates `@fluidframework/matrix` from 2.100.0 to 2.110.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.110.0/packages/dds/matrix)

Updates `@fluidframework/merge-tree` from 2.100.0 to 2.110.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.110.0/packages/dds/merge-tree)

Updates `@fluidframework/odsp-doclib-utils` from 2.100.0 to 2.110.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.110.0/packages/utils/odsp-doclib-utils)

Updates `@fluidframework/odsp-driver` from 2.100.0 to 2.110.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.110.0/packages/drivers/odsp-driver)

Updates `@fluidframework/odsp-driver-definitions` from 2.100.0 to 2.110.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.110.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.110.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.110.0/packages/framework/request-handler)

Updates `@fluidframework/routerlicious-driver` from 2.100.0 to 2.110.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.110.0/packages/drivers/routerlicious-driver)

Updates `@fluidframework/runtime-definitions` from 2.100.0 to 2.110.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.110.0/packages/runtime/runtime-definitions)

Updates `@fluidframework/runtime-utils` from 2.100.0 to 2.110.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.110.0/packages/runtime/runtime-utils)

Updates `@fluidframework/sequence` from 2.100.0 to 2.110.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.110.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.110.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.110.0/packages/dds/shared-object-base)

Updates `@fluidframework/synthesize` from 2.100.0 to 2.110.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.110.0/packages/framework/synthesize)

Updates `@fluidframework/tree` from 2.100.0 to 2.110.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.110.0/packages/dds/tree)

Updates `@fluidframework/type-factory` from 2.100.0 to 2.110.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.110.0/packages/framework/type-factory)

Updates `@fluidframework/azure-client` from 2.100.0 to 2.110.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.110.0/packages/service-clients/azure-client)

Updates `@fluidframework/telemetry-utils` from 2.100.0 to 2.110.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.110.0/packages/utils/telemetry-utils)

Updates `@fluidframework/test-runtime-utils` from 2.100.0 to 2.110.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.110.0/packages/runtime/test-runtime-utils)

Updates `fluid-framework` from 2.100.0 to 2.110.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.110.0/packages/framework/fluid-framework)

Updates `@fluidframework/azure-local-service` from 2.100.0 to 2.110.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.110.0/azure/packages/azure-local-service)

Updates `@fluidframework/devtools` from 2.100.0 to 2.110.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.110.0/packages/tools/devtools/devtools)

Updates `@fluidframework/aqueduct` from 2.100.0 to 2.110.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.110.0/packages/framework/aqueduct)

Updates `@fluidframework/cell` from 2.100.0 to 2.110.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.110.0/packages/dds/cell)

Updates `@fluidframework/container-definitions` from 2.100.0 to 2.110.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.110.0/packages/common/container-definitions)

Updates `@fluidframework/container-loader` from 2.100.0 to 2.110.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.110.0/packages/loader/container-loader)

Updates `@fluidframework/container-runtime` from 2.100.0 to 2.110.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.110.0/packages/runtime/container-runtime)

Updates `@fluidframework/container-runtime-definitions` from 2.100.0 to 2.110.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.110.0/packages/runtime/container-runtime-definitions)

Updates `@fluidframework/core-interfaces` from 2.100.0 to 2.110.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.110.0/packages/common/core-interfaces)

Updates `@fluidframework/core-utils` from 2.100.0 to 2.110.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.110.0/packages/common/core-utils)

Updates `@fluidframework/counter` from 2.100.0 to 2.110.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.110.0/packages/dds/counter)

Updates `@fluidframework/datastore` from 2.100.0 to 2.110.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.110.0/packages/runtime/datastore)

Updates `@fluidframework/datastore-definitions` from 2.100.0 to 2.110.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.110.0/packages/runtime/datastore-definitions)

Updates `@fluidframework/devtools-core` from 2.100.0 to 2.110.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.110.0/packages/tools/devtools/devtools-core)

Updates `@fluidframework/driver-base` from 2.100.0 to 2.110.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.110.0/packages/drivers/driver-base)

Updates `@fluidframework/driver-definitions` from 2.100.0 to 2.110.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.110.0/packages/common/driver-definitions)

Updates `@fluidframework/driver-utils` from 2.100.0 to 2.110.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.110.0/packages/loader/driver-utils)

Updates `@fluidframework/fluid-static` from 2.100.0 to 2.110.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.110.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.110.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.110.0/packages/runtime/id-compressor)

Updates `@fluidframework/map` from 2.100.0 to 2.110.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.110.0/packages/dds/map)

Updates `@fluidframework/matrix` from 2.100.0 to 2.110.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.110.0/packages/dds/matrix)

Updates `@fluidframework/merge-tree` from 2.100.0 to 2.110.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.110.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.110.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.110.0/packages/framework/request-handler)

Updates `@fluidframework/routerlicious-driver` from 2.100.0 to 2.110.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.110.0/packages/drivers/routerlicious-driver)

Updates `@fluidframework/runtime-definitions` from 2.100.0 to 2.110.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.110.0/packages/runtime/runtime-definitions)

Updates `@fluidframework/runtime-utils` from 2.100.0 to 2.110.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.110.0/packages/runtime/runtime-utils)

Updates `@fluidframework/sequence` from 2.100.0 to 2.110.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.110.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.110.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.110.0/packages/dds/shared-object-base)

Updates `@fluidframework/synthesize` from 2.100.0 to 2.110.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.110.0/packages/framework/synthesize)

Updates `@fluidframework/tree` from 2.100.0 to 2.110.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.110.0/packages/dds/tree)

Updates `@fluidframework/type-factory` from 2.100.0 to 2.110.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.110.0/packages/framework/type-factory)

Updates `@fluidframework/azure-client` from 2.100.0 to 2.110.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.110.0/packages/service-clients/azure-client)

Updates `@fluidframework/odsp-client` from 2.100.0 to 2.110.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.110.0/packages/service-clients/odsp-client)

Updates `@fluidframework/telemetry-utils` from 2.100.0 to 2.110.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.110.0/packages/utils/telemetry-utils)

Updates `@fluidframework/test-runtime-utils` from 2.100.0 to 2.110.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.110.0/packages/runtime/test-runtime-utils)

Updates `fluid-framework` from 2.100.0 to 2.110.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.110.0/packages/framework/fluid-framework)

Updates `@fluidframework/devtools` from 2.100.0 to 2.110.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.110.0/packages/tools/devtools/devtools)

Updates `@fluidframework/aqueduct` from 2.100.0 to 2.110.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.110.0/packages/framework/aqueduct)

Updates `@fluidframework/cell` from 2.100.0 to 2.110.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.110.0/packages/dds/cell)

Updates `@fluidframework/container-definitions` from 2.100.0 to 2.110.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.110.0/packages/common/container-definitions)

Updates `@fluidframework/container-loader` from 2.100.0 to 2.110.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.110.0/packages/loader/container-loader)

Updates `@fluidframework/container-runtime` from 2.100.0 to 2.110.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.110.0/packages/runtime/container-runtime)

Updates `@fluidframework/container-runtime-definitions` from 2.100.0 to 2.110.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.110.0/packages/runtime/container-runtime-definitions)

Updates `@fluidframework/core-interfaces` from 2.100.0 to 2.110.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.110.0/packages/common/core-interfaces)

Updates `@fluidframework/core-utils` from 2.100.0 to 2.110.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.110.0/packages/common/core-utils)

Updates `@fluidframework/counter` from 2.100.0 to 2.110.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.110.0/packages/dds/counter)

Updates `@fluidframework/datastore` from 2.100.0 to 2.110.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.110.0/packages/runtime/datastore)

Updates `@fluidframework/datastore-definitions` from 2.100.0 to 2.110.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.110.0/packages/runtime/datastore-definitions)

Updates `@fluidframework/devtools-core` from 2.100.0 to 2.110.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.110.0/packages/tools/devtools/devtools-core)

Updates `@fluidframework/driver-base` from 2.100.0 to 2.110.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.110.0/packages/drivers/driver-base)

Updates `@fluidframework/driver-definitions` from 2.100.0 to 2.110.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.110.0/packages/common/driver-definitions)

Updates `@fluidframework/driver-utils` from 2.100.0 to 2.110.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.110.0/packages/loader/driver-utils)

Updates `@fluidframework/fluid-static` from 2.100.0 to 2.110.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.110.0/packages/framework/fluid-static)

Updates `@fluidframework/id-compressor` from 2.100.0 to 2.110.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.110.0/packages/runtime/id-compressor)

Updates `@fluidframework/map` from 2.100.0 to 2.110.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.110.0/packages/dds/map)

Updates `@fluidframework/matrix` from 2.100.0 to 2.110.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.110.0/packages/dds/matrix)

Updates `@fluidframework/merge-tree` from 2.100.0 to 2.110.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.110.0/packages/dds/merge-tree)

Updates `@fluidframework/odsp-doclib-utils` from 2.100.0 to 2.110.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.110.0/packages/utils/odsp-doclib-utils)

Updates `@fluidframework/odsp-driver` from 2.100.0 to 2.110.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.110.0/packages/drivers/odsp-driver)

Updates `@fluidframework/odsp-driver-definitions` from 2.100.0 to 2.110.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.110.0/packages/drivers/odsp-driver-definitions)

Updates `@fluidframework/request-handler` from 2.100.0 to 2.110.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.110.0/packages/framework/request-handler)

Updates `@fluidframework/routerlicious-driver` from 2.100.0 to 2.110.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.110.0/packages/drivers/routerlicious-driver)

Updates `@fluidframework/runtime-definitions` from 2.100.0 to 2.110.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.110.0/packages/runtime/runtime-definitions)

Updates `@fluidframework/runtime-utils` from 2.100.0 to 2.110.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.110.0/packages/runtime/runtime-utils)

Updates `@fluidframework/sequence` from 2.100.0 to 2.110.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.110.0/packages/dds/sequence)

Updates `@fluidframework/shared-object-base` from 2.100.0 to 2.110.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.110.0/packages/dds/shared-object-base)

Updates `@fluidframework/synthesize` from 2.100.0 to 2.110.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.110.0/packages/framework/synthesize)

Updates `@fluidframework/tree` from 2.100.0 to 2.110.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.110.0/packages/dds/tree)

Updates `@fluidframework/type-factory` from 2.100.0 to 2.110.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.110.0/packages/framework/type-factory)

---
updated-dependencies:
- dependency-name: "@fluidframework/azure-client"
  dependency-version: 2.110.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/odsp-client"
  dependency-version: 2.110.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/telemetry-utils"
  dependency-version: 2.110.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.110.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: fluid-framework
  dependency-version: 2.110.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.110.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/devtools"
  dependency-version: 2.110.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/aqueduct"
  dependency-version: 2.110.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/cell"
  dependency-version: 2.110.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/container-definitions"
  dependency-version: 2.110.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/container-loader"
  dependency-version: 2.110.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/container-runtime"
  dependency-version: 2.110.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/container-runtime-definitions"
  dependency-version: 2.110.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/core-interfaces"
  dependency-version: 2.110.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/core-utils"
  dependency-version: 2.110.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/counter"
  dependency-version: 2.110.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/datastore"
  dependency-version: 2.110.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/datastore-definitions"
  dependency-version: 2.110.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/devtools-core"
  dependency-version: 2.110.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/driver-base"
  dependency-version: 2.110.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/driver-definitions"
  dependency-version: 2.110.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/driver-utils"
  dependency-version: 2.110.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/fluid-static"
  dependency-version: 2.110.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.110.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/map"
  dependency-version: 2.110.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/matrix"
  dependency-version: 2.110.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/merge-tree"
  dependency-version: 2.110.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/odsp-doclib-utils"
  dependency-version: 2.110.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/odsp-driver"
  dependency-version: 2.110.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/odsp-driver-definitions"
  dependency-version: 2.110.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.110.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/routerlicious-driver"
  dependency-version: 2.110.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/runtime-definitions"
  dependency-version: 2.110.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/runtime-utils"
  dependency-version: 2.110.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/sequence"
  dependency-version: 2.110.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.110.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/synthesize"
  dependency-version: 2.110.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/tree"
  dependency-version: 2.110.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/type-factory"
  dependency-version: 2.110.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/azure-client"
  dependency-version: 2.110.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/telemetry-utils"
  dependency-version: 2.110.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.110.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: fluid-framework
  dependency-version: 2.110.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.110.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/devtools"
  dependency-version: 2.110.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/aqueduct"
  dependency-version: 2.110.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/cell"
  dependency-version: 2.110.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/container-definitions"
  dependency-version: 2.110.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 Jun 24, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 24, 2026 07:44
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 24, 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