Skip to content

build(deps): bump the fluid-framework group with 17 updates#553

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot-npm_and_yarn-fluid-framework-e10185e255
Open

build(deps): bump the fluid-framework group with 17 updates#553
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot-npm_and_yarn-fluid-framework-e10185e255

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2026

Bumps the fluid-framework group with 17 updates:

Package From To
@fluidframework/container-definitions 2.33.2 2.80.0
@fluidframework/container-loader 2.33.2 2.80.0
@fluidframework/core-interfaces 2.33.2 2.80.0
@fluidframework/core-utils 2.33.2 2.80.0
@fluidframework/driver-definitions 2.33.2 2.80.0
@fluidframework/driver-utils 2.33.2 2.80.0
@fluidframework/fluid-static 2.33.2 2.80.0
@fluidframework/map 2.33.2 2.80.0
@fluidframework/routerlicious-driver 2.33.2 2.80.0
@fluidframework/runtime-utils 2.33.2 2.80.0
@fluidframework/telemetry-utils 2.33.2 2.80.0
@fluidframework/tinylicious-driver 2.33.2 2.80.0
@fluidframework/aqueduct 2.42.0 2.80.0
@fluidframework/container-runtime 2.42.0 2.80.0
@fluidframework/container-runtime-definitions 2.42.0 2.80.0
@fluidframework/shared-object-base 2.42.0 2.80.0
@fluidframework/test-utils 2.42.0 2.80.0

Updates @fluidframework/container-definitions from 2.33.2 to 2.80.0

Release notes

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

Fluid Framework v2.80.0 (minor)

Contents

  • 🚨 Breaking Changes
    • [Removal of number key support in LatestMap (#25904)](#user-content-removal-of-number-key-support-in-latestmap-25904)
    • [Added layerIncompatibilityError to FluidErrorTypes, ContainerErrorTypes, DriverErrorTypes and OdspErrorTypes (#26068)](#user-content-added-layerincompatibilityerror-to-fluiderrortypes-containererrortypes-drivererrortypes-and-odsperrortypes-26068)
    • [TreeBranch operations throw when called during transactions (#26097)](#user-content-treebranch-operations-throw-when-called-during-transactions-26097)
    • [map: Emit valueChanged events for deleted keys after a clear operation (#26102)](#user-content-map-emit-valuechanged-events-for-deleted-keys-after-a-clear-operation-26102)
  • 🐛 Bug Fixes
    • [Attendee status fixes on reconnect (#26111)](#user-content-attendee-status-fixes-on-reconnect-26111)
  • Legacy API Changes
    • [Types not intended for consumer implementation/extension are now @​sealed (#26024)](#user-content-types-not-intended-for-consumer-implementationextension-are-now-sealed-26024)

🚨 Breaking Changes

Removal of number key support in LatestMap (#25904)

number keys have never been successfully propagated as numbers at runtime and this type clarification makes that clear. See issue 25919 for more details.

Change details

Commit: c1d91d8

Affected packages:

  • @​fluidframework/presence

⬆️ Table of contents

Added layerIncompatibilityError to FluidErrorTypes, ContainerErrorTypes, DriverErrorTypes and OdspErrorTypes (#26068)

The Fluid error type layerIncompatibilityError is added to FluidErrorTypes and is now @​legacy @​beta. It is also added to ContainerErrorTypes, DriverErrorTypes and OdspErrorTypes which extend FluidErrorTypes. layerIncompatibilityError was added as @​legacy @​alpha in version 2.72.0. The corresponding interface ILayerIncompatibilityError for errors of type layerIncompatibilityError is now also @​legacy @​beta.

See this issue for more details.

Change details

Commit: a8532bd

Affected packages:

  • @​fluidframework/container-definitions
  • @​fluidframework/core-interfaces
  • @​fluidframework/driver-definitions
  • @​fluidframework/odsp-driver-definitions

⬆️ Table of contents

... (truncated)

Changelog

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

2.80.0

Minor Changes

  • Added layerIncompatibilityError to FluidErrorTypes, ContainerErrorTypes, DriverErrorTypes and OdspErrorTypes (#26068) a8532bdd903

    The Fluid error type layerIncompatibilityError is added to FluidErrorTypes and is now @​legacy @​beta. It is also added to ContainerErrorTypes, DriverErrorTypes and OdspErrorTypes which extend FluidErrorTypes. layerIncompatibilityError was added as @​legacy @​alpha in version 2.72.0. The corresponding interface ILayerIncompatibilityError for errors of type layerIncompatibilityError is now also @​legacy @​beta.

    See this issue for more details.

2.74.0

Minor Changes

2.73.0

Dependency updates only.

2.72.0

Minor Changes

  • Added a new Fluid error type layerIncompatibilityError (#25784) 01d568b4bc

    A new Fluid error type layerIncompatibilityError is added to FluidErrorTypesAlpha as @​legacy @​alpha. This will be moved to FluidErrorTypes as @​legacy @​beta in a future legacy breaking release. It will also be added to ContainerErrorTypes since it extends FluidErrorTypes.

2.71.0

Dependency updates only.

2.70.0

Minor Changes

  • Deprecated properties have been removed from IRuntimeStorageService and IContainerStorageService (#25708) 82c936ed28

    The following deprecated properties have been removed from IRuntimeStorageService:

    • createBlob

... (truncated)

Commits

Updates @fluidframework/container-loader from 2.33.2 to 2.80.0

Release notes

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

Fluid Framework v2.80.0 (minor)

Contents

  • 🚨 Breaking Changes
    • [Removal of number key support in LatestMap (#25904)](#user-content-removal-of-number-key-support-in-latestmap-25904)
    • [Added layerIncompatibilityError to FluidErrorTypes, ContainerErrorTypes, DriverErrorTypes and OdspErrorTypes (#26068)](#user-content-added-layerincompatibilityerror-to-fluiderrortypes-containererrortypes-drivererrortypes-and-odsperrortypes-26068)
    • [TreeBranch operations throw when called during transactions (#26097)](#user-content-treebranch-operations-throw-when-called-during-transactions-26097)
    • [map: Emit valueChanged events for deleted keys after a clear operation (#26102)](#user-content-map-emit-valuechanged-events-for-deleted-keys-after-a-clear-operation-26102)
  • 🐛 Bug Fixes
    • [Attendee status fixes on reconnect (#26111)](#user-content-attendee-status-fixes-on-reconnect-26111)
  • Legacy API Changes
    • [Types not intended for consumer implementation/extension are now @​sealed (#26024)](#user-content-types-not-intended-for-consumer-implementationextension-are-now-sealed-26024)

🚨 Breaking Changes

Removal of number key support in LatestMap (#25904)

number keys have never been successfully propagated as numbers at runtime and this type clarification makes that clear. See issue 25919 for more details.

Change details

Commit: c1d91d8

Affected packages:

  • @​fluidframework/presence

⬆️ Table of contents

Added layerIncompatibilityError to FluidErrorTypes, ContainerErrorTypes, DriverErrorTypes and OdspErrorTypes (#26068)

The Fluid error type layerIncompatibilityError is added to FluidErrorTypes and is now @​legacy @​beta. It is also added to ContainerErrorTypes, DriverErrorTypes and OdspErrorTypes which extend FluidErrorTypes. layerIncompatibilityError was added as @​legacy @​alpha in version 2.72.0. The corresponding interface ILayerIncompatibilityError for errors of type layerIncompatibilityError is now also @​legacy @​beta.

See this issue for more details.

Change details

Commit: a8532bd

Affected packages:

  • @​fluidframework/container-definitions
  • @​fluidframework/core-interfaces
  • @​fluidframework/driver-definitions
  • @​fluidframework/odsp-driver-definitions

⬆️ Table of contents

... (truncated)

Changelog

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

2.80.0

Dependency updates only.

2.74.0

Dependency updates only.

2.73.0

Dependency updates only.

2.72.0

Dependency updates only.

2.71.0

Dependency updates only.

2.70.0

Dependency updates only.

2.63.0

Dependency updates only.

2.62.0

Dependency updates only.

2.61.0

Dependency updates only.

2.60.0

Dependency updates only.

2.53.0

Dependency updates only.

2.52.0

Dependency updates only.

2.51.0

... (truncated)

Commits
  • a4b5c54 build(client): generate changelogs and release notes (#26124)
  • 1337eac Added validation that clientSequenceNumbers are always increasing when receiv...
  • 67a2e3a (compat) Validate layer compat only for layers that expose layer compat state...
  • 7d88924 build(client): upgrade some dev deps (#26016)
  • cb2ad8f build(client): upgrade build-tools to 0.62.0 (#26087)
  • 53d1591 (compat) Update Fluid compat layers to use auto-generated generation value fr...
  • f3c99ca Remove offlineLoadEnabled getter (#26079)
  • 4c574ed Bump type tests (#26058)
  • 2a4c377 build(client): set all package deps to eslint 9 (#26030)
  • 87c9d6d Bump client version to 2.80.0 (#26049)
  • Additional commits viewable in compare view

Updates @fluidframework/core-interfaces from 2.33.2 to 2.80.0

Release notes

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

Fluid Framework v2.80.0 (minor)

Contents

  • 🚨 Breaking Changes
    • [Removal of number key support in LatestMap (#25904)](#user-content-removal-of-number-key-support-in-latestmap-25904)
    • [Added layerIncompatibilityError to FluidErrorTypes, ContainerErrorTypes, DriverErrorTypes and OdspErrorTypes (#26068)](#user-content-added-layerincompatibilityerror-to-fluiderrortypes-containererrortypes-drivererrortypes-and-odsperrortypes-26068)
    • [TreeBranch operations throw when called during transactions (#26097)](#user-content-treebranch-operations-throw-when-called-during-transactions-26097)
    • [map: Emit valueChanged events for deleted keys after a clear operation (#26102)](#user-content-map-emit-valuechanged-events-for-deleted-keys-after-a-clear-operation-26102)
  • 🐛 Bug Fixes
    • [Attendee status fixes on reconnect (#26111)](#user-content-attendee-status-fixes-on-reconnect-26111)
  • Legacy API Changes
    • [Types not intended for consumer implementation/extension are now @​sealed (#26024)](#user-content-types-not-intended-for-consumer-implementationextension-are-now-sealed-26024)

🚨 Breaking Changes

Removal of number key support in LatestMap (#25904)

number keys have never been successfully propagated as numbers at runtime and this type clarification makes that clear. See issue 25919 for more details.

Change details

Commit: c1d91d8

Affected packages:

  • @​fluidframework/presence

⬆️ Table of contents

Added layerIncompatibilityError to FluidErrorTypes, ContainerErrorTypes, DriverErrorTypes and OdspErrorTypes (#26068)

The Fluid error type layerIncompatibilityError is added to FluidErrorTypes and is now @​legacy @​beta. It is also added to ContainerErrorTypes, DriverErrorTypes and OdspErrorTypes which extend FluidErrorTypes. layerIncompatibilityError was added as @​legacy @​alpha in version 2.72.0. The corresponding interface ILayerIncompatibilityError for errors of type layerIncompatibilityError is now also @​legacy @​beta.

See this issue for more details.

Change details

Commit: a8532bd

Affected packages:

  • @​fluidframework/container-definitions
  • @​fluidframework/core-interfaces
  • @​fluidframework/driver-definitions
  • @​fluidframework/odsp-driver-definitions

⬆️ Table of contents

... (truncated)

Changelog

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

2.80.0

Minor Changes

  • Added layerIncompatibilityError to FluidErrorTypes, ContainerErrorTypes, DriverErrorTypes and OdspErrorTypes (#26068) a8532bdd903

    The Fluid error type layerIncompatibilityError is added to FluidErrorTypes and is now @​legacy @​beta. It is also added to ContainerErrorTypes, DriverErrorTypes and OdspErrorTypes which extend FluidErrorTypes. layerIncompatibilityError was added as @​legacy @​alpha in version 2.72.0. The corresponding interface ILayerIncompatibilityError for errors of type layerIncompatibilityError is now also @​legacy @​beta.

    See this issue for more details.

2.74.0

Dependency updates only.

2.73.0

Dependency updates only.

2.72.0

Minor Changes

  • Added a new Fluid error type layerIncompatibilityError (#25784) 01d568b4bc

    A new Fluid error type layerIncompatibilityError is added to FluidErrorTypesAlpha as @​legacy @​alpha. This will be moved to FluidErrorTypes as @​legacy @​beta in a future legacy breaking release. It will also be added to ContainerErrorTypes since it extends FluidErrorTypes.

2.71.0

Dependency updates only.

2.70.0

Dependency updates only.

2.63.0

Dependency updates only.

2.62.0

Dependency updates only.

2.61.0

Dependency updates only.

2.60.0

... (truncated)

Commits

Updates @fluidframework/core-utils from 2.33.2 to 2.80.0

Release notes

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

Fluid Framework v2.80.0 (minor)

Contents

  • 🚨 Breaking Changes
    • [Removal of number key support in LatestMap (#25904)](#user-content-removal-of-number-key-support-in-latestmap-25904)
    • [Added layerIncompatibilityError to FluidErrorTypes, ContainerErrorTypes, DriverErrorTypes and OdspErrorTypes (#26068)](#user-content-added-layerincompatibilityerror-to-fluiderrortypes-containererrortypes-drivererrortypes-and-odsperrortypes-26068)
    • [TreeBranch operations throw when called during transactions (#26097)](#user-content-treebranch-operations-throw-when-called-during-transactions-26097)
    • [map: Emit valueChanged events for deleted keys after a clear operation (#26102)](#user-content-map-emit-valuechanged-events-for-deleted-keys-after-a-clear-operation-26102)
  • 🐛 Bug Fixes
    • [Attendee status fixes on reconnect (#26111)](#user-content-attendee-status-fixes-on-reconnect-26111)
  • Legacy API Changes
    • [Types not intended for consumer implementation/extension are now @​sealed (#26024)](#user-content-types-not-intended-for-consumer-implementationextension-are-now-sealed-26024)

🚨 Breaking Changes

Removal of number key support in LatestMap (#25904)

number keys have never been successfully propagated as numbers at runtime and this type clarification makes that clear. See issue 25919 for more details.

Change details

Commit: c1d91d8

Affected packages:

  • @​fluidframework/presence

⬆️ Table of contents

Added layerIncompatibilityError to FluidErrorTypes, ContainerErrorTypes, DriverErrorTypes and OdspErrorTypes (#26068)

The Fluid error type layerIncompatibilityError is added to FluidErrorTypes and is now @​legacy @​beta. It is also added to ContainerErrorTypes, DriverErrorTypes and OdspErrorTypes which extend FluidErrorTypes. layerIncompatibilityError was added as @​legacy @​alpha in version 2.72.0. The corresponding interface ILayerIncompatibilityError for errors of type layerIncompatibilityError is now also @​legacy @​beta.

See this issue for more details.

Change details

Commit: a8532bd

Affected packages:

  • @​fluidframework/container-definitions
  • @​fluidframework/core-interfaces
  • @​fluidframework/driver-definitions
  • @​fluidframework/odsp-driver-definitions

⬆️ Table of contents

... (truncated)

Changelog

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

2.80.0

Dependency updates only.

2.74.0

Dependency updates only.

2.73.0

Dependency updates only.

2.72.0

Dependency updates only.

2.71.0

Dependency updates only.

2.70.0

Dependency updates only.

2.63.0

Dependency updates only.

2.62.0

Dependency updates only.

2.61.0

Dependency updates only.

2.60.0

Dependency updates only.

2.53.0

Dependency updates only.

2.52.0

Dependency updates only.

2.51.0

... (truncated)

Commits

Updates @fluidframework/driver-definitions from 2.33.2 to 2.80.0

Release notes

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

Fluid Framework v2.80.0 (minor)

Contents

  • 🚨 Breaking Changes
    • [Removal of number key support in LatestMap (#25904)](#user-content-removal-of-number-key-support-in-latestmap-25904)
    • [Added layerIncompatibilityError to FluidErrorTypes, ContainerErrorTypes, DriverErrorTypes and OdspErrorTypes (#26068)](#user-content-added-layerincompatibilityerror-to-fluiderrortypes-containererrortypes-drivererrortypes-and-odsperrortypes-26068)
    • [TreeBranch operations throw when called during transactions (#26097)](#user-content-treebranch-operations-throw-when-called-during-transactions-26097)
    • [map: Emit valueChanged events for deleted keys after a clear operation (#26102)](#user-content-map-emit-valuechanged-events-for-deleted-keys-after-a-clear-operation-26102)
  • 🐛 Bug Fixes
    • [Attendee status fixes on reconnect (#26111)](#user-content-attendee-status-fixes-on-reconnect-26111)
  • Legacy API Changes
    • [Types not intended for consumer implementation/extension are now @​sealed (#26024)](#user-content-types-not-intended-for-consumer-implementationextension-are-now-sealed-26024)

🚨 Breaking Changes

Removal of number key support in LatestMap (#25904)

number keys have never been successfully propagated as numbers at runtime and this type clarification makes that clear. See issue 25919 for more details.

Change details

Commit: c1d91d8

Affected packages:

  • @​fluidframework/presence

⬆️ Table of contents

Added layerIncompatibilityError to FluidErrorTypes, ContainerErrorTypes, DriverErrorTypes and OdspErrorTypes (#26068)

The Fluid error type layerIncompatibilityError is added to FluidErrorTypes and is now @​legacy @​beta. It is also added to ContainerErrorTypes, DriverErrorTypes and OdspErrorTypes which extend FluidErrorTypes. layerIncompatibilityError was added as @​legacy @​alpha in version 2.72.0. The corresponding interface ILayerIncompatibilityError for errors of type layerIncompatibilityError is now also @​legacy @​beta.

See this issue for more details.

Change details

Commit: a8532bd

Affected packages:

  • @​fluidframework/container-definitions
  • @​fluidframework/core-interfaces
  • @​fluidframework/driver-definitions
  • @​fluidframework/odsp-driver-definitions

⬆️ Table of contents

... (truncated)

Changelog

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

2.80.0

Minor Changes

  • Added layerIncompatibilityError to FluidErrorTypes, ContainerErrorTypes, DriverErrorTypes and OdspErrorTypes (#26068) a8532bdd903

    The Fluid error type layerIncompatibilityError is added to FluidErrorTypes and is now @​legacy @​beta. It is also added to ContainerErrorTypes, DriverErrorTypes and OdspErrorTypes which extend FluidErrorTypes. layerIncompatibilityError was added as @​legacy @​alpha in version 2.72.0. The corresponding interface ILayerIncompatibilityError for errors of type layerIncompatibilityError is now also @​legacy @​beta.

    See this issue for more details.

2.74.0

Dependency updates only.

2.73.0

Dependency updates only.

2.72.0

Dependency updates only.

2.71.0

Dependency updates only.

2.70.0

Dependency updates only.

2.63.0

Dependency updates only.

2.62.0

Minor Changes

  • Move IPersistedCache types to driver-definitions (#25518) 54fca68d91

    In an effort to decouple the driver web cache from the odsp driver a number of types have been moved from @fluidframework/odsp-driver-definitions to @fluidframework/driver-definitions. The moved types have been deprecated in @fluidframework/odsp-driver-definitions, and any usages should be moved to @fluidframework/driver-definitions.

    The moved types are:

    • IEntry
    • IFileEntry
    • ICacheEntry
    • IPersistedCache

... (truncated)

Commits

Updates @fluidframework/driver-utils from 2.33.2 to 2.80.0

Release notes

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

Fluid Framework v2.80.0 (minor)

Contents

  • 🚨 Breaking Changes
    • [Removal of number key support in LatestMap (#25904)](#user-content-removal-of-number-key-support-in-latestmap-25904)
    • [Added layerIncompatibilityError to FluidErrorTypes, ContainerErrorTypes, DriverErrorTypes and OdspErrorTypes (#26068)](#user-content-added-layerincompatibilityerror-to-fluiderrortypes-containererrortypes-drivererrortypes-and-odsperrortypes-26068)
    • [TreeBranch operations throw when called during transactions (#26097)](#user-content-treebranch-operations-throw-when-called-during-transactions-26097)
    • [map: Emit valueChanged events for deleted keys after a clear operation (#26102)](#user-content-map-emit-valuechanged-events-for-deleted-keys-after-a-clear-operation-26102)
  • 🐛 Bug Fixes
    • [Attendee status fixes on reconnect (#26111)](#user-content-attendee-status-fixes-on-reconnect-26111)
  • Legacy API Changes
    • [Types not intended for consumer implementation/extension are now @​sealed (#26024)](#user-content-types-not-intended-for-consumer-implementationextension-are-now-sealed-26024)

🚨 Breaking Changes

Removal of number key support in LatestMap (#25904)

number keys have never been successfully propagated as numbers at runtime and this type clarification makes that clear. See issue 25919 for more details.

Change details

Commit: c1d91d8

Affected packages:

  • @​fluidframework/presence

⬆️ Table of contents

Added layerIncompatibilityError to FluidErrorTypes, ContainerErrorTypes, DriverErrorTypes and OdspErrorTypes (#26068)

The Fluid error type layerIncompatibilityError is added to FluidErrorTypes and is now @​legacy @​beta. It is also added to ContainerErrorTypes, DriverErrorTypes and OdspErrorTypes which extend FluidErrorTypes. layerIncompatibilityError was added as @​legacy @​alpha in version 2.72.0. The corresponding interface ILayerIncompatibilityError for errors of type layerIncompatibilityError is now also @​legacy @​beta.

See this issue for more details.

Change details

Commit: a8532bd

Affected packages:

  • @​fluidframework/container-definitions
  • @​fluidframework/core-interfaces
  • @​fluidframework/driver-definitions
  • @​fluidframework/odsp-driver-definitions

⬆️ Table of contents

... (truncated)

Changelog

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

2.80.0

Dependency updates only.

2.74.0

Dependency updates only.

2.73.0

Dependency updates only.

2.72.0

Dependency updates only.

2.71.0

Dependency updates only.

2.70.0

Dependency updates only.

2.63.0

Dependency updates only.

2.62.0

Dependency updates only.

2.61.0

Dependency updates only.

2.60.0

Dependency updates only.

2.53.0

Dependency updates only.

2.52.0

Dependency updates only.

2.51.0

... (truncated)

Commits
  • a4b5c54 build(client): generate changelogs and release notes (#26124)
  • 7d88924 build(client): upgrade some dev deps (

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 13, 2026
@changeset-bot
Copy link

changeset-bot bot commented Jan 13, 2026

⚠️ No Changeset found

Latest commit: 3210b2c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@codecov
Copy link

codecov bot commented Jan 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-fluid-framework-e10185e255 branch 7 times, most recently from 5226b8a to f3820e5 Compare January 19, 2026 15:01
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-fluid-framework-e10185e255 branch 5 times, most recently from 7fc1e2d to fe2733d Compare January 23, 2026 13:17
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-fluid-framework-e10185e255 branch 9 times, most recently from ee34e00 to f9e683d Compare February 6, 2026 13:15
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-fluid-framework-e10185e255 branch 2 times, most recently from ba04797 to a17479b Compare February 10, 2026 13:16
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-fluid-framework-e10185e255 branch from a17479b to 95ef60b Compare February 11, 2026 04:53
Bumps the fluid-framework group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [@fluidframework/container-definitions](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/common/container-definitions) | `2.33.2` | `2.80.0` |
| [@fluidframework/container-loader](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/loader/container-loader) | `2.33.2` | `2.80.0` |
| [@fluidframework/core-interfaces](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/common/core-interfaces) | `2.33.2` | `2.80.0` |
| [@fluidframework/core-utils](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/common/core-utils) | `2.33.2` | `2.80.0` |
| [@fluidframework/driver-definitions](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/common/driver-definitions) | `2.33.2` | `2.80.0` |
| [@fluidframework/driver-utils](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/loader/driver-utils) | `2.33.2` | `2.80.0` |
| [@fluidframework/fluid-static](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/framework/fluid-static) | `2.33.2` | `2.80.0` |
| [@fluidframework/map](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/dds/map) | `2.33.2` | `2.80.0` |
| [@fluidframework/routerlicious-driver](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/drivers/routerlicious-driver) | `2.33.2` | `2.80.0` |
| [@fluidframework/runtime-utils](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/runtime/runtime-utils) | `2.33.2` | `2.80.0` |
| [@fluidframework/telemetry-utils](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/utils/telemetry-utils) | `2.33.2` | `2.80.0` |
| [@fluidframework/tinylicious-driver](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/drivers/tinylicious-driver) | `2.33.2` | `2.80.0` |
| [@fluidframework/aqueduct](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/framework/aqueduct) | `2.42.0` | `2.80.0` |
| [@fluidframework/container-runtime](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/runtime/container-runtime) | `2.42.0` | `2.80.0` |
| [@fluidframework/container-runtime-definitions](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/runtime/container-runtime-definitions) | `2.42.0` | `2.80.0` |
| [@fluidframework/shared-object-base](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/dds/shared-object-base) | `2.42.0` | `2.80.0` |
| [@fluidframework/test-utils](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/test/test-utils) | `2.42.0` | `2.80.0` |


Updates `@fluidframework/container-definitions` from 2.33.2 to 2.80.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.80.0/packages/common/container-definitions)

Updates `@fluidframework/container-loader` from 2.33.2 to 2.80.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.80.0/packages/loader/container-loader)

Updates `@fluidframework/core-interfaces` from 2.33.2 to 2.80.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.80.0/packages/common/core-interfaces)

Updates `@fluidframework/core-utils` from 2.33.2 to 2.80.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.80.0/packages/common/core-utils)

Updates `@fluidframework/driver-definitions` from 2.33.2 to 2.80.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.80.0/packages/common/driver-definitions)

Updates `@fluidframework/driver-utils` from 2.33.2 to 2.80.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.80.0/packages/loader/driver-utils)

Updates `@fluidframework/fluid-static` from 2.33.2 to 2.80.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.80.0/packages/framework/fluid-static)

Updates `@fluidframework/map` from 2.33.2 to 2.80.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.80.0/packages/dds/map)

Updates `@fluidframework/routerlicious-driver` from 2.33.2 to 2.80.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.80.0/packages/drivers/routerlicious-driver)

Updates `@fluidframework/runtime-utils` from 2.33.2 to 2.80.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.80.0/packages/runtime/runtime-utils)

Updates `@fluidframework/telemetry-utils` from 2.33.2 to 2.80.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.80.0/packages/utils/telemetry-utils)

Updates `@fluidframework/tinylicious-driver` from 2.33.2 to 2.80.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.80.0/packages/drivers/tinylicious-driver)

Updates `@fluidframework/aqueduct` from 2.42.0 to 2.80.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.80.0/packages/framework/aqueduct)

Updates `@fluidframework/container-runtime` from 2.42.0 to 2.80.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.80.0/packages/runtime/container-runtime)

Updates `@fluidframework/container-runtime-definitions` from 2.42.0 to 2.80.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.80.0/packages/runtime/container-runtime-definitions)

Updates `@fluidframework/shared-object-base` from 2.42.0 to 2.80.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.80.0/packages/dds/shared-object-base)

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

---
updated-dependencies:
- dependency-name: "@fluidframework/container-definitions"
  dependency-version: 2.80.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluid-framework
- dependency-name: "@fluidframework/container-loader"
  dependency-version: 2.80.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluid-framework
- dependency-name: "@fluidframework/core-interfaces"
  dependency-version: 2.80.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluid-framework
- dependency-name: "@fluidframework/core-utils"
  dependency-version: 2.80.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluid-framework
- dependency-name: "@fluidframework/driver-definitions"
  dependency-version: 2.80.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluid-framework
- dependency-name: "@fluidframework/driver-utils"
  dependency-version: 2.80.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluid-framework
- dependency-name: "@fluidframework/fluid-static"
  dependency-version: 2.80.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluid-framework
- dependency-name: "@fluidframework/map"
  dependency-version: 2.80.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluid-framework
- dependency-name: "@fluidframework/routerlicious-driver"
  dependency-version: 2.80.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluid-framework
- dependency-name: "@fluidframework/runtime-utils"
  dependency-version: 2.80.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluid-framework
- dependency-name: "@fluidframework/telemetry-utils"
  dependency-version: 2.80.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluid-framework
- dependency-name: "@fluidframework/tinylicious-driver"
  dependency-version: 2.80.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluid-framework
- dependency-name: "@fluidframework/aqueduct"
  dependency-version: 2.80.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: fluid-framework
- dependency-name: "@fluidframework/container-runtime"
  dependency-version: 2.80.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: fluid-framework
- dependency-name: "@fluidframework/container-runtime-definitions"
  dependency-version: 2.80.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: fluid-framework
- dependency-name: "@fluidframework/shared-object-base"
  dependency-version: 2.80.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: fluid-framework
- dependency-name: "@fluidframework/test-utils"
  dependency-version: 2.80.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: fluid-framework
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-fluid-framework-e10185e255 branch from 95ef60b to 3210b2c Compare February 16, 2026 14:15
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