This repository was archived by the owner on Dec 4, 2025. It is now read-only.
[Snyk] Upgrade: @babel/core, @babel/preset-env#2320
Merged
Conversation
Snyk has created this PR to upgrade:
- @babel/core from 7.19.6 to 7.20.2.
See this package in npm: https://www.npmjs.com/package/@babel/core
- @babel/preset-env from 7.19.4 to 7.20.2.
See this package in npm: https://www.npmjs.com/package/@babel/preset-env
See this project in Snyk:
https://app.snyk.io/org/sandbox-2ba/project/852e6e4f-be96-45c8-b370-1060f5ebee55?utm_source=github&utm_medium=referral&page=upgrade-pr
Snyk has created this PR to upgrade:
- @babel/core from 7.19.6 to 7.20.2.
See this package in npm: https://www.npmjs.com/package/@babel/core
- @babel/preset-env from 7.19.4 to 7.20.2.
See this package in npm: https://www.npmjs.com/package/@babel/preset-env
See this project in Snyk:
https://app.snyk.io/org/sandbox-2ba/project/852e6e4f-be96-45c8-b370-1060f5ebee55?utm_source=github&utm_medium=referral&page=upgrade-pr
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Snyk has created this PR to upgrade multiple dependencies.
👯♂ The following dependencies are linked and will therefore be updated together.ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
from 7.19.6 to 7.20.2
on 2022-11-04
from 7.19.4 to 7.20.2
on 2022-11-04
Release notes
Package name: @babel/core
-
7.20.2 - 2022-11-04
- #15124 fix:
- #15121 fix:
- #15094 fix:
- #15118 Improve printing of [no LineTerminator here] with comments (@ nicolo-ribaudo)
- #15113 fix: wrap anonymous class expression within statement (@ JLHwung)
- #15104 fix: Destructuring exceptions
- Huáng Jùnliàng (@ JLHwung)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- @ liuxingbaoyu
-
7.19.6 - 2022-10-20
- #15059 Ensure non-static decorators are applied when a class is instantiated. (@ JLHwung)
- #15062 Fix parsing of block comments nested in flow comments (@ nicolo-ribaudo)
- #15052 fix: improve module block program location tracking (@ JLHwung)
- #15060 Ensure
- #15043 fix: preserve this for
- #15037 Improve generation of comments without location (@ liuxingbaoyu)
- #15055 Fix missing
- #15056 Use
- Other
- #15035 chore: Update yarn 3.2.4 (@ liuxingbaoyu)
- #15023 Don't bundle unnecessary plugins in
- Huáng Jùnliàng (@ JLHwung)
- Lomírus (@ lomirus)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- @ liuxingbaoyu
from @babel/core GitHub release notesv7.20.2 (2022-11-04)
🐛 Bug Fix
babel-core,babel-helper-create-class-features-plugin,babel-helper-module-transforms,babel-helper-plugin-utils,babel-helper-simple-access,babel-node,babel-plugin-transform-block-scoping,babel-plugin-transform-classes,babel-plugin-transform-react-constant-elements,babel-preset-env,babel-standalone,babel-types@ babel/noderepl and enableno-use-before-definerule (@ liuxingbaoyu)babel-plugin-transform-typescripttsSatisfiesExpressioncheck with different duplicated@ babel/typesversions (@ liuxingbaoyu)babel-parserparsertypings for plugins (@ liuxingbaoyu)babel-generatorbabel-plugin-proposal-decorators,babel-plugin-proposal-object-rest-spread,babel-plugin-transform-jscriptbabel-plugin-transform-destructuringfor ( let { } = 0 ; 0 ; )(@ liuxingbaoyu)Committers: 3
v7.19.6 (2022-10-20)
Thanks @ lomirus for your first PR!
👓 Spec Compliance
babel-plugin-proposal-decorators🐛 Bug Fix
babel-parserbabel-plugin-transform-runtime,babel-runtime-corejs2,babel-runtime-corejs3@ babel/runtime-corejs3/core-js/*.jscan be imported on Node.js 17+ (@ JLHwung)babel-preset-env,babel-traversesuper.*template tags (@ liuxingbaoyu)💅 Polish
babel-generator,babel-plugin-transform-flow-comments📝 Documentation
babel-standalonetransformSyncfunction name (@ lomirus)🏠 Internal
babel-parserstartLoc.indexinstead of carrying aroundstart(@ nicolo-ribaudo)🏃♀️ Performance
babel-core,babel-standalone@ babel/standalone(@ nicolo-ribaudo)Committers: 4
Package name: @babel/preset-env
-
7.20.2 - 2022-11-04
- #15124 fix:
- #15121 fix:
- #15094 fix:
- #15118 Improve printing of [no LineTerminator here] with comments (@ nicolo-ribaudo)
- #15113 fix: wrap anonymous class expression within statement (@ JLHwung)
- #15104 fix: Destructuring exceptions
- Huáng Jùnliàng (@ JLHwung)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- @ liuxingbaoyu
-
7.19.4 - 2022-10-10
- #15019 fix: check constant violation inside loops (@ nicolo-ribaudo)
- #14985 Disallow rest object destructuring of null/undefined (@ nicolo-ribaudo)
- #14109 Fix: properly scope variables in TSModuleBlock (@ The-x-Theorist)
- #15027 fix: mark
- #14964 Never throw for invalid escapes in tagged templates (@ nicolo-ribaudo)
- #14980 Improve module expression parsing/printing (@ JLHwung)
- #14984 Fix holes handling in optimized array destructuring (@ nicolo-ribaudo)
- #14979 Improve comments generation (@ liuxingbaoyu)
- #14967 Improve source map generation (@ liuxingbaoyu)
- Other
- #15001 Run test262 again (@ nicolo-ribaudo)
- #14976 Internally rename
- Babel Bot (@ babel-bot)
- Huáng Jùnliàng (@ JLHwung)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- Sneh Khatri (@ The-x-Theorist)
- @ liuxingbaoyu
from @babel/preset-env GitHub release notesv7.20.2 (2022-11-04)
🐛 Bug Fix
babel-core,babel-helper-create-class-features-plugin,babel-helper-module-transforms,babel-helper-plugin-utils,babel-helper-simple-access,babel-node,babel-plugin-transform-block-scoping,babel-plugin-transform-classes,babel-plugin-transform-react-constant-elements,babel-preset-env,babel-standalone,babel-types@ babel/noderepl and enableno-use-before-definerule (@ liuxingbaoyu)babel-plugin-transform-typescripttsSatisfiesExpressioncheck with different duplicated@ babel/typesversions (@ liuxingbaoyu)babel-parserparsertypings for plugins (@ liuxingbaoyu)babel-generatorbabel-plugin-proposal-decorators,babel-plugin-proposal-object-rest-spread,babel-plugin-transform-jscriptbabel-plugin-transform-destructuringfor ( let { } = 0 ; 0 ; )(@ liuxingbaoyu)Committers: 3
v7.19.4 (2022-10-10)
👓 Spec Compliance
babel-plugin-transform-block-scopingbabel-helpers,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-object-rest-spread,babel-plugin-transform-destructuring🐛 Bug Fix
babel-plugin-transform-react-jsx-development,babel-plugin-transform-typescript,babel-typesbabel-plugin-transform-destructuring,babel-plugin-transform-react-constant-elements,babel-traversevardeclarations in loops as not constant (@ nicolo-ribaudo)babel-helper-string-parser,babel-parser,babel-typesbabel-generator,babel-parserbabel-plugin-transform-destructuring💅 Polish
babel-cli,babel-core,babel-generator,babel-helper-create-class-features-plugin,babel-helper-fixtures,babel-helper-simple-access,babel-helper-transform-fixture-test-runner,babel-helpers,babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression,babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining,babel-plugin-external-helpers,babel-plugin-proposal-async-do-expressions,babel-plugin-proposal-async-generator-functions,babel-plugin-proposal-class-properties,babel-plugin-proposal-class-static-block,babel-plugin-proposal-decorators,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-plugin-proposal-duplicate-named-capturing-groups-regex,babel-plugin-proposal-dynamic-import,babel-plugin-proposal-function-bind,babel-plugin-proposal-function-sent,babel-plugin-proposal-json-strings,babel-plugin-proposal-logical-assignment-operators,babel-plugin-proposal-nullish-coalescing-operator,babel-plugin-proposal-object-rest-spread,babel-plugin-proposal-optional-chaining,babel-plugin-proposal-partial-application,babel-plugin-proposal-pipeline-operator,babel-plugin-proposal-private-methods,babel-plugin-proposal-private-property-in-object,babel-plugin-proposal-record-and-tuple,babel-plugin-syntax-typescript,babel-plugin-transform-arrow-functions,babel-plugin-transform-async-to-generator,babel-plugin-transform-block-scoping,babel-plugin-transform-classes,babel-plugin-transform-computed-properties,babel-plugin-transform-destructuring,babel-plugin-transform-duplicate-keys,babel-plugin-transform-exponentiation-operator,babel-plugin-transform-flow-comments,babel-plugin-transform-flow-strip-types,babel-plugin-transform-for-of,babel-plugin-transform-function-name,babel-plugin-transform-jscript,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-systemjs,babel-plugin-transform-modules-umd,babel-plugin-transform-new-target,babel-plugin-transform-object-super,babel-plugin-transform-parameters,babel-plugin-transform-proto-to-assign,babel-plugin-transform-react-constant-elements,babel-plugin-transform-react-inline-elements,babel-plugin-transform-react-jsx-development,babel-plugin-transform-react-jsx-self,babel-plugin-transform-react-jsx,babel-plugin-transform-react-pure-annotations,babel-plugin-transform-regenerator,babel-plugin-transform-runtime,babel-plugin-transform-shorthand-properties,babel-plugin-transform-spread,babel-plugin-transform-strict-mode,babel-plugin-transform-template-literals,babel-plugin-transform-typeof-symbol,babel-plugin-transform-typescript,babel-plugin-transform-unicode-escapes,babel-preset-env,babel-preset-react,babel-preset-typescript,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime,babel-traversebabel-cli,babel-core,babel-generator,babel-helper-fixtures,babel-helper-transform-fixture-test-runner,babel-plugin-transform-destructuring,babel-plugin-transform-modules-commonjs,babel-traverse🏠 Internal
babel-compat-data,babel-preset-envproposal-*totransform-*in preset-env (@ nicolo-ribaudo)Committers: 5
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs