chore(deps): update react and react-dom dependencies - #68
Merged
Conversation
…eact` to 19.1.9, and bump `@types/react-dom` to 19.1.7
There was a problem hiding this comment.
Pull Request Overview
This PR updates React ecosystem dependencies to their latest patch versions, focusing on updating react and react-dom from version 19.1.0 to 19.1.1 and their corresponding TypeScript definitions. The changes ensure compatibility and include the latest bug fixes across the React ecosystem.
- Updated React and React DOM to version
19.1.1 - Updated TypeScript definitions for React packages to latest versions
- Updated various supporting dependencies including Babel toolchain and utility packages
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
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 updates several dependencies in the
pnpm-lock.yamlfile to their latest patch versions, focusing on the React ecosystem and related tooling. These updates help ensure compatibility, improved stability, and the latest bug fixes across packages. The changes are primarily version bumps, with some cleanup of older package references.React and TypeScript Ecosystem Updates:
reactandreact-domto version19.1.1across all importers, replacing19.1.0. This ensures the latest bug fixes and compatibility improvements for React projects. [1] [2] [3] [4] [5] [6] [7] [8] [9]@types/reactto19.1.9and@types/react-domto19.1.7throughout the lockfile, ensuring type definitions are in sync with the latest React releases. [1] [2] [3] [4] [5] [6] [7]Babel Toolchain Updates:
@babel/parser,@babel/runtime,@babel/types) to their latest versions and removed references to older versions, improving parsing and code transformation reliability. [1] [2] [3] [4] [5] [6] [7]Other Dependency Updates:
debugto4.4.1,loupeto3.1.4,picomatchto4.0.3, and@jridgewell/sourcemap-codecto1.5.4, removing older versions and ensuring the latest bug fixes and performance improvements. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]Cleanup of Old Package References:
These updates are routine maintenance and should not introduce breaking changes, but they do ensure the codebase is using the latest stable versions of its dependencies.