Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade @babel/runtime from 7.0.0-beta.42 to 7.7.2 #4

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade @babel/runtime from 7.0.0-beta.42 to 7.7.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.
  • The recommended version is 44 versions ahead of your current version.
  • The recommended version was released 21 days ago, on 2019-11-06.
Release notes
  • Package name: @babel/runtime
    • 7.7.2 - 2019-11-06

      v7.7.2 (2019-11-07)

      Thanks to @leonid-shevtsov, @maksimr, @njlr and @tajo for their first PR!

      🐛 Bug Fix

      • babel-parser
      • babel-plugin-transform-typescript
      • babel-traverse
        • #10656 fix: add inList setter for compatibility with babel-minify (@JLHwung)

      Committers: 4

    • 7.7.1 - 2019-11-05

      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-types
      • babel-preset-env
        • #10649 Fix(babel-preset-env): check api.caller is a function to avoid to thr… (@love2me)

      Committers: 2

    • 7.7.0 - 2019-11-05

      v7.7.0 (2019-11-05)

      👓 Spec Compliance

      🚀 New Feature

      • babel-generator, babel-helper-create-class-features-plugin, babel-parser, babel-plugin-transform-typescript, babel-preset-typescript, babel-types
      • babel-core, babel-parser, babel-preset-typescript
      • babel-core
      • babel-plugin-syntax-top-level-await, babel-preset-env
      • babel-helper-builder-react-jsx, babel-plugin-transform-react-jsx, babel-preset-react
        • #10572 [transform-react-jsx] Add useSpread option to transform JSX. (@ivandevp)
      • babel-generator, babel-parser, babel-plugin-proposal-decorators, babel-plugin-syntax-flow, babel-types
      • babel-plugin-transform-function-name, babel-plugin-transform-modules-umd, babel-preset-env
        • #10477 Changes UMD callsite to be more likely to pass in the intended object.. (@MicahZoltu)
      • babel-parser
      • babel-generator, babel-parser, babel-types
      • babel-cli, babel-register
      • babel-cli

      🐛 Bug Fix

      • babel-helpers, babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-function-sent, babel-preset-env
      • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs
      • babel-plugin-transform-modules-systemjs
        • #10638 fix: remove ExportNamedDeclaration when the specifier is empty. (@JLHwung)
      • babel-parser
      • babel-plugin-transform-typescript
      • babel-core
        • #10623 Fix: inputSourceMap should work when it is an external file. (@JLHwung)
        • #10539 fix: remove filename annotation in buildCodeFrameError. (@JLHwung)
      • babel-plugin-proposal-decorators
      • babel-helpers, babel-plugin-proposal-dynamic-import, babel-plugin-transform-modules-commonjs, babel-preset-env
        • #10574 fix: _interopRequireWildcard should only cache objects. (@samMeow)
      • babel-traverse
      • babel-preset-env
      • babel-generator
      • babel-plugin-transform-async-to-generator, babel-preset-env, babel-traverse

      💅 Polish

      • babel-plugin-transform-classes, babel-plugin-transform-regenerator, babel-preset-env
      • babel-helpers, babel-plugin-transform-modules-commonjs, babel-preset-env
        • #10585 fix(babel‑helpers/interopRequireWildcard): Avoid double nullish check. (@ExE-Boss)
      • babel-register
        • #10557 fix: disable caching when babel could not read/write cache. (@JLHwung)

      🏠 Internal

      • babel-cli, babel-node
      • babel-register
      • babel-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-env
      • babel-preset-env
      • babel-helper-module-imports
        • #10608 Use .find instead of .filter to get targetPath in ImportInjector. (@Andarist)
      • Other
      • babel-runtime
      • babel-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

      Committers: 28

    • 7.6.3 - 2019-10-08

      v7.6.3 (2019-10-08)

      Thanks to @hjdivad, @Basaingeal and @todofixthis for their first PRs!

      👓 Spec Compliance

      🚀 New Feature

      • babel-types

      🐛 Bug Fix

      • babel-plugin-transform-block-scoping
        • #10343 Do not remove let bindings even they are wrapped in closure (@JLHwung)
      • babel-parser
      • babel-plugin-transform-react-constant-elements, babel-traverse
      • babel-generator, babel-parser, babel-plugin-transform-block-scoping, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-typescript
        • #10220 Flow: interface identifier should be declared in the scope (@JLHwung)

      💅 Polish

      🏠 Internal

      • Other
      • 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-parser
      • Other
        • #10443 perf: only apply lazy cjs module transform on cli and core (@JLHwung)

      Committers: 10

    • 7.6.2 - 2019-09-23

      v7.6.2 (2019-09-23)

      Thanks to @FND, @guywaldman, @vivek12345, @TomerAberbach, @ivandevp and @gonzarodriguezt for their first PRs!

      👓 Spec Compliance

      🐛 Bug Fix

      • babel-parser
      • babel-cli
      • babel-core
        • #10402 fix: pass optionLoc when validating plugin object. (@JLHwung)
      • babel-plugin-transform-block-scoping, babel-plugin-transform-spread, babel-traverse
      • babel-plugin-proposal-object-rest-spread, babel-preset-env

      🏠 Internal

      • babel-plugin-transform-named-capturing-groups-regex
      • Other
      • babel-helper-fixtures
      • babel-node
        • #10429 Remove babel polyfill dependency of babel-node. (@bdwain)
      • babel-generator, babel-helper-fixtures
      • babel-core, babel-plugin-transform-runtime, babel-register

      🏃‍♀ Performance

      Committers: 8

    • 7.6.0 - 2019-09-06

      v7.6.0 (2019-09-06)

      👓 Spec Compliance

      • babel-generator, babel-parser
      • babel-helpers, babel-plugin-transform-block-scoping, babel-traverse

      🚀 New Feature

      • babel-core
        • #10181 feat(errors): validate preset when filename is absent (@JLHwung)
      • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-private-methods
      • babel-generator, babel-parser, babel-types
      • babel-preset-typescript
      • babel-parser
      • babel-types

      🐛 Bug Fix

      • babel-helpers, babel-plugin-transform-destructuring, babel-plugin-transform-modules-commonjs, babel-preset-env
      • babel-plugin-transform-runtime
        • #10398 Add supports for polyfill computed methods (@rhyzx)
      • babel-preset-env
      • babel-plugin-transform-named-capturing-groups-regex
      • babel-types
      • babel-parser
        • #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)
      • babel-parser, babel-types
      • babel-generator, babel-plugin-transform-typescript, babel-types
      • babel-core, babel-types
      • babel-plugin-transform-flow-comments
      • babel-helpers, babel-plugin-transform-react-constant-elements
      • babel-plugin-proposal-decorators
      • babel-plugin-proposal-do-expressions, babel-traverse
      • babel-helpers, babel-plugin-transform-named-capturing-groups-regex

      💅 Polish

      • babel-plugin-transform-runtime, babel-preset-env
        • #10372 Don't allow instance properties transformation on namespace (@rhyzx)

      📝 Documentation

      🏠 Internal

      • babel-register
      • babel-helper-fixtures, babel-helper-transform-fixture-test-runner, babel-preset-env
      • babel-parser
      • babel-helper-fixtures, babel-helper-transform-fixture-test-runner, babel-plugin-proposal-dynamic-import, babel-preset-env
      • babel-runtime-corejs2, babel-runtime, babel-types
      • babel-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-types
        • #10228 Update dev dependencies and fix linting errors (@danez)
      • babel-cli

      🏃‍♀ Performance

      • babel-helpers, babel-plugin-transform-modules-commonjs, babel-preset-env
        • #10161 Improves the logic to import objects in helpers (@ifsnow)
      • babel-traverse

      Committers: 22

    • 7.5.5 - 2019-07-17

      v7.5.5 (2019-07-17)

      Thanks to @sag1v and @CYBAI for their first PRs!

      🐛 Bug Fix

      • babel-code-frame
      • babel-plugin-proposal-object-rest-spread
      • babel-types
      • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-replace-supers, babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes, babel-plugin-transform-object-super, babel-types
        • #10017 destructuring private fields with array pattern / object pattern (@tanhauhau)
      • babel-plugin-transform-flow-comments
      • babel-core, babel-helpers
      • babel-plugin-transform-runtime
      • babel-helpers, babel-plugin-transform-instanceof
        • #10197 fix: custom instOfHandler result should be cast to boolean (@JLHwung)

      🏠 Internal

      • babel-parser, babel-plugin-transform-typescript
        • #10014 Use correct extension for typescript fixtures (@danez)

      🏃‍♀ Performance

      • babel-helpers, babel-plugin-proposal-object-rest-spread, babel-preset-env
        • #10189 perf: match ownKeys perf to the one of objectSpread (@JLHwung)

      Committers: 7

    • 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
    • 7.1.1 - 2018-09-28
    • 7.0.0 - 2018-08-27
    • 7.0.0-rc.4 - 2018-08-27
    • 7.0.0-rc.3 - 2018-08-24
    • 7.0.0-rc.2 - 2018-08-21
    • 7.0.0-rc.1 - 2018-08-09
    • 7.0.0-rc.0 - 2018-08-09
    • 7.0.0-beta.56 - 2018-08-04
    • 7.0.0-beta.55 - 2018-07-28
    • 7.0.0-beta.54 - 2018-07-16
    • 7.0.0-beta.53 - 2018-07-11
    • 7.0.0-beta.52 - 2018-07-06
    • 7.0.0-beta.51 - 2018-06-12
    • 7.0.0-beta.50 - 2018-06-12
    • 7.0.0-beta.49 - 2018-05-25
    • 7.0.0-beta.48 - 2018-05-24
    • 7.0.0-beta.47 - 2018-05-15
    • 7.0.0-beta.46 - 2018-04-23
    • 7.0.0-beta.45 - 2018-04-23
    • 7.0.0-beta.44 - 2018-04-02
    • 7.0.0-beta.43 - 2018-04-02
    • 7.0.0-beta.42 - 2018-03-15
  • from @babel/runtime GitHub release notes

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

@ghost
Copy link

ghost commented Nov 28, 2019

DeepCode Report (#2f63a4)

DeepCode analyzed this pull request.
There are no new issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant