-
-
Notifications
You must be signed in to change notification settings - Fork 37
Update Babel v8 #3455
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
Closed
Closed
Update Babel v8 #3455
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
f167025
Update Babel v8
ardatan e523a0a
Seperate Node 18
ardatan 820ded7
Babel v7
ardatan 40d1782
Wrong script
ardatan a7f096b
:facepalm: typo in the script file name
ardatan add04be
Add missing require
ardatan 4303ee0
Fix path of package.json
ardatan a5236b9
Fix package.json destination path
ardatan 825531f
Remove unnecessary uWS import
ardatan d293e8e
httpbin usage fix
ardatan e0c610d
Patch jest leak detector to fix Leak detection on later Node
ardatan 8b19a6c
Leak and regular tests are parallel
ardatan 41cd09e
Fix Leak detector patch
ardatan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🩺 Stability & Availability | 🟠 Major | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
Repository: ardatan/whatwg-node
Length of output: 262
🏁 Script executed:
Repository: ardatan/whatwg-node
Length of output: 2527
🌐 Web query:
babel-jest 30.4.1 Babel 8 support@babel/core8 compatibility💡 Result:
Babel 8 support is not fully integrated into babel-jest version 30.4.1 [1][2]. While babel-jest 30.4.1 (released May 8, 2026) included initial preparations for Babel 8, such as updating internal plugin configurations to use 'denylist' instead of 'blacklist' [3], it does not provide comprehensive support for Babel 8 [4]. The Jest project officially introduced Babel 8 support in later releases [5][6]. Following the official release of Babel 8.0.0 on June 16, 2026 [7], the Jest repository initiated updates to its dependencies to align with the new major version [6]. Users requiring full Babel 8 compatibility should ensure they are using a more recent version of Jest/babel-jest than 30.4.1, as the project has been actively updating its dependency tree to support the
@babel/core8.x ecosystem [6].Citations:
Upgrade
babel-jestfor Babel 8package.jsonpins@babel/core@8.0.1, butbabel-jest@30.4.1still needs a Babel 8-capable release. Update Jest/babel-jest together or the Jest transform path can fail at runtime.🤖 Prompt for AI Agents