Craig Macomber (Microsoft)
Craig Macomber (Microsoft)
## Description Update deps of @fluid-internal/eslint-plugin-fluid. Some were not fully updated as they require newer NodeJS ## Reviewer Guidance The review process is outlined on [this wiki page](https://github.com/microsoft/FluidFramework/wiki/PR-Guidelines#guidelines).
## Description This makes three changes to how fluid-build handles memory use: 1. When setting an infinite limit (unlimited) memory, encode that as infinity bytes, instead of -1 bytes to...
## Description Update Client to TypeScript 5.4 ## Reviewer Guidance The review process is outlined on [this wiki page](https://github.com/microsoft/FluidFramework/wiki/PR-Guidelines#guidelines).
## Description Unify `IDisposable` interfaces from `@fluidframework/tree` and `@fluidframework/core-interfaces`. ## Breaking Changes Public APIs in `@fluidframework/tree` now use `IDisposable` from `@fluidframework/core-interfaces` replacing `disposeSymbol` with "dispose". `IDisposable` in `@fluidframework/core-interfaces` is now...
## Description Clarify order of node events. ## Reviewer Guidance The review process is outlined on [this wiki page](https://github.com/microsoft/FluidFramework/wiki/PR-Guidelines#guidelines).
## Description This is a proposal document for review, not an actual PR intended to be merged. The PR tooling is being used as an easy what to collect feedback...
## Description ISharedObject pulls in IChannel and IFluidDataStoreRuntime, so I cannot be included in the declarative APi surface, which uses ISahredMap. ## Breaking Changes TODO ## Reviewer Guidance The review...
## Description Tweak UnionToIntersection to avoid any. Document how it works. Add tests. ## Reviewer Guidance The review process is outlined on [this wiki page](https://github.com/microsoft/FluidFramework/wiki/PR-Guidelines#guidelines).
## Description Fix several links in tree docs. ## Reviewer Guidance The review process is outlined on [this wiki page](https://github.com/microsoft/FluidFramework/wiki/PR-Guidelines#guidelines).
## Description Add a couple tests for leaks. Turns out these cases don't leak as feared. ## Reviewer Guidance The review process is outlined on [this wiki page](https://github.com/microsoft/FluidFramework/wiki/PR-Guidelines#guidelines).