Skip to content

build(deps): Bump the fluid-framework-dependencies group across 3 directories with 38 updates#1823

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

build(deps): Bump the fluid-framework-dependencies group across 3 directories with 38 updates#1823
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/brainstorm/main/fluid-framework-dependencies-869b610270

Conversation

@dependabot
Copy link
Contributor

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

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


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

Package From To
@fluidframework/azure-client 2.83.0 2.90.0
@fluidframework/odsp-client 2.83.0 2.90.0
@fluidframework/telemetry-utils 2.83.0 2.90.0
@fluidframework/test-runtime-utils 2.83.0 2.90.0
fluid-framework 2.83.0 2.90.0
@fluidframework/azure-local-service 2.83.0 2.90.0
@fluidframework/devtools 2.83.0 2.90.0

Bumps the fluid-framework-dependencies group with 6 updates in the /item-counter directory:

Package From To
@fluidframework/azure-client 2.83.0 2.90.0
@fluidframework/telemetry-utils 2.83.0 2.90.0
@fluidframework/test-runtime-utils 2.83.0 2.90.0
fluid-framework 2.83.0 2.90.0
@fluidframework/azure-local-service 2.83.0 2.90.0
@fluidframework/devtools 2.83.0 2.90.0

Bumps the fluid-framework-dependencies group with 6 updates in the /item-counter-spe directory:

Package From To
@fluidframework/azure-client 2.83.0 2.90.0
@fluidframework/odsp-client 2.83.0 2.90.0
@fluidframework/telemetry-utils 2.83.0 2.90.0
@fluidframework/test-runtime-utils 2.83.0 2.90.0
fluid-framework 2.83.0 2.90.0
@fluidframework/devtools 2.83.0 2.90.0

Updates @fluidframework/azure-client from 2.83.0 to 2.90.0

Release notes

Sourced from @​fluidframework/azure-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/azure-client's changelog.

2.90.0

Dependency updates only.

Commits

Updates @fluidframework/odsp-client from 2.83.0 to 2.90.0

Release notes

Sourced from @​fluidframework/odsp-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/odsp-client's changelog.

2.90.0

Dependency updates only.

Commits

Updates @fluidframework/telemetry-utils from 2.83.0 to 2.90.0

Release notes

Sourced from @​fluidframework/telemetry-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 @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/telemetry-utils's changelog.

2.90.0

Dependency updates only.

Commits

Updates @fluidframework/test-runtime-utils from 2.83.0 to 2.90.0

Release notes

Sourced from @​fluidframework/test-runtime-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 @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/test-runtime-utils'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/azure-local-service from 2.83.0 to 2.90.0

Release notes

Sourced from @​fluidframework/azure-local-service'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/azure-local-service's changelog.

2.90.0

Dependency updates only.

Commits

Updates @fluidframework/devtools from 2.83.0 to 2.90.0

Release notes

Sourced from @​fluidframework/devtools'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/devtools's changelog.

2.90.0

Dependency updates only.

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/cell from 2.83.0 to 2.90.0

Release notes

Sourced from @​fluidframework/cell'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/cell's changelog.

2.90.0

Dependency updates only.

Commits
  • 1d7a94f docs: generate release notes and changelogs for 2.90.0 (#26609)
  • 60c04e8 Add override to processMessagesCore implementations, and remove inheritDoc ...
  • 3863a4c build(client): upgrade mocha 10 -> 11 (#26086)
  • 41b805f update type tests (#26494)

…ectories with 38 updates

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

| Package | From | To |
| --- | --- | --- |
| [@fluidframework/azure-client](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/service-clients/azure-client) | `2.83.0` | `2.90.0` |
| [@fluidframework/odsp-client](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/service-clients/odsp-client) | `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/test-runtime-utils](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/runtime/test-runtime-utils) | `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/azure-local-service](https://github.com/microsoft/FluidFramework/tree/HEAD/azure/packages/azure-local-service) | `2.83.0` | `2.90.0` |
| [@fluidframework/devtools](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/tools/devtools/devtools) | `2.83.0` | `2.90.0` |

Bumps the fluid-framework-dependencies group with 6 updates in the /item-counter directory:

| Package | From | To |
| --- | --- | --- |
| [@fluidframework/azure-client](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/service-clients/azure-client) | `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/test-runtime-utils](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/runtime/test-runtime-utils) | `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/azure-local-service](https://github.com/microsoft/FluidFramework/tree/HEAD/azure/packages/azure-local-service) | `2.83.0` | `2.90.0` |
| [@fluidframework/devtools](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/tools/devtools/devtools) | `2.83.0` | `2.90.0` |

Bumps the fluid-framework-dependencies group with 6 updates in the /item-counter-spe directory:

| Package | From | To |
| --- | --- | --- |
| [@fluidframework/azure-client](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/service-clients/azure-client) | `2.83.0` | `2.90.0` |
| [@fluidframework/odsp-client](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/service-clients/odsp-client) | `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/test-runtime-utils](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/runtime/test-runtime-utils) | `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/devtools](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/tools/devtools/devtools) | `2.83.0` | `2.90.0` |



Updates `@fluidframework/azure-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/azure-client/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.90.0/packages/service-clients/azure-client)

Updates `@fluidframework/odsp-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/odsp-client/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.90.0/packages/service-clients/odsp-client)

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/test-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/test-runtime-utils/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.90.0/packages/runtime/test-runtime-utils)

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/azure-local-service` from 2.83.0 to 2.90.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/azure/packages/azure-local-service/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.90.0/azure/packages/azure-local-service)

Updates `@fluidframework/devtools` 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/tools/devtools/devtools/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.90.0/packages/tools/devtools/devtools)

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/cell` 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/cell/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.90.0/packages/dds/cell)

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/counter` 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/counter/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.90.0/packages/dds/counter)

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/devtools-core` 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/tools/devtools/devtools-core/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.90.0/packages/tools/devtools/devtools-core)

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/matrix` 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/matrix/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.90.0/packages/dds/matrix)

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/odsp-doclib-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/odsp-doclib-utils/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.90.0/packages/utils/odsp-doclib-utils)

Updates `@fluidframework/odsp-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/odsp-driver/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.90.0/packages/drivers/odsp-driver)

Updates `@fluidframework/odsp-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/drivers/odsp-driver-definitions/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.90.0/packages/drivers/odsp-driver-definitions)

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

Updates `@fluidframework/azure-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/azure-client/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.90.0/packages/service-clients/azure-client)

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/test-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/test-runtime-utils/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.90.0/packages/runtime/test-runtime-utils)

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/azure-local-service` from 2.83.0 to 2.90.0
- [Release notes](https://github.com/microsoft/FluidFramework/releases)
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/azure/packages/azure-local-service/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.90.0/azure/packages/azure-local-service)

Updates `@fluidframework/devtools` 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/tools/devtools/devtools/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.90.0/packages/tools/devtools/devtools)

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/cell` 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/cell/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.90.0/packages/dds/cell)

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/counter` 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/counter/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.90.0/packages/dds/counter)

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/devtools-core` 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/tools/devtools/devtools-core/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.90.0/packages/tools/devtools/devtools-core)

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/matrix` 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/matrix/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.90.0/packages/dds/matrix)

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

Updates `@fluidframework/azure-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/azure-client/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.90.0/packages/service-clients/azure-client)

Updates `@fluidframework/odsp-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/odsp-client/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.90.0/packages/service-clients/odsp-client)

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/test-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/test-runtime-utils/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.90.0/packages/runtime/test-runtime-utils)

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/devtools` 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/tools/devtools/devtools/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.90.0/packages/tools/devtools/devtools)

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/cell` 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/cell/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.90.0/packages/dds/cell)

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/counter` 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/counter/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.90.0/packages/dds/counter)

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/devtools-core` 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/tools/devtools/devtools-core/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.90.0/packages/tools/devtools/devtools-core)

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/matrix` 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/matrix/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.90.0/packages/dds/matrix)

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/odsp-doclib-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/odsp-doclib-utils/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.90.0/packages/utils/odsp-doclib-utils)

Updates `@fluidframework/odsp-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/odsp-driver/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.90.0/packages/drivers/odsp-driver)

Updates `@fluidframework/odsp-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/drivers/odsp-driver-definitions/CHANGELOG.md)
- [Commits](https://github.com/microsoft/FluidFramework/commits/client_v2.90.0/packages/drivers/odsp-driver-definitions)

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/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/azure-client"
  dependency-version: 2.90.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/odsp-client"
  dependency-version: 2.90.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/telemetry-utils"
  dependency-version: 2.90.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/test-runtime-utils"
  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/azure-local-service"
  dependency-version: 2.90.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/devtools"
  dependency-version: 2.90.0
  dependency-type: direct:development
  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/cell"
  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/counter"
  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/devtools-core"
  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/matrix"
  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/odsp-doclib-utils"
  dependency-version: 2.90.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/odsp-driver"
  dependency-version: 2.90.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/odsp-driver-definitions"
  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/tree"
  dependency-version: 2.90.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/azure-client"
  dependency-version: 2.90.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/telemetry-utils"
  dependency-version: 2.90.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/test-runtime-utils"
  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/azure-local-service"
  dependency-version: 2.90.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/devtools"
  dependency-version: 2.90.0
  dependency-type: direct:development
  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/cell"
  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/counter"
  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/devtools-core"
  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/matrix"
  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/tree"
  dependency-version: 2.90.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/azure-client"
  dependency-version: 2.90.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/odsp-client"
  dependency-version: 2.90.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/telemetry-utils"
  dependency-version: 2.90.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/test-runtime-utils"
  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/devtools"
  dependency-version: 2.90.0
  dependency-type: direct:development
  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/cell"
  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: direct:development
  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/counter"
  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/devtools-core"
  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/matrix"
  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/odsp-doclib-utils"
  dependency-version: 2.90.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/odsp-driver"
  dependency-version: 2.90.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fluid-framework-dependencies
- dependency-name: "@fluidframework/odsp-driver-definitions"
  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/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 07:42
@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