Skip to content

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

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/brainstorm/main/fluid-framework-dependencies-1af4ea8513
Open

build(deps): Bump the fluid-framework-dependencies group across 3 directories with 41 updates#1872
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/brainstorm/main/fluid-framework-dependencies-1af4ea8513

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

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

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

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

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

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

Package From To
@fluidframework/azure-client 2.91.0 2.93.0
@fluidframework/odsp-client 2.91.0 2.93.0
@fluidframework/telemetry-utils 2.91.0 2.93.0
@fluidframework/test-runtime-utils 2.91.0 2.93.0
fluid-framework 2.91.0 2.93.0
@fluidframework/devtools 2.91.0 2.93.0
@fluidframework/server-services-client 7.0.0 7.0.1

Updates @fluidframework/azure-client from 2.91.0 to 2.93.0

Release notes

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

Fluid Framework v2.93.0 (minor)

Contents

  • 🚨 Breaking Changes
    • [minVersionForCollab is now non-optional (#25331)](#user-content-minversionforcollab-is-now-non-optional-25331)
  • ✨ New Features
    • [Add Fluid-controlled map and iterator interfaces (#26788)](#user-content-add-fluid-controlled-map-and-iterator-interfaces-26788)
    • [presence API set now at public support level (#27001)](#user-content-presence-api-set-now-at-public-support-level-27001)
    • [Add SchemaFactoryAlpha.stagedOptional for incremental required-to-optional field migrations (#26918)](#user-content-add-schemafactoryalphastagedoptional-for-incremental-required-to-optional-field-migrations-26918)
  • 🌳 SharedTree DDS Changes
    • [Promote tree index APIs from alpha to beta (#26993)](#user-content-promote-tree-index-apis-from-alpha-to-beta-26993)
  • ⚠️ Deprecations
    • [getPresence from @fluidframework/presence is deprecated and will be removed in a future release. (#26399)](#user-content-getpresence-from-fluidframeworkpresence-is-deprecated-and-will-be-removed-in-a-future-release-26399)

🚨 Breaking Changes

minVersionForCollab is now non-optional (#25331)

This change is a follow-up for pull request 25130 which was released as part of 2.61.0.

The minVersionForCollab property has been made non-optional in the following @beta @legacy interfaces in the Runtime layer:

  • IFluidParentContext.minVersionForCollab in @fluidframework/runtime-definitions.
  • IFluidDataStoreContext.minVersionForCollab in @fluidframework/runtime-definitions.
  • IFluidDataStoreContextDetached.minVersionForCollab in @fluidframework/runtime-definitions.

Consumers of Fluid aren't expected to implement these interfaces directly, so no impact is expected.

Additionally the following properties now always return a value, rather than possibly returning undefined:

  • FluidDataStoreRuntime.minVersionForCollab in @fluidframework/datastore. Note that API Extractor shows this as a breaking change since FluidDataStoreRuntime is beta + legacy and non-sealed. However, FluidDataStoreRuntime is not intended to be extended directly outside of a known legacy use-case.
  • IDataObjectProps.context.minVersionForCollab in @fluidframework/aqueduct.
  • ITestFluidObject.context.minVersionForCollab in @fluidframework/test-utils
  • IProvideTestFluidObject.ITestFluidObject.context.minVersionForCollab in @fluidframework/test-utils

Change details

Commit: 9a0d027

Affected packages:

  • @​fluidframework/aqueduct
  • @​fluidframework/datastore
  • @​fluidframework/runtime-definitions
  • @​fluidframework/shared-object-base
  • @​fluidframework/test-utils

⬆️ Table of contents

... (truncated)

Changelog

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

2.93.0

Dependency updates only.

2.92.0

Dependency updates only.

Commits

Updates @fluidframework/odsp-client from 2.91.0 to 2.93.0

Release notes

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

Fluid Framework v2.93.0 (minor)

Contents

  • 🚨 Breaking Changes
    • [minVersionForCollab is now non-optional (#25331)](#user-content-minversionforcollab-is-now-non-optional-25331)
  • ✨ New Features
    • [Add Fluid-controlled map and iterator interfaces (#26788)](#user-content-add-fluid-controlled-map-and-iterator-interfaces-26788)
    • [presence API set now at public support level (#27001)](#user-content-presence-api-set-now-at-public-support-level-27001)
    • [Add SchemaFactoryAlpha.stagedOptional for incremental required-to-optional field migrations (#26918)](#user-content-add-schemafactoryalphastagedoptional-for-incremental-required-to-optional-field-migrations-26918)
  • 🌳 SharedTree DDS Changes
    • [Promote tree index APIs from alpha to beta (#26993)](#user-content-promote-tree-index-apis-from-alpha-to-beta-26993)
  • ⚠️ Deprecations
    • [getPresence from @fluidframework/presence is deprecated and will be removed in a future release. (#26399)](#user-content-getpresence-from-fluidframeworkpresence-is-deprecated-and-will-be-removed-in-a-future-release-26399)

🚨 Breaking Changes

minVersionForCollab is now non-optional (#25331)

This change is a follow-up for pull request 25130 which was released as part of 2.61.0.

The minVersionForCollab property has been made non-optional in the following @beta @legacy interfaces in the Runtime layer:

  • IFluidParentContext.minVersionForCollab in @fluidframework/runtime-definitions.
  • IFluidDataStoreContext.minVersionForCollab in @fluidframework/runtime-definitions.
  • IFluidDataStoreContextDetached.minVersionForCollab in @fluidframework/runtime-definitions.

Consumers of Fluid aren't expected to implement these interfaces directly, so no impact is expected.

Additionally the following properties now always return a value, rather than possibly returning undefined:

  • FluidDataStoreRuntime.minVersionForCollab in @fluidframework/datastore. Note that API Extractor shows this as a breaking change since FluidDataStoreRuntime is beta + legacy and non-sealed. However, FluidDataStoreRuntime is not intended to be extended directly outside of a known legacy use-case.
  • IDataObjectProps.context.minVersionForCollab in @fluidframework/aqueduct.
  • ITestFluidObject.context.minVersionForCollab in @fluidframework/test-utils
  • IProvideTestFluidObject.ITestFluidObject.context.minVersionForCollab in @fluidframework/test-utils

Change details

Commit: 9a0d027

Affected packages:

  • @​fluidframework/aqueduct
  • @​fluidframework/datastore
  • @​fluidframework/runtime-definitions
  • @​fluidframework/shared-object-base
  • @​fluidframework/test-utils

⬆️ Table of contents

... (truncated)

Changelog

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

2.93.0

Dependency updates only.

2.92.0

Dependency updates only.

Commits

Updates @fluidframework/telemetry-utils from 2.91.0 to 2.93.0

Release notes

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

Fluid Framework v2.93.0 (minor)

Contents

  • 🚨 Breaking Changes
    • [minVersionForCollab is now non-optional (#25331)](#user-content-minversionforcollab-is-now-non-optional-25331)
  • ✨ New Features
    • [Add Fluid-controlled map and iterator interfaces (#26788)](#user-content-add-fluid-controlled-map-and-iterator-interfaces-26788)
    • [presence API set now at public support level (#27001)](#user-content-presence-api-set-now-at-public-support-level-27001)
    • [Add SchemaFactoryAlpha.stagedOptional for incremental required-to-optional field migrations (#26918)](#user-content-add-schemafactoryalphastagedoptional-for-incremental-required-to-optional-field-migrations-26918)
  • 🌳 SharedTree DDS Changes
    • [Promote tree index APIs from alpha to beta (#26993)](#user-content-promote-tree-index-apis-from-alpha-to-beta-26993)
  • ⚠️ Deprecations
    • [getPresence from @fluidframework/presence is deprecated and will be removed in a future release. (#26399)](#user-content-getpresence-from-fluidframeworkpresence-is-deprecated-and-will-be-removed-in-a-future-release-26399)

🚨 Breaking Changes

minVersionForCollab is now non-optional (#25331)

This change is a follow-up for pull request 25130 which was released as part of 2.61.0.

The minVersionForCollab property has been made non-optional in the following @beta @legacy interfaces in the Runtime layer:

  • IFluidParentContext.minVersionForCollab in @fluidframework/runtime-definitions.
  • IFluidDataStoreContext.minVersionForCollab in @fluidframework/runtime-definitions.
  • IFluidDataStoreContextDetached.minVersionForCollab in @fluidframework/runtime-definitions.

Consumers of Fluid aren't expected to implement these interfaces directly, so no impact is expected.

Additionally the following properties now always return a value, rather than possibly returning undefined:

  • FluidDataStoreRuntime.minVersionForCollab in @fluidframework/datastore. Note that API Extractor shows this as a breaking change since FluidDataStoreRuntime is beta + legacy and non-sealed. However, FluidDataStoreRuntime is not intended to be extended directly outside of a known legacy use-case.
  • IDataObjectProps.context.minVersionForCollab in @fluidframework/aqueduct.
  • ITestFluidObject.context.minVersionForCollab in @fluidframework/test-utils
  • IProvideTestFluidObject.ITestFluidObject.context.minVersionForCollab in @fluidframework/test-utils

Change details

Commit: 9a0d027

Affected packages:

  • @​fluidframework/aqueduct
  • @​fluidframework/datastore
  • @​fluidframework/runtime-definitions
  • @​fluidframework/shared-object-base
  • @​fluidframework/test-utils

⬆️ Table of contents

... (truncated)

Changelog

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

2.93.0

Dependency updates only.

2.92.0

Dependency updates only.

Commits

Updates @fluidframework/test-runtime-utils from 2.91.0 to 2.93.0

Release notes

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

Fluid Framework v2.93.0 (minor)

Contents

  • 🚨 Breaking Changes
    • [minVersionForCollab is now non-optional (#25331)](#user-content-minversionforcollab-is-now-non-optional-25331)
  • ✨ New Features
    • [Add Fluid-controlled map and iterator interfaces (#26788)](#user-content-add-fluid-controlled-map-and-iterator-interfaces-26788)
    • [presence API set now at public support level (#27001)](#user-content-presence-api-set-now-at-public-support-level-27001)
    • [Add SchemaFactoryAlpha.stagedOptional for incremental required-to-optional field migrations (#26918)](#user-content-add-schemafactoryalphastagedoptional-for-incremental-required-to-optional-field-migrations-26918)
  • 🌳 SharedTree DDS Changes
    • [Promote tree index APIs from alpha to beta (#26993)](#user-content-promote-tree-index-apis-from-alpha-to-beta-26993)
  • ⚠️ Deprecations
    • [getPresence from @fluidframework/presence is deprecated and will be removed in a future release. (#26399)](#user-content-getpresence-from-fluidframeworkpresence-is-deprecated-and-will-be-removed-in-a-future-release-26399)

🚨 Breaking Changes

minVersionForCollab is now non-optional (#25331)

This change is a follow-up for pull request 25130 which was released as part of 2.61.0.

The minVersionForCollab property has been made non-optional in the following @beta @legacy interfaces in the Runtime layer:

  • IFluidParentContext.minVersionForCollab in @fluidframework/runtime-definitions.
  • IFluidDataStoreContext.minVersionForCollab in @fluidframework/runtime-definitions.
  • IFluidDataStoreContextDetached.minVersionForCollab in @fluidframework/runtime-definitions.

Consumers of Fluid aren't expected to implement these interfaces directly, so no impact is expected.

Additionally the following properties now always return a value, rather than possibly returning undefined:

  • FluidDataStoreRuntime.minVersionForCollab in @fluidframework/datastore. Note that API Extractor shows this as a breaking change since FluidDataStoreRuntime is beta + legacy and non-sealed. However, FluidDataStoreRuntime is not intended to be extended directly outside of a known legacy use-case.
  • IDataObjectProps.context.minVersionForCollab in @fluidframework/aqueduct.
  • ITestFluidObject.context.minVersionForCollab in @fluidframework/test-utils
  • IProvideTestFluidObject.ITestFluidObject.context.minVersionForCollab in @fluidframework/test-utils

Change details

Commit: 9a0d027

Affected packages:

  • @​fluidframework/aqueduct
  • @​fluidframework/datastore
  • @​fluidframework/runtime-definitions
  • @​fluidframework/shared-object-base
  • @​fluidframework/test-utils

⬆️ Table of contents

... (truncated)

Changelog

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

2.93.0

Dependency updates only.

2.92.0

Dependency updates only.

Commits

Updates fluid-framework from 2.91.0 to 2.93.0

Release notes

Sourced from fluid-framework's releases.

Fluid Framework v2.93.0 (minor)

Contents

  • 🚨 Breaking Changes
    • [minVersionForCollab is now non-optional (#25331)](#user-content-minversionforcollab-is-now-non-optional-25331)
  • ✨ New Features
    • [Add Fluid-controlled map and iterator interfaces (#26788)](#user-content-add-fluid-controlled-map-and-iterator-interfaces-26788)
    • [presence API set now at public support level (#27001)](#user-content-presence-api-set-now-at-public-support-level-27001)
    • [Add SchemaFactoryAlpha.stagedOptional for incremental required-to-optional field migrations (#26918)](#user-content-add-schemafactoryalphastagedoptional-for-incremental-required-to-optional-field-migrations-26918)
  • 🌳 SharedTree DDS Changes
    • [Promote tree index APIs from alpha to beta (#26993)](#user-content-promote-tree-index-apis-from-alpha-to-beta-26993)
  • ⚠️ Deprecations
    • [getPresence from @fluidframework/presence is deprecated and will be removed in a future release. (#26399)](#user-content-getpresence-from-fluidframeworkpresence-is-deprecated-and-will-be-removed-in-a-future-release-26399)

🚨 Breaking Changes

minVersionForCollab is now non-optional (#25331)

This change is a follow-up for pull request 25130 which was released as part of 2.61.0.

The minVersionForCollab property has been made non-optional in the following @beta @legacy interfaces in the Runtime layer:

  • IFluidParentContext.minVersionForCollab in @fluidframework/runtime-definitions.
  • IFluidDataStoreContext.minVersionForCollab in @fluidframework/runtime-definitions.
  • IFluidDataStoreContextDetached.minVersionForCollab in @fluidframework/runtime-definitions.

Consumers of Fluid aren't expected to implement these interfaces directly, so no impact is expected.

Additionally the following properties now always return a value, rather than possibly returning undefined:

  • FluidDataStoreRuntime.minVersionForCollab in @fluidframework/datastore. Note that API Extractor shows this as a breaking change since FluidDataStoreRuntime is beta + legacy and non-sealed. However, FluidDataStoreRuntime is not intended to be extended directly outside of a known legacy use-case.
  • IDataObjectProps.context.minVersionForCollab in @fluidframework/aqueduct.
  • ITestFluidObject.context.minVersionForCollab in @fluidframework/test-utils
  • IProvideTestFluidObject.ITestFluidObject.context.minVersionForCollab in @fluidframework/test-utils

Change details

Commit: 9a0d027

Affected packages:

  • @​fluidframework/aqueduct
  • @​fluidframework/datastore
  • @​fluidframework/runtime-definitions
  • @​fluidframework/shared-object-base
  • @​fluidframework/test-utils

⬆️ Table of contents

... (truncated)

Changelog

Sourced from fluid-framework's changelog.

2.93.0

Minor Changes

  • getPresence from @fluidframework/presence is deprecated and will be removed in a future release. (#26399) d533c19c7c

    Now getPresence is available for import from the fluid-framework package.

    To prepare, make changes following this pattern:

    -import { getPresence } from "@fluidframework/presence/beta";
    +import { getPresence } from "fluid-framework";

    See [issue #26397](microsoft/FluidFramework#26397) for more details.

  • Add Fluid-controlled map and iterator interfaces (#26951) 4735742f15

    TreeIndex now extends FluidReadonlyMap instead of the built-in ReadonlyMap, and TreeMapNodeAlpha which extends FluidReadonlyMap instead of the built-in ReadonlyMap has been added. This works to uncouple Fluid's public API surface to the TypeScript standard library's map types, preventing future breakage when those types change.

  • Promote tree index APIs from alpha to beta (#26993) 37f2f17c118

    The following APIs have been promoted from @alpha to @beta:

    • TreeIndex
    • TreeIndexKey
    • TreeIndexNodes
    • createTreeIndex
    • IdentifierIndex
    • createIdentifierIndex

    Additionally, the following @fluidframework/core-interfaces types have been promoted from @alpha to @beta:

    • FluidReadonlyMap
    • FluidIterable
    • FluidIterableIterator
    • FluidMap

2.92.0

Minor Changes

  • The deprecated getBranch API has been removed (#26796) e80a48e25e

    To obtain a branch-like object, create a view from your tree via viewWith. Or, use TreeAlpha.context to get a view from a TreeNode.

  • Array node nodeChanged events now include a delta payload (via TreeAlpha) (#26677) bf02e33aed

    The nodeChanged event for array nodes (accessed via TreeAlpha.on) now provides a delta field, a sequence of ArrayNodeDeltaOp values that describe exactly what changed in the array. This lets you efficiently sync an external representation with tree changes, without taking a snapshot of the old state or diffing the entire array.

... (truncated)

Commits
  • e0ffda9 build: revert and regenerate release notes and changelogs for 2.93.0 (#27051)
  • 51d22fb array node treeChanged delta payload and unhydrated node fix (#26927)
  • 25cdc59 docs: Update Node version references from 20 to 22 (#27039)
  • 83361a9 Release notes for 2.93 (#27014)
  • fb808eb feat(tree): add SchemaFactoryAlpha.stagedOptional for incremental required→op...
  • 37f2f17 feat(tree): promote identifier index and fluid map apis to beta (#26993)
  • 97d14a7 feat(client-presence): promote to public (#27001)
  • db50f8b deps: Update api-extractor (#26983)
  • d533c19 feat(client-fluid-framework): expose getPresence from fluid-framework (#26399)
  • 8ed2484 chore: Upgrade development and CI to Node 22 (#26934)
  • Additional commits viewable in compare view

Updates @fluidframework/azure-local-service from 2.91.0 to 2.93.0

Release notes

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

Fluid Framework v2.93.0 (minor)

Contents

  • 🚨 Breaking Changes
    • [minVersionForCollab is now non-optional (#25331)](#user-content-minversionforcollab-is-now-non-optional-25331)
  • ✨ New Features
    • [Add Fluid-controlled map and iterator interfaces (#26788)](#user-content-add-fluid-controlled-map-and-iterator-interfaces-26788)
    • [presence API set now at public support level (#27001)](#user-content-presence-api-set-now-at-public-support-level-27001)
    • [Add SchemaFactoryAlpha.stagedOptional for incremental required-to-optional field migrations (#26918)](#user-content-add-schemafactoryalphastagedoptional-for-incremental-required-to-optional-field-migrations-26918)
  • 🌳 SharedTree DDS Changes
    • [Promote tree index APIs from alpha to beta (#26993)](#user-content-promote-tree-index-apis-from-alpha-to-beta-26993)
  • ⚠️ Deprecations
    • [getPresence from @fluidframework/presence is deprecated and will be removed in a future release. (#26399)](#user-content-getpresence-from-fluidframeworkpresence-is-deprecated-and-will-be-removed-in-a-future-release-26399)

🚨 Breaking Changes

minVersionForCollab is now non-optional (#25331)

This change is a follow-up for pull request 25130 which was released as part of 2.61.0.

The minVersionForCollab property has been made non-optional in the following @beta @legacy interfaces in the Runtime layer:

  • IFluidParentContext.minVersionForCollab in @fluidframework/runtime-definitions.
  • IFluidDataStoreContext.minVersionForCollab in @fluidframework/runtime-definitions.
  • IFluidDataStoreContextDetached.minVersionForCollab in @fluidframework/runtime-definitions.

Consumers of Fluid aren't expected to implement these interfaces directly, so no impact is expected.

Additionally the following properties now always return a value, rather than possibly returning undefined:

  • FluidDataStoreRuntime.minVersionForCollab in @fluidframework/datastore. Note that API Extractor shows this as a breaking change since FluidDataStoreRuntime is beta + legacy and non-sealed. However, FluidDataStoreRuntime is not intended to be extended directly outside of a known legacy use-case.
  • IDataObjectProps.context.minVersionForCollab in @fluidframework/aqueduct.
  • ITestFluidObject.context.minVersionForCollab in @fluidframework/test-utils
  • IProvideTestFluidObject.ITestFluidObject.context.minVersionForCollab in @fluidframework/test-utils

Change details

Commit: 9a0d027

Affected packages:

  • @​fluidframework/aqueduct
  • @​fluidframework/datastore
  • @​fluidframework/runtime-definitions
  • @​fluidframework/shared-object-base
  • @​fluidframework/test-utils

⬆️ Table of contents

... (truncated)

Changelog

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

2.93.0

Dependency updates only.

2.92.0

Dependency updates only.

Commits

Updates @fluidframework/devtools from 2.91.0 to 2.93.0

Release notes

Sourced from @​fluidframework/devtools's releases.

Fluid Framework v2.93.0 (minor)

Contents

  • 🚨 Breaking Changes
    • [minVersionForCollab is now non-optional (#25331)](#user-content-minversionforcollab-is-now-non-optional-25331)
  • ✨ New Features
    • [Add Fluid-controlled map and iterator interfaces (#26788)](#user-content-add-fluid-controlled-map-and-iterator-interfaces-26788)
    • [presence API set now at public support level (#27001)](#user-content-presence-api-set-now-at-public-support-level-27001)
    • [Add SchemaFactoryAlpha.stagedOptional for incremental required-to-optional field migrations (#26918)](#user-content-add-schemafactoryalphastagedoptional-for-incremental-required-to-optional-field-migrations-26918)
  • 🌳 SharedTree DDS Changes
    • [Promote tree index APIs from alpha to beta (#26993)](#user-content-promote-tree-index-apis-from-alpha-to-beta-26993)
  • ⚠️ Deprecations
    • [getPresence from @fluidframework/presence is deprecated and will be removed in a future release. (#26399)](#user-content-getpresence-from-fluidframeworkpresence-is-deprecated-and-will-be-removed-in-a-future-release-26399)

🚨 Breaking Changes

minVersionForCollab is now non-optional (#25331)

This change is a follow-up for pull request 25130 which was released as part of 2.61.0.

The minVersionForCollab property has been made non-optional in the following @beta @legacy interfaces in the Runtime layer:

  • IFluidParentContext.minVersionForCollab in @fluidframework/runtime-definitions.
  • IFluidDataStoreContext.minVersionForCollab in @fluidframework/runtime-definitions.
  • IFluidDataStoreContextDetached.minVersionForCollab in @fluidframework/runtime-definitions.

Consumers of Fluid aren't expected to implement these interfaces directly, so no impact is expected.

Additionally the following prop...

Description has been truncated

…ectories with 41 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.91.0` | `2.93.0` |
| [@fluidframework/odsp-client](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/service-clients/odsp-client) | `2.91.0` | `2.93.0` |
| [@fluidframework/telemetry-utils](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/utils/telemetry-utils) | `2.91.0` | `2.93.0` |
| [@fluidframework/test-runtime-utils](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/runtime/test-runtime-utils) | `2.91.0` | `2.93.0` |
| [fluid-framework](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/framework/fluid-framework) | `2.91.0` | `2.93.0` |
| [@fluidframework/azure-local-service](https://github.com/microsoft/FluidFramework/tree/HEAD/azure/packages/azure-local-service) | `2.91.0` | `2.93.0` |
| [@fluidframework/devtools](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/tools/devtools/devtools) | `2.91.0` | `2.93.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.91.0` | `2.93.0` |
| [@fluidframework/telemetry-utils](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/utils/telemetry-utils) | `2.91.0` | `2.93.0` |
| [@fluidframework/test-runtime-utils](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/runtime/test-runtime-utils) | `2.91.0` | `2.93.0` |
| [fluid-framework](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/framework/fluid-framework) | `2.91.0` | `2.93.0` |
| [@fluidframework/azure-local-service](https://github.com/microsoft/FluidFramework/tree/HEAD/azure/packages/azure-local-service) | `2.91.0` | `2.93.0` |
| [@fluidframework/devtools](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/tools/devtools/devtools) | `2.91.0` | `2.93.0` |

Bumps the fluid-framework-dependencies group with 7 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.91.0` | `2.93.0` |
| [@fluidframework/odsp-client](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/service-clients/odsp-client) | `2.91.0` | `2.93.0` |
| [@fluidframework/telemetry-utils](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/utils/telemetry-utils) | `2.91.0` | `2.93.0` |
| [@fluidframework/test-runtime-utils](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/runtime/test-runtime-utils) | `2.91.0` | `2.93.0` |
| [fluid-framework](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/framework/fluid-framework) | `2.91.0` | `2.93.0` |
| [@fluidframework/devtools](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/tools/devtools/devtools) | `2.91.0` | `2.93.0` |
| [@fluidframework/server-services-client](https://github.com/microsoft/FluidFramework/tree/HEAD/server/routerlicious/packages/services-client) | `7.0.0` | `7.0.1` |



Updates `@fluidframework/azure-client` from 2.91.0 to 2.93.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.93.0/packages/service-clients/azure-client)

Updates `@fluidframework/odsp-client` from 2.91.0 to 2.93.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.93.0/packages/service-clients/odsp-client)

Updates `@fluidframework/telemetry-utils` from 2.91.0 to 2.93.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.93.0/packages/utils/telemetry-utils)

Updates `@fluidframework/test-runtime-utils` from 2.91.0 to 2.93.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.93.0/packages/runtime/test-runtime-utils)

Updates `fluid-framework` from 2.91.0 to 2.93.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.93.0/packages/framework/fluid-framework)

Updates `@fluidframework/azure-local-service` from 2.91.0 to 2.93.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.93.0/azure/packages/azure-local-service)

Updates `@fluidframework/devtools` from 2.91.0 to 2.93.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.93.0/packages/tools/devtools/devtools)

Updates `@fluidframework/aqueduct` from 2.91.0 to 2.93.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.93.0/packages/framework/aqueduct)

Updates `@fluidframework/cell` from 2.91.0 to 2.93.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.93.0/packages/dds/cell)

Updates `@fluidframework/container-definitions` from 2.91.0 to 2.93.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.93.0/packages/common/container-definitions)

Updates `@fluidframework/container-loader` from 2.91.0 to 2.93.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.93.0/packages/loader/container-loader)

Updates `@fluidframework/container-runtime` from 2.91.0 to 2.93.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.93.0/packages/runtime/container-runtime)

Updates `@fluidframework/container-runtime-definitions` from 2.91.0 to 2.93.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.93.0/packages/runtime/container-runtime-definitions)

Updates `@fluidframework/core-interfaces` from 2.91.0 to 2.93.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.93.0/packages/common/core-interfaces)

Updates `@fluidframework/core-utils` from 2.91.0 to 2.93.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.93.0/packages/common/core-utils)

Updates `@fluidframework/counter` from 2.91.0 to 2.93.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.93.0/packages/dds/counter)

Updates `@fluidframework/datastore` from 2.91.0 to 2.93.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.93.0/packages/runtime/datastore)

Updates `@fluidframework/datastore-definitions` from 2.91.0 to 2.93.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.93.0/packages/runtime/datastore-definitions)

Updates `@fluidframework/devtools-core` from 2.91.0 to 2.93.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.93.0/packages/tools/devtools/devtools-core)

Updates `@fluidframework/driver-base` from 2.91.0 to 2.93.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.93.0/packages/drivers/driver-base)

Updates `@fluidframework/driver-definitions` from 2.91.0 to 2.93.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.93.0/packages/common/driver-definitions)

Updates `@fluidframework/driver-utils` from 2.91.0 to 2.93.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.93.0/packages/loader/driver-utils)

Updates `@fluidframework/fluid-static` from 2.91.0 to 2.93.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.93.0/packages/framework/fluid-static)

Updates `@fluidframework/id-compressor` from 2.91.0 to 2.93.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.93.0/packages/runtime/id-compressor)

Updates `@fluidframework/map` from 2.91.0 to 2.93.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.93.0/packages/dds/map)

Updates `@fluidframework/matrix` from 2.91.0 to 2.93.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.93.0/packages/dds/matrix)

Updates `@fluidframework/merge-tree` from 2.91.0 to 2.93.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.93.0/packages/dds/merge-tree)

Updates `@fluidframework/odsp-doclib-utils` from 2.91.0 to 2.93.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.93.0/packages/utils/odsp-doclib-utils)

Updates `@fluidframework/odsp-driver` from 2.91.0 to 2.93.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.93.0/packages/drivers/odsp-driver)

Updates `@fluidframework/odsp-driver-definitions` from 2.91.0 to 2.93.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.93.0/packages/drivers/odsp-driver-definitions)

Updates `@fluidframework/request-handler` from 2.91.0 to 2.93.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.93.0/packages/framework/request-handler)

Updates `@fluidframework/routerlicious-driver` from 2.91.0 to 2.93.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.93.0/packages/drivers/routerlicious-driver)

Updates `@fluidframework/runtime-definitions` from 2.91.0 to 2.93.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.93.0/packages/runtime/runtime-definitions)

Updates `@fluidframework/runtime-utils` from 2.91.0 to 2.93.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.93.0/packages/runtime/runtime-utils)

Updates `@fluidframework/sequence` from 2.91.0 to 2.93.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.93.0/packages/dds/sequence)

Updates `@fluidframework/shared-object-base` from 2.91.0 to 2.93.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.93.0/packages/dds/shared-object-base)

Updates `@fluidframework/synthesize` from 2.91.0 to 2.93.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.93.0/packages/framework/synthesize)

Updates `@fluidframework/tree` from 2.91.0 to 2.93.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.93.0/packages/dds/tree)

Updates `@fluidframework/azure-client` from 2.91.0 to 2.93.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.93.0/packages/service-clients/azure-client)

Updates `@fluidframework/telemetry-utils` from 2.91.0 to 2.93.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.93.0/packages/utils/telemetry-utils)

Updates `@fluidframework/test-runtime-utils` from 2.91.0 to 2.93.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.93.0/packages/runtime/test-runtime-utils)

Updates `fluid-framework` from 2.91.0 to 2.93.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.93.0/packages/framework/fluid-framework)

Updates `@fluidframework/azure-local-service` from 2.91.0 to 2.93.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.93.0/azure/packages/azure-local-service)

Updates `@fluidframework/devtools` from 2.91.0 to 2.93.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.93.0/packages/tools/devtools/devtools)

Updates `@fluidframework/aqueduct` from 2.91.0 to 2.93.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.93.0/packages/framework/aqueduct)

Updates `@fluidframework/cell` from 2.91.0 to 2.93.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.93.0/packages/dds/cell)

Updates `@fluidframework/container-definitions` from 2.91.0 to 2.93.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.93.0/packages/common/container-definitions)

Updates `@fluidframework/container-loader` from 2.91.0 to 2.93.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.93.0/packages/loader/container-loader)

Updates `@fluidframework/container-runtime` from 2.91.0 to 2.93.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.93.0/packages/runtime/container-runtime)

Updates `@fluidframework/container-runtime-definitions` from 2.91.0 to 2.93.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.93.0/packages/runtime/container-runtime-definitions)

Updates `@fluidframework/core-interfaces` from 2.91.0 to 2.93.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.93.0/packages/common/core-interfaces)

Updates `@fluidframework/core-utils` from 2.91.0 to 2.93.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.93.0/packages/common/core-utils)

Updates `@fluidframework/counter` from 2.91.0 to 2.93.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.93.0/packages/dds/counter)

Updates `@fluidframework/datastore` from 2.91.0 to 2.93.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.93.0/packages/runtime/datastore)

Updates `@fluidframework/datastore-definitions` from 2.91.0 to 2.93.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.93.0/packages/runtime/datastore-definitions)

Updates `@fluidframework/devtools-core` from 2.91.0 to 2.93.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.93.0/packages/tools/devtools/devtools-core)

Updates `@fluidframework/driver-base` from 2.91.0 to 2.93.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.93.0/packages/drivers/driver-base)

Updates `@fluidframework/driver-definitions` from 2.91.0 to 2.93.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.93.0/packages/common/driver-definitions)

Updates `@fluidframework/driver-utils` from 2.91.0 to 2.93.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.93.0/packages/loader/driver-utils)

Updates `@fluidframework/fluid-static` from 2.91.0 to 2.93.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.93.0/packages/framework/fluid-static)

Updates `@fluidframework/id-compressor` from 2.91.0 to 2.93.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.93.0/packages/runtime/id-compressor)

Updates `@fluidframework/map` from 2.91.0 to 2.93.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.93.0/packages/dds/map)

Updates `@fluidframework/matrix` from 2.91.0 to 2.93.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.93.0/packages/dds/matrix)

Updates `@fluidframework/merge-tree` from 2.91.0 to 2.93.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.93.0/packages/dds/merge-tree)

Updates `@fluidframework/request-handler` from 2.91.0 to 2.93.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.93.0/packages/framework/request-handler)

Updates `@fluidframework/routerlicious-driver` from 2.91.0 to 2.93.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.93.0/packages/drivers/routerlicious-driver)

Updates `@fluidframework/runtime-definitions` from 2.91.0 to 2.93.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.93.0/packages/runtime/runtime-definitions)

Updates `@fluidframework/runtime-utils` from 2.91.0 to 2.93.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.93.0/packages/runtime/runtime-utils)

Updates `@fluidframework/sequence` from 2.91.0 to 2.93.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.93.0/packages/dds/sequence)

Updates `@fluidframework/shared-object-base` from 2.91.0 to 2.93.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.93.0/packages/dds/shared-object-base)

Updates `@fluidframework/synthesize` from 2.91.0 to 2.93.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.93.0/packages/framework/synthesize)

Updates `@fluidframework/tree` from 2.91.0 to 2.93.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.93.0/packages/dds/tree)

Updates `@fluidframework/azure-client` from 2.91.0 to 2.93.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.93.0/packages/service-clients/azure-client)

Updates `@fluidframework/odsp-client` from 2.91.0 to 2.93.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.93.0/packages/service-clients/odsp-client)

Updates `@fluidframework/telemetry-utils` from 2.91.0 to 2.93.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.93.0/packages/utils/telemetry-utils)

Updates `@fluidframework/test-runtime-utils` from 2.91.0 to 2.93.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.93.0/packages/runtime/test-runtime-utils)

Updates `fluid-framework` from 2.91.0 to 2.93.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.93.0/packages/framework/fluid-framework)

Updates `@fluidframework/core-interfaces` from 2.91.0 to 2.93.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.93.0/packages/common/core-interfaces)

Updates `@fluidframework/devtools` from 2.91.0 to 2.93.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.93.0/packages/tools/devtools/devtools)

Updates `@fluidframework/aqueduct` from 2.91.0 to 2.93.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.93.0/packages/framework/aqueduct)

Updates `@fluidframework/cell` from 2.91.0 to 2.93.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.93.0/packages/dds/cell)

Updates `@fluidframework/container-definitions` from 2.91.0 to 2.93.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.93.0/packages/common/container-definitions)

Updates `@fluidframework/container-loader` from 2.91.0 to 2.93.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.93.0/packages/loader/container-loader)

Updates `@fluidframework/container-runtime` from 2.91.0 to 2.93.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.93.0/packages/runtime/container-runtime)

Updates `@fluidframework/container-runtime-definitions` from 2.91.0 to 2.93.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.93.0/packages/runtime/container-runtime-definitions)

Updates `@fluidframework/core-utils` from 2.91.0 to 2.93.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.93.0/packages/common/core-utils)

Updates `@fluidframework/counter` from 2.91.0 to 2.93.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.93.0/packages/dds/counter)

Updates `@fluidframework/datastore` from 2.91.0 to 2.93.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.93.0/packages/runtime/datastore)

Updates `@fluidframework/datastore-definitions` from 2.91.0 to 2.93.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.93.0/packages/runtime/datastore-definitions)

Updates `@fluidframework/devtools-core` from 2.91.0 to 2.93.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.93.0/packages/tools/devtools/devtools-core)

Updates `@fluidframework/driver-base` from 2.91.0 to 2.93.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.93.0/packages/drivers/driver-base)

Updates `@fluidframework/driver-definitions` from 2.91.0 to 2.93.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.93.0/packages/common/driver-definitions)

Updates `@fluidframework/driver-utils` from 2.91.0 to 2.93.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.93.0/packages/loader/driver-utils)

Updates `@fluidframework/fluid-static` from 2.91.0 to 2.93.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.93.0/packages/framework/fluid-static)

Updates `@fluidframework/id-compressor` from 2.91.0 to 2.93.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.93.0/packages/runtime/id-compressor)

Updates `@fluidframework/map` from 2.91.0 to 2.93.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.93.0/packages/dds/map)

Updates `@fluidframework/matrix` from 2.91.0 to 2.93.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.93.0/packages/dds/matrix)

Updates `@fluidframework/merge-tree` from 2.91.0 to 2.93.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.93.0/packages/dds/merge-tree)

Updates `@fluidframework/odsp-doclib-utils` from 2.91.0 to 2.93.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.93.0/packages/utils/odsp-doclib-utils)

Updates `@fluidframework/odsp-driver` from 2.91.0 to 2.93.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.93.0/packages/drivers/odsp-driver)

Updates `@fluidframework/odsp-driver-definitions` from 2.91.0 to 2.93.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.93.0/packages/drivers/odsp-driver-definitions)

Updates `@fluidframework/request-handler` from 2.91.0 to 2.93.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.93.0/packages/framework/request-handler)

Updates `@fluidframework/routerlicious-driver` from 2.91.0 to 2.93.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.93.0/packages/drivers/routerlicious-driver)

Updates `@fluidframework/runtime-definitions` from 2.91.0 to 2.93.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.93.0/packages/runtime/runtime-definitions)

Updates `@fluidframework/runtime-utils` from 2.91.0 to 2.93.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.93.0/packages/runtime/runtime-utils)

Updates `@fluidframework/sequence` from 2.91.0 to 2.93.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.93.0/packages/dds/sequence)

Updates `@fluidframework/shared-object-base` from 2.91.0 to 2.93.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.93.0/packages/dds/shared-object-base)

Updates `@fluidframework/synthesize` from 2.91.0 to 2.93.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.93.0/packages/framework/synthesize)

Updates `@fluidframework/tree` from 2.91.0 to 2.93.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.93.0/packages/dds/tree)

Updates `@fluidframework/azure-client` from 2.91.0 to 2.93.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.93.0/packages/service-clients/azure-client)

Updates `@fluidframework/telemetry-utils` from 2.91.0 to 2.93.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.93.0/packages/utils/telemetry-utils)

Updates `@fluidframework/test-runtime-utils` from 2.91.0 to 2.93.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.93.0/packages/runtime/test-runtime-utils)

Updates `fluid-framework` from 2.91.0 to 2.93.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.93.0/packages/framework/fluid-framework)

Updates `@fluidframework/azure-local-service` from 2.91.0 to 2.93.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.93.0/azure/packages/azure-local-service)

Updates `@fluidframework/devtools` from 2.91.0 to 2.93.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.93.0/packages/tools/devtools/devtools)

Updates `@fluidframework/aqueduct` from 2.91.0 to 2.93.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.93.0/packages/framework/aqueduct)

Updates `@fluidframework/cell` from 2.91.0 to 2.93.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.93.0/packages/dds/cell)

Updates `@fluidframework/container-definitions` from 2.91.0 to 2.93.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.93.0/packages/common/container-definitions)

Updates `@fluidframework/container-loader` from 2.91.0 to 2.93.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.93.0/packages/loader/container-loader)

Updates `@fluidframework/container-runtime` from 2.91.0 to 2.93.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.93.0/packages/runtime/container-runtime)

Updates `@fluidframework/container-runtime-definitions` from 2.91.0 to 2.93.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.93.0/packages/runtime/container-runtime-definitions)

Updates `@fluidframework/core-interfaces` from 2.91.0 to 2.93.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.93.0/packages/common/core-interfaces)

Updates `@fluidframework/core-utils` from 2.91.0 to 2.93.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.93.0/packages/common/core-utils)

Updates `@fluidframework/counter` from 2.91.0 to 2.93.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.93.0/packages/dds/counter)

Updates `@fluidframework/datastore` from 2.91.0 to 2.93.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.93.0/packages/runtime/datastore)

Updates `@fluidframework/datastore-definitions` from 2.91.0 to 2.93.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.93.0/packages/runtime/datastore-definitions)

Updates `@fluidframework/devtools-core` from 2.91.0 to 2.93.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.93.0/packages/tools/devtools/devtools-core)

Updates `@fluidframework/driver-base` from 2.91.0 to 2.93.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.93.0/packages/drivers/driver-base)

Updates `@fluidframework/driver-definitions` from 2.91.0 to 2.93.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.93.0/packages/common/driver-definitions)

Updates `@fluidframework/driver-utils` from 2.91.0 to 2.93.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.93.0/packages/loader/driver-utils)

Updates `@fluidframework/fluid-static` from 2.91.0 to 2.93.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.93.0/packages/framework/fluid-static)

Updates `@fluidframework/id-compressor` from 2.91.0 to 2.93.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.93.0/packages/runtime/id-compressor)

Updates `@fluidframework/map` from 2.91.0 to 2.93.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.93.0/packages/dds/map)

Updates `@fluidframework/matrix` from 2.91.0 to 2.93.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.93.0/packages/dds/matrix)

Updates `@fluidframework/merge-tree` from 2.91.0 to 2.93.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.93.0/packages/dds/merge-tree)

Updates `@fluidframework/request-handler` from 2.91.0 to 2.93.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.93.0/packages/framework/request-handler)

Updates `@fluidframework/routerlicious-driver` from 2.91.0 to 2.93.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.93.0/packages/drivers/routerlicious-driver)

Updates `@fluidframework/runtime-definitions` from 2.91.0 to 2.93.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.93.0/packages/runtime/runtime-definitions)

Updates `@fluidframework/runtime-utils` from 2.91.0 to 2.93.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.93.0/packages/runtime/runtime-utils)

Updates `@fluidframework/sequence` from 2.91.0 to 2.93.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.93.0/packages/dds/sequence)

Updates `@fluidframework/shared-object-base` from 2.91.0 to 2.93.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.93.0/packages/dds/shared-object-base)

Updates `@fluidframework/synthesize` from 2.91.0 to 2.93.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.93.0/packages/framework/synthesize)

Updates `@fluidframework/tree` from 2.91.0 to 2.93.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.93.0/packages/dds/tree)

Updates `@fluidframework/azure-client` from 2.91.0 to 2.93.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.93.0/packages/service-clients/azure-client)

Updates `@fluidframework/telemetry-utils` from 2.91.0 to 2.93.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.93.0/packages/utils/telemetry-utils)

Updates `@fluidframework/test-runtime-utils` from 2.91.0 to 2.93.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.93.0/packages/runtime/test-runtime-utils)

Updates `fluid-framework` from 2.91.0 to 2.93.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.93.0/packages/framework/fluid-framework)

Updates `@fluidframework/azure-local-service` from 2.91.0 to 2.93.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.93.0/azure/packages/azure-local-service)

Updates `@fluidframework/devtools` from 2.91.0 to 2.93.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.93.0/packages/tools/devtools/devtools)

Updates `@fluidframework/aqueduct` from 2.91.0 to 2.93.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.93.0/packages/framework/aqueduct)

Updates `@fluidframework/cell` from 2.91.0 to 2.93.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.93.0/packages/dds/cell)

Updates `@fluidframework/container-definitions` from 2.91.0 to 2.93.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.93.0/packages/common/container-definitions)

Updates `@fluidframework/container-loader` from 2.91.0 to 2.93.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.93.0/packages/loader/container-loader)

Updates `@fluidframework/container-runtime` from 2.91.0 to 2.93.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.93.0/packages/runtime/container-runtime)

Updates `@fluidframework/container-runtime-definitions` from 2.91.0 to 2.93.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.93.0/packages/runtime/container-runtime-definitions)

Updates `@fluidframework/core-interfaces` from 2.91.0 to 2.93.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.93.0/packages/common/core-interfaces)

Updates `@fluidframework/core-utils` from 2.91.0 to 2.93.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.93.0/packages/common/core-utils)

Updates `@fluidframework/counter` from 2.91.0 to 2.93.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.93.0/packages/dds/counter)

Updates `@fluidframework/datastore` from 2.91.0 to 2.93.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.93.0/packages/runtime/datastore)

Updates `@fluidframework/datastore-definitions` from 2.91.0 to 2.93.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.93.0/packages/runtime/datastore-definitions)

Updates `@fluidframework/devtools-core` from 2.91.0 to 2.93.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.93.0/packages/tools/devtools/devtools-core)

Updates `@fluidframework/driver-base` from 2.91.0 to 2.93.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.93.0/packages/drivers/driver-base)

Updates `@fluidframework/driver-definitions` from 2.91.0 to 2.93.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.93.0/packages/common/driver-definitions)

Updates `@fluidframework/driver-utils` from 2.91.0 to 2.93.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.93.0/packages/loader/driver-utils)

Updates `@fluidframework/fluid-static` from 2.91.0 to 2.93.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.93.0/packages/framework/fluid-static)

Updates `@fluidframework/id-compressor` from 2.91.0 to 2.93.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.93.0/packages/runtime/id-compressor)

Updates `@fluidframework/map` from 2.91.0 to 2.93.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.93.0/packages/dds/map)

Updates `@fluidframework/matrix` from 2.91.0 to 2.93.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.93.0/packages/dds/matrix)

Updates `@fluidframework/merge-tree` from 2.91.0 to 2.93.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.93.0/packages/dds/merge-tree)

Updates `@fluidframework/request-handler` from 2.91.0 to 2.93.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.93.0/packages/framework/request-handler)

Updates `@fluidframework/routerlicious-driver` from 2.91.0 to 2.93.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.93.0/packages/drivers/routerlicious-driver)

Updates `@fluidframework/runtime-definitions` from 2.91.0 to 2.93.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.93.0/packages/runtime/runtime-definitions)

Updates `@fluidframework/runtime-utils` from 2.91.0 to 2.93.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/runtime/run...

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 Apr 20, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 20, 2026 08:12
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 20, 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