Skip to content

build(deps): Bump the fluid-framework-dependencies group with 28 updates#588

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

build(deps): Bump the fluid-framework-dependencies group with 28 updates#588
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/main/fluid-framework-dependencies-c772122414

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2026

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

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

Updates @fluidframework/tinylicious-client from 2.83.0 to 2.90.0

Release notes

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

Fluid Framework v2.90.0 (minor)

Contents

  • 🚨 Breaking Changes
    • [@​fluidframework/react no longer supports CommonJS (#26575)](#user-content-fluidframeworkreact-no-longer-supports-commonjs-26575)
  • 🌳 SharedTree DDS Changes
    • [Promote checkSchemaCompatibilitySnapshots to beta (#26346)](#user-content-promote-checkschemacompatibilitysnapshots-to-beta-26346)
    • [Added new TreeAlpha.context(node) API (#26432)](#user-content-added-new-treealphacontextnode-api-26432)
    • [Add alpha TextAsTree domain for collaboratively editable text (#26568)](#user-content-add-alpha-textastree-domain-for-collaboratively-editable-text-26568)
  • ⚠️ Deprecations
    • [Deprecated DDS implementation classes (#26501)](#user-content-deprecated-dds-implementation-classes-26501)

🚨 Breaking Changes

@​fluidframework/react no longer supports CommonJS (#26575)

CommonJS support has been removed from @fluidframework/react. This package currently only has alpha APIs, so this opportunity was taken to simplify and modernize it while we still can.

Change details

Commit: 995c1e4

Affected packages:

  • @​fluidframework/react

⬆️ Table of contents

🌳 SharedTree DDS Changes

Promote checkSchemaCompatibilitySnapshots to beta (#26346)

checkSchemaCompatibilitySnapshots has been promoted to @beta. It is recommended that all SharedTree applications use this API to write schema compatibility tests.

Usage should look something like:

import fs from "node:fs";
import path from "node:path";
import { snapshotSchemaCompatibility } from "@​fluidframework/tree/beta";
// The TreeViewConfiguration the application uses, which contains the application's schema.
import { treeViewConfiguration } from "./schema.js";
// The next version of the application which will be released.
import { packageVersion } from "./version.js";
// Provide some way to run the check in "update" mode when updating snapshots is intended.
</tr></table>

... (truncated)

Changelog

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

2.90.0

Dependency updates only.

Commits

Updates fluid-framework from 2.83.0 to 2.90.0

Release notes

Sourced from fluid-framework's releases.

Fluid Framework v2.90.0 (minor)

Contents

  • 🚨 Breaking Changes
    • [@​fluidframework/react no longer supports CommonJS (#26575)](#user-content-fluidframeworkreact-no-longer-supports-commonjs-26575)
  • 🌳 SharedTree DDS Changes
    • [Promote checkSchemaCompatibilitySnapshots to beta (#26346)](#user-content-promote-checkschemacompatibilitysnapshots-to-beta-26346)
    • [Added new TreeAlpha.context(node) API (#26432)](#user-content-added-new-treealphacontextnode-api-26432)
    • [Add alpha TextAsTree domain for collaboratively editable text (#26568)](#user-content-add-alpha-textastree-domain-for-collaboratively-editable-text-26568)
  • ⚠️ Deprecations
    • [Deprecated DDS implementation classes (#26501)](#user-content-deprecated-dds-implementation-classes-26501)

🚨 Breaking Changes

@​fluidframework/react no longer supports CommonJS (#26575)

CommonJS support has been removed from @fluidframework/react. This package currently only has alpha APIs, so this opportunity was taken to simplify and modernize it while we still can.

Change details

Commit: 995c1e4

Affected packages:

  • @​fluidframework/react

⬆️ Table of contents

🌳 SharedTree DDS Changes

Promote checkSchemaCompatibilitySnapshots to beta (#26346)

checkSchemaCompatibilitySnapshots has been promoted to @beta. It is recommended that all SharedTree applications use this API to write schema compatibility tests.

Usage should look something like:

import fs from "node:fs";
import path from "node:path";
import { snapshotSchemaCompatibility } from "@​fluidframework/tree/beta";
// The TreeViewConfiguration the application uses, which contains the application's schema.
import { treeViewConfiguration } from "./schema.js";
// The next version of the application which will be released.
import { packageVersion } from "./version.js";
// Provide some way to run the check in "update" mode when updating snapshots is intended.
</tr></table>

... (truncated)

Changelog

Sourced from fluid-framework's changelog.

2.90.0

Minor Changes

  • Add alpha TextAsTree domain for collaboratively editable text (#26568) 06736bd81de

    A newly exported TextAsTree alpha namespace has been added with an initial version of collaboratively editable text. Users of SharedTree can add TextAsTree.Tree nodes to their tree to experiment with it.

  • Added new TreeAlpha.context(node) API (#26432) ffa62f45e2c

    This release introduces a node-scoped context that works for both hydrated and unhydrated TreeNodes. The new TreeContextAlpha interface exposes runTransaction / runTransactionAsync methods and an isBranch() type guard. TreeBranchAlpha now extends TreeContextAlpha, so you can keep using branch APIs when available.

    Migration

    If you previously used TreeAlpha.branch(node) to discover a branch, switch to TreeAlpha.context(node) and check isBranch():

    import { TreeAlpha } from "@fluidframework/tree/alpha";
    const context = TreeAlpha.context(node);
    if (context.isBranch()) {
    // Same branch APIs as before
    context.fork();
    }

    TreeAlpha.branch(node) is now deprecated. Prefer the context API above.

    New transaction entry point

    You can now run transactions from a node context, regardless of whether the node is hydrated:

    // A synchronous transaction without a return value
    const context = TreeAlpha.context(node);
    context.runTransaction(() => {
      node.count += 1;
    });
    // An asynchronous transaction with a return value
    const context = TreeAlpha.context(node);
    const result = await context.runTransactionAsync(async () => {
      await doWork(node);
      return { value: node.foo };

... (truncated)

Commits

Updates @fluidframework/aqueduct from 2.83.0 to 2.90.0

Release notes

Sourced from @​fluidframework/aqueduct's releases.

Fluid Framework v2.90.0 (minor)

Contents

  • 🚨 Breaking Changes
    • [@​fluidframework/react no longer supports CommonJS (#26575)](#user-content-fluidframeworkreact-no-longer-supports-commonjs-26575)
  • 🌳 SharedTree DDS Changes
    • [Promote checkSchemaCompatibilitySnapshots to beta (#26346)](#user-content-promote-checkschemacompatibilitysnapshots-to-beta-26346)
    • [Added new TreeAlpha.context(node) API (#26432)](#user-content-added-new-treealphacontextnode-api-26432)
    • [Add alpha TextAsTree domain for collaboratively editable text (#26568)](#user-content-add-alpha-textastree-domain-for-collaboratively-editable-text-26568)
  • ⚠️ Deprecations
    • [Deprecated DDS implementation classes (#26501)](#user-content-deprecated-dds-implementation-classes-26501)

🚨 Breaking Changes

@​fluidframework/react no longer supports CommonJS (#26575)

CommonJS support has been removed from @fluidframework/react. This package currently only has alpha APIs, so this opportunity was taken to simplify and modernize it while we still can.

Change details

Commit: 995c1e4

Affected packages:

  • @​fluidframework/react

⬆️ Table of contents

🌳 SharedTree DDS Changes

Promote checkSchemaCompatibilitySnapshots to beta (#26346)

checkSchemaCompatibilitySnapshots has been promoted to @beta. It is recommended that all SharedTree applications use this API to write schema compatibility tests.

Usage should look something like:

import fs from "node:fs";
import path from "node:path";
import { snapshotSchemaCompatibility } from "@​fluidframework/tree/beta";
// The TreeViewConfiguration the application uses, which contains the application's schema.
import { treeViewConfiguration } from "./schema.js";
// The next version of the application which will be released.
import { packageVersion } from "./version.js";
// Provide some way to run the check in "update" mode when updating snapshots is intended.
</tr></table>

... (truncated)

Changelog

Sourced from @​fluidframework/aqueduct's changelog.

2.90.0

Dependency updates only.

Commits

Updates @fluidframework/container-definitions from 2.83.0 to 2.90.0

Release notes

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

Fluid Framework v2.90.0 (minor)

Contents

  • 🚨 Breaking Changes
    • [@​fluidframework/react no longer supports CommonJS (#26575)](#user-content-fluidframeworkreact-no-longer-supports-commonjs-26575)
  • 🌳 SharedTree DDS Changes
    • [Promote checkSchemaCompatibilitySnapshots to beta (#26346)](#user-content-promote-checkschemacompatibilitysnapshots-to-beta-26346)
    • [Added new TreeAlpha.context(node) API (#26432)](#user-content-added-new-treealphacontextnode-api-26432)
    • [Add alpha TextAsTree domain for collaboratively editable text (#26568)](#user-content-add-alpha-textastree-domain-for-collaboratively-editable-text-26568)
  • ⚠️ Deprecations
    • [Deprecated DDS implementation classes (#26501)](#user-content-deprecated-dds-implementation-classes-26501)

🚨 Breaking Changes

@​fluidframework/react no longer supports CommonJS (#26575)

CommonJS support has been removed from @fluidframework/react. This package currently only has alpha APIs, so this opportunity was taken to simplify and modernize it while we still can.

Change details

Commit: 995c1e4

Affected packages:

  • @​fluidframework/react

⬆️ Table of contents

🌳 SharedTree DDS Changes

Promote checkSchemaCompatibilitySnapshots to beta (#26346)

checkSchemaCompatibilitySnapshots has been promoted to @beta. It is recommended that all SharedTree applications use this API to write schema compatibility tests.

Usage should look something like:

import fs from "node:fs";
import path from "node:path";
import { snapshotSchemaCompatibility } from "@​fluidframework/tree/beta";
// The TreeViewConfiguration the application uses, which contains the application's schema.
import { treeViewConfiguration } from "./schema.js";
// The next version of the application which will be released.
import { packageVersion } from "./version.js";
// Provide some way to run the check in "update" mode when updating snapshots is intended.
</tr></table>

... (truncated)

Changelog

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

2.90.0

Dependency updates only.

Commits

Updates @fluidframework/container-loader from 2.83.0 to 2.90.0

Release notes

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

Fluid Framework v2.90.0 (minor)

Contents

  • 🚨 Breaking Changes
    • [@​fluidframework/react no longer supports CommonJS (#26575)](#user-content-fluidframeworkreact-no-longer-supports-commonjs-26575)
  • 🌳 SharedTree DDS Changes
    • [Promote checkSchemaCompatibilitySnapshots to beta (#26346)](#user-content-promote-checkschemacompatibilitysnapshots-to-beta-26346)
    • [Added new TreeAlpha.context(node) API (#26432)](#user-content-added-new-treealphacontextnode-api-26432)
    • [Add alpha TextAsTree domain for collaboratively editable text (#26568)](#user-content-add-alpha-textastree-domain-for-collaboratively-editable-text-26568)
  • ⚠️ Deprecations
    • [Deprecated DDS implementation classes (#26501)](#user-content-deprecated-dds-implementation-classes-26501)

🚨 Breaking Changes

@​fluidframework/react no longer supports CommonJS (#26575)

CommonJS support has been removed from @fluidframework/react. This package currently only has alpha APIs, so this opportunity was taken to simplify and modernize it while we still can.

Change details

Commit: 995c1e4

Affected packages:

  • @​fluidframework/react

⬆️ Table of contents

🌳 SharedTree DDS Changes

Promote checkSchemaCompatibilitySnapshots to beta (#26346)

checkSchemaCompatibilitySnapshots has been promoted to @beta. It is recommended that all SharedTree applications use this API to write schema compatibility tests.

Usage should look something like:

import fs from "node:fs";
import path from "node:path";
import { snapshotSchemaCompatibility } from "@​fluidframework/tree/beta";
// The TreeViewConfiguration the application uses, which contains the application's schema.
import { treeViewConfiguration } from "./schema.js";
// The next version of the application which will be released.
import { packageVersion } from "./version.js";
// Provide some way to run the check in "update" mode when updating snapshots is intended.
</tr></table>

... (truncated)

Changelog

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

2.90.0

Dependency updates only.

Commits

Updates @fluidframework/container-runtime from 2.83.0 to 2.90.0

Release notes

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

Fluid Framework v2.90.0 (minor)

Contents

  • 🚨 Breaking Changes
    • [@​fluidframework/react no longer supports CommonJS (#26575)](#user-content-fluidframeworkreact-no-longer-supports-commonjs-26575)
  • 🌳 SharedTree DDS Changes
    • [Promote checkSchemaCompatibilitySnapshots to beta (#26346)](#user-content-promote-checkschemacompatibilitysnapshots-to-beta-26346)
    • [Added new TreeAlpha.context(node) API (#26432)](#user-content-added-new-treealphacontextnode-api-26432)
    • [Add alpha TextAsTree domain for collaboratively editable text (#26568)](#user-content-add-alpha-textastree-domain-for-collaboratively-editable-text-26568)
  • ⚠️ Deprecations
    • [Deprecated DDS implementation classes (#26501)](#user-content-deprecated-dds-implementation-classes-26501)

🚨 Breaking Changes

@​fluidframework/react no longer supports CommonJS (#26575)

CommonJS support has been removed from @fluidframework/react. This package currently only has alpha APIs, so this opportunity was taken to simplify and modernize it while we still can.

Change details

Commit: 995c1e4

Affected packages:

  • @​fluidframework/react

⬆️ Table of contents

🌳 SharedTree DDS Changes

Promote checkSchemaCompatibilitySnapshots to beta (#26346)

checkSchemaCompatibilitySnapshots has been promoted to @beta. It is recommended that all SharedTree applications use this API to write schema compatibility tests.

Usage should look something like:

import fs from "node:fs";
import path from "node:path";
import { snapshotSchemaCompatibility } from "@​fluidframework/tree/beta";
// The TreeViewConfiguration the application uses, which contains the application's schema.
import { treeViewConfiguration } from "./schema.js";
// The next version of the application which will be released.
import { packageVersion } from "./version.js";
// Provide some way to run the check in "update" mode when updating snapshots is intended.
</tr></table>

... (truncated)

Changelog

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

2.90.0

Dependency updates only.

Commits
  • da8ba9a build: tag untagged asserts for 2.90.0 release (#26607)
  • 1d7a94f docs: generate release notes and changelogs for 2.90.0 (#26609)
  • edc25db Duplicate batch detector optimization and BatchId benchmark tests. (#26295)
  • 3863a4c build(client): upgrade mocha 10 -> 11 (#26086)
  • 41b805f update type tests (#26494)
  • 8962425 chore(lint): remove obsolete eslint-disable comments (drivers, loader, runtim...
  • 4add8df chore: Update rimraf and concurrently dependencies to latest (#26498)
  • 18a2b3f Bump client release to 2.90.0 (#26460)
  • See full diff in compare view

Updates @fluidframework/container-runtime-definitions from 2.83.0 to 2.90.0

Release notes

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

Fluid Framework v2.90.0 (minor)

Contents

  • 🚨 Breaking Changes
    • [@​fluidframework/react no longer supports CommonJS (#26575)](#user-content-fluidframeworkreact-no-longer-supports-commonjs-26575)
  • 🌳 SharedTree DDS Changes
    • [Promote checkSchemaCompatibilitySnapshots to beta (#26346)](#user-content-promote-checkschemacompatibilitysnapshots-to-beta-26346)
    • [Added new TreeAlpha.context(node) API (#26432)](#user-content-added-new-treealphacontextnode-api-26432)
    • [Add alpha TextAsTree domain for collaboratively editable text (#26568)](#user-content-add-alpha-textastree-domain-for-collaboratively-editable-text-26568)
  • ⚠️ Deprecations
    • [Deprecated DDS implementation classes (#26501)](#user-content-deprecated-dds-implementation-classes-26501)

🚨 Breaking Changes

@​fluidframework/react no longer supports CommonJS (#26575)

CommonJS support has been removed from @fluidframework/react. This package currently only has alpha APIs, so this opportunity was taken to simplify and modernize it while we still can.

Change details

Commit: 995c1e4

Affected packages:

  • @​fluidframework/react

⬆️ Table of contents

🌳 SharedTree DDS Changes

Promote checkSchemaCompatibilitySnapshots to beta (#26346)

checkSchemaCompatibilitySnapshots has been promoted to @beta. It is recommended that all SharedTree applications use this API to write schema compatibility tests.

Usage should look something like:

import fs from "node:fs";
import path from "node:path";
import { snapshotSchemaCompatibility } from "@​fluidframework/tree/beta";
// The TreeViewConfiguration the application uses, which contains the application's schema.
import { treeViewConfiguration } from "./schema.js";
// The next version of the application which will be released.
import { packageVersion } from "./version.js";
// Provide some way to run the check in "update" mode when updating snapshots is intended.
</tr></table>

... (truncated)

Changelog

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

2.90.0

Dependency updates only.

Commits

Updates @fluidframework/core-interfaces from 2.83.0 to 2.90.0

Release notes

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

Fluid Framework v2.90.0 (minor)

Contents

  • 🚨 Breaking Changes
    • [@​fluidframework/react no longer supports CommonJS (#26575)](#user-content-fluidframeworkreact-no-longer-supports-commonjs-26575)
  • 🌳 SharedTree DDS Changes
    • [Promote checkSchemaCompatibilitySnapshots to beta (#26346)](#user-content-promote-checkschemacompatibilitysnapshots-to-beta-26346)
    • [Added new TreeAlpha.context(node) API (#26432)](#user-content-added-new-treealphacontextnode-api-26432)
    • [Add alpha TextAsTree domain for collaboratively editable text (#26568)](#user-content-add-alpha-textastree-domain-for-collaboratively-editable-text-26568)
  • ⚠️ Deprecations
    • [Deprecated DDS implementation classes (#26501)](#user-content-deprecated-dds-implementation-classes-26501)

🚨 Breaking Changes

@​fluidframework/react no longer supports CommonJS (#26575)

CommonJS support has been removed from @fluidframework/react. This package currently only has alpha APIs, so this opportunity was taken to simplify and modernize it while we still can.

Change details

Commit: 995c1e4

Affected packages:

  • @​fluidframework/react

⬆️ Table of contents

🌳 SharedTree DDS Changes

Promote checkSchemaCompatibilitySnapshots to beta (#26346)

checkSchemaCompatibilitySnapshots has been promoted to @beta. It is recommended that all SharedTree applications use this API to write schema compatibility tests.

Usage should look something like:

import fs from "node:fs";
import path from "node:path";
import { snapshotSchemaCompatibility } from "@​fluidframework/tree/beta";
// The TreeViewConfiguration the application uses, which contains the application's schema.
import { treeViewConfiguration } from "./schema.js";
// The next version of the application which will be released.
import { packageVersion } from "./version.js";
// Provide some way to run the check in "update" mode when updating snapshots is intended.
</tr></table>

... (truncated)

Changelog

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

2.90.0

Dependency updates only.

Commits

Updates @fluidframework/core-utils from 2.83.0 to 2.90.0

Release notes

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

Fluid Framework v2.90.0 (minor)

Contents

  • 🚨 Breaking Changes
    • [@​fluidframework/react no longer supports CommonJS (#26575)](#user-content-fluidframeworkreact-no-longer-supports-commonjs-26575)
  • 🌳 SharedTree DDS Changes
    • [Promote checkSchemaCompatibilitySnapshots to beta (#26346)](#user-content-promote-checkschemacompatibilitysnapshots-to-beta-26346)
    • [Added new TreeAlpha.context(node) API (#26432)](#user-content-added-new-treealphacontextnode-api-26432)
    • [Add alpha TextAsTree domain for collaboratively editable text (#26568)](#user-content-add-alpha-textastree-domain-for-collaboratively-editable-text-26568)
  • ⚠️ Deprecations
    • [Deprecated DDS implementation classes (#26501)](#user-content-deprecated-dds-implementation-classes-26501)

🚨 Breaking Changes

@​fluidframework/react no longer supports CommonJS (#26575)

CommonJS support has been removed from ...

Description has been truncated

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

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


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

Updates `fluid-framework` from 2.83.0 to 2.90.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/packages/framework/fluid-framework/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.90.0/packages/framework/fluid-framework)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 3, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 3, 2026 11:27
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants