Skip to content

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

Merged
Steffen Lösch (steffenloesch) merged 2 commits into
mainfrom
dependabot/npm_and_yarn/main/fluid-framework-dependencies-3983e5dcde
Sep 21, 2026
Merged

Steffen Lösch (steffenloesch) merged 2 commits into
mainfrom
dependabot/npm_and_yarn/main/fluid-framework-dependencies-3983e5dcde

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

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

Updates @fluidframework/tinylicious-client from 2.116.1 to 3.0.2

Release notes

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

Fluid Framework v3.0.2 (patch)

What's Changed

Full Changelog: microsoft/FluidFramework@client_v3.0.1...client_v3.0.2

Fluid Framework v3.0.1 (patch)

What's Changed

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

Fluid Framework v3.0.0 (major)

Contents

  • 🚨 Breaking Changes
    • [Removal of direct CommonJS support (#27846)](#user-content-removal-of-direct-commonjs-support-27846)
    • [Require modern TypeScript module resolution (#27846)](#user-content-require-modern-typescript-module-resolution-27846)
    • [Remove deprecated compatibility mode APIs (#27909)](#user-content-remove-deprecated-compatibility-mode-apis-27909)
    • [Require a log level for every telemetry event (#27982)](#user-content-require-a-log-level-for-every-telemetry-event-27982)
    • [Require oldest supported clients to use Fluid Framework 2.0 or later (#28127)](#user-content-require-oldest-supported-clients-to-use-fluid-framework-20-or-later-28127)
    • [Build with TypeScript 6 (#27846)](#user-content-build-with-typescript-6-27846)
    • [Deprecated log level aliases have been removed (#27983)](#user-content-deprecated-log-level-aliases-have-been-removed-27983)
    • [Container APIs use Fluid-owned collection types (#27908)](#user-content-container-apis-use-fluid-owned-collection-types-27908)
    • [Pending local state uses Fluid-owned iterator types (#27908)](#user-content-pending-local-state-uses-fluid-owned-iterator-types-27908)
    • [Presence maps use Fluid-owned iterator types (#27908)](#user-content-presence-maps-use-fluid-owned-iterator-types-27908)
    • [Shared maps use Fluid-owned map types (#27908)](#user-content-shared-maps-use-fluid-owned-map-types-27908)
    • [Tree containers use Fluid-owned collection types (#27908)](#user-content-tree-containers-use-fluid-owned-collection-types-27908)
  • ✨ New Features
    • [Enable point-in-time loading on the standard ODSP document service factory (#28007)](#user-content-enable-point-in-time-loading-on-the-standard-odsp-document-service-factory-28007)
    • [Add reference-only capture for reusable container baselines (#28006)](#user-content-add-reference-only-capture-for-reusable-container-baselines-28006)
    • [New ILayerCompatSupportRequirements property on LocalDocumentServiceFactory and OdspDocumentServiceFactoryCore (#27516)](#user-content-new-ilayercompatsupportrequirements-property-on-localdocumentservicefactory-and-odspdocumentservicefactorycore-27516)
    • [Collaborative text editors can track selections across edits (#27907)](#user-content-collaborative-text-editors-can-track-selections-across-edits-27907)
    • [Add server timestamps to beta version mark resolution APIs (#28037)](#user-content-add-server-timestamps-to-beta-version-mark-resolution-apis-28037)
  • 🌳 SharedTree DDS Changes
    • [Fixed bug in no-change constraint revert precondition (#27989)](#user-content-fixed-bug-in-no-change-constraint-revert-precondition-27989)
    • [Bug fix: forking during changed event callback is now safe (#28008)](#user-content-bug-fix-forking-during-changed-event-callback-is-now-safe-28008)
    • [asAlpha now supports ITree (#28011)](#user-content-asalpha-now-supports-itree-28011)
    • [Formatted text uniform runs now account for optional formatting fields (#28014)](#user-content-formatted-text-uniform-runs-now-account-for-optional-formatting-fields-28014)
    • [Rename TreeBranch and TreeBranchAlpha to UntypedTreeView (#27932)](#user-content-rename-treebranch-and-treebranchalpha-to-untypedtreeview-27932)
    • [Remove the deprecated TreeAlpha.branch API (#27932)](#user-content-remove-the-deprecated-treealphabranch-api-27932)
    • [The treeChanged event reserves its listener argument for event data (#27951)](#user-content-the-treechanged-event-reserves-its-listener-argument-for-event-data-27951)

... (truncated)

Changelog

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

@​fluidframework/tinylicious-client

3.1.0

Dependency updates only.

3.0.0

Minor Changes

  • Require oldest supported clients to use Fluid Framework 2.0 or later (#28127) 98956144ada

    Client 3.0 narrows OldestSupportedClientVersion to stable 2.x versions and 3.x minor checkpoints whose patch is zero. The deprecated MinimumVersionForCollab alias inherits the same restriction and remains available until Client 4.0.

    Container runtimes now reject values below "2.0.0" and prerelease values. APIs that still permit the setting to be omitted use "2.0.0", with the same runtime defaults and validation as explicitly passing "2.0.0".

    Before upgrading an application to Client 3.0, upgrade every active deployment that must collaborate to Fluid Framework 2.0.0 or later. Explicit compatibility settings must use the canonical property or Azure, ODSP, or Tinylicious service-client argument with a stable 2.x version or a 3.x minor checkpoint such as "3.1.0":

    const { container } = await azureClient.getContainer(
      id,
      schema,
      "2.0.0", // oldestSupportedClient
    );

    See microsoft/FluidFramework#27460 for migration context.

  • Removal of direct CommonJS support (#28124) 0f84e3b8878

    Direct require() import is no longer directly supported. Package is transpiled as ECMAScript Module.

    See Removal of direct CommonJS support in v3.0 for more information.

  • Remove deprecated compatibility mode APIs (#27909) 103cc0b7cbf

    Deprecated CompatibilityMode exports and overloads have been removed from @fluidframework/fluid-static, @fluidframework/azure-client, and @fluidframework/tinylicious-client.

    Use OldestSupportedClientVersion SemVer strings instead:

... (truncated)

Commits
  • c2fe8c5 Bump patch version to 3.0.2 (#28195)
  • 27f9d5c bump patch version to 3.0.1 (#28183)
  • cb0d7e6 release notes and changelogs for 3.0 (#28169)
  • 9895614 Advance Client 3.0 compatibility floor to 2.0.0 (#28127)
  • 0f84e3b build(client): remove CommonJS from package.json exports (#28124)
  • c250fe1 Tweak support for 3.x in OldestSupportedClientVersion (#28022)
  • 2c07249 docs: Update generated README content to use Simplified Technical English (#2...
  • 261559f build(client): update to module=node20 (#28062)
  • 59f5687 build(client): remove remaining Node10 package properties (#28056)
  • a12075a docs: Update Client Requirements template for 3.0 release (#27802)
  • Additional commits viewable in compare view

Updates fluid-framework from 2.116.1 to 3.0.2

Release notes

Sourced from fluid-framework's releases.

Fluid Framework v3.0.2 (patch)

What's Changed

Full Changelog: microsoft/FluidFramework@client_v3.0.1...client_v3.0.2

Fluid Framework v3.0.1 (patch)

What's Changed

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

Fluid Framework v3.0.0 (major)

Contents

  • 🚨 Breaking Changes
    • [Removal of direct CommonJS support (#27846)](#user-content-removal-of-direct-commonjs-support-27846)
    • [Require modern TypeScript module resolution (#27846)](#user-content-require-modern-typescript-module-resolution-27846)
    • [Remove deprecated compatibility mode APIs (#27909)](#user-content-remove-deprecated-compatibility-mode-apis-27909)
    • [Require a log level for every telemetry event (#27982)](#user-content-require-a-log-level-for-every-telemetry-event-27982)
    • [Require oldest supported clients to use Fluid Framework 2.0 or later (#28127)](#user-content-require-oldest-supported-clients-to-use-fluid-framework-20-or-later-28127)
    • [Build with TypeScript 6 (#27846)](#user-content-build-with-typescript-6-27846)
    • [Deprecated log level aliases have been removed (#27983)](#user-content-deprecated-log-level-aliases-have-been-removed-27983)
    • [Container APIs use Fluid-owned collection types (#27908)](#user-content-container-apis-use-fluid-owned-collection-types-27908)
    • [Pending local state uses Fluid-owned iterator types (#27908)](#user-content-pending-local-state-uses-fluid-owned-iterator-types-27908)
    • [Presence maps use Fluid-owned iterator types (#27908)](#user-content-presence-maps-use-fluid-owned-iterator-types-27908)
    • [Shared maps use Fluid-owned map types (#27908)](#user-content-shared-maps-use-fluid-owned-map-types-27908)
    • [Tree containers use Fluid-owned collection types (#27908)](#user-content-tree-containers-use-fluid-owned-collection-types-27908)
  • ✨ New Features
    • [Enable point-in-time loading on the standard ODSP document service factory (#28007)](#user-content-enable-point-in-time-loading-on-the-standard-odsp-document-service-factory-28007)
    • [Add reference-only capture for reusable container baselines (#28006)](#user-content-add-reference-only-capture-for-reusable-container-baselines-28006)
    • [New ILayerCompatSupportRequirements property on LocalDocumentServiceFactory and OdspDocumentServiceFactoryCore (#27516)](#user-content-new-ilayercompatsupportrequirements-property-on-localdocumentservicefactory-and-odspdocumentservicefactorycore-27516)
    • [Collaborative text editors can track selections across edits (#27907)](#user-content-collaborative-text-editors-can-track-selections-across-edits-27907)
    • [Add server timestamps to beta version mark resolution APIs (#28037)](#user-content-add-server-timestamps-to-beta-version-mark-resolution-apis-28037)
  • 🌳 SharedTree DDS Changes
    • [Fixed bug in no-change constraint revert precondition (#27989)](#user-content-fixed-bug-in-no-change-constraint-revert-precondition-27989)
    • [Bug fix: forking during changed event callback is now safe (#28008)](#user-content-bug-fix-forking-during-changed-event-callback-is-now-safe-28008)
    • [asAlpha now supports ITree (#28011)](#user-content-asalpha-now-supports-itree-28011)
    • [Formatted text uniform runs now account for optional formatting fields (#28014)](#user-content-formatted-text-uniform-runs-now-account-for-optional-formatting-fields-28014)
    • [Rename TreeBranch and TreeBranchAlpha to UntypedTreeView (#27932)](#user-content-rename-treebranch-and-treebranchalpha-to-untypedtreeview-27932)
    • [Remove the deprecated TreeAlpha.branch API (#27932)](#user-content-remove-the-deprecated-treealphabranch-api-27932)
    • [The treeChanged event reserves its listener argument for event data (#27951)](#user-content-the-treechanged-event-reserves-its-listener-argument-for-event-data-27951)

... (truncated)

Changelog

Sourced from fluid-framework's changelog.

fluid-framework

3.1.0

Minor Changes

  • Fix an infinite loop bug in revertTo (#28219) 8c8ca60891d

    Fixes a bug in UntypedTreeViewAlpha.revertTo which could trigger an infinite loop when called. This bug is not known to cause document corruption.

  • Fix a bug in revertTo (#28202) acaed12e86d

    Fixes a bug in UntypedTreeViewAlpha.revertTo which could trigger assert codes 0x7ce, 0x8a1, 0x695, and possibly others. This bug is not known to cause document corruption.

  • Support flexible indexers when creating tree indexes (#28210) 3920a9a6665

    createTreeIndex now accepts the new TreeIndexKeyFieldSelector type: either a pure callback or an object with a get method. This simplifies the factory to two overloads while continuing to support Map and ReadonlyMap values.

  • Fields defined with SchemaFactoryAlpha.identifier() now generate identifiers when omitted (#28178) cf51fdd7e09

    Fields defined with SchemaFactoryAlpha.identifier() now correctly generate identifiers when omitted.

3.0.0

Minor Changes

  • asAlpha now supports ITree (#28011) 4ef2d87f605

    The asAlpha function now accepts an ITree and returns its ITreeAlpha API.

    import { asAlpha, type ITree } from "@fluidframework/tree/alpha";
    declare const tree: ITree;
    const alphaTree = asAlpha(tree);

  • Require oldest supported clients to use Fluid Framework 2.0 or later (#28127) 98956144ada

    Client 3.0 narrows OldestSupportedClientVersion to stable 2.x versions and 3.x minor checkpoints whose patch is zero. The deprecated MinimumVersionForCollab alias inherits the same restriction and remains available until Client 4.0.

    Container runtimes now reject values below "2.0.0" and prerelease values. APIs that still permit the setting to be omitted use "2.0.0", with the same runtime defaults and validation as explicitly passing "2.0.0".

... (truncated)

Commits

Updates @fluidframework/aqueduct from 2.116.1 to 3.0.2

Release notes

Sourced from @​fluidframework/aqueduct's releases.

Fluid Framework v3.0.2 (patch)

What's Changed

Full Changelog: microsoft/FluidFramework@client_v3.0.1...client_v3.0.2

Fluid Framework v3.0.1 (patch)

What's Changed

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

Fluid Framework v3.0.0 (major)

Contents

  • 🚨 Breaking Changes
    • [Removal of direct CommonJS support (#27846)](#user-content-removal-of-direct-commonjs-support-27846)
    • [Require modern TypeScript module resolution (#27846)](#user-content-require-modern-typescript-module-resolution-27846)
    • [Remove deprecated compatibility mode APIs (#27909)](#user-content-remove-deprecated-compatibility-mode-apis-27909)
    • [Require a log level for every telemetry event (#27982)](#user-content-require-a-log-level-for-every-telemetry-event-27982)
    • [Require oldest supported clients to use Fluid Framework 2.0 or later (#28127)](#user-content-require-oldest-supported-clients-to-use-fluid-framework-20-or-later-28127)
    • [Build with TypeScript 6 (#27846)](#user-content-build-with-typescript-6-27846)
    • [Deprecated log level aliases have been removed (#27983)](#user-content-deprecated-log-level-aliases-have-been-removed-27983)
    • [Container APIs use Fluid-owned collection types (#27908)](#user-content-container-apis-use-fluid-owned-collection-types-27908)
    • [Pending local state uses Fluid-owned iterator types (#27908)](#user-content-pending-local-state-uses-fluid-owned-iterator-types-27908)
    • [Presence maps use Fluid-owned iterator types (#27908)](#user-content-presence-maps-use-fluid-owned-iterator-types-27908)
    • [Shared maps use Fluid-owned map types (#27908)](#user-content-shared-maps-use-fluid-owned-map-types-27908)
    • [Tree containers use Fluid-owned collection types (#27908)](#user-content-tree-containers-use-fluid-owned-collection-types-27908)
  • ✨ New Features
    • [Enable point-in-time loading on the standard ODSP document service factory (#28007)](#user-content-enable-point-in-time-loading-on-the-standard-odsp-document-service-factory-28007)
    • [Add reference-only capture for reusable container baselines (#28006)](#user-content-add-reference-only-capture-for-reusable-container-baselines-28006)
    • [New ILayerCompatSupportRequirements property on LocalDocumentServiceFactory and OdspDocumentServiceFactoryCore (#27516)](#user-content-new-ilayercompatsupportrequirements-property-on-localdocumentservicefactory-and-odspdocumentservicefactorycore-27516)
    • [Collaborative text editors can track selections across edits (#27907)](#user-content-collaborative-text-editors-can-track-selections-across-edits-27907)
    • [Add server timestamps to beta version mark resolution APIs (#28037)](#user-content-add-server-timestamps-to-beta-version-mark-resolution-apis-28037)
  • 🌳 SharedTree DDS Changes
    • [Fixed bug in no-change constraint revert precondition (#27989)](#user-content-fixed-bug-in-no-change-constraint-revert-precondition-27989)
    • [Bug fix: forking during changed event callback is now safe (#28008)](#user-content-bug-fix-forking-during-changed-event-callback-is-now-safe-28008)
    • [asAlpha now supports ITree (#28011)](#user-content-asalpha-now-supports-itree-28011)
    • [Formatted text uniform runs now account for optional formatting fields (#28014)](#user-content-formatted-text-uniform-runs-now-account-for-optional-formatting-fields-28014)
    • [Rename TreeBranch and TreeBranchAlpha to UntypedTreeView (#27932)](#user-content-rename-treebranch-and-treebranchalpha-to-untypedtreeview-27932)
    • [Remove the deprecated TreeAlpha.branch API (#27932)](#user-content-remove-the-deprecated-treealphabranch-api-27932)
    • [The treeChanged event reserves its listener argument for event data (#27951)](#user-content-the-treechanged-event-reserves-its-listener-argument-for-event-data-27951)

... (truncated)

Changelog

Sourced from @​fluidframework/aqueduct's changelog.

@​fluidframework/aqueduct

3.1.0

Dependency updates only.

3.0.0

Minor Changes

  • Require oldest supported clients to use Fluid Framework 2.0 or later (#28127) 98956144ada

    Client 3.0 narrows OldestSupportedClientVersion to stable 2.x versions and 3.x minor checkpoints whose patch is zero. The deprecated MinimumVersionForCollab alias inherits the same restriction and remains available until Client 4.0.

    Container runtimes now reject values below "2.0.0" and prerelease values. APIs that still permit the setting to be omitted use "2.0.0", with the same runtime defaults and validation as explicitly passing "2.0.0".

    Before upgrading an application to Client 3.0, upgrade every active deployment that must collaborate to Fluid Framework 2.0.0 or later. Explicit compatibility settings must use the canonical property or Azure, ODSP, or Tinylicious service-client argument with a stable 2.x version or a 3.x minor checkpoint such as "3.1.0":

    const { container } = await azureClient.getContainer(
      id,
      schema,
      "2.0.0", // oldestSupportedClient
    );

    See microsoft/FluidFramework#27460 for migration context.

  • Removal of direct CommonJS support (#28124) 0f84e3b8878

    Direct require() import is no longer directly supported. Package is transpiled as ECMAScript Module.

    See Removal of direct CommonJS support in v3.0 for more information.

  • Allow default-data-store runtime factories to receive compatibility settings (#28025) 692336741d3

    ContainerRuntimeFactoryWithDefaultDataStoreProps now exposes the optional oldestSupportedClient

... (truncated)

Commits
  • c2fe8c5 Bump patch version to 3.0.2 (#28195)
  • 27f9d5c bump patch version to 3.0.1 (#28183)
  • cb0d7e6 release notes and changelogs for 3.0 (#28169)
  • 9895614 Advance Client 3.0 compatibility floor to 2.0.0 (#28127)
  • 0f84e3b build(client): remove CommonJS from package.json exports (#28124)
  • 2c07249 docs: Update generated README content to use Simplified Technical English (#2...
  • 6923367 refactor(client): make compatibility choices explicit (#28025)
  • e4c4fea refactor(telemetry): pass an explicit LogLevel at every send call site (#28044)
  • 261559f build(client): update to module=node20 (#28062)
  • 59f5687 build(client): remove remaining Node10 package properties (#28056)
  • Additional commits viewable in compare view

Updates @fluidframework/container-definitions from 2.116.1 to 3.0.2

Release notes

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

Fluid Framework v3.0.2 (patch)

What's Changed

Full Changelog: microsoft/FluidFramework@client_v3.0.1...client_v3.0.2

Fluid Framework v3.0.1 (patch)

What's Changed

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

Fluid Framework v3.0.0 (major)

Contents

  • 🚨 Breaking Changes
    • [Removal of direct CommonJS support (#27846)](#user-content-removal-of-direct-commonjs-support-27846)
    • [Require modern TypeScript module resolution (#27846)](#user-content-require-modern-typescript-module-resolution-27846)
    • [Remove deprecated compatibility mode APIs (#27909)](#user-content-remove-deprecated-compatibility-mode-apis-27909)
    • [Require a log level for every telemetry event (#27982)](#user-content-require-a-log-level-for-every-telemetry-event-27982)
    • [Require oldest supported clients to use Fluid Framework 2.0 or later (#28127)](#user-content-require-oldest-supported-clients-to-use-fluid-framework-20-or-later-28127)
    • [Build with TypeScript 6 (#27846)](#user-content-build-with-typescript-6-27846)
    • [Deprecated log level aliases have been removed (#27983)](#user-content-deprecated-log-level-aliases-have-been-removed-27983)
    • [Container APIs use Fluid-owned collection types (#27908)](#user-content-container-apis-use-fluid-owned-collection-types-27908)
    • [Pending local state uses Fluid-owned iterator types (#27908)](#user-content-pending-local-state-uses-fluid-owned-iterator-types-27908)
    • [Presence maps use Fluid-owned iterator types (#27908)](#user-content-presence-maps-use-fluid-owned-iterator-types-27908)
    • [Shared maps use Fluid-owned map types (#27908)](#user-content-shared-maps-use-fluid-owned-map-types-27908)
    • [Tree containers use Fluid-owned collection types (#27908)](#user-content-tree-containers-use-fluid-owned-collection-types-27908)
  • ✨ New Features
    • [Enable point-in-time loading on the standard ODSP document service factory (#28007)](#user-content-enable-point-in-time-loading-on-the-standard-odsp-document-service-factory-28007)
    • [Add reference-only capture for reusable container baselines (#28006)](#user-content-add-reference-only-capture-for-reusable-container-baselines-28006)
    • [New ILayerCompatSupportRequirements property on LocalDocumentServiceFactory and OdspDocumentServiceFactoryCore (#27516)](#user-content-new-ilayercompatsupportrequirements-property-on-localdocumentservicefactory-and-odspdocumentservicefactorycore-27516)
    • [Collaborative text editors can track selections across edits (#27907)](#user-content-collaborative-text-editors-can-track-selections-across-edits-27907)
    • [Add server timestamps to beta version mark resolution APIs (#28037)](#user-content-add-server-timestamps-to-beta-version-mark-resolution-apis-28037)
  • 🌳 SharedTree DDS Changes
    • [Fixed bug in no-change constraint revert precondition (#27989)](#user-content-fixed-bug-in-no-change-constraint-revert-precondition-27989)
    • [Bug fix: forking during changed event callback is now safe (#28008)](#user-content-bug-fix-forking-during-changed-event-callback-is-now-safe-28008)
    • [asAlpha now supports ITree (#28011)](#user-content-asalpha-now-supports-itree-28011)
    • [Formatted text uniform runs now account for optional formatting fields (#28014)](#user-content-formatted-text-uniform-runs-now-account-for-optional-formatting-fields-28014)
    • [Rename TreeBranch and TreeBranchAlpha to UntypedTreeView (#27932)](#user-content-rename-treebranch-and-treebranchalpha-to-untypedtreeview-27932)
    • [Remove the deprecated TreeAlpha.branch API (#27932)](#user-content-remove-the-deprecated-treealphabranch-api-27932)
    • [The treeChanged event reserves its listener argument for event data (#27951)](#user-content-the-treechanged-event-reserves-its-listener-argument-for-event-data-27951)

... (truncated)

Changelog

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

@​fluidframework/container-definitions

3.1.0

Dependency updates only.

3.0.0

Minor Changes

  • Correct dirty and saved event transition documentation (#28141) 99478406687

    The IContainerEvents documentation now correctly states that the "dirty" event represents isDirty changing from false to true, while the "saved" event represents it changing from true to false.

  • Removal of direct CommonJS support (#28124) 0f84e3b8878

    Direct require() import is no longer directly supported. Package is transpiled as ECMAScript Module.

    See Removal of direct CommonJS support in v3.0 for more information.

  • Require modern TypeScript module resolution (#27970) 325e2016ca9

    Fluid Framework Client packages no longer include type declaration compatibility entrypoints for TypeScript's legacy Node10 resolution mode ("moduleResolution": "node" or "node10"). Applications upgrading to Fluid Framework 3.0 must use one of the following supported configurations:

    • "module": "Node16" with "moduleResolution": "Node16"
    • "module": "NodeNext" with "moduleResolution": "NodeNext"
    • "module": "ESNext" with "moduleResolution": "Bundler"

    Existing public package entrypoints exposed through package.json exports, including /alpha, /beta, and /legacy, remain available under supported module resolution modes.

    See Removal of Node10 resolutions in v3.0 for more information.

  • Client packages now target ES2022 (#27846) 91c78541bdd

    The TypeScript compilation target and lib for the Fluid Framework client packages have been raised from ES2021/ES2020 to ES2022. The published JavaScript now uses ES2022 language features (with correspondingly less down-leveling), so consuming these packages requires a runtime that supports ES2022. All actively supported Node.js versions and evergreen browsers already meet this requirement.

    Note that Fluid Framework has not officially supported targets older than ES2022 since before 2.0: this is documented in ClientRequirements.md as well as the README for every client package.

    It is...

    Description has been truncated

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 11, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 11, 2026 11:25
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 11, 2026
@azure-pipelines

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

@dependabot dependabot Bot changed the title build(deps): Bump the fluid-framework-dependencies group with 29 updates build(deps): Bump the fluid-framework-dependencies group across 1 directory with 29 updates Sep 11, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/main/fluid-framework-dependencies-3983e5dcde branch 2 times, most recently from e78bca1 to b576679 Compare September 11, 2026 19:45
@lindsnguyen

Copy link
Copy Markdown

/azp run FluidHelloWorld

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 1 pipeline(s).

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/main/fluid-framework-dependencies-3983e5dcde branch from b576679 to 51a9391 Compare September 11, 2026 21:02
@lindsnguyen

Copy link
Copy Markdown

/azp run FluidHelloWorld

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 1 pipeline(s).

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/main/fluid-framework-dependencies-3983e5dcde branch 2 times, most recently from 3ff9282 to ae6e0ed Compare September 21, 2026 11:25
@steffenloesch

Copy link
Copy Markdown
Contributor

/azp run FluidHelloWorld

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 1 pipeline(s).

…ectory with 29 updates

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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Updates `@fluidframework/type-factory` from 2.116.1 to 3.0.2
- [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_v3.0.2/packages/framework/type-factory)

---
updated-dependencies:
- dependency-name: "@fluidframework/aqueduct"
  dependency-version: 2.118.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/container-definitions"
  dependency-version: 2.118.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/container-loader"
  dependency-version: 2.118.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/container-runtime"
  dependency-version: 2.118.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/container-runtime-definitions"
  dependency-version: 2.118.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/core-interfaces"
  dependency-version: 2.118.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/core-utils"
  dependency-version: 2.118.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/datastore"
  dependency-version: 2.118.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/datastore-definitions"
  dependency-version: 2.118.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/driver-base"
  dependency-version: 2.118.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/driver-definitions"
  dependency-version: 2.118.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/driver-utils"
  dependency-version: 2.118.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/fluid-static"
  dependency-version: 2.118.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/id-compressor"
  dependency-version: 2.118.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/map"
  dependency-version: 2.118.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/merge-tree"
  dependency-version: 2.118.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/request-handler"
  dependency-version: 2.118.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/routerlicious-driver"
  dependency-version: 2.118.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/runtime-definitions"
  dependency-version: 2.118.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/runtime-utils"
  dependency-version: 2.118.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/sequence"
  dependency-version: 2.118.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/shared-object-base"
  dependency-version: 2.118.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/synthesize"
  dependency-version: 2.118.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/telemetry-utils"
  dependency-version: 2.118.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/tinylicious-client"
  dependency-version: 2.118.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/tinylicious-driver"
  dependency-version: 2.118.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/tree"
  dependency-version: 2.118.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/type-factory"
  dependency-version: 2.118.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: fluid-framework
  dependency-version: 2.118.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/main/fluid-framework-dependencies-3983e5dcde branch from ae6e0ed to c787e16 Compare September 21, 2026 12:33
@steffenloesch

Copy link
Copy Markdown
Contributor

/azp run FluidHelloWorld

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 1 pipeline(s).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@steffenloesch

Copy link
Copy Markdown
Contributor

/azp run FluidHelloWorld

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 1 pipeline(s).

@steffenloesch
Steffen Lösch (steffenloesch) merged commit a5d1aff into main Sep 21, 2026
5 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/main/fluid-framework-dependencies-3983e5dcde branch September 21, 2026 14:35
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.

2 participants