The Wayback Machine - https://web.archive.org/web/20220101194729/https://github.com/facebook/react/pull/22881
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

Add CI job to check npm dependencies #22881

Merged
merged 1 commit into from Dec 8, 2021
Merged

Add CI job to check npm dependencies #22881

merged 1 commit into from Dec 8, 2021

Conversation

@acdlite
Copy link
Member

@acdlite acdlite commented Dec 8, 2021

Checks that if one React package depends on another, the current version satisfies the given dependency range.

That way we don't forget to bump dependencies when we release a new version.

@sizebot
Copy link

@sizebot sizebot commented Dec 8, 2021

Comparing: ad60746...744ce80

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.min.js = 129.69 kB 129.69 kB = 41.56 kB 41.56 kB
oss-experimental/react-dom/cjs/react-dom.production.min.js = 134.44 kB 134.44 kB = 42.93 kB 42.93 kB
facebook-www/ReactDOM-prod.classic.js = 427.76 kB 427.76 kB = 78.55 kB 78.55 kB
facebook-www/ReactDOM-prod.modern.js = 416.32 kB 416.32 kB = 76.86 kB 76.86 kB
facebook-www/ReactDOMForked-prod.classic.js = 427.76 kB 427.76 kB = 78.55 kB 78.55 kB

Significant size changes

Includes any change greater than 0.2%:

(No significant changes)

Generated by 🚫 dangerJS against 744ce80

Checks that if one React package depends on another, the current
version satisfies the given dependency range.

That way we don't forget to bump dependencies when we release a
new version.
@acdlite acdlite merged commit 06f4034 into facebook:main Dec 8, 2021
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment