Skip to content

build(deps): Bump the fluid-framework-dependencies group across 1 directory with 41 updates#610

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

build(deps): Bump the fluid-framework-dependencies group across 1 directory with 41 updates#610
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/main/fluid-framework-dependencies-d6c47b0f84

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 3 updates in the / directory: @fluidframework/tinylicious-client, fluid-framework and tinylicious.

Updates @fluidframework/tinylicious-client from 2.92.0 to 2.93.0

Release notes

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

2.93.0

Dependency updates only.

Commits

Updates fluid-framework from 2.92.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
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 tinylicious from 7.0.0 to 7.0.1

Release notes

Sourced from tinylicious's releases.

server v7.0.1 (patch)

What's Changed

Full Changelog: microsoft/FluidFramework@server_v7.0.0...server_v7.0.1

Commits

Updates @fluidframework/aqueduct from 2.92.0 to 2.93.0

Release notes

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

2.93.0

Minor Changes

  • minVersionForCollab is now non-optional (#25331) 9a0d0272df

    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
Commits

Updates @fluidframework/container-definitions from 2.92.0 to 2.93.0

Release notes

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

2.93.0

Dependency updates only.

Commits

Updates @fluidframework/container-loader from 2.92.0 to 2.93.0

Release notes

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

2.93.0

Dependency updates only.

Commits

Updates @fluidframework/container-runtime from 2.92.0 to 2.93.0

Release notes

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

2.93.0

Dependency updates only.

Commits

Updates @fluidframework/container-runtime-definitions from 2.92.0 to 2.93.0

Release notes

Sourced from @​fluidframework/container-runtime-definitions'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:

  • @​fluidframewo...

    Description has been truncated

…ectory with 41 updates

Bumps the fluid-framework-dependencies group with 3 updates in the / directory: [@fluidframework/tinylicious-client](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/service-clients/tinylicious-client), [fluid-framework](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/framework/fluid-framework) and [tinylicious](https://github.com/microsoft/FluidFramework/tree/HEAD/server/routerlicious/packages/tinylicious).


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

Updates `fluid-framework` from 2.92.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 `tinylicious` 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/tinylicious/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/server_v7.0.1/server/routerlicious/packages/tinylicious)

Updates `@fluidframework/aqueduct` from 2.92.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/container-definitions` from 2.92.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.92.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.92.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.92.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.92.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.92.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/datastore` from 2.92.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.92.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/driver-base` from 2.92.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.92.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.92.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.92.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/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.92.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.92.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/merge-tree` from 2.92.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/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.92.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.92.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.92.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.92.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.92.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/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.92.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.92.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/telemetry-utils` from 2.92.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/tinylicious-driver` from 2.92.0 to 2.93.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/drivers/tinylicious-driver/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.93.0/packages/drivers/tinylicious-driver)

Updates `@fluidframework/tree` from 2.92.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)

---
updated-dependencies:
- dependency-name: "@fluidframework/tinylicious-client"
  dependency-version: 2.93.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: fluid-framework
  dependency-version: 2.93.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: tinylicious
  dependency-version: 7.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/aqueduct"
  dependency-version: 2.93.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/container-definitions"
  dependency-version: 2.93.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/container-loader"
  dependency-version: 2.93.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/container-runtime"
  dependency-version: 2.93.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/container-runtime-definitions"
  dependency-version: 2.93.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/core-interfaces"
  dependency-version: 2.93.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/core-utils"
  dependency-version: 2.93.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/datastore"
  dependency-version: 2.93.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/datastore-definitions"
  dependency-version: 2.93.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/driver-base"
  dependency-version: 2.93.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/driver-definitions"
  dependency-version: 2.93.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/driver-utils"
  dependency-version: 2.93.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/fluid-static"
  dependency-version: 2.93.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.93.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/map"
  dependency-version: 2.93.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/merge-tree"
  dependency-version: 2.93.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.93.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/routerlicious-driver"
  dependency-version: 2.93.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/runtime-definitions"
  dependency-version: 2.93.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/runtime-utils"
  dependency-version: 2.93.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/sequence"
  dependency-version: 2.93.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.93.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/synthesize"
  dependency-version: 2.93.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/telemetry-utils"
  dependency-version: 2.93.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/tinylicious-driver"
  dependency-version: 2.93.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/tree"
  dependency-version: 2.93.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 20, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 20, 2026 13:05
@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