Skip to content

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

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

build(deps): Bump the fluid-framework-dependencies group across 1 directory with 29 updates#674
dependabot[bot] wants to merge 1 commit 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 2 updates in the / directory: @fluidframework/tinylicious-client and fluid-framework.

Updates @fluidframework/tinylicious-client from 2.116.1 to 3.0.0

Release notes

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

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)
    • [Deprecated Tree APIs are removed for 3.0 (#27911)](#user-content-deprecated-tree-apis-are-removed-for-30-27911)
    • [retainHistory now retains history in summaries (#28036)](#user-content-retainhistory-now-retains-history-in-summaries-28036)
    • [SharedTree schema errors now explain the mismatch (#27950)](#user-content-sharedtree-schema-errors-now-explain-the-mismatch-27950)
    • [Text nodes can now track insertion positions across edits (#28045)](#user-content-text-nodes-can-now-track-insertion-positions-across-edits-28045)
    • [New alpha APIs for inspecting history and restoring past states (#28012)](#user-content-new-alpha-apis-for-inspecting-history-and-restoring-past-states-28012)
    • [TreeViewAlpha can now query whether a staged schema upgrade has been applied (#27829)](#user-content-treeviewalpha-can-now-query-whether-a-staged-schema-upgrade-has-been-applied-27829)
    • [Promote array node change event deltas to beta (#27942)](#user-content-promote-array-node-change-event-deltas-to-beta-27942)
    • [New alpha API for attaching custom metadata to commits (#28064)](#user-content-new-alpha-api-for-attaching-custom-metadata-to-commits-28064)
    • [Tree contexts now support beta transactions (#28116)](#user-content-tree-contexts-now-support-beta-transactions-28116)
    • [Bug fix: commit metadata access after history trimming (#28135)](#user-content-bug-fix-commit-metadata-access-after-history-trimming-28135)
    • [Expose schema incompatibility details on TreeViewBeta (#28142)](#user-content-expose-schema-incompatibility-details-on-treeviewbeta-28142)
    • [Create an independent TreeView with beta APIs (#28138)](#user-content-create-an-independent-treeview-with-beta-apis-28138)
    • [Schema compatibility snapshots support custom filename prefixes and suffixes (#28100)](#user-content-schema-compatibility-snapshots-support-custom-filename-prefixes-and-suffixes-28100)
    • [Preserve enabled staged schema upgrades by default (#28165)](#user-content-preserve-enabled-staged-schema-upgrades-by-default-28165)
  • 🐛 Bug Fixes
    • [Full container state capture now includes recently sequenced operations (#28009)](#user-content-full-container-state-capture-now-includes-recently-sequenced-operations-28009)
    • [Allow default-data-store runtime factories to receive compatibility settings (#28025)](#user-content-allow-default-data-store-runtime-factories-to-receive-compatibility-settings-28025)
    • [Correct dirty and saved event transition documentation (#28141)](#user-content-correct-dirty-and-saved-event-transition-documentation-28141)

... (truncated)

Changelog

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

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:

    • Pass oldestSupportedClient to createTreeContainerRuntimeFactory.
    • Pass an OldestSupportedClientVersion as the oldestSupportedClient argument to AzureClient.createContainer, AzureClient.getContainer, AzureClient.viewContainerVersion, TinyliciousClient.createContainer, and TinyliciousClient.getContainer.
    • Legacy mode "1" has no Client 3.0 equivalent. Upgrade every collaborating 1.x deployment before adopting Client 3.0.
    • Replace legacy mode "2" with oldestSupportedClient: "2.0.0" or a later supported version.

    Client 3.0 requires oldestSupportedClient values of "2.0.0" or later.

... (truncated)

Commits
  • 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)
  • 7ab015c build(client): update to TypeScript 6 [BREAKING CHANGE] (#28052)
  • 91d75c1 build(client): use build:esm|cjs for implementation builds instead of build:e...
  • Additional commits viewable in compare view

Updates fluid-framework from 2.116.1 to 3.0.0

Release notes

Sourced from fluid-framework's releases.

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)
    • [Deprecated Tree APIs are removed for 3.0 (#27911)](#user-content-deprecated-tree-apis-are-removed-for-30-27911)
    • [retainHistory now retains history in summaries (#28036)](#user-content-retainhistory-now-retains-history-in-summaries-28036)
    • [SharedTree schema errors now explain the mismatch (#27950)](#user-content-sharedtree-schema-errors-now-explain-the-mismatch-27950)
    • [Text nodes can now track insertion positions across edits (#28045)](#user-content-text-nodes-can-now-track-insertion-positions-across-edits-28045)
    • [New alpha APIs for inspecting history and restoring past states (#28012)](#user-content-new-alpha-apis-for-inspecting-history-and-restoring-past-states-28012)
    • [TreeViewAlpha can now query whether a staged schema upgrade has been applied (#27829)](#user-content-treeviewalpha-can-now-query-whether-a-staged-schema-upgrade-has-been-applied-27829)
    • [Promote array node change event deltas to beta (#27942)](#user-content-promote-array-node-change-event-deltas-to-beta-27942)
    • [New alpha API for attaching custom metadata to commits (#28064)](#user-content-new-alpha-api-for-attaching-custom-metadata-to-commits-28064)
    • [Tree contexts now support beta transactions (#28116)](#user-content-tree-contexts-now-support-beta-transactions-28116)
    • [Bug fix: commit metadata access after history trimming (#28135)](#user-content-bug-fix-commit-metadata-access-after-history-trimming-28135)
    • [Expose schema incompatibility details on TreeViewBeta (#28142)](#user-content-expose-schema-incompatibility-details-on-treeviewbeta-28142)
    • [Create an independent TreeView with beta APIs (#28138)](#user-content-create-an-independent-treeview-with-beta-apis-28138)
    • [Schema compatibility snapshots support custom filename prefixes and suffixes (#28100)](#user-content-schema-compatibility-snapshots-support-custom-filename-prefixes-and-suffixes-28100)
    • [Preserve enabled staged schema upgrades by default (#28165)](#user-content-preserve-enabled-staged-schema-upgrades-by-default-28165)
  • 🐛 Bug Fixes
    • [Full container state capture now includes recently sequenced operations (#28009)](#user-content-full-container-state-capture-now-includes-recently-sequenced-operations-28009)
    • [Allow default-data-store runtime factories to receive compatibility settings (#28025)](#user-content-allow-default-data-store-runtime-factories-to-receive-compatibility-settings-28025)
    • [Correct dirty and saved event transition documentation (#28141)](#user-content-correct-dirty-and-saved-event-transition-documentation-28141)

... (truncated)

Changelog

Sourced from fluid-framework's changelog.

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".

    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.

  • Create an independent TreeView with beta APIs (#28138) 1886c795d85

    The new createIndependentTreeView function creates a non-collaborative TreeViewBeta directly from a TreeViewConfiguration. Use this function for local data or tests that need beta view APIs without a Fluid container.

    import {

... (truncated)

Commits

Updates @fluidframework/aqueduct from 2.116.1 to 3.0.0

Release notes

Sourced from @​fluidframework/aqueduct's releases.

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)
    • [Deprecated Tree APIs are removed for 3.0 (#27911)](#user-content-deprecated-tree-apis-are-removed-for-30-27911)
    • [retainHistory now retains history in summaries (#28036)](#user-content-retainhistory-now-retains-history-in-summaries-28036)
    • [SharedTree schema errors now explain the mismatch (#27950)](#user-content-sharedtree-schema-errors-now-explain-the-mismatch-27950)
    • [Text nodes can now track insertion positions across edits (#28045)](#user-content-text-nodes-can-now-track-insertion-positions-across-edits-28045)
    • [New alpha APIs for inspecting history and restoring past states (#28012)](#user-content-new-alpha-apis-for-inspecting-history-and-restoring-past-states-28012)
    • [TreeViewAlpha can now query whether a staged schema upgrade has been applied (#27829)](#user-content-treeviewalpha-can-now-query-whether-a-staged-schema-upgrade-has-been-applied-27829)
    • [Promote array node change event deltas to beta (#27942)](#user-content-promote-array-node-change-event-deltas-to-beta-27942)
    • [New alpha API for attaching custom metadata to commits (#28064)](#user-content-new-alpha-api-for-attaching-custom-metadata-to-commits-28064)
    • [Tree contexts now support beta transactions (#28116)](#user-content-tree-contexts-now-support-beta-transactions-28116)
    • [Bug fix: commit metadata access after history trimming (#28135)](#user-content-bug-fix-commit-metadata-access-after-history-trimming-28135)
    • [Expose schema incompatibility details on TreeViewBeta (#28142)](#user-content-expose-schema-incompatibility-details-on-treeviewbeta-28142)
    • [Create an independent TreeView with beta APIs (#28138)](#user-content-create-an-independent-treeview-with-beta-apis-28138)
    • [Schema compatibility snapshots support custom filename prefixes and suffixes (#28100)](#user-content-schema-compatibility-snapshots-support-custom-filename-prefixes-and-suffixes-28100)
    • [Preserve enabled staged schema upgrades by default (#28165)](#user-content-preserve-enabled-staged-schema-upgrades-by-default-28165)
  • 🐛 Bug Fixes
    • [Full container state capture now includes recently sequenced operations (#28009)](#user-content-full-container-state-capture-now-includes-recently-sequenced-operations-28009)
    • [Allow default-data-store runtime factories to receive compatibility settings (#28025)](#user-content-allow-default-data-store-runtime-factories-to-receive-compatibility-settings-28025)
    • [Correct dirty and saved event transition documentation (#28141)](#user-content-correct-dirty-and-saved-event-transition-documentation-28141)

... (truncated)

Changelog

Sourced from @​fluidframework/aqueduct's changelog.

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 and deprecated minVersionForCollab properties already supported by BaseContainerRuntimeFactoryProps. This lets callers select compatibility explicitly before the setting becomes required.

... (truncated)

Commits
  • 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)
  • a12075a docs: Update Client Requirements template for 3.0 release (#27802)
  • 7ab015c build(client): update to TypeScript 6 [BREAKING CHANGE] (#28052)
  • Additional commits viewable in compare view

Updates @fluidframework/container-definitions from 2.116.1 to 3.0.0

Release notes

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

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-arg...

      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).

…ectory with 29 updates

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


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

Updates `fluid-framework` from 2.116.1 to 3.0.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/framework/fluid-framework/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v3.0.0/packages/framework/fluid-framework)

Updates `@fluidframework/aqueduct` from 2.116.1 to 3.0.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/framework/aqueduct/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v3.0.0/packages/framework/aqueduct)

Updates `@fluidframework/container-definitions` from 2.116.1 to 3.0.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/common/container-definitions/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v3.0.0/packages/common/container-definitions)

Updates `@fluidframework/container-loader` from 2.116.1 to 3.0.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/loader/container-loader/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v3.0.0/packages/loader/container-loader)

Updates `@fluidframework/container-runtime` from 2.116.1 to 3.0.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/runtime/container-runtime/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v3.0.0/packages/runtime/container-runtime)

Updates `@fluidframework/container-runtime-definitions` from 2.116.1 to 3.0.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/runtime/container-runtime-definitions/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v3.0.0/packages/runtime/container-runtime-definitions)

Updates `@fluidframework/core-interfaces` from 2.116.1 to 3.0.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/common/core-interfaces/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v3.0.0/packages/common/core-interfaces)

Updates `@fluidframework/core-utils` from 2.116.1 to 3.0.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/common/core-utils/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v3.0.0/packages/common/core-utils)

Updates `@fluidframework/datastore` from 2.116.1 to 3.0.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/runtime/datastore/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v3.0.0/packages/runtime/datastore)

Updates `@fluidframework/datastore-definitions` from 2.116.1 to 3.0.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/runtime/datastore-definitions/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v3.0.0/packages/runtime/datastore-definitions)

Updates `@fluidframework/driver-base` from 2.116.1 to 3.0.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/drivers/driver-base/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v3.0.0/packages/drivers/driver-base)

Updates `@fluidframework/driver-definitions` from 2.116.1 to 3.0.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/common/driver-definitions/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v3.0.0/packages/common/driver-definitions)

Updates `@fluidframework/driver-utils` from 2.116.1 to 3.0.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/loader/driver-utils/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v3.0.0/packages/loader/driver-utils)

Updates `@fluidframework/fluid-static` from 2.116.1 to 3.0.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/framework/fluid-static/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v3.0.0/packages/framework/fluid-static)

Updates `@fluidframework/id-compressor` from 2.116.1 to 3.0.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/runtime/id-compressor/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v3.0.0/packages/runtime/id-compressor)

Updates `@fluidframework/map` from 2.116.1 to 3.0.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/dds/map/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v3.0.0/packages/dds/map)

Updates `@fluidframework/merge-tree` from 2.116.1 to 3.0.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/dds/merge-tree/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v3.0.0/packages/dds/merge-tree)

Updates `@fluidframework/request-handler` from 2.116.1 to 3.0.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/framework/request-handler/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v3.0.0/packages/framework/request-handler)

Updates `@fluidframework/routerlicious-driver` from 2.116.1 to 3.0.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/drivers/routerlicious-driver/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v3.0.0/packages/drivers/routerlicious-driver)

Updates `@fluidframework/runtime-definitions` from 2.116.1 to 3.0.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/runtime/runtime-definitions/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v3.0.0/packages/runtime/runtime-definitions)

Updates `@fluidframework/runtime-utils` from 2.116.1 to 3.0.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/runtime/runtime-utils/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v3.0.0/packages/runtime/runtime-utils)

Updates `@fluidframework/sequence` from 2.116.1 to 3.0.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/dds/sequence/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v3.0.0/packages/dds/sequence)

Updates `@fluidframework/shared-object-base` from 2.116.1 to 3.0.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/dds/shared-object-base/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v3.0.0/packages/dds/shared-object-base)

Updates `@fluidframework/synthesize` from 2.116.1 to 3.0.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/framework/synthesize/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v3.0.0/packages/framework/synthesize)

Updates `@fluidframework/telemetry-utils` from 2.116.1 to 3.0.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/utils/telemetry-utils/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v3.0.0/packages/utils/telemetry-utils)

Updates `@fluidframework/tinylicious-driver` from 2.116.1 to 3.0.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/drivers/tinylicious-driver/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v3.0.0/packages/drivers/tinylicious-driver)

Updates `@fluidframework/tree` from 2.116.1 to 3.0.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/dds/tree/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v3.0.0/packages/dds/tree)

Updates `@fluidframework/type-factory` from 2.116.1 to 3.0.0
- [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.0/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 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).

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.

1 participant