Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update react-virtualized 9.22.3 to 9.22.4 #1371

Merged
merged 1 commit into from
Aug 25, 2023

Conversation

dude0001
Copy link
Contributor

@dude0001 dude0001 commented Aug 20, 2023

Package duckdb-wasm-app has a dependency on React v18. React v18 was added as a peer dependency to react-virtualized in v9.22.4.

The dependency is left pinned to 9.22.4 instead of allowing minor version upgrades. There is a new version of react-virtualized v9.22.5 published to npm. There is no tagged commit in the repository for this, and the changelog does not mention v9.22.5. It is understood 9.22.5 is the "NEXT" pre-release version that can wait to pull in.

The goal of this change is to make onboarding easier for new developers. This resolves warnings when running an initial yarn install or errors running an initial npm install after cloning the repository.

warning "workspace-aggregator-952ad36a-0e9d-470f-955e-170f7a1f6542 > @duckdb/duckdb-wasm-app > [email protected]" has incorrect peer dependency "react@^15.3.0 || ^16.0.0-alpha".
warning "workspace-aggregator-952ad36a-0e9d-470f-955e-170f7a1f6542 > @duckdb/duckdb-wasm-app > [email protected]" has incorrect peer dependency "react-dom@^15.3.0 || ^16.0.0-alpha".

@dude0001 dude0001 force-pushed the feature/react-virtualized-v9.22.4 branch 3 times, most recently from 924a15d to 3160a90 Compare August 23, 2023 13:25
@dude0001
Copy link
Contributor Author

@carlopi I've rebased this on main after the rename and fixed conflicts. It should be ready to go.

@dude0001 dude0001 force-pushed the feature/react-virtualized-v9.22.4 branch 2 times, most recently from d257886 to b11f154 Compare August 23, 2023 13:33
@dude0001 dude0001 force-pushed the feature/react-virtualized-v9.22.4 branch from b11f154 to 616043a Compare August 23, 2023 13:43
Copy link
Collaborator

@carlopi carlopi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@dude0001
Copy link
Contributor Author

@carlopi is there anything else I need to do to merge this one now that it is approved? Sorry, my first PR here and getting familiar with the process. I have a couple more changes I'm going to try to make to improve onboarding and maybe tackle an actual issue.

@carlopi
Copy link
Collaborator

carlopi commented Aug 23, 2023

PR is good to go, and other PRs are more than welcome!

This will be merged in the next batch, likely tomorrow.

@hannes hannes merged commit 914f143 into duckdb:main Aug 25, 2023
@dude0001 dude0001 deleted the feature/react-virtualized-v9.22.4 branch August 31, 2023 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants