Update Frontend Dependencies#1151
Merged
Merged
Conversation
CryZe
enabled auto-merge (squash)
July 23, 2026 09:36
CryZe
disabled auto-merge
July 23, 2026 09:40
Refresh the npm lockfile and update compatible frontend dependencies, including Babel 8, react-resizable 4, and Node.js type definitions. Add the PropTypes declarations required by react-resizable's bundled types and retain Babel runtime 7 for react-sidebar's legacy helper imports. Advance livesplit-core to the latest canonical upstream master commit. Replace redundant TypeScript assertions with explicit CommandResult annotations at the generated timer binding boundary without changing runtime behavior. Keep TypeScript 6 until typescript-eslint supports TypeScript 7. Validation: npm ci, ESLint, both TypeScript configurations, web production build, and Tauri frontend build.
CryZe
force-pushed
the
update-dependencies
branch
from
July 23, 2026 09:41
11abde0 to
97f5ff5
Compare
CryZe
enabled auto-merge (squash)
July 23, 2026 09:44
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.
Refresh the npm lockfile and update compatible frontend dependencies, including Babel 8, react-resizable 4, and Node.js type definitions. Add the PropTypes declarations required by react-resizable's bundled types and retain Babel runtime 7 for react-sidebar's legacy helper imports.
Advance livesplit-core to the latest canonical upstream master commit. Remove redundant TypeScript assertions exposed by the updated lint rules without changing runtime behavior.
Keep TypeScript 6 until typescript-eslint supports TypeScript 7.
Validation: npm ci, ESLint, both TypeScript configurations, web production build, and Tauri frontend build.