[Snyk] Upgrade @babel/runtime from 7.3.1 to 7.7.4 #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 @babel/runtime from 7.3.1 to 7.7.4.
ℹ️ 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.Release notes
Package name: @babel/runtime
-
7.7.4 - 2019-11-22
- #10748 Add support for native esm to @babel/runtime. (@nicolo-ribaudo)
- #10742 Update preset-env mappings. (@existentialism)
- #10737 Flow enums: fix enum body location. (@gkz)
- #10657 Fix some incorrect typeof parsing in flow. (@existentialism)
- #10582 [parser] Allow optional async methods. (@gonzarodriguezt)
- #10710 register import equals specifier. (@JLHwung)
- #10592 Allow TypeScript type assertions in array destructuring. (@SakibulMowla)
- #10732 fix: add missing available plugins to babel-preset-env-standalone. (@JLHwung)
- #10701 Circumvent typeof transform for umd build template. (@JLHwung)
- #10698 Babel should not silently remove unknown options after commander arguments. (@JLHwung)
- #10694 Fix optional method chaining in derived classes. (@Shriram-Balaji)
- #10677 Add
- #10598 Fix parentheses on replaceWithMultiple for JSX. (@khoumani)
- #10683 Fix: Don't call Object.keys on non-objects (#10482). (@chrishinrichs)
- #10720 polish: skip creating extra reference for safely re-used node. (@JLHwung)
- Other
- #10731 Removed duplicate key in package.json. (@rajasekarm)
- #10718 chore: use loose mode of transform. (@JLHwung)
- #10579 Implement PR workflow for running test262 on babel PRs. (@jbhoosreddy)
- #10648 bump @babel/* dev dependencies. (@JLHwung)
- #10569 E2E test Babel with itself before publishing. (@nicolo-ribaudo)
- #10668 Reduce standalone build size. (@JLHwung)
- #10725 fix typo [ci-skip]. (@JLHwung)
- #10692 Add missing flow type to babel-cli for consistency. (@ZYSzys)
- 4geru koichi uchinishi (4geru)
- Brian Ng (existentialism)
- George Zahariev (gkz)
- Huáng Jùnliàng (JLHwung)
- Jaideep Bhoosreddy (jbhoosreddy)
- Kai Cataldo (kaicataldo)
- Kenza Houmani (khoumani)
- Mohammad Ahmadi (m-ahmadi)
- Nicolò Ribaudo (nicolo-ribaudo)
- Raja Sekar (rajasekarm)
- Sakibul Mowla (SakibulMowla)
- Shriram Balaji (Shriram-Balaji)
- ZYSzys (ZYSzys)
- chrishinrichs
- gr (gonzarodriguezt)
-
7.7.2 - 2019-11-06
- #10669 Parse arrows with params annotations in conditional expressions (@nicolo-ribaudo)
- #10658 fix: remove accessibility of constructor (@JLHwung)
- #10656 fix: add inList setter for compatibility with babel-minify (@JLHwung)
- Huáng Jùnliàng (@JLHwung)
- Leonid Shevtsov (@leonid-shevtsov)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Vojtech Miksu (@tajo)
-
7.7.1 - 2019-11-05
- #10650 Revert "throw a TypeError if identifier validation fails (#10621)" (@nicolo-ribaudo)
- #10649 Fix(babel-preset-env): check api.caller is a function to avoid to thr… (@love2me)
- Archer (@love2me)
- Nicolò Ribaudo (@nicolo-ribaudo)
-
7.7.0 - 2019-11-05
- #10621 throw a TypeError if identifier validation fails. (@dentrado)
- #10559 fix: Exclude catch clause from let identifier error. (@gonzarodriguezt)
- #10567 [parser] Exception to 8 and 9 in tagged template. (@pnowak)
- #10532 Allow duplicate
- #10545 Add support for TS declare modifier on fields. (@nicolo-ribaudo)
- #10363 @babel/parser error recovery. (@nicolo-ribaudo)
- #10599 Add support for .cjs config files. (@nicolo-ribaudo)
- #10501 Add support for babel.config.json. (@devongovett)
- #10361 feat: if code frame error is on a single line, highlight the whole path. (@SimenB)
- #10573 Create @babel/plugin-syntax-top-level-await. (@nicolo-ribaudo)
- #10572 [transform-react-jsx] Add useSpread option to transform JSX. (@ivandevp)
- #10344 Flow enums parsing. (@gkz)
- #10477 Changes UMD callsite to be more likely to pass in the intended object.. (@MicahZoltu)
- #10449 Create parser plugin "topLevelAwait". (@nicolo-ribaudo)
- #10521 [parser] Enable "exportNamespaceFrom" by default. (@nicolo-ribaudo)
- #10483 [parser] Add support for private fields in TypeScript. (@nicolo-ribaudo)
- #10543 add assertions signature for TypeScript. (@tanhauhau)
- #8622 Make dir for babel --out-file. (@TrySound)
- #10399 Closes #8326, add back --quiet option.. (@chris-peng-1244)
- #10422 Correctly delegate .return() in async generator. (@nicolo-ribaudo)
- #10628 Don't throw when destructuring into a var named as an import. (@nicolo-ribaudo)
- #10638 fix: remove ExportNamedDeclaration when the specifier is empty. (@JLHwung)
- #10631 [TS] Parse calls with type args in optional chains. (@nicolo-ribaudo)
- #10607 fixed missing errors on assignment pattern in object expression. (@vivek12345)
- #10594 [parser] Parse only modifiers of actual methods. (@gonzarodriguezt)
- #10555 [TS] Correctly transform computed strings and templates in enums. (@nicolo-ribaudo)
- #10623 Fix: inputSourceMap should work when it is an external file. (@JLHwung)
- #10539 fix: remove filename annotation in buildCodeFrameError. (@JLHwung)
- #10578 [decorators] fix: support string literal properties. (@mwhitworth)
- #10574 fix: _interopRequireWildcard should only cache objects. (@samMeow)
- #9777 [traverse] Allow skipping nodes inserted with .replaceWith(). (@nicolo-ribaudo)
- #10146 Inject core-js@3 imports in Program:exit instead of on post(). (@nicolo-ribaudo)
- #10519 Fix generator missing parens around an arrow returning function type. (@existentialism)
- #9939 Don't use args rest/spread to hoist super method calls. (@nicolo-ribaudo)
- #9481 [preset-env] Don't use async-to-generator when already using regenerator. (@nicolo-ribaudo)
- #10585 fix(babel‑helpers/interopRequireWildcard): Avoid double nullish check. (@ExE-Boss)
- #10557 fix: disable caching when babel could not read/write cache. (@JLHwung)
- #10619 chore: remove output-file-sync dependency. (@JLHwung)
- #10614 chore: bump source-map-support to 0.5.14. (@JLHwung)
- #10447 Merge multiple regex transform plugin. (@JLHwung)
- #10612 chore: update web.immediate support fixtures. (@JLHwung)
- #10608 Use .find instead of .filter to get targetPath in ImportInjector. (@Andarist)
- Other
- #10600 Test node@13 on circle. (@existentialism)
- #10593 chore: replace outdated travis-ci.org badges [ci skip]. (@JLHwung)
- #10591 chore: test against Node.js 13. (@JLHwung)
- #10556 Add master branch workflow for test262 tests. (@jbhoosreddy)
- #10418 docs: add homepage link. (@DanArthurGallagher)
- #10568 Bump babel-types to ^7.6.3. (@JLHwung)
- #10480 Traverse performance. (@JLHwung)
- Alejandro Sánchez (alejo90)
- Bogdan Chadkin (TrySound)
- Brian Ng (existentialism)
- Chris Garrett (pzuraq)
- Daniel Arthur Gallagher (DanArthurGallagher)
- Devon Govett (devongovett)
- Eugene Myunster (t0lkman)
- ExE Boss (ExE-Boss)
- George Zahariev (gkz)
- Georgii Dolzhykov (thorn0)
- Gerald (gera2ld)
- Huáng Jùnliàng (JLHwung)
- Ivan Medina (ivandevp)
- Jaideep Bhoosreddy (jbhoosreddy)
- Linus Unnebäck (LinusU)
- Martin Forsgren (dentrado)
- Mateusz Burzyński (Andarist)
- Matthew Whitworth (mwhitworth)
- Micah Zoltu (MicahZoltu)
- Mohammad Ahmadi (m-ahmadi)
- Nicolò Ribaudo (nicolo-ribaudo)
- Simen Bekkhus (SimenB)
- Tan Li Hau (tanhauhau)
- Vivek Nayyar (vivek12345)
- gr (gonzarodriguezt)
- piotr (pnowak)
- samuel kwok (samMeow)
- 彭驰 (chris-peng-1244)
-
7.6.3 - 2019-10-08
- #10469 Disallow await inside async arrow params (@nicolo-ribaudo)
- #10493 [parser] Disallow numeric separators in legacy octal like integers (@gonzarodriguezt)
- #10504 Add declarations for more of @babel/types exports (@Jessidhia)
- #10343 Do not remove let bindings even they are wrapped in closure (@JLHwung)
- #10119 add scope to TSModuleDeclaration (@tanhauhau)
- #10332 Do not allow member expressions to start async arrows (@nicolo-ribaudo)
- #10490 [parser] Don't crash on comment after trailing comma after elision (@nicolo-ribaudo)
- #10529 Do not hoist jsx referencing a mutable binding (@nicolo-ribaudo)
- #10220 Flow: interface identifier should be declared in the scope (@JLHwung)
- #10419 assertNoDuplicates throw with more context (@hjdivad)
- #10511 Add filename to transform error (@JLHwung)
- Other
- #10506 Use
- #10443 perf: only apply lazy cjs module transform on cli and core (@JLHwung)
- #10494 Enable optional chaining and nullish coalescing plugins (@nicolo-ribaudo)
- #10249 Add windows to travis (@nicolo-ribaudo)
- #10371 perf: replace lookahead by lookaheadCharCode (@JLHwung)
- Other
- #10443 perf: only apply lazy cjs module transform on cli and core (@JLHwung)
- Brian Ng (@existentialism)
- Corey Farrell (@coreyfarrell)
- David J. Hamilton (@hjdivad)
- Gonzalo Rodríguez (@gonzarodriguezt)
- Henry Zhu (@hzoo)
- Huáng Jùnliàng (@JLHwung)
- Jessica Franco (@Jessidhia)
- Michael J. Currie (@Basaingeal)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Tan Li Hau (@tanhauhau)
-
7.6.2 - 2019-09-23
- #10472 added check to disallow super.private variable access and test case added. (@vivek12345)
- #10468 [parser] Disallow numeric separator in unicode scape sequences. (@ivandevp)
- #10467 [parser] Invalid NonOctal Decimal. (@gonzarodriguezt)
- #10461 [parser] Disallow static fields named
- #10455 [parser] Report escapes in kws only if they won't be used as identifiers. (@nicolo-ribaudo)
- #10445 Leave trailing comments after handling a possible trailing comma. (@nicolo-ribaudo)
- #10400 fix: allow the process to exit naturally. (@JLHwung)
- #10402 fix: pass optionLoc when validating plugin object. (@JLHwung)
- #10417 Do not guess relative execution status for exported fns. (@nicolo-ribaudo)
- #10275 fix object rest in array pattern. (@tanhauhau)
- #10430 refactor: replace regexp-tree by regexpu. (@JLHwung)
- Other
- #10441 Update GitHub actions to v2. (@nicolo-ribaudo)
- #10427 chore: add lint-ts rule. (@JLHwung)
- #10428 chore: remove tryResolve dependency. (@JLHwung)
- #10429 Remove babel polyfill dependency of babel-node. (@bdwain)
- #10420 chore: remove trim-right dependency. (@JLHwung)
- #10405 Remove circular dependency. (@nicolo-ribaudo)
- #10421 Miscellaneous perf tweak. (@JLHwung)
- Bryan Wain (bdwain)
- Gonzalo Rodríguez (gonzarodriguezt)
- Guy Waldman (guywaldman)
- Huáng Jùnliàng (JLHwung)
- Ivan Medina (ivandevp)
- Nicolò Ribaudo (nicolo-ribaudo)
- Tan Li Hau (tanhauhau)
- Vivek Nayyar (vivek12345)
-
7.6.0 - 2019-09-06
- #10269 Fix parenthesis for nullish coalescing (@vivek12345)
- #9498 Fix tdz checks in transform-block-scoping plugin (@nicolo-ribaudo)
- #10181 feat(errors): validate preset when filename is absent (@JLHwung)
- #10217 Class Private Static Accessors (@tim-mc)
- #10148 V8intrinsic syntax plugin (@JLHwung)
- #10382 Allow setting 'allowNamespaces' in typescript preset (@dsgkirkby)
- #10352 Do not register ambient classes to the TS scope (@nicolo-ribaudo)
- #10248 Add static to class property builder (@yuri-karadzhov)
- #10396 fix: early return when instance is not iterable (@JLHwung)
- #10398 Add supports for polyfill computed methods (@rhyzx)
- #10397 Don't polyfill when evaluation is not confident (@rhyzx)
- #10218 [preset-env] Include / exclude module plugins properly (@AdamRamberg)
- #10284 Replace es.string.reverse with es.array.reverse (@epicfaace)
- #10395 fix: transform name capturing regex once (@JLHwung)
- #10098 fix typescript for babel-types (@tanhauhau)
- #10319 Add a builder definition including name for tsTypeParameter (@deificx)
- #10380 Refactor trailing comment adjustment (@banga)
- #10369 Retain trailing comments in array expressions (@banga)
- #10292 fix: assign trailing comment to ObjectProperty only when inside an ObjectExpression (@JLHwung)
- #10366 Don't allow JSXNamespacedName to chain (@jridgewell)
- #10341 Add TSBigIntKeyword to @babel/types (@nicolo-ribaudo)
- #9960 Do not delete "fake" source map comments from strings (@nicolo-ribaudo)
- #10329 Fix flow comments plugin issues (@zaygraveyard)
- #10307 [fix] jsx helper calls order (@Sinewyk)
- #10302 fix: register inserted class declaration (@thiagoarrais)
- #10070 Do expressions transform for switch statements (@tanhauhau)
- #10277 remove finally from completion record in try statement (@tanhauhau)
- #10136 fix capturing group for matchAll (@tanhauhau)
- #10372 Don't allow instance properties transformation on namespace (@rhyzx)
- #10313 Adds note about two approval policy to PR template (@thiagoarrais)
- #9847 Remove core-js dependency from @babel/register (@coreyfarrell)
- #10401 Use "validateLogs" for preset-env's debug fixtures (@nicolo-ribaudo)
- #10380 Refactor trailing comment adjustment (@banga)
- #10326 Allow testing logs with
- #10331 Commit generated code (@JLHwung)
- #10228 Update dev dependencies and fix linting errors (@danez)
- #10244 added flow to babel cli (@Letladi)
- #10161 Improves the logic to import objects in helpers (@ifsnow)
- #10243 perf: always return
- Adam Ramberg (@AdamRamberg)
- Ajay Sagar (@ajaysagar)
- Ashwin Ramaswami (@epicfaace)
- Bin Xin (@rhyzx)
- Brian Donovan (@eventualbuddha)
- Corey Farrell (@coreyfarrell)
- Daniel Tschinder (@danez)
- Dylan Kirkby (@dsgkirkby)
- Even Alander (@deificx)
- Huáng Jùnliàng (@JLHwung)
- Justin Ridgewell (@jridgewell)
- Letladi Sebesho (@Letladi)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Serge Havas (@Sinewyk)
- Shrey Banga (@banga)
- Tan Li Hau (@tanhauhau)
- Thiago Arrais (@thiagoarrais)
- Tim McClure (@tim-mc)
- Vivek Nayyar (@vivek12345)
- Yuri Karadzhov (@yuri-karadzhov)
- Ziad El Khoury Hanna (@zaygraveyard)
- Sungmin Lee (@ifsnow)
-
7.5.5 - 2019-07-17
-
7.5.4 - 2019-07-09
-
7.5.3 - 2019-07-09
-
7.5.2 - 2019-07-08
-
7.5.1 - 2019-07-06
-
7.5.0 - 2019-07-04
-
7.4.5 - 2019-05-21
-
7.4.4 - 2019-04-26
-
7.4.3 - 2019-04-02
-
7.4.2 - 2019-03-21
-
7.4.0 - 2019-03-19
-
7.3.4 - 2019-02-25
-
7.3.1 - 2019-01-22
from @babel/runtime GitHub release notesv7.7.4 (2019-11-23)
Thanks @chrishinrichs, @khoumani, @m-ahmadi, @BBlackwo, @SakibulMowla, @4geru, @Shriram-Balaji, @ZYSzys and @arku for their first PRs!
🐛 Bug Fix
babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimebabel-preset-envbabel-parserbabel-preset-env-standalonebabel-plugin-transform-function-name,babel-plugin-transform-modules-umd,babel-preset-envbabel-clibabel-plugin-proposal-optional-chainingbabel-parser,babel-typesasserts this [is type]parsing support. (@JLHwung)babel-traversebabel-helpers,babel-plugin-proposal-object-rest-spread,babel-preset-env💅 Polish
babel-plugin-proposal-nullish-coalescing-operator🏠 Internal
babel-corebabel-plugin-transform-literals,babel-preset-env-standalonebabel-cliCommitters: 15
v7.7.2 (2019-11-07)
Thanks to @leonid-shevtsov, @maksimr, @njlr and @tajo for their first PR!
🐛 Bug Fix
babel-parserbabel-plugin-transform-typescriptbabel-traverseCommitters: 4
v7.7.1 (2019-11-05)
This release fixes two regression introduced in v7.7.0: facebook/react-native#27120 and #10646.
Thanks Archer (@love2me) for their first PR!
🐛 Bug Fix
babel-typesbabel-preset-envCommitters: 2
v7.7.0 (2019-11-05)
👓 Spec Compliance
babel-typesbabel-parser__proto__keys in patterns, simple case (#6705). (@alejo90)🚀 New Feature
babel-generator,babel-helper-create-class-features-plugin,babel-parser,babel-plugin-transform-typescript,babel-preset-typescript,babel-typesbabel-core,babel-parser,babel-preset-typescriptbabel-corebabel-plugin-syntax-top-level-await,babel-preset-envbabel-helper-builder-react-jsx,babel-plugin-transform-react-jsx,babel-preset-reactbabel-generator,babel-parser,babel-plugin-proposal-decorators,babel-plugin-syntax-flow,babel-typesbabel-plugin-transform-function-name,babel-plugin-transform-modules-umd,babel-preset-envbabel-parserbabel-generator,babel-parser,babel-typesbabel-cli,babel-registerbabel-cli🐛 Bug Fix
babel-helpers,babel-plugin-proposal-async-generator-functions,babel-plugin-proposal-function-sent,babel-preset-envbabel-helper-module-transforms,babel-plugin-transform-modules-commonjsbabel-plugin-transform-modules-systemjsbabel-parserbabel-plugin-transform-typescriptbabel-corebabel-plugin-proposal-decoratorsbabel-helpers,babel-plugin-proposal-dynamic-import,babel-plugin-transform-modules-commonjs,babel-preset-envbabel-traversebabel-preset-envbabel-generatorbabel-plugin-transform-async-to-generator,babel-preset-env,babel-traverse💅 Polish
babel-plugin-transform-classes,babel-plugin-transform-regenerator,babel-preset-envbabel-helpers,babel-plugin-transform-modules-commonjs,babel-preset-envbabel-register🏠 Internal
babel-cli,babel-nodebabel-registerbabel-helper-create-regexp-features-plugin,babel-plugin-proposal-unicode-property-regex,babel-plugin-transform-dotall-regex,babel-plugin-transform-named-capturing-groups-regex,babel-plugin-transform-unicode-regex,babel-preset-envbabel-preset-envbabel-helper-module-importsbabel-runtimebabel-helper-annotate-as-pure,babel-helper-bindify-decorators,babel-helper-builder-binary-assignment-operator-visitor,babel-helper-builder-react-jsx,babel-helper-call-delegate,babel-helper-define-map,babel-helper-explode-assignable-expression,babel-helper-explode-class,babel-helper-function-name,babel-helper-get-function-arity,babel-helper-hoist-variables,babel-helper-member-expression-to-functions,babel-helper-module-imports,babel-helper-module-transforms,babel-helper-optimise-call-expression,babel-helper-remap-async-to-generator,babel-helper-replace-supers,babel-helper-simple-access,babel-helper-split-export-declaration,babel-helper-wrap-function,babel-helpers,babel-template🏃♀ Performance
babel-traverseCommitters: 28
v7.6.3 (2019-10-08)
Thanks to @hjdivad, @Basaingeal and @todofixthis for their first PRs!
👓 Spec Compliance
babel-parser🚀 New Feature
babel-types🐛 Bug Fix
babel-plugin-transform-block-scopingbabel-parserbabel-plugin-transform-react-constant-elements,babel-traversebabel-generator,babel-parser,babel-plugin-transform-block-scoping,babel-plugin-transform-flow-comments,babel-plugin-transform-flow-strip-types,babel-plugin-transform-typescript💅 Polish
babel-core🏠 Internal
make -jfor parallel build (@JLHwung)babel-cli,babel-core,babel-generator,babel-helper-fixtures,babel-helper-transform-fixture-test-runner,babel-node,babel-plugin-transform-react-jsx-source,babel-plugin-transform-runtime,babel-preset-env,babel-preset-react🏃♀ Performance
babel-parserCommitters: 10
v7.6.2 (2019-09-23)
Thanks to @FND, @guywaldman, @vivek12345, @TomerAberbach, @ivandevp and @gonzarodriguezt for their first PRs!
👓 Spec Compliance
babel-parserconstructor. (@guywaldman)🐛 Bug Fix
babel-parserbabel-clibabel-corebabel-plugin-transform-block-scoping,babel-plugin-transform-spread,babel-traversebabel-plugin-proposal-object-rest-spread,babel-preset-env🏠 Internal
babel-plugin-transform-named-capturing-groups-regexbabel-helper-fixturesbabel-nodebabel-generator,babel-helper-fixturesbabel-core,babel-plugin-transform-runtime,babel-register🏃♀ Performance
babel-parserCommitters: 8
v7.6.0 (2019-09-06)
👓 Spec Compliance
babel-generator,babel-parserbabel-helpers,babel-plugin-transform-block-scoping,babel-traverse🚀 New Feature
babel-corebabel-helper-create-class-features-plugin,babel-helpers,babel-plugin-proposal-private-methodsbabel-generator,babel-parser,babel-typesbabel-preset-typescriptbabel-parserbabel-types🐛 Bug Fix
babel-helpers,babel-plugin-transform-destructuring,babel-plugin-transform-modules-commonjs,babel-preset-envbabel-plugin-transform-runtimebabel-preset-envbabel-plugin-transform-named-capturing-groups-regexbabel-typesbabel-parserbabel-parser,babel-typesbabel-generator,babel-plugin-transform-typescript,babel-typesbabel-core,babel-typesbabel-plugin-transform-flow-commentsbabel-helpers,babel-plugin-transform-react-constant-elementsbabel-plugin-proposal-decoratorsbabel-plugin-proposal-do-expressions,babel-traversebabel-helpers,babel-plugin-transform-named-capturing-groups-regex💅 Polish
babel-plugin-transform-runtime,babel-preset-env📝 Documentation
🏠 Internal
babel-registerbabel-helper-fixtures,babel-helper-transform-fixture-test-runner,babel-preset-envbabel-parserbabel-helper-fixtures,babel-helper-transform-fixture-test-runner,babel-plugin-proposal-dynamic-import,babel-preset-env@babel/helper-transform-fixture-test-runner(@nicolo-ribaudo)babel-runtime-corejs2,babel-runtime,babel-typesbabel-cli,babel-core,babel-generator,babel-helper-create-class-features-plugin,babel-helper-fixtures,babel-node,babel-parser,babel-plugin-proposal-do-expressions,babel-plugin-proposal-pipeline-operator,babel-plugin-transform-modules-commonjs,babel-plugin-transform-runtime,babel-preset-env,babel-standalone,babel-template,babel-traverse,babel-typesbabel-cli🏃♀ Performance
babel-helpers,babel-plugin-transform-modules-commonjs,babel-preset-envbabel-traversevoid 0as undefined node (@JLHwung)Committers: 22
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