-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
fix(security): update vulnerable packages, include React 17 in peerDeps #28545
fix(security): update vulnerable packages, include React 17 in peerDeps #28545
Conversation
No idea why the bootstrap run keeps failing 🤔 everything bootstraps locally. Even the Windows run (which includes its own bootstrap step) is passing on CI. Each run fails on the gatsby-plugin-image build step. Here is the output from the most recent run:
The two errors it generates are: 1) fs.promises is an experimental API; 2) there is a memory leak somewhere during the microbundle build. Neither of these errors occur when I bootstrap locally on Node 10.13.0 or 12.20.0. Whether the first, the second, or both errors throw on each CI run seems to be random. |
4016e75
to
72014f1
Compare
Updated the PR to include an upstream security fix for I am still receiving the aforementioned errors on CircleCI but not locally. Also, it seems like ALL current PRs are erroring on |
2d92121
to
6cbf5bf
Compare
Still getting the bootstrap errors about every 9 out of 10 CI runs (but never locally). Occasionally it passes without erroring, but then it doesn't pass some e2e tests, which I have been unable to run because I develop in WSL. |
54e04ef
to
cd68be6
Compare
I guess the issue was because I removed |
Closes gatsbyjs#28781. Based on the work of gatsbyjs#28545 but more specific to hicat
Can you please revert |
This PR aims to reduce the amount of warnings users see from their package manager on first install.
^0.3.3
->^1.0.4
^5.26.3
->^7.5.1
^12.3.0
->^13.1.0
^0.7.0
->^0.8.0
^1.7.3
->^2.6.1
^5.0.0
->^6.0.0
^4.0.1
->^5.0.0
^4.2.2
->^5.2.5
^10.1.2
->^15.4.1
^1.1.2
->^2.1.0
Fixes #28781
Fixes #28858