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

build(eslint-plugin-react-hooks): add dev dependencies for typescript migration #32279

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

michaelfaith
Copy link
Contributor

Summary

Contributing to #32240, this change adds the dev dependencies needed to support the migration of the plugin to typescript.

@react-sizebot
Copy link

react-sizebot commented Jan 31, 2025

Comparing: 9ff42a8...1be7a03

Critical size changes

Includes critical production bundles, as well as any change greater than 2%:

Name +/- Base Current +/- gzip Base gzip Current gzip
oss-stable/react-dom/cjs/react-dom.production.js = 6.68 kB 6.68 kB = 1.83 kB 1.83 kB
oss-stable/react-dom/cjs/react-dom-client.production.js = 514.64 kB 514.64 kB = 91.76 kB 91.76 kB
oss-experimental/react-dom/cjs/react-dom.production.js = 6.69 kB 6.69 kB = 1.83 kB 1.83 kB
oss-experimental/react-dom/cjs/react-dom-client.production.js = 557.67 kB 557.67 kB = 99.01 kB 99.01 kB
facebook-www/ReactDOM-prod.classic.js = 596.61 kB 596.61 kB = 104.90 kB 104.89 kB
facebook-www/ReactDOM-prod.modern.js = 587.04 kB 587.04 kB = 103.36 kB 103.36 kB

Significant size changes

Includes any change greater than 0.2%:

(No significant changes)

Generated by 🚫 dangerJS against cadae64

@michaelfaith michaelfaith force-pushed the build/add-new-eslint-plugin-deps branch from c10aee7 to b5b795d Compare January 31, 2025 02:09
@michaelfaith michaelfaith marked this pull request as ready for review January 31, 2025 02:14
"eslint-v9": "npm:eslint@^9.0.0"
"eslint-v9": "npm:eslint@^9.0.0",
"jest": "^29.5.0",
"tsup": "^8.3.5",
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"tsup": "^8.3.5",
"tsup": "^8.3.5",

Copy link
Contributor Author

@michaelfaith michaelfaith Jan 31, 2025

Choose a reason for hiding this comment

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

How weird. I wonder why my IDE didn't pick up the repo's prettier settings in this one line 😅 I've fixed it.

… migration

Contributing to facebook#32240, this change adds the dev dependencies needed to support the migration of the plugin to typescript.
@michaelfaith michaelfaith force-pushed the build/add-new-eslint-plugin-deps branch from b5b795d to cadae64 Compare January 31, 2025 18:51
@poteto poteto merged commit a657bc5 into facebook:main Jan 31, 2025
201 checks passed
@michaelfaith michaelfaith deleted the build/add-new-eslint-plugin-deps branch January 31, 2025 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants