Update all of babel7 7.24.3 → 7.24.4 (patch) #536
Merged
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.
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ @babel/core (7.24.3 → 7.24.4) · Repo · Changelog
Release Notes
7.24.4
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 19 commits:
v7.24.4
Avoid terser workaround in firefox bugfix for computed keys (#16401)
Forbid initializerless using (#16403)
Test Babel 7/8 compatibility for plugins from es2019 to es2024 (#16399)
fix: Correctly prints `{ [key in Bar]? }` (#16402)
[babel 8] Turn `const enum`s into `const` variables (#16396)
fix: Correctly generate `TSMappedType` (#16394)
Create bugfix plugin for classes in computed keys in Firefox (#16390)
use `#!/usr/bin/env bash` over `#!/bin/bash` (#16397)
Update test262 (#16392)
Ensure decorators are callable (#16388)
fix: support mutated outer decorated class binding (#16387)
fix: Decorators when `super()` exists & `protoInit` not needed (#16385)
fix: Transform scoping for `for X` in loop (#16384)
Fix incorrect function hoisting in some case statements (#16363)
fix: incorrect numeric-seperator tests (#16381)
Update test262 (#16376)
fix: Capture `let` when the `for` body is not a block (#16368)
Add v7.24.3 to CHANGELOG.md [skip ci]
✳️ @babel/preset-env (7.24.3 → 7.24.4) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 19 commits:
v7.24.4
Avoid terser workaround in firefox bugfix for computed keys (#16401)
Forbid initializerless using (#16403)
Test Babel 7/8 compatibility for plugins from es2019 to es2024 (#16399)
fix: Correctly prints `{ [key in Bar]? }` (#16402)
[babel 8] Turn `const enum`s into `const` variables (#16396)
fix: Correctly generate `TSMappedType` (#16394)
Create bugfix plugin for classes in computed keys in Firefox (#16390)
use `#!/usr/bin/env bash` over `#!/bin/bash` (#16397)
Update test262 (#16392)
Ensure decorators are callable (#16388)
fix: support mutated outer decorated class binding (#16387)
fix: Decorators when `super()` exists & `protoInit` not needed (#16385)
fix: Transform scoping for `for X` in loop (#16384)
Fix incorrect function hoisting in some case statements (#16363)
fix: incorrect numeric-seperator tests (#16381)
Update test262 (#16376)
fix: Capture `let` when the `for` body is not a block (#16368)
Add v7.24.3 to CHANGELOG.md [skip ci]
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands