Skip to content

build(deps): Bump the fluid-framework-dependencies group with 29 updates - #666

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/fluid-framework-dependencies-5fa8c61458
Open

build(deps): Bump the fluid-framework-dependencies group with 29 updates#666
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/fluid-framework-dependencies-5fa8c61458

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the fluid-framework-dependencies group with 29 updates:

Package From To
@fluidframework/tinylicious-client 2.114.0 2.116.1
fluid-framework 2.114.0 2.116.1
@fluidframework/aqueduct 2.114.0 2.116.1
@fluidframework/container-definitions 2.114.0 2.116.1
@fluidframework/container-loader 2.114.0 2.116.1
@fluidframework/container-runtime 2.114.0 2.116.1
@fluidframework/container-runtime-definitions 2.114.0 2.116.1
@fluidframework/core-interfaces 2.114.0 2.116.1
@fluidframework/core-utils 2.114.0 2.116.1
@fluidframework/datastore 2.114.0 2.116.1
@fluidframework/datastore-definitions 2.114.0 2.116.1
@fluidframework/driver-base 2.114.0 2.116.1
@fluidframework/driver-definitions 2.114.0 2.116.1
@fluidframework/driver-utils 2.114.0 2.116.1
@fluidframework/fluid-static 2.114.0 2.116.1
@fluidframework/id-compressor 2.114.0 2.116.1
@fluidframework/map 2.114.0 2.116.1
@fluidframework/merge-tree 2.114.0 2.116.1
@fluidframework/request-handler 2.114.0 2.116.1
@fluidframework/routerlicious-driver 2.114.0 2.116.1
@fluidframework/runtime-definitions 2.114.0 2.116.1
@fluidframework/runtime-utils 2.114.0 2.116.1
@fluidframework/sequence 2.114.0 2.116.1
@fluidframework/shared-object-base 2.114.0 2.116.1
@fluidframework/synthesize 2.114.0 2.116.1
@fluidframework/telemetry-utils 2.114.0 2.116.1
@fluidframework/tinylicious-driver 2.114.0 2.116.1
@fluidframework/tree 2.114.0 2.116.1
@fluidframework/type-factory 2.114.0 2.116.1

Updates @fluidframework/tinylicious-client from 2.114.0 to 2.116.1

Release notes

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

Fluid Framework v2.116.1 (patch)

What's Changed

Full Changelog: microsoft/FluidFramework@client_v2.116.0...client_v2.116.1

Fluid Framework v2.116.0 (minor)

Contents

  • ✨ New Features
    • [Additional change validation options (#27977)](#user-content-additional-change-validation-options-27977)
  • 🐛 Bug Fixes
    • [Improve validation in SharedTree forests (#27920)](#user-content-improve-validation-in-sharedtree-forests-27920)
    • [Fix LocalReferenceCollection.walkReferences skipping the starting reference (#27947)](#user-content-fix-localreferencecollectionwalkreferences-skipping-the-starting-reference-27947)
  • ⚠️ Deprecations
    • [Rename minVersionForCollab to oldestSupportedClient (#27806)](#user-content-rename-minversionforcollab-to-oldestsupportedclient-27806)

✨ New Features

Additional change validation options (#27977)

Adds the following new options to SharedTreeOptions (alpha):

  • validateCommitsOnFirstSubmission: (default: false) When true, validates that commits being submitted for the first time can be applied without errors to a view.
  • validateRebasedCommitsBeforeResubmission: (default: false) When true, validates that the commits being resubmitted can be applied without errors to a view.

In the event that a commit cannot be applied, SharedTree will throw an error and will enter a "broken" state, preventing the offending commit (and any further commits) from being submitted. This can be enabled (at the cost of performance) to improve safety against document corruption in the event of a bug in the SharedTree code: when the additional validation is enabled, a client will error instead of potentially corrupting the document.

These flags are experimental. We recommend turning them on (first validateRebasedCommitsBeforeResubmission and, if needed, validateCommitsOnFirstSubmission) when trying to mitigate bugs in SharedTree or performing root cause analysis.

We recommend configuring SharedTree with the optimized forest implementation to reduce the performance impact of this validation.

Change details

Commit: d3a9a3e

Affected packages:

  • fluid-framework
  • @​fluidframework/tree

⬆️ Table of contents

🐛 Bug Fixes

... (truncated)

Changelog

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

@​fluidframework/tinylicious-client

2.116.0

Minor Changes

... (truncated)

Commits
  • 93faa7d build(client): bump release branch to 2.116.1 and update type tests (#28000)
  • 7ca3e45 build: generate notes and changelogs for 2.116.0 (#27991)
  • 52a1af1 build(client): update @​arethetypeswrong/cli to 0.18.5 (#27961)
  • feeefc5 docs: Update help template to fix wiki link (#27963)
  • e5f4492 docs: Update contribution guidelines to fix wiki link (#27960)
  • 86b9121 Rename minVersionForCollab to oldestSupportedClient (#27806)
  • d85ca45 Update typetests baselines post release (#27924)
  • 3273202 build: bump client version to 2.116.0 (#27899)
  • 7c166ec build: generate release notes and changelogs for 2.115.0 (#27900)
  • afa15c8 test(azure-client, tinylicious-client): Ensure test results are correctly pub...
  • Additional commits viewable in compare view

Updates fluid-framework from 2.114.0 to 2.116.1

Release notes

Sourced from fluid-framework's releases.

Fluid Framework v2.116.1 (patch)

What's Changed

Full Changelog: microsoft/FluidFramework@client_v2.116.0...client_v2.116.1

Fluid Framework v2.116.0 (minor)

Contents

  • ✨ New Features
    • [Additional change validation options (#27977)](#user-content-additional-change-validation-options-27977)
  • 🐛 Bug Fixes
    • [Improve validation in SharedTree forests (#27920)](#user-content-improve-validation-in-sharedtree-forests-27920)
    • [Fix LocalReferenceCollection.walkReferences skipping the starting reference (#27947)](#user-content-fix-localreferencecollectionwalkreferences-skipping-the-starting-reference-27947)
  • ⚠️ Deprecations
    • [Rename minVersionForCollab to oldestSupportedClient (#27806)](#user-content-rename-minversionforcollab-to-oldestsupportedclient-27806)

✨ New Features

Additional change validation options (#27977)

Adds the following new options to SharedTreeOptions (alpha):

  • validateCommitsOnFirstSubmission: (default: false) When true, validates that commits being submitted for the first time can be applied without errors to a view.
  • validateRebasedCommitsBeforeResubmission: (default: false) When true, validates that the commits being resubmitted can be applied without errors to a view.

In the event that a commit cannot be applied, SharedTree will throw an error and will enter a "broken" state, preventing the offending commit (and any further commits) from being submitted. This can be enabled (at the cost of performance) to improve safety against document corruption in the event of a bug in the SharedTree code: when the additional validation is enabled, a client will error instead of potentially corrupting the document.

These flags are experimental. We recommend turning them on (first validateRebasedCommitsBeforeResubmission and, if needed, validateCommitsOnFirstSubmission) when trying to mitigate bugs in SharedTree or performing root cause analysis.

We recommend configuring SharedTree with the optimized forest implementation to reduce the performance impact of this validation.

Change details

Commit: d3a9a3e

Affected packages:

  • fluid-framework
  • @​fluidframework/tree

⬆️ Table of contents

🐛 Bug Fixes

... (truncated)

Changelog

Sourced from fluid-framework's changelog.

fluid-framework

2.116.0

Minor Changes

  • Improve validation in SharedTree forests (#27920) 9c67a984ca

    Our ForestType implementations now have better and more consistent validation of changes being applied. This should only impact cases which have hit bugs, resulting in edits which are not valid for the tree they are being applied to. Now the asserts should be more specific, helping to triage such issues. This also reduces the risk of document corruption by catching invalid data earlier and more consistently.

  • Additional change validation options (#27977) d3a9a3e1bf

    Adds the following new options to SharedTreeOptions (alpha):

    • validateCommitsOnFirstSubmission: (default: false) When true, validates that commits being submitted for the first time can be applied without errors to a view.
    • validateRebasedCommitsBeforeResubmission: (default: false) When true, validates that the commits being resubmitted can be applied without errors to a view.

    In the event that a commit cannot be applied, SharedTree will throw an error and will enter a "broken" state, preventing the offending commit (and any further commits) from being submitted. This can be enabled (at the cost of performance) to improve safety against document corruption in the event of a bug in the SharedTree code: when the additional validation is enabled, a client will error instead of potentially corrupting the document.

    These flags are experimental. We recommend turning them on (first validateRebasedCommitsBeforeResubmission and, if needed, validateCommitsOnFirstSubmission) when trying to mitigate bugs in SharedTree or performing root cause analysis.

    We recommend configuring SharedTree with the optimized forest implementation to reduce the performance impact of this validation.

  • Rename minVersionForCollab to oldestSupportedClient (#27806) 86b912170c

    The cross-client compatibility parameter has new names:

... (truncated)

Commits
  • 93faa7d build(client): bump release branch to 2.116.1 and update type tests (#28000)
  • 7ca3e45 build: generate notes and changelogs for 2.116.0 (#27991)
  • d3a9a3e feat(tree): optional commit validation (#27977)
  • 52a1af1 build(client): update @​arethetypeswrong/cli to 0.18.5 (#27961)
  • feeefc5 docs: Update help template to fix wiki link (#27963)
  • e5f4492 docs: Update contribution guidelines to fix wiki link (#27960)
  • 86b9121 Rename minVersionForCollab to oldestSupportedClient (#27806)
  • d85ca45 Update typetests baselines post release (#27924)
  • 3273202 build: bump client version to 2.116.0 (#27899)
  • 7c166ec build: generate release notes and changelogs for 2.115.0 (#27900)
  • Additional commits viewable in compare view

Updates @fluidframework/aqueduct from 2.114.0 to 2.116.1

Release notes

Sourced from @​fluidframework/aqueduct's releases.

Fluid Framework v2.116.1 (patch)

What's Changed

Full Changelog: microsoft/FluidFramework@client_v2.116.0...client_v2.116.1

Fluid Framework v2.116.0 (minor)

Contents

  • ✨ New Features
    • [Additional change validation options (#27977)](#user-content-additional-change-validation-options-27977)
  • 🐛 Bug Fixes
    • [Improve validation in SharedTree forests (#27920)](#user-content-improve-validation-in-sharedtree-forests-27920)
    • [Fix LocalReferenceCollection.walkReferences skipping the starting reference (#27947)](#user-content-fix-localreferencecollectionwalkreferences-skipping-the-starting-reference-27947)
  • ⚠️ Deprecations
    • [Rename minVersionForCollab to oldestSupportedClient (#27806)](#user-content-rename-minversionforcollab-to-oldestsupportedclient-27806)

✨ New Features

Additional change validation options (#27977)

Adds the following new options to SharedTreeOptions (alpha):

  • validateCommitsOnFirstSubmission: (default: false) When true, validates that commits being submitted for the first time can be applied without errors to a view.
  • validateRebasedCommitsBeforeResubmission: (default: false) When true, validates that the commits being resubmitted can be applied without errors to a view.

In the event that a commit cannot be applied, SharedTree will throw an error and will enter a "broken" state, preventing the offending commit (and any further commits) from being submitted. This can be enabled (at the cost of performance) to improve safety against document corruption in the event of a bug in the SharedTree code: when the additional validation is enabled, a client will error instead of potentially corrupting the document.

These flags are experimental. We recommend turning them on (first validateRebasedCommitsBeforeResubmission and, if needed, validateCommitsOnFirstSubmission) when trying to mitigate bugs in SharedTree or performing root cause analysis.

We recommend configuring SharedTree with the optimized forest implementation to reduce the performance impact of this validation.

Change details

Commit: d3a9a3e

Affected packages:

  • fluid-framework
  • @​fluidframework/tree

⬆️ Table of contents

🐛 Bug Fixes

... (truncated)

Changelog

Sourced from @​fluidframework/aqueduct's changelog.

@​fluidframework/aqueduct

2.116.0

Minor Changes

... (truncated)

Commits

Updates @fluidframework/container-definitions from 2.114.0 to 2.116.1

Release notes

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

Fluid Framework v2.116.1 (patch)

What's Changed

Full Changelog: microsoft/FluidFramework@client_v2.116.0...client_v2.116.1

Fluid Framework v2.116.0 (minor)

Contents

  • ✨ New Features
    • [Additional change validation options (#27977)](#user-content-additional-change-validation-options-27977)
  • 🐛 Bug Fixes
    • [Improve validation in SharedTree forests (#27920)](#user-content-improve-validation-in-sharedtree-forests-27920)
    • [Fix LocalReferenceCollection.walkReferences skipping the starting reference (#27947)](#user-content-fix-localreferencecollectionwalkreferences-skipping-the-starting-reference-27947)
  • ⚠️ Deprecations
    • [Rename minVersionForCollab to oldestSupportedClient (#27806)](#user-content-rename-minversionforcollab-to-oldestsupportedclient-27806)

✨ New Features

Additional change validation options (#27977)

Adds the following new options to SharedTreeOptions (alpha):

  • validateCommitsOnFirstSubmission: (default: false) When true, validates that commits being submitted for the first time can be applied without errors to a view.
  • validateRebasedCommitsBeforeResubmission: (default: false) When true, validates that the commits being resubmitted can be applied without errors to a view.

In the event that a commit cannot be applied, SharedTree will throw an error and will enter a "broken" state, preventing the offending commit (and any further commits) from being submitted. This can be enabled (at the cost of performance) to improve safety against document corruption in the event of a bug in the SharedTree code: when the additional validation is enabled, a client will error instead of potentially corrupting the document.

These flags are experimental. We recommend turning them on (first validateRebasedCommitsBeforeResubmission and, if needed, validateCommitsOnFirstSubmission) when trying to mitigate bugs in SharedTree or performing root cause analysis.

We recommend configuring SharedTree with the optimized forest implementation to reduce the performance impact of this validation.

Change details

Commit: d3a9a3e

Affected packages:

  • fluid-framework
  • @​fluidframework/tree

⬆️ Table of contents

🐛 Bug Fixes

... (truncated)

Changelog

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

@​fluidframework/container-definitions

2.116.0

Dependency updates only.

2.115.0

Dependency updates only.

Commits
  • 93faa7d build(client): bump release branch to 2.116.1 and update type tests (#28000)
  • 7ca3e45 build: generate notes and changelogs for 2.116.0 (#27991)
  • 52a1af1 build(client): update @​arethetypeswrong/cli to 0.18.5 (#27961)
  • feeefc5 docs: Update help template to fix wiki link (#27963)
  • e5f4492 docs: Update contribution guidelines to fix wiki link (#27960)
  • d85ca45 Update typetests baselines post release (#27924)
  • 3273202 build: bump client version to 2.116.0 (#27899)
  • 7c166ec build: generate release notes and changelogs for 2.115.0 (#27900)
  • fc5dc2e feat(container-runtime): add internal version mark resolver (#27885)
  • 2b1b767 feat(container-runtime): add internal version mark resolver (#27834)
  • Additional commits viewable in compare view

Updates @fluidframework/container-loader from 2.114.0 to 2.116.1

Release notes

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

Fluid Framework v2.116.1 (patch)

What's Changed

Full Changelog: microsoft/FluidFramework@client_v2.116.0...client_v2.116.1

Fluid Framework v2.116.0 (minor)

Contents

  • ✨ New Features
    • [Additional change validation options (#27977)](#user-content-additional-change-validation-options-27977)
  • 🐛 Bug Fixes
    • [Improve validation in SharedTree forests (#27920)](#user-content-improve-validation-in-sharedtree-forests-27920)
    • [Fix LocalReferenceCollection.walkReferences skipping the starting reference (#27947)](#user-content-fix-localreferencecollectionwalkreferences-skipping-the-starting-reference-27947)
  • ⚠️ Deprecations
    • [Rename minVersionForCollab to oldestSupportedClient (#27806)](#user-content-rename-minversionforcollab-to-oldestsupportedclient-27806)

✨ New Features

Additional change validation options (#27977)

Adds the following new options to SharedTreeOptions (alpha):

  • validateCommitsOnFirstSubmission: (default: false) When true, validates that commits being submitted for the first time can be applied without errors to a view.
  • validateRebasedCommitsBeforeResubmission: (default: false) When true, validates that the commits being resubmitted can be applied without errors to a view.

In the event that a commit cannot be applied, SharedTree will throw an error and will enter a "broken" state, preventing the offending commit (and any further commits) from being submitted. This can be enabled (at the cost of performance) to improve safety against document corruption in the event of a bug in the SharedTree code: when the additional validation is enabled, a client will error instead of potentially corrupting the document.

These flags are experimental. We recommend turning them on (first validateRebasedCommitsBeforeResubmission and, if needed, validateCommitsOnFirstSubmission) when trying to mitigate bugs in SharedTree or performing root cause analysis.

We recommend configuring SharedTree with the optimized forest implementation to reduce the performance impact of this validation.

Change details

Commit: d3a9a3e

Affected packages:

  • fluid-framework
  • @​fluidframework/tree

⬆️ Table of contents

🐛 Bug Fixes

... (truncated)

Changelog

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

@​fluidframework/container-loader

2.116.0

Dependency updates only.

2.115.0

Dependency updates only.

Commits
  • 93faa7d build(client): bump release branch to 2.116.1 and update type tests (#28000)
  • 7ca3e45 build: generate notes and changelogs for 2.116.0 (#27991)
  • 93eb6a1 Promote point-in-time APIs to legacy beta (#27976)
  • 52a1af1 build(client): update @​arethetypeswrong/cli to 0.18.5 (#27961)
  • feeefc5 docs: Update help template to fix wiki link (#27963)
  • e5f4492 docs: Update contribution guidelines to fix wiki link (#27960)
  • d85ca45 Update typetests baselines post release (#27924)
  • 3273202 build: bump client version to 2.116.0 (#27899)
  • 7c166ec build: generate release notes and changelogs for 2.115.0 (#27900)
  • fc5dc2e feat(container-runtime): add internal version mark resolver (#27885)
  • Additional commits viewable in compare view

Updates @fluidframework/container-runtime from 2.114.0 to 2.116.1

Release notes

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

Fluid Framework v2.116.1 (patch)

What's Changed

Full Changelog: microsoft/FluidFramework@client_v2.116.0...client_v2.116.1

Fluid Framework v2.116.0 (minor)

Contents

  • ✨ New Features
    • [Additional change validation options (#27977)](#user-content-additional-change-validation-options-27977)
  • 🐛 Bug Fixes
    • [Improve validation in SharedTree forests (#27920)](#user-content-improve-validation-in-sharedtree-forests-27920)
    • [Fix LocalReferenceCollection.walkReferences skipping the starting reference (#27947)](#user-content-fix-localreferencecollectionwalkreferences-skipping-the-starting-reference-27947)
  • ⚠️ Deprecations
    • [Rename minVersionForCollab to oldestSupportedClient (#27806)](#user-content-rename-minversionforcollab-to-oldestsupportedclient-27806)

✨ New Features

Additional change validation options (#27977)

Adds the following new options to SharedTreeOptions (alpha):

  • validateCommitsOnFirstSubmission: (default: false) When true, validates that commits being submitted for the first time can be applied without errors to a view.
  • validateRebasedCommitsBeforeResubmission: (default: false) When true, validates that the commits being resubmitted can be applied without errors to a view.

In the event that a commit cannot be applied, SharedTree will throw an error and will enter a "broken" state, preventing...

Description has been truncated

Bumps the fluid-framework-dependencies group with 29 updates:

| Package | From | To |
| --- | --- | --- |
| [@fluidframework/tinylicious-client](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/service-clients/tinylicious-client) | `2.114.0` | `2.116.1` |
| [fluid-framework](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/framework/fluid-framework) | `2.114.0` | `2.116.1` |
| [@fluidframework/aqueduct](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/framework/aqueduct) | `2.114.0` | `2.116.1` |
| [@fluidframework/container-definitions](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/common/container-definitions) | `2.114.0` | `2.116.1` |
| [@fluidframework/container-loader](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/loader/container-loader) | `2.114.0` | `2.116.1` |
| [@fluidframework/container-runtime](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/runtime/container-runtime) | `2.114.0` | `2.116.1` |
| [@fluidframework/container-runtime-definitions](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/runtime/container-runtime-definitions) | `2.114.0` | `2.116.1` |
| [@fluidframework/core-interfaces](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/common/core-interfaces) | `2.114.0` | `2.116.1` |
| [@fluidframework/core-utils](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/common/core-utils) | `2.114.0` | `2.116.1` |
| [@fluidframework/datastore](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/runtime/datastore) | `2.114.0` | `2.116.1` |
| [@fluidframework/datastore-definitions](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/runtime/datastore-definitions) | `2.114.0` | `2.116.1` |
| [@fluidframework/driver-base](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/drivers/driver-base) | `2.114.0` | `2.116.1` |
| [@fluidframework/driver-definitions](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/common/driver-definitions) | `2.114.0` | `2.116.1` |
| [@fluidframework/driver-utils](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/loader/driver-utils) | `2.114.0` | `2.116.1` |
| [@fluidframework/fluid-static](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/framework/fluid-static) | `2.114.0` | `2.116.1` |
| [@fluidframework/id-compressor](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/runtime/id-compressor) | `2.114.0` | `2.116.1` |
| [@fluidframework/map](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/dds/map) | `2.114.0` | `2.116.1` |
| [@fluidframework/merge-tree](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/dds/merge-tree) | `2.114.0` | `2.116.1` |
| [@fluidframework/request-handler](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/framework/request-handler) | `2.114.0` | `2.116.1` |
| [@fluidframework/routerlicious-driver](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/drivers/routerlicious-driver) | `2.114.0` | `2.116.1` |
| [@fluidframework/runtime-definitions](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/runtime/runtime-definitions) | `2.114.0` | `2.116.1` |
| [@fluidframework/runtime-utils](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/runtime/runtime-utils) | `2.114.0` | `2.116.1` |
| [@fluidframework/sequence](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/dds/sequence) | `2.114.0` | `2.116.1` |
| [@fluidframework/shared-object-base](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/dds/shared-object-base) | `2.114.0` | `2.116.1` |
| [@fluidframework/synthesize](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/framework/synthesize) | `2.114.0` | `2.116.1` |
| [@fluidframework/telemetry-utils](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/utils/telemetry-utils) | `2.114.0` | `2.116.1` |
| [@fluidframework/tinylicious-driver](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/drivers/tinylicious-driver) | `2.114.0` | `2.116.1` |
| [@fluidframework/tree](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/dds/tree) | `2.114.0` | `2.116.1` |
| [@fluidframework/type-factory](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/framework/type-factory) | `2.114.0` | `2.116.1` |


Updates `@fluidframework/tinylicious-client` from 2.114.0 to 2.116.1
- [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.116.1/packages/service-clients/tinylicious-client)

Updates `fluid-framework` from 2.114.0 to 2.116.1
- [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.116.1/packages/framework/fluid-framework)

Updates `@fluidframework/aqueduct` from 2.114.0 to 2.116.1
- [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.116.1/packages/framework/aqueduct)

Updates `@fluidframework/container-definitions` from 2.114.0 to 2.116.1
- [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.116.1/packages/common/container-definitions)

Updates `@fluidframework/container-loader` from 2.114.0 to 2.116.1
- [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.116.1/packages/loader/container-loader)

Updates `@fluidframework/container-runtime` from 2.114.0 to 2.116.1
- [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.116.1/packages/runtime/container-runtime)

Updates `@fluidframework/container-runtime-definitions` from 2.114.0 to 2.116.1
- [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.116.1/packages/runtime/container-runtime-definitions)

Updates `@fluidframework/core-interfaces` from 2.114.0 to 2.116.1
- [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.116.1/packages/common/core-interfaces)

Updates `@fluidframework/core-utils` from 2.114.0 to 2.116.1
- [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.116.1/packages/common/core-utils)

Updates `@fluidframework/datastore` from 2.114.0 to 2.116.1
- [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.116.1/packages/runtime/datastore)

Updates `@fluidframework/datastore-definitions` from 2.114.0 to 2.116.1
- [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.116.1/packages/runtime/datastore-definitions)

Updates `@fluidframework/driver-base` from 2.114.0 to 2.116.1
- [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.116.1/packages/drivers/driver-base)

Updates `@fluidframework/driver-definitions` from 2.114.0 to 2.116.1
- [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.116.1/packages/common/driver-definitions)

Updates `@fluidframework/driver-utils` from 2.114.0 to 2.116.1
- [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.116.1/packages/loader/driver-utils)

Updates `@fluidframework/fluid-static` from 2.114.0 to 2.116.1
- [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.116.1/packages/framework/fluid-static)

Updates `@fluidframework/id-compressor` from 2.114.0 to 2.116.1
- [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.116.1/packages/runtime/id-compressor)

Updates `@fluidframework/map` from 2.114.0 to 2.116.1
- [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.116.1/packages/dds/map)

Updates `@fluidframework/merge-tree` from 2.114.0 to 2.116.1
- [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.116.1/packages/dds/merge-tree)

Updates `@fluidframework/request-handler` from 2.114.0 to 2.116.1
- [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.116.1/packages/framework/request-handler)

Updates `@fluidframework/routerlicious-driver` from 2.114.0 to 2.116.1
- [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.116.1/packages/drivers/routerlicious-driver)

Updates `@fluidframework/runtime-definitions` from 2.114.0 to 2.116.1
- [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.116.1/packages/runtime/runtime-definitions)

Updates `@fluidframework/runtime-utils` from 2.114.0 to 2.116.1
- [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.116.1/packages/runtime/runtime-utils)

Updates `@fluidframework/sequence` from 2.114.0 to 2.116.1
- [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.116.1/packages/dds/sequence)

Updates `@fluidframework/shared-object-base` from 2.114.0 to 2.116.1
- [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.116.1/packages/dds/shared-object-base)

Updates `@fluidframework/synthesize` from 2.114.0 to 2.116.1
- [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.116.1/packages/framework/synthesize)

Updates `@fluidframework/telemetry-utils` from 2.114.0 to 2.116.1
- [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.116.1/packages/utils/telemetry-utils)

Updates `@fluidframework/tinylicious-driver` from 2.114.0 to 2.116.1
- [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.116.1/packages/drivers/tinylicious-driver)

Updates `@fluidframework/tree` from 2.114.0 to 2.116.1
- [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.116.1/packages/dds/tree)

Updates `@fluidframework/type-factory` from 2.114.0 to 2.116.1
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/framework/type-factory/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.116.1/packages/framework/type-factory)

---
updated-dependencies:
- dependency-name: "@fluidframework/tinylicious-client"
  dependency-version: 2.116.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: fluid-framework
  dependency-version: 2.116.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/aqueduct"
  dependency-version: 2.116.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/container-definitions"
  dependency-version: 2.116.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/container-loader"
  dependency-version: 2.116.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/container-runtime"
  dependency-version: 2.116.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/container-runtime-definitions"
  dependency-version: 2.116.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/core-interfaces"
  dependency-version: 2.116.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/core-utils"
  dependency-version: 2.116.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/datastore"
  dependency-version: 2.116.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/datastore-definitions"
  dependency-version: 2.116.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/driver-base"
  dependency-version: 2.116.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/driver-definitions"
  dependency-version: 2.116.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/driver-utils"
  dependency-version: 2.116.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/fluid-static"
  dependency-version: 2.116.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/id-compressor"
  dependency-version: 2.116.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/map"
  dependency-version: 2.116.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/merge-tree"
  dependency-version: 2.116.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/request-handler"
  dependency-version: 2.116.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/routerlicious-driver"
  dependency-version: 2.116.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/runtime-definitions"
  dependency-version: 2.116.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/runtime-utils"
  dependency-version: 2.116.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/sequence"
  dependency-version: 2.116.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/shared-object-base"
  dependency-version: 2.116.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/synthesize"
  dependency-version: 2.116.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/telemetry-utils"
  dependency-version: 2.116.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/tinylicious-driver"
  dependency-version: 2.116.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/tree"
  dependency-version: 2.116.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/type-factory"
  dependency-version: 2.116.1
  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 Sep 3, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 3, 2026 11:25
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 3, 2026
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

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