-
Notifications
You must be signed in to change notification settings - Fork 262
Updated tanstack/react-virtual to 3.14.4 to add directDomUpdates #4022
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
Open
dracofulmen
wants to merge
3
commits into
Workday:master
Choose a base branch
from
dracofulmen:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🗄️ Data Integrity & Integration | 🟡 Minor
🧩 Analysis chain
🏁 Script executed:
Repository: Workday/canvas-kit
Length of output: 1474
Update
yarn.lockfor@tanstack/react-virtualyarn.lockstill resolves@tanstack/react-virtual@^3.13.9to3.13.9from the public Yarn registry. The package bump inmodules/react/package.jsonwon’t take effect until the lockfile is refreshed to^3.14.3; otherwisedirectDomUpdateswon’t be available at runtime.🤖 Prompt for AI Agents
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't actually update the yarn.lock on my side because it would contaminate it with changes from my personal setup
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dracofulmen, understood — thanks for clarifying.That makes sense, and I wouldn’t want you to commit a polluted
yarn.lock. The concern is still that this PR’s functional change depends on@tanstack/react-virtualactually resolving to3.14.3; if the lockfile stays on3.13.9,directDomUpdatesmay not be present at runtime.Best path here is probably to have the lockfile refreshed from a clean/standard project environment by someone who can do that safely. If you want to keep that out of this PR, I can help open a follow-up issue for the lockfile update.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would hope that a reviewer would be able to generate the correct version of the new yarn.lock.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dracofulmenFair point — I agree this is better handled from a clean reviewer/maintainer environment than from a local setup that would dirtyyarn.lock.The concern I raised is still about making sure the lockfile actually resolves the new
@tanstack/react-virtualversion, but I won’t push this back on you if you can’t generate it safely from your machine.