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

upgrade packages with old subdependencies #6444

Closed
wants to merge 3 commits into from

Conversation

fzhao99
Copy link
Contributor

@fzhao99 fzhao99 commented Aug 29, 2023

FRONTEND PULL REQUEST

Related Issue

Upgrading dev dependencies that were using mismatched versions of the subdependency@testing-library/dom. This was causing a bunch of act warnings in another PR that get fixed if we update these dependencies. Scoping the upgrade into PR seperate from the actual changes to make review easier.

See discussions here and here for more context as to why the change fixed the issue.

Testing

  • Run storybook locally and make sure it still works
  • Make sure the relevant eslint plugin still fixes errors. I plugged in a violation to this rule into a test file and made sure it fixed on save still.
  • Make sure the frontend tests are all still green (after an yarn install of course!).

Screenshots / Demos

(State of my local branch with the same tests)

Before upgrading packages

Screen.Recording.2023-08-29.at.12.12.39.PM.mov

After upgrading packages

Screen.Recording.2023-08-29.at.11.51.57.AM.mov

@fzhao99 fzhao99 closed this Aug 31, 2023
@fzhao99 fzhao99 deleted the bob/upgrade-jest-packages branch August 31, 2023 13:48
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.

1 participant