Skip to content

Bump fluid-framework from 1.4.0 to 2.100.0 in /samples/javascript/22.react-agile-poker#867

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/samples/javascript/22.react-agile-poker/fluid-framework-2.100.0
Open

Bump fluid-framework from 1.4.0 to 2.100.0 in /samples/javascript/22.react-agile-poker#867
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/samples/javascript/22.react-agile-poker/fluid-framework-2.100.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Bumps fluid-framework from 1.4.0 to 2.100.0.

Release notes

Sourced from fluid-framework's releases.

Fluid Framework v2.100.0 (minor)

Contents

  • 🚨 Breaking Changes
    • [Node 22 is now the minimum supported Node.js version (#27116)](#user-content-node-22-is-now-the-minimum-supported-nodejs-version-27116)
    • [Container runtime instantiation now requires navigator to be defined in the runtime environment (#27010)](#user-content-container-runtime-instantiation-now-requires-navigator-to-be-defined-in-the-runtime-environment-27010)
  • ✨ New Features
    • [Add SchemaFactoryAlpha.stagedOptionalRecursive for recursive staged-optional fields (#27042)](#user-content-add-schemafactoryalphastagedoptionalrecursive-for-recursive-staged-optional-fields-27042)
  • 🌳 SharedTree DDS Changes
    • [Fixed incremental summary bug in SharedTree that may cause repeated summary failures eventually leading to document corruption (#26990)](#user-content-fixed-incremental-summary-bug-in-sharedtree-that-may-cause-repeated-summary-failures-eventually-leading-to-document-corruption-26990)
  • ⚠️ Deprecations
    • [Deprecate ITelemetryLoggerExt methods and related types (#26912)](#user-content-deprecate-itelemetryloggerext-methods-and-related-types-26912)
  • Legacy API Changes
    • [Remove IIdCompressorCore from legacy API surface (#27146)](#user-content-remove-iidcompressorcore-from-legacy-api-surface-27146)

🚨 Breaking Changes

Node 22 is now the minimum supported Node.js version (#27116)

All Fluid Framework client packages now require Node.js 22 or later. This aligns with the standing Node upgrade policy as Node 20 reaches end-of-life on April 30, 2026.

Change details

Commit: e8214d2

Affected packages:

  • @​fluid-example/table-document
  • @​fluid-experimental/attributor
  • @​fluid-experimental/data-object-base
  • @​fluid-experimental/data-objects
  • @​fluid-experimental/dds-interceptions
  • @​fluid-experimental/ink
  • @​fluid-experimental/last-edited
  • @​fluid-experimental/odsp-end-to-end-tests
  • @​fluid-experimental/oldest-client-observer
  • @​fluid-experimental/ot
  • @​fluid-experimental/pact-map
  • @​fluid-experimental/property-changeset
  • @​fluid-experimental/property-common
  • @​fluid-experimental/property-dds
  • @​fluid-experimental/property-properties
  • @​fluid-experimental/sequence-deprecated
  • @​fluid-experimental/sharejs-json1
  • @​fluid-experimental/tree
  • @​fluid-internal/client-utils
  • @​fluid-internal/platform-dependent
  • @​fluid-internal/presence-definitions

... (truncated)

Changelog

Sourced from fluid-framework's changelog.

2.100.0

Minor Changes

  • Node 22 is now the minimum supported Node.js version (#27116) e8214d29663

    All Fluid Framework client packages now require Node.js 22 or later. This aligns with the standing Node upgrade policy as Node 20 reaches end-of-life on April 30, 2026.

2.93.0

Minor Changes

  • getPresence from @fluidframework/presence is deprecated and will be removed in a future release. (#26399) d533c19c7c

    Now getPresence is available for import from the fluid-framework package.

    To prepare, make changes following this pattern:

    -import { getPresence } from "@fluidframework/presence/beta";
    +import { getPresence } from "fluid-framework";

    See [issue #26397](microsoft/FluidFramework#26397) for more details.

  • Add Fluid-controlled map and iterator interfaces (#26951) 4735742f15

    TreeIndex now extends FluidReadonlyMap instead of the built-in ReadonlyMap, and TreeMapNodeAlpha which extends FluidReadonlyMap instead of the built-in ReadonlyMap has been added. This works to uncouple Fluid's public API surface to the TypeScript standard library's map types, preventing future breakage when those types change.

  • Promote tree index APIs from alpha to beta (#26993) 37f2f17c118

    The following APIs have been promoted from @alpha to @beta:

    • TreeIndex
    • TreeIndexKey
    • TreeIndexNodes
    • createTreeIndex
    • IdentifierIndex
    • createIdentifierIndex

    Additionally, the following @fluidframework/core-interfaces types have been promoted from @alpha to @beta:

    • FluidReadonlyMap
    • FluidIterable
    • FluidIterableIterator
    • FluidMap

2.92.0

Minor Changes

... (truncated)

Commits
  • 1e78f01 build: add release notes and regenerate changelogs for 2.100.0 (#27175)
  • a6e084e feat(tree): add stagedOptionalRecursive (#27042)
  • 6732687 bump version to 2.100.0 (#27025)
  • e0ffda9 build: revert and regenerate release notes and changelogs for 2.93.0 (#27051)
  • 51d22fb array node treeChanged delta payload and unhydrated node fix (#26927)
  • 25cdc59 docs: Update Node version references from 20 to 22 (#27039)
  • 83361a9 Release notes for 2.93 (#27014)
  • fb808eb feat(tree): add SchemaFactoryAlpha.stagedOptional for incremental required→op...
  • 37f2f17 feat(tree): promote identifier index and fluid map apis to beta (#26993)
  • 97d14a7 feat(client-presence): promote to public (#27001)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [fluid-framework](https://github.com/microsoft/FluidFramework/tree/HEAD/packages/framework/fluid-framework) from 1.4.0 to 2.100.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.100.0/packages/framework/fluid-framework)

---
updated-dependencies:
- dependency-name: fluid-framework
  dependency-version: 2.100.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 May 1, 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