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

Conversation

acdlite
Copy link
Collaborator

@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.

@facebook-github-bot facebook-github-bot added CLA Signed React Core Team Opened by a member of the React Core Team labels Dec 8, 2021
@sizebot
Copy link

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
zhengjitf pushed a commit to zhengjitf/react that referenced this pull request Apr 15, 2022
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed React Core Team Opened by a member of the React Core Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants