Upgrade tldraw to v2.0.0 alpha.19#3
Merged
antobinary merged 6 commits intoMay 22, 2024
Conversation
Tainan404
added a commit
that referenced
this pull request
May 20, 2026
Resolves Dependabot alerts #1, #2, #58, tldraw#59, #62, tldraw#144. Dismisses #3, #119 as inaccurate (CVE-2026-39365 is Vite 6.x-only). CVE-2025-62522 (medium): server.fs.deny bypass via backslash on Windows * explicitly scopes to vite >= 4.5.3, < 5.0.0 with no 4.x patch available upstream. Fix requires upgrade to 5.4.21. CVE-2025-58752 / CVE-2025-58751 (low): both patched at 5.4.20; vite 4.x was a false positive, but upgrading to 5.4.21 closes both alerts cleanly. CVE-2026-39365: GitHub advisory lists no 4.x or 5.x patch (only 6.4.2, 7.3.2, 8.0.5), confirming the feature was introduced in Vite 6.x. Dismissed alerts #3 and #119 as inaccurate via API. @vitejs/plugin-react ^4.2.0 -> 4.7.0 explicitly supports vite ^5.0.0. No vite.config.ts changes required.
Tainan404
pushed a commit
that referenced
this pull request
May 20, 2026
* Changes for BBB's Tldraw package * Rewrite README; replace tldraw occurences with bigbluebutton * Delete changelogs and readmes
Tainan404
added a commit
that referenced
this pull request
May 20, 2026
Resolves Dependabot alerts #1, #2, #58, tldraw#59, #62, tldraw#144. Dismisses #3, #119 as inaccurate (CVE-2026-39365 is Vite 6.x-only). CVE-2025-62522 (medium): server.fs.deny bypass via backslash on Windows * explicitly scopes to vite >= 4.5.3, < 5.0.0 with no 4.x patch available upstream. Fix requires upgrade to 5.4.21. CVE-2025-58752 / CVE-2025-58751 (low): both patched at 5.4.20; vite 4.x was a false positive, but upgrading to 5.4.21 closes both alerts cleanly. CVE-2026-39365: GitHub advisory lists no 4.x or 5.x patch (only 6.4.2, 7.3.2, 8.0.5), confirming the feature was introduced in Vite 6.x. Dismissed alerts #3 and #119 as inaccurate via API. @vitejs/plugin-react ^4.2.0 -> 4.7.0 explicitly supports vite ^5.0.0. No vite.config.ts changes required.
Tainan404
added a commit
that referenced
this pull request
May 20, 2026
Resolves Dependabot alerts #1, #2, #58, tldraw#59, #62, tldraw#144. Dismisses #3, #119 as inaccurate (CVE-2026-39365 is Vite 6.x-only). CVE-2025-62522 (medium): server.fs.deny bypass via backslash on Windows * explicitly scopes to vite >= 4.5.3, < 5.0.0 with no 4.x patch available upstream. Fix requires upgrade to 5.4.21. CVE-2025-58752 / CVE-2025-58751 (low): both patched at 5.4.20; vite 4.x was a false positive, but upgrading to 5.4.21 closes both alerts cleanly. CVE-2026-39365: GitHub advisory lists no 4.x or 5.x patch (only 6.4.2, 7.3.2, 8.0.5), confirming the feature was introduced in Vite 6.x. Dismissed alerts #3 and #119 as inaccurate via API. @vitejs/plugin-react ^4.2.0 -> 4.7.0 explicitly supports vite ^5.0.0. No vite.config.ts changes required.
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR is a fork of Tldraw version 2.0-alpha.19, i.e., the last release under the Apache 2.0 license. The monorepo was modified such that references to, e.g.,
tldraw/tldrawwere replaced withbigbluebutton/tldraw.The following 8 packages have to be built and published from the monorepo's source:
assetseditorstatestoretldrawtlschemautilsvalidateThe base of this PR is commit tldraw@64dce02, dated December 12, 2023.