This repository was archived by the owner on Sep 21, 2022. It is now read-only.
  
  
  
  
[Snyk] Upgrade @babel/runtime-corejs2 from 7.14.8 to 7.16.3 #129
  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-corejs2 from 7.14.8 to 7.16.3.
ℹ️ 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-corejs2
- 
        7.16.3 - 2021-11-09
- #13862 fix(helpers): match 
 
 
- #13941 Support transforming params of arrow functions in class fields (@ nicolo-ribaudo)
 
 
- #13928 fix: incorrect await rejection following arrow function in parameters (Closes #13872) (@ The-x-Theorist)
 
 
- Other
- #13918 Fix 
 
 
- #13891 Simplifiy tracking of valid JSX positions (@ JLHwung)
 
- #13892 extract tt.lt and tt.gt from tt.relation (@ JLHwung)
 
 
- #13914 Update browserslist (@ nicolo-ribaudo)
 
 
- Babel Bot (@ babel-bot)
 
- Huáng Jùnliàng (@ JLHwung)
 
- Mickey Rose (@ lightmare)
 
- Nicolò Ribaudo (@ nicolo-ribaudo)
 
- Sneh Khatri (@ The-x-Theorist)
 
 
      - 
        7.16.0 - 2021-10-29
- #13824 Await promises from sync iterators with 
 
 
- #13802 Support TypeScript 4.5 type-only import/export specifiers (@ sosukesuzuki)
 
 
- #13887 feat: support 
 
 
- #13838 Handle 
 
 
- Other
- #13782 Add ESLint 8 support to 
 
 
- #13749 Caret topic (pipe operator) (@ js-choi)
 
 
- #13713 Enable class static blocks by default (@ sosukesuzuki)
 
 
- #13687 add 
 
 
- #13666 Add aliases for Standardized, TypeScript, and Flow (@ jridgewell)
 
 
- #13876 [ts] Support private methods overloads (@ nicolo-ribaudo)
 
 
- #13865 fix: allow enum member without initializer after non-literal member (@ lightmare)
 
 
- #13854 Don't transform 
 
 
- #13842 Implement @ babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression (@ JLHwung)
 
 
- #13813 Restore traversal context after enter / traverse (@ JLHwung)
 
 
- #13832 Mark static block as FunctionParent (@ JLHwung)
 
 
- #13825 Fix missing inner comments in function expressions (@ overlookmotel)
 
 
- Every package
- #13772 Use 
 
 
- Other
- #13856 Update to Yarn 3.1 (@ nicolo-ribaudo)
 
- #13867 Test on Node.js 17 (@ nicolo-ribaudo)
 
 
- #13858 Force loading plugins/presets from the monorepo in tests (@ nicolo-ribaudo)
 
 
- #13844 [ts] precise return type on 
 
 
- #13841 minor: remove ineffectual helper names filter (@ lightmare)
 
 
- #13820 Improve transform-react-jsx typings (@ JLHwung)
 
 
- #13843 Simplify (transpiled) babel-types builder wrappers (@ lightmare)
 
 
- Babel Bot (@ babel-bot)
 
- Emily Marigold Klassen (@ forivall)
 
- Huáng Jùnliàng (@ JLHwung)
 
- J. S. Choi (@ js-choi)
 
- Justin Ridgewell (@ jridgewell)
 
- Mickey Rose (@ lightmare)
 
- Nicolò Ribaudo (@ nicolo-ribaudo)
 
- Sosuke Suzuki (@ sosukesuzuki)
 
- @ overlookmotel
 
 
      - 
        7.15.4 - 2021-09-02
- #13601 Disallow reinitializing private elements (@ komyg)
 
 
- #13638 [eslint] Allow 
 
- #13723 
 
 
- #13715 [babel 8] fix: stricter rest element builder check (@ JLHwung)
 
 
- #13697 fix: pass 
 
 
- #13656 fix: fix static private field shadowed by local variable (@ colinaaa)
 
 
- #13664 [ts] Fix transform for nested namespaces shorthand syntax (@ nicolo-ribaudo)
 
 
- #13680 fix(babel-parser): delete 
 
- #13695 fix: assure left bracket is not consumed after dot (@ JLHwung)
 
 
- #13532 fix: non breaking align options naming (@ fedeci)
 
 
- #13691 add missing ExportNamespaceSpecifier in spec.md (@ flyinox)
 
 
- #13717 archive stage 4 parser plugins (@ JLHwung)
 
 
- #13685 Use named imports for babel types (@ JLHwung)
 
 
- #13609 perf: partially replace 
 
 
- Babel Bot (@ babel-bot)
 
- Dijun Liu (@ flyinox)
 
- Federico Ciardi (@ fedeci)
 
- Felipe Armoni (@ komyg)
 
- Huáng Jùnliàng (@ JLHwung)
 
- Mickey Rose (@ lightmare)
 
- Nicolò Ribaudo (@ nicolo-ribaudo)
 
- Sosuke Suzuki (@ sosukesuzuki)
 
- @ meskill
 
- fisker Cheung (@ fisker)
 
- 王清雨 (@ colinaaa)
 
 
      - 
        7.15.3 - 2021-08-11
      
 
      - 
        7.14.8 - 2021-07-20
      
 
    
from @babel/runtime-corejs2 GitHub release notesv7.16.3 (2021-11-09)
Thanks @ The-x-Theorist for your first PR!
🐛 Bug Fix
babel-helpersReflect.getbehaviour (@ lightmare)babel-plugin-transform-parameters,babel-traversebabel-parserparserOverridesupport in@ babel/eslint-parser(@ nicolo-ribaudo)🏠 Internal
babel-parserbabel-helper-compilation-targets,babel-preset-envCommitters: 5
v7.16.0 (2021-10-30)
👓 Spec Compliance
babel-helpers,babel-plugin-proposal-async-generator-functions,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimefor-await(@ nicolo-ribaudo)🚀 New Feature
babel-generator,babel-parser,babel-plugin-transform-typescript,babel-typesbabel-parserstartColumnoption (@ JLHwung)babel-helper-fixtures,babel-helper-transform-fixture-test-runner,babel-parser,babel-plugin-syntax-typescript,babel-preset-typescript.mtsand.ctsfiles in@ babel/preset-typescript(@ nicolo-ribaudo)@ babel/eslint-parser(@ nicolo-ribaudo)babel-generator,babel-parser,babel-plugin-proposal-pipeline-operator,babel-plugin-syntax-pipeline-operatorbabel-compat-data,babel-generator,babel-parser,babel-preset-env,babel-typesbabel-helper-skip-transparent-expression-wrappers,babel-plugin-proposal-optional-chainingskipTransparentExprWrapperNodeshelper (@ lightmare)babel-traverse,babel-types🐛 Bug Fix
babel-parser,babel-plugin-transform-typescriptbabel-plugin-transform-typescriptbabel-core,babel-helper-create-class-features-plugin,babel-plugin-transform-typescriptdeclare classin plugin-proposal-class-properties (@ forivall)babel-compat-data,babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression,babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining,babel-plugin-transform-react-constant-elements,babel-preset-env,babel-traversebabel-plugin-proposal-async-generator-functions,babel-traversebabel-traverse,babel-typesbabel-generator🏠 Internal
workspace:^to specify@ babel/dependencies (@ nicolo-ribaudo)babel-helper-fixtures,babel-plugin-proposal-class-properties,babel-plugin-transform-runtime,babel-preset-reactbabel-typescreateTypeAnnotationBasedOnTypeof(babel-types) (@ lightmare)babel-helpersbabel-core,babel-plugin-transform-react-jsx-development,babel-plugin-transform-react-jsx,babel-types🏃♀️ Performance
babel-typesCommitters: 9
v7.15.4 (2021-09-02)
Thanks @ flyinox, @ komyg, and @ meskill for your first PRs!
👓 Spec Compliance
babel-helper-create-class-features-plugin,babel-helpers,babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining,babel-plugin-proposal-async-generator-functions,babel-plugin-proposal-class-properties,babel-plugin-proposal-private-methods,babel-plugin-proposal-private-property-in-object,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime🐛 Bug Fix
"latest"asecmaVersion(@ fisker)babel-traverse,babel-typesgetBindingIdentifiersshould return params for private methods (@ JLHwung)babel-typesbabel-helper-compilation-targetsbrowserslistEnvtoresolveTargets(@ meskill)babel-helper-create-class-features-plugin,babel-plugin-proposal-class-properties,babel-plugin-proposal-private-property-in-objectbabel-plugin-transform-typescriptbabel-parserstaticproperty from class static block for TS (@ sosukesuzuki)babel-core📝 Documentation
babel-parser🏠 Internal
babel-helper-create-class-features-plugin,babel-plugin-proposal-class-static-block,babel-plugin-proposal-private-property-in-object,babel-plugin-syntax-class-static-block,babel-plugin-syntax-private-property-in-object,babel-plugin-syntax-top-level-await,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-systemjs,babel-preset-env,babel-standalone🏃♀️ Performance
babel-core,babel-generator,babel-helper-annotate-as-pure,babel-helper-builder-binary-assignment-operator-visitor,babel-helper-builder-react-jsx,babel-helper-define-map,babel-helper-explode-assignable-expression,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-skip-transparent-expression-wrappers,babel-helper-split-export-declaration,babel-helper-wrap-function,babel-helpers,babel-preset-env,babel-template,babel-traversebabel-cli,babel-helper-define-map,babel-helpers,babel-node,babel-parser,babel-plugin-proposal-async-generator-functions,babel-plugin-proposal-decorators,babel-plugin-transform-classes,babel-plugin-transform-for-of,babel-plugin-transform-modules-systemjs,babel-plugin-transform-parameters,babel-traverse,babel-types.concatwith.push(@ fedeci)Committers: 11
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