This repository was archived by the owner on Jan 24, 2021. It is now read-only.
[Snyk] Upgrade @babel/runtime from 7.1.2 to 7.9.2 #24
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.1.2 to 7.9.2.
ℹ️ 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.9.2 - 2020-03-21
- #11298 Manually inline the createSuper helper on older Babel versions (@nicolo-ribaudo)
- #11302 Don't use ES6 in the for-of helper (@nicolo-ribaudo)
- #11296 fix: parse value imports named type as values (@kaicataldo)
- #11297 Transform cwd in string literal on win32 (@JLHwung)
- Huáng Jùnliàng (@JLHwung)
- Kai Cataldo (@kaicataldo)
- Nicolò Ribaudo (@nicolo-ribaudo)
-
7.9.0 - 2020-03-20
- #11126 Mark transpiled JSX elements as pure (@nicolo-ribaudo)
- #11154 Add experimental version of the
- #11083 Include preset modules (@nicolo-ribaudo)
- #10971 Add numeric separator to
- #8656 Allow extending untranspiled classes (@nicolo-ribaudo)
- #11194 Allow defining the moduleIds-related option in the transform plugins (@nicolo-ribaudo)
- #10865 Added support for record and tuple syntax. (@rickbutton)
- #11178 Implement support for
- #10680 Add cloneDeepWithoutLoc (@Taym95)
- #11028 Added jsescOptions to Numeric Literals (@sidntrivedi012)
- #11077 Add support for flow's SymbolTypeAnnotation (@existentialism)
- #11117 Parse BigInts by default (@nicolo-ribaudo)
- #11254 Add estree parsing support for
- #11246 feat: align ID_Start/ID_Continue regex to Unicode 13.0.0 (@JLHwung)
- #11139 feat(react-jsx-source): add columnNumber property (@motiz88)
- #11171 Add
- #11289 Add @babel/helper-validator-identifier (@JLHwung)
- #11261 Memoize call expressions in optional chains in loose mode (@oliverdunk)
- #11290 Pass the correct
- #11288 Use the correct
- #11280 Move
- #11285 Allow for-of on polyfilled or builtin iterables without
- #11263 Add for-of fallback for arrays in browsers without symbol support (@nicolo-ribaudo)
- #11282 fix: object-rest-spread should not transform export array rest (@JLHwung)
- #11249 Add path separator to
- #10575 Create File class for babel helpers (@JLHwung)
- #11268 Allow rest/spread on polyfilled or builtin iterables without
- #11148 Allow await when it is not in AsyncArrowHead (@arku)
- #9794 fix(rest-spread): Do not require
- #11255 Fix printing edge cases in Nullish Coalescing and Optional Chaining (@jridgewell)
- #11208 Rephrase parser error message (@JLHwung)
- #11264 Throw better errors for non-iterables when Symbol doesn't exist. (@nicolo-ribaudo)
- #11289 Add @babel/helper-validator-identifier (@JLHwung)
- #11277 Update compat-data (@existentialism)
- #11276 chore: bump json5 and minimist (@JLHwung)
- #11250 Add stricter Optional Chain node validation (@jridgewell)
- #11267 Update Purish aliases (@jridgewell)
- #11262 Extract for-of iterator handling to a helper (@nicolo-ribaudo)
- #11260 Support more node types in generateUidBasedOnNode (@jridgewell)
- Other
- #11259 Remove unused
- Andrew Neitsch (@andrewdotn)
- Arun Kumar Mohan (@arku)
- Brian Ng (@existentialism)
- Carlos Lopez (@clshortfuse)
- Guy Bedford (@guybedford)
- Huáng Jùnliàng (@JLHwung)
- Justin Ridgewell (@jridgewell)
- Luna Ruan (@lunaruan)
- Moti Zilberman (@motiz88)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Oliver Dunk (@oliverdunk)
- Rick Button (@rickbutton)
- Siddhant N Trivedi (@sidntrivedi012)
- Taym Haddadi (@Taym95)
- Ye Wei (@Wetinee)
-
7.8.7 - 2020-03-05
- #11201 Allow using
- #11193 Pass URLs to import() rather than paths (@nicolo-ribaudo)
- #11198 fix(babel-parser): chain off optionally chained keys named class and function (@Vages)
- #11158 Fix scope of function body when var redeclares param (@openorclose)
- #11190 Fix printing parentheses around optional chains (@sag1v)
- #11184 Add "Statement" as alias to Flow enum declaration (@gkz)
- #11129 Typescript: Preserve decorated definite class properties (@jamescdavis)
- #11192 Refactor: add parser message template (@JLHwung)
- Other
- #11181 Set correct version for @babel/eslint-plugin-development (@nicolo-ribaudo)
- Daryl Tan (@openorclose)
- George Zahariev (@gkz)
- Huáng Jùnliàng (@JLHwung)
- James C. Davis (@jamescdavis)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Sagiv ben giat (@sag1v)
- vages (@Vages)
-
7.8.4 - 2020-01-30
- #11031 fix: properly parse member expression after property initializer (@vedantroy)
- #11017 Update coalesce precedence (@JLHwung)
- #11009 fix: triple
- #10987 Duplicate
- #11063 [@babel/cli] Copy ignored files by default (@nicolo-ribaudo)
- #11066 Fix core-js 2 builtin data for opera (@danez)
- #11049 Avoid compiling the _typeof helper with itself (@nicolo-ribaudo)
- #11011 Bug/missing references after crawl (@regiontog)
- #9714 Fix rest parameters indexing with TypeScript 'this parameter' (@BenoitZugmeyer)
- #11023 fix: for-of transform should skip for-await-of (@JLHwung)
- #11014 Fix parentheses removal in nullish-coalescing operation (@sidntrivedi012)
- #11006 fix: supply '.' subpath for backward compatibility with node.js 13.0-13.1 (@JLHwung)
- #10969 polish: throw human-friendly error when item-option pair is incorrectly unwrapped (@JLHwung)
- #11015 add AST for the module attribute proposal (@xtuc)
- #11030 update compat-data related docs/config [skip ci] (@JLHwung)
- #11039 Update compat table (@nicolo-ribaudo)
- #11041 Delete duplicated file in
- #10814 chore: map mobile browser data to their desktop version (@JLHwung)
- #11024 Check that generated compat-data is up to date on CI (@nicolo-ribaudo)
- #11032 refactor: simplify toAssignable routine (@JLHwung)
- #11026 chore: use @babel/eslint-config-internal (@JLHwung)
- #11016 Re-generate preset-env fixtures (@nicolo-ribaudo)
- #11025 Enable
- Other
- #11021 chore: replace yarn-upgrade by bump-babel-dependencies in vuejs e2e tests (@JLHwung)
- #11004 chore: test against @vue/babel-preset-app (@JLHwung)
- #10995 Exclude
- #11029 fix(babel-parser): avoid state.clone() to clone the whole token store (@3cp)
- Benoît Zugmeyer (@BenoitZugmeyer)
- Chunpeng Huo (@3cp)
- Daniel Tschinder (@danez)
- Erlend Tobiassen (@regiontog)
- Huáng Jùnliàng (@JLHwung)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Pavel Pustovalov (@pustovalov)
- Siddhant N Trivedi (@sidntrivedi012)
- Sven Sauleau (@xtuc)
- Tan Li Hau (@tanhauhau)
- Vedant Roy (@vedantroy)
-
7.8.3 - 2020-01-13
-
7.8.0 - 2020-01-12
-
7.7.7 - 2019-12-19
-
7.7.6 - 2019-12-07
-
7.7.5 - 2019-12-06
-
7.7.4 - 2019-11-22
-
7.7.2 - 2019-11-06
-
7.7.1 - 2019-11-05
-
7.7.0 - 2019-11-05
-
7.6.3 - 2019-10-08
-
7.6.2 - 2019-09-23
-
7.6.0 - 2019-09-06
-
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
-
7.3.0 - 2019-01-21
-
7.2.0 - 2018-12-03
-
7.1.5 - 2018-11-06
-
7.1.2 - 2018-09-28
from @babel/runtime GitHub release notesv7.9.2 (2020-03-21)
🐛 Bug Fix
babel-helpers,babel-plugin-transform-classesbabel-helpersbabel-parser,babel-plugin-transform-typescript🏠 Internal
babel-helper-transform-fixture-test-runner,babel-plugin-transform-react-jsx-development,babel-preset-reactCommitters: 3
v7.9.0 (2020-03-20)
Thanks to @andrewdotn, @clshortfuse, @lunaruan, @oliverdunk, @rickbutton, @Taym95 and @Wetinee for their first PRs!
🚀 New Feature
babel-generator,babel-helper-builder-react-jsx-experimental,babel-helper-builder-react-jsx,babel-plugin-transform-block-scoping,babel-plugin-transform-classes,babel-plugin-transform-function-name,babel-plugin-transform-react-constant-elements,babel-plugin-transform-react-inline-elements,babel-plugin-transform-react-jsx-development,babel-plugin-transform-react-jsx,babel-plugin-transform-regenerator,babel-preset-react,babel-preset-typescript,babel-standalonebabel-helper-builder-react-jsx-experimental,babel-helper-builder-react-jsx,babel-plugin-transform-react-jsx-development,babel-plugin-transform-react-jsx-self,babel-plugin-transform-react-jsx,babel-preset-react,babel-standalonebabel-plugin-transform-react-jsxtransform (@lunaruan)babel-compat-data,babel-preset-envshippedProposals(@Wetinee)babel-core,babel-helpers,babel-plugin-proposal-class-properties,babel-plugin-proposal-decorators,babel-plugin-transform-classes,babel-plugin-transform-function-name,babel-plugin-transform-parameters,babel-plugin-transform-react-jsx,babel-plugin-transform-runtime,babel-plugin-transform-typescript,babel-preset-envbabel-core,babel-helper-module-transforms,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-systemjs,babel-plugin-transform-modules-umdbabel-core,babel-generator,babel-parser,babel-plugin-syntax-record-and-tuple,babel-typesbabel-generator,babel-parser,babel-plugin-transform-flow-strip-types,babel-preset-flowdeclareon class fields with Flow (@nicolo-ribaudo)babel-typesbabel-generatorbabel-generator,babel-parser,babel-typesbabel-parserexport * as A(@existentialism)babel-plugin-transform-react-jsx-source,babel-preset-reactbabel-generator,babel-parser,babel-plugin-transform-typescript,babel-preset-typescript,babel-typesimport typeandexport typesupport to TypeScript (@nicolo-ribaudo)🐛 Bug Fix
babel-helper-builder-react-jsx-experimental,babel-helper-builder-react-jsx,babel-helper-validator-identifier,babel-highlight,babel-parser,babel-typesbabel-plugin-proposal-optional-chainingbabel-plugin-transform-react-jsx-self,babel-preset-reactthisto JSX's__selfwith the old plugin (@nicolo-ribaudo)babel-helper-builder-react-jsx-experimental,babel-plugin-transform-react-jsx-development,babel-plugin-transform-react-jsxthisin__selffor JSX elements in arrows (@nicolo-ribaudo)babel-compat-data,babel-preset-envobject-rest-spreadaftertransform-parameters(@JLHwung)babel-helpers,babel-plugin-transform-for-of,babel-preset-envSymbolsupport (@nicolo-ribaudo)babel-plugin-proposal-object-rest-spreadbabel-register@babel/registersourceRoot (@andrewdotn)babel-core,babel-helpers,babel-plugin-transform-runtimebabel-helpers,babel-plugin-transform-modules-commonjs,babel-preset-env,babel-runtime-corejs2,babel-runtimeSymbolsupport (@nicolo-ribaudo)babel-parserbabel-helpers,babel-plugin-proposal-object-rest-spread,babel-runtime-corejs2,babel-runtimeSymbol.iteratorfor strings (@clshortfuse)babel-generator💅 Polish
babel-parserbabel-helpers,babel-plugin-transform-destructuring,babel-plugin-transform-modules-commonjs,babel-plugin-transform-spread,babel-preset-env,babel-runtime-corejs2,babel-runtime🏠 Internal
babel-helper-builder-react-jsx-experimental,babel-helper-builder-react-jsx,babel-helper-validator-identifier,babel-highlight,babel-parser,babel-typesbabel-compat-data,babel-preset-envbabel-corebabel-typesbabel-helpers,babel-plugin-transform-block-scoping,babel-plugin-transform-for-of,babel-plugin-transform-parameters,babel-plugin-transform-runtime,babel-preset-envbabel-core,babel-plugin-proposal-decorators,babel-plugin-proposal-logical-assignment-operators,babel-plugin-proposal-object-rest-spread,babel-plugin-proposal-partial-application,babel-plugin-proposal-pipeline-operator,babel-plugin-transform-parameters,babel-traversegulp-rename(@existentialism)Committers: 15
v7.8.7 (2020-03-05)
Thanks to @jamescdavis and @Vages for their first PRs!
🐛 Bug Fix
babel-preset-envpreset-envwith newer versions ofcompat-data(@nicolo-ribaudo)babel-corebabel-parserbabel-helper-call-delegate,babel-plugin-transform-parametersbabel-generatorbabel-typesbabel-plugin-transform-typescript🏠 Internal
babel-parserCommitters: 7
v7.8.4 (2020-01-30)
Thanks to @3cp, @BenoitZugmeyer, @pustovalov, @regiontog, and @vedantroy for their first PRs!
👓 Spec Compliance
babel-parser__proto__in object patterns should be allowed (@JLHwung)__proto__key should be allowed in object patterns (@JLHwung)🐛 Bug Fix
babel-clibabel-compat-datababel-helpers,babel-plugin-proposal-class-properties,babel-plugin-proposal-decorators,babel-plugin-transform-classes,babel-plugin-transform-parameters,babel-plugin-transform-typeof-symbol,babel-preset-envbabel-traversebabel-plugin-transform-parametersbabel-plugin-transform-for-ofbabel-generatorbabel-helper-compilation-targets💅 Polish
babel-core📝 Documentation
babel-parserbabel-preset-env🏠 Internal
babel-compat-data@babel/compat-data(@nicolo-ribaudo)babel-parserbabel-compat-data,babel-preset-envbabel-compat-data,babel-node,babel-parser,babel-preset-envno-process-exit(@JLHwung)babel-coreimport()tests from pubilsh build (@nicolo-ribaudo)🏃♀ Performance
babel-parserCommitters: 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