-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fei5402.2.removeheapdump] Remove heapdump support (#1013)
## Summary: This removes the `heapdump` peer dependency and support for heap dumps. We haven't used this in quite a while and it tends to cause Node upgrade issues. If we should need it to debug something in the future, we can always add it back. Issue: FEI-5402 ## Test plan: `yarn install` `yarn test` `yarn typecheck` I did these steps under Node 20 and Node 16. Author: somewhatabstract Reviewers: jeresig Required Reviewers: Approved By: jeresig Checks: ✅ Test (macos-latest, 20.x), ✅ CodeQL, ❌ codecov/project, ✅ Lint, typecheck, and coverage check (ubuntu-latest, 20.x), ✅ Prime node_modules cache for primary configuration (ubuntu-latest, 20.x), ✅ gerald, ✅ Analyze (javascript), ⏭️ dependabot Pull Request URL: #1013
- Loading branch information
1 parent
b3c527b
commit 4fc7dbb
Showing
8 changed files
with
9 additions
and
235 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@khanacademy/wonder-stuff-render-server": major | ||
"@khanacademy/wonder-stuff-server": major | ||
--- | ||
|
||
Removed support for the heapdump peer dependency and heap dump generation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,6 @@ | |
"express-async-handler": "^1.2.0", | ||
"express-winston": "^4.2.0", | ||
"fast-glob": "^3.3.0", | ||
"heapdump": "^0.3.15", | ||
"jest": "^29.7.0", | ||
"jest-extended": "^4.0.2", | ||
"jest-when": "^3.6.0", | ||
|
@@ -76,7 +75,6 @@ | |
"winston": "^3.10.0" | ||
}, | ||
"resolutions": { | ||
"//": "We need to use node-gyp 10 to support systems that use Python 3.12", | ||
"//": "we need to pin wide-align/string-width because v5 & up are ESM only", | ||
"wide-align/string-width": "^4.2.0", | ||
"node-gyp": "^10.0.0" | ||
|
@@ -100,4 +98,4 @@ | |
"nochangeset": "yarn changeset add --empty", | ||
"add:devdepbysha": "bash -c 'yarn add -W --dev \"git+https://[email protected]/Khan/$0.git#$1\"'" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5394,13 +5394,6 @@ [email protected]: | |
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" | ||
integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== | ||
|
||
heapdump@^0.3.15: | ||
version "0.3.15" | ||
resolved "https://registry.yarnpkg.com/heapdump/-/heapdump-0.3.15.tgz#631a8a2585588ea64778d8ec80a64c6c025f6a08" | ||
integrity sha512-n8aSFscI9r3gfhOcAECAtXFaQ1uy4QSke6bnaL+iymYZ/dWs9cqDqHM+rALfsHUwukUbxsdlECZ0pKmJdQ/4OA== | ||
dependencies: | ||
nan "^2.13.2" | ||
|
||
hex2dec@^1.0.1: | ||
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/hex2dec/-/hex2dec-1.1.2.tgz#8e1ce4bef36a74f7d5723c3fb3090c2860077338" | ||
|
@@ -7170,7 +7163,7 @@ multimatch@^4.0.0: | |
arrify "^2.0.1" | ||
minimatch "^3.0.4" | ||
|
||
nan@^2.13.2, nan@^2.14.0: | ||
nan@^2.14.0: | ||
version "2.17.0" | ||
resolved "https://registry.yarnpkg.com/nan/-/nan-2.17.0.tgz#c0150a2368a182f033e9aa5195ec76ea41a199cb" | ||
integrity sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ== | ||
|
@@ -9605,6 +9598,7 @@ [email protected]: | |
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw== | ||
|
||
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0: | ||
name wrap-ansi-cjs | ||
version "7.0.0" | ||
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" | ||
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== | ||
|