[Snyk] Upgrade: @babel/cli, @babel/core, @babel/plugin-proposal-object-rest-spread, @babel/plugin-transform-flow-strip-types, @babel/preset-env #5
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.10.0 to 7.17.10
on 2022-04-29
from 7.10.0 to 7.18.2
on 2022-05-25
from 7.10.0 to 7.18.0
on 2022-05-19
from 7.9.0 to 7.17.12
on 2022-05-16
from 7.10.0 to 7.18.2
on 2022-05-25
The recommended version fixes:
SNYK-JS-UNSETVALUE-2400660
Why? CVSS 7.5
SNYK-JS-GLOBPARENT-1016905
Why? CVSS 7.5
(*) Note that the real score may have changed since the PR was raised.
Release notes
Package name: @babel/cli
-
7.17.10 - 2022-04-29
- #14479 [cli] Avoid
- #14506 Do not add sourcemap markings for indentation (@ jridgewell)
- #14424 Update detection of pure nodes (
- #14493 Remove git.io shortlinks from repo (@ Andoryuuta)
- Other
- #14462 fix: build standalone on windows (@ liuxingbaoyu)
- #14497 Switch to
- Abreto Fu (@ Abreto)
- Andrew Gutekanst (@ Andoryuuta)
- Babel Bot (@ babel-bot)
- Conrad Buck (@ conartist6)
- Daniel Tschinder (@ danez)
- Huáng Jùnliàng (@ JLHwung)
- John Daly (@ JohnDaly)
- Justin Ridgewell (@ jridgewell)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- @ liuxingbaoyu
- apeltop (@ apeltop)
- pigw4ng (@ wjw99830)
-
7.17.6 - 2022-02-21
-
7.17.3 - 2022-02-15
-
7.17.0 - 2022-02-02
-
7.16.8 - 2022-01-10
-
7.16.7 - 2021-12-31
-
7.16.0 - 2021-10-29
-
7.15.7 - 2021-09-17
-
7.15.4 - 2021-09-02
-
7.14.8 - 2021-07-20
-
7.14.5 - 2021-06-09
-
7.14.3 - 2021-05-17
-
7.13.16 - 2021-04-20
-
7.13.14 - 2021-03-29
-
7.13.10 - 2021-03-08
-
7.13.0 - 2021-02-22
-
7.12.17 - 2021-02-18
-
7.12.16 - 2021-02-11
-
7.12.13 - 2021-02-03
-
7.12.10 - 2020-12-09
-
7.12.8 - 2020-11-23
-
7.12.7 - 2020-11-20
-
7.12.1 - 2020-10-15
-
7.12.0 - 2020-10-14
-
7.11.6 - 2020-09-03
-
7.11.5 - 2020-08-31
-
7.10.5 - 2020-07-14
-
7.10.4 - 2020-06-30
-
7.10.3 - 2020-06-19
-
7.10.1 - 2020-05-27
-
7.10.0 - 2020-05-26
from @babel/cli GitHub release notesv7.17.10 (2022-04-29)
Thanks @ Abreto, @ Andoryuuta, @ apeltop, @ JohnDaly, and @ wjw99830 for your first PRs!
🐛 Bug Fix
babel-cli,babel-core,babel-generator,babel-helper-transform-fixture-test-runnerSourceMapGeneratorfor simple map concatenation (@ jridgewell)💅 Polish
babel-cli,babel-core,babel-generator,babel-helper-fixtures,babel-helper-transform-fixture-test-runnerbabel-plugin-proposal-pipeline-operator,babel-traverseScope#isPure) (@ JLHwung)🏠 Internal
babel-core🏃♀️ Performance
babel-cli,babel-core,babel-generator@ jridgewell/gen-mappingfor sourcemap generation (@ jridgewell)Committers: 12
Package name: @babel/core
-
7.18.2 - 2022-05-25
- #14582 fix: skip template literal transform for TSLiteralType (@ JLHwung)
- #14537 Support frozen built-ins in
- #14581 Define the global
- #14371 environmentVisitor should skip decorator expressions (@ JLHwung)
- #14571 add Accessor alias description (@ JLHwung)
- #14541 Fix synchronization between main thread and worker (@ liuxingbaoyu)
- Huáng Jùnliàng (@ JLHwung)
- Jack Works (@ Jack-Works)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- @ liuxingbaoyu
-
7.18.0 - 2022-05-19
- #14556 feat: add import-assertions to shippedProposals (@ JLHwung)
- #14304 Transform destructuring private (@ JLHwung)
- #14359 [ts 4.7] Support optional variance annotations (@ magic-akari)
- #14476 [ts 4.7] Support
- #14457 [ts] Add support for instantiation expressions (@ nicolo-ribaudo)
- #14456 Pass filename to
- #14551 Do not create multiple copies of comments when cloning nodes (@ liuxingbaoyu)
- #14557 Fix parsing of
- #14528 fix: do not mark computed
- #14538 Inline
- #14530 improve helper-create-class-features typings (@ JLHwung)
- Huáng Jùnliàng (@ JLHwung)
- Nick Heiner (@ NickHeiner)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- Sosuke Suzuki (@ sosukesuzuki)
- @ liuxingbaoyu
- magic-akari (@ magic-akari)
-
7.17.12 - 2022-05-16
- #14536 Never hoist JSX elts referencing vars from the current scope (@ nicolo-ribaudo)
- #14524 fix: perserve parentheses of lhs id with rhs unamed fn (@ JLHwung)
- #14532 Print necessary parentheses for functions in postfix expressions (@ xiawenqi)
- #14494 Update scope info after destructuring transform (@ peey)
- #14522 fix: allow liberal named type-as imports (@ JLHwung)
- #14500 Fix parsing ts type casts and nested patterns in destructuring (@ nicolo-ribaudo)
- #14519 @ babel/types builder improvements (@ JLHwung)
- #14490 Update to Jest 28 (@ JLHwung)
- #14499 Provide plugin/preset typings from plugin-utils (@ JLHwung)
- Babel Bot (@ babel-bot)
- Conrad Buck (@ conartist6)
- Huáng Jùnliàng (@ JLHwung)
- Justin Ridgewell (@ jridgewell)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- Peeyush Kushwaha (@ peey)
- Simon Lydell (@ lydell)
- Varun Sharma (@ varunsh-coder)
- Xia Wenqi (@ xiawenqi)
-
7.17.10 - 2022-04-29
-
7.17.9 - 2022-04-06
-
7.17.8 - 2022-03-18
-
7.17.7 - 2022-03-14
-
7.17.5 - 2022-02-17
-
7.17.4 - 2022-02-15
-
7.17.3 - 2022-02-15
-
7.17.2 - 2022-02-08
-
7.17.0 - 2022-02-02
-
7.16.12 - 2022-01-22
-
7.16.10 - 2022-01-19
-
7.16.7 - 2021-12-31
-
7.16.5 - 2021-12-13
-
7.16.0 - 2021-10-29
-
7.15.8 - 2021-10-06
-
7.15.5 - 2021-09-04
-
7.15.4 - 2021-09-02
-
7.15.0 - 2021-08-04
-
7.14.8 - 2021-07-20
-
7.14.6 - 2021-06-14
-
7.14.5 - 2021-06-09
-
7.14.3 - 2021-05-17
-
7.14.2 - 2021-05-12
-
7.14.0 - 2021-04-29
-
7.13.16 - 2021-04-20
-
7.13.15 - 2021-04-08
-
7.13.14 - 2021-03-29
-
7.13.13 - 2021-03-26
-
7.13.10 - 2021-03-08
-
7.13.8 - 2021-02-26
-
7.13.1 - 2021-02-23
-
7.13.0 - 2021-02-22
-
7.12.17 - 2021-02-18
-
7.12.16 - 2021-02-11
-
7.12.13 - 2021-02-03
-
7.12.10 - 2020-12-09
-
7.12.9 - 2020-11-24
-
7.12.8 - 2020-11-23
-
7.12.7 - 2020-11-20
-
7.12.3 - 2020-10-16
-
7.12.1 - 2020-10-15
-
7.12.0 - 2020-10-14
-
7.11.6 - 2020-09-03
-
7.11.5 - 2020-08-31
-
7.11.4 - 2020-08-20
-
7.11.1 - 2020-08-04
-
7.11.0 - 2020-07-30
-
7.10.5 - 2020-07-14
-
7.10.4 - 2020-06-30
-
7.10.3 - 2020-06-19
-
7.10.2 - 2020-05-30
-
7.10.1 - 2020-05-27
-
7.10.0 - 2020-05-26
from @babel/core GitHub release notesv7.18.2 (2022-05-25)
🐛 Bug Fix
babel-plugin-transform-template-literalsbabel-helpers@ babel/runtime(@ Jack-Works)babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimeregeneratorRuntimein@ babel/runtime/regenerator(@ nicolo-ribaudo)babel-helper-environment-visitor,babel-helper-replace-supers,babel-plugin-proposal-class-properties,babel-plugin-proposal-decorators,babel-traverse,babel-types📝 Documentation
babel-types🏠 Internal
Committers: 4
v7.18.0 (2022-05-19)
Thanks @ NickHeiner for your first PR!
🚀 New Feature
babel-preset-envbabel-helper-create-class-features-plugin,babel-helper-define-map,babel-plugin-proposal-class-static-block,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-object-rest-spread,babel-plugin-syntax-destructuring-private,babel-plugin-transform-destructuring,babel-plugin-transform-proto-to-assign,babel-plugin-transform-typescript,babel-standalone,babel-traverse,babel-typesbabel-generator,babel-parser,babel-typesbabel-generator,babel-parserextendsconstraints forinfer(@ sosukesuzuki)babel-generator,babel-parser,babel-plugin-transform-typescript,babel-traverse,babel-typesbabel-helper-module-transforms,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-umdimportInteropmethod (@ NickHeiner)🐛 Bug Fix
babel-typesbabel-parser<after object literals with thejsxplugin (@ JLHwung)babel-plugin-transform-react-pure-annotationsReact[...]methods as pure (@ JLHwung)💅 Polish
babel-core,babel-helper-transform-fixture-test-runner,babel-helpers,babel-plugin-proposal-async-generator-functions,babel-plugin-transform-async-to-generator,babel-plugin-transform-block-scoping,babel-plugin-transform-classes,babel-plugin-transform-regenerator,babel-plugin-transform-runtime,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime,babel-standaloneregeneratorRuntimeas a normal helper (@ nicolo-ribaudo)🏠 Internal
babel-core,babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-modules-systemjsCommitters: 6
v7.17.12 (2022-05-16)
Thanks @ varunsh-coder and @ xiawenqi for your first pull requests!
🐛 Bug Fix
babel-plugin-transform-react-constant-elementsbabel-generatorbabel-plugin-transform-destructuringbabel-parserbabel-parser,babel-plugin-transform-destructuring,babel-types🏠 Internal
babel-plugin-proposal-decorators,babel-typesbabel-corebabel-core,babel-generator,babel-helper-create-class-features-plugin,babel-helper-create-regexp-features-plugin,babel-helper-module-transforms,babel-helper-plugin-utils,babel-parser,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-export-default-from,babel-plugin-proposal-export-namespace-from,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-proposal-unicode-property-regex,babel-plugin-syntax-decorators,babel-plugin-syntax-destructuring-private,babel-plugin-syntax-flow,babel-plugin-syntax-import-assertions,babel-plugin-syntax-pipeline-operator,babel-plugin-syntax-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-flow-comments,babel-plugin-transform-flow-strip-types,babel-plugin-transform-for-of,babel-plugin-transform-instanceof,babel-plugin-transform-jscript,babel-plugin-transform-literals,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-systemjs,babel-plugin-transform-modules-umd,babel-plugin-transform-named-capturing-groups-regex,babel-plugin-transform-new-target,babel-plugin-transform-parameters,babel-plugin-transform-property-mutators,babel-plugin-transform-proto-to-assign,babel-plugin-transform-react-constant-elements,babel-plugin-transform-react-jsx,babel-plugin-transform-reserved-words,babel-plugin-transform-runtime,babel-plugin-transform-spread,babel-plugin-transform-template-literals,babel-plugin-transform-typeof-symbol,babel-plugin-transform-typescript,babel-preset-env,babel-preset-flow,babel-preset-react,babel-preset-typescript,babel-traverse,babel-typesCommitters: 9
Read more
Read more
Read more
Package name: @babel/plugin-proposal-object-rest-spread
-
7.18.0 - 2022-05-19
-
7.17.12 - 2022-05-16
-
7.17.3 - 2022-02-15
-
7.16.7 - 2021-12-31
-
7.16.5 - 2021-12-13
-
7.16.0 - 2021-10-29
-
7.15.6 - 2021-09-09
-
7.14.7 - 2021-06-21
-
7.14.5 - 2021-06-09
-
7.14.4 - 2021-05-28
-
7.14.2 - 2021-05-12
-
7.13.8 - 2021-02-26
-
7.13.0 - 2021-02-22
-
7.12.13 - 2021-02-03
-
7.12.1 - 2020-10-15
-
7.11.0 - 2020-07-30
-
7.10.4 - 2020-06-30
-
7.10.3 - 2020-06-19
-
7.10.1 - 2020-05-27
-
7.10.0 - 2020-05-26
from @babel/plugin-proposal-object-rest-spread GitHub release notesRead more
Read more
Package name: @babel/plugin-transform-flow-strip-types
-
7.17.12 - 2022-05-16
-
7.16.7 - 2021-12-31
-
7.16.5 - 2021-12-13
-
7.16.0 - 2021-10-29
-
7.14.5 - 2021-06-09
-
7.13.0 - 2021-02-22
-
7.12.13 - 2021-02-03
-
7.12.10 - 2020-12-09
-
7.12.1 - 2020-10-15
-
7.10.4 - 2020-06-30
-
7.10.1 - 2020-05-27
-
7.9.0 - 2020-03-20
from @babel/plugin-transform-flow-strip-types GitHub release notesRead more
Package name: @babel/preset-env
-
7.18.2 - 2022-05-25
-
7.18.0 - 2022-05-19
-
7.17.12 - 2022-05-16
-
7.17.10 - 2022-04-29
-
7.16.11 - 2022-01-20
-
7.16.10 - 2022-01-19
-
7.16.8 - 2022-01-10
-
7.16.7 - 2021-12-31
-
7.16.5 - 2021-12-13
-
7.16.4 - 2021-11-16
-
7.16.0 - 2021-10-29
-
7.15.8 - 2021-10-06
-
7.15.6 - 2021-09-09
-
7.15.4 - 2021-09-02
-
7.15.0 - 2021-08-04
-
7.14.9 - 2021-08-01
-
7.14.8 - 2021-07-20
-
7.14.7 - 2021-06-21
-
7.14.5 - 2021-06-09
-
7.14.4 - 2021-05-28
-
7.14.2 - 2021-05-12
-
7.14.1 - 2021-05-04
-
7.14.0 - 2021-04-29
-
7.13.15 - 2021-04-08
-
7.13.12 - 2021-03-22
-
7.13.10 - 2021-03-08
-
7.13.9 - 2021-03-01
-
7.13.8 - 2021-02-26
-
7.13.5 - 2021-02-23
-
7.13.0 - 2021-02-22
-
7.12.17 - 2021-02-18
-
7.12.16 - 2021-02-11
-
7.12.13 - 2021-02-03
-
7.12.11 - 2020-12-15
-
7.12.10 - 2020-12-09
-
7.12.7 - 2020-11-20
-
7.12.1 - 2020-10-15
-
7.12.0 - 2020-10-14
-
7.11.5 - 2020-08-31
-
7.11.0 - 2020-07-30
-
7.10.4 - 2020-06-30
-
7.10.3 - 2020-06-19
-
7.10.2 - 2020-05-30
-
7.10.1 - 2020-05-27
-
7.10.0 - 2020-05-26
from @babel/preset-env GitHub release notesRead more
Read more
Read more
Read more
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