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

Chore: update dependencies #96

Merged
merged 3 commits into from
Oct 3, 2024
Merged

Chore: update dependencies #96

merged 3 commits into from
Oct 3, 2024

Conversation

kevinwcyu
Copy link
Contributor

@kevinwcyu kevinwcyu commented Oct 2, 2024

Changes:

  • Updates node version in .nvmrc to current LTS version
  • Added moduleNameMapper for css files after updating jest dependencies
  • Updated rollup to v4
  • Most changes in the src/* files are fixing deprecations

Note to reviewer:

  • View with "Hide whitespace" enabled

@kevinwcyu kevinwcyu marked this pull request as ready for review October 2, 2024 19:43
@kevinwcyu kevinwcyu requested a review from a team as a code owner October 2, 2024 19:43
@kevinwcyu kevinwcyu requested review from njvrzm and nmarrs and removed request for a team October 2, 2024 19:43
Copy link
Contributor

@iwysiu iwysiu left a comment

Choose a reason for hiding this comment

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

😮 so many updates

@@ -1,5 +1,8 @@
// enables assertions such as toBeInTheDocument to be used in our tests
import '@testing-library/jest-dom';
import { TextEncoder, TextDecoder } from 'util';

Object.assign(global, { TextDecoder, TextEncoder });
Copy link
Contributor

Choose a reason for hiding this comment

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

Out of curiosity (not a nit) what's this doing?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was something that used to be available with jest-dom, but after updating it needs to be added manually.

@iwysiu
Copy link
Contributor

iwysiu commented Oct 2, 2024

Also, your call, but if you're planning to cut a release for these changes you could put the version/changelog update in this pr

@kevinwcyu kevinwcyu merged commit 0772197 into main Oct 3, 2024
3 checks passed
@kevinwcyu kevinwcyu deleted the kevinwcyu/update-deps branch October 3, 2024 18:17
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.

2 participants