[pull] master from reactive:master#94
Merged
pull[bot] merged 4 commits intoerickirt:masterfrom Mar 27, 2026
Merged
Conversation
…enormalization (#3823) * fix(normalizr): Add entity depth limit to prevent stack overflow in denormalization Large bidirectional entity graphs (e.g., Department → Building → Department) with thousands of unique entities cause RangeError: Maximum call stack size exceeded during denormalization. The existing same-pk cycle detection doesn't help because every entity in the chain has a unique pk. Add a depth counter (limit 128) at the entity boundary in unvisit. Entities beyond the limit are returned via createIfValid without resolving nested schema fields. A console.error is emitted once per denormalize call in dev mode. Benchmarked with no measurable regression on denormalizeLong (~538 ops/sec before and after, well within 1-3% run-to-run variance). Closes #3822 Made-with: Cursor * test: Improve depth limit coverage for #3822 Expand bidirectional entity graph tests to cover uncovered branches in depthLimitEntity: missing entity at depth boundary, validation failure at depth limit, console.error assertion, MemoCache truncation behavior, and full resolution within the limit. Made-with: Cursor * internal: Include transitive deps in changeset * internal: Test coverage
Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 20.1.0 to 20.8.8. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](capricorn86/happy-dom@v20.1.0...v20.8.8) --- updated-dependencies: - dependency-name: happy-dom dependency-version: 20.8.8 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 20.6.1 to 20.8.8. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](capricorn86/happy-dom@v20.6.1...v20.8.8) --- updated-dependencies: - dependency-name: happy-dom dependency-version: 20.8.8 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…pp (#3826) Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 20.6.1 to 20.8.9. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](capricorn86/happy-dom@v20.6.1...v20.8.9) --- updated-dependencies: - dependency-name: happy-dom dependency-version: 20.8.9 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )