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 to 7.5.5 #7

Closed
wants to merge 1 commit into from

Conversation

snyk-bot
Copy link

Snyk have raised this PR to upgrade @babel/runtime from 7.0.0 to 7.5.5.

  • The recommended version is 18 versions ahead of your current version.
  • The recommended version was released a month ago, on 2019-07-17.
Release notes
  • 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

    v7.5.4 (2019-07-09)

    🐛 Bug Fix

    • babel-helpers, babel-plugin-proposal-object-rest-spread, babel-preset-env

    Committers: 1

  • 7.5.3 - 2019-07-09

    v7.5.3 (2019-07-09)

    🐛 Bug Fix

    • babel-helpers, babel-plugin-proposal-object-rest-spread, babel-preset-env

    Committers: 1

  • 7.5.2 - 2019-07-08

    v7.5.2 (2019-07-08)

    🐛 Bug Fix

    • babel-plugin-transform-typescript
    • babel-helpers, babel-plugin-proposal-object-rest-spread, babel-preset-env
    • babel-plugin-proposal-export-default-from, babel-plugin-proposal-export-namespace-from

    Committers: 2

  • 7.5.1 - 2019-07-06

    v7.5.1 (2019-07-06)

    🐛 Bug Fix

    • babel-helpers, babel-plugin-proposal-object-rest-spread
    • babel-plugin-transform-typescript

    Committers: 2

  • 7.5.0 - 2019-07-04

    v7.5.0 (2019-07-04)

    👓 Spec Compliance

    • babel-parser

    🚀 New Feature

    • babel-parser
    • babel-plugin-proposal-dynamic-import, babel-preset-env-standalone, babel-preset-env
    • babel-plugin-proposal-dynamic-import, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs
    • babel-plugin-proposal-pipeline-operator, babel-plugin-syntax-pipeline-operator
    • babel-plugin-transform-typescript, babel-types

    🐛 Bug Fix

    • babel-plugin-proposal-do-expressions, babel-traverse
    • babel-helpers, babel-plugin-transform-react-constant-elements
      • #10155 Added es3 backward compatibility for react helper code (@sormy)
    • babel-preset-env
    • babel-parser
    • babel-types
    • babel-node
    • babel-generator
    • babel-plugin-transform-typescript
    • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-traverse
    • babel-helpers, babel-plugin-proposal-object-rest-spread, babel-preset-env
    • babel-plugin-transform-destructuring
    • babel-helper-create-class-features-plugin, babel-plugin-transform-typescript

    💅 Polish

    • babel-core
    • babel-helpers
      • #10117 Simplify the helpers for classPrivateField{Get,Set} (@arv)
    • babel-plugin-transform-typescript

    📝 Documentation

    • babel-plugin-proposal-partial-application, babel-plugin-syntax-partial-application

    Committers: 24

  • 7.4.5 - 2019-05-21

    v7.4.5 (2019-05-21)

    Thanks @airato, @schu34, @divbhasin, @eps1lon and @pnavarrc for their first PRs! 😄

    🐛 Bug Fix

    • babel-parser
    • babel-preset-env
    • babel-plugin-transform-typescript

    💅 Polish

    • babel-parser
      • #9995 Do not use lookahead when parsing construct signature declarations in TS (@danez)
      • #9989 Only compute Position if not already in state (@danez)
      • #9988 Do not use lookahead when parsing jsx expression containers (@danez)
      • #9987 Do not use lookahead when parsing imports in declare module in flow (@danez)
      • #9985 Do not use lookahead when parsing declare module or declare module.exports in flow (@danez)
      • #9983 Do not use lookahead when parsing dynamic import or import.meta (@danez)
      • #9979 Remove guardedHandlers from ASTs (@danez)
    • babel-preset-env
    • babel-core
      • #9945 Fixed null error in plugin opts and added a test for it (@divbhasin)
    • babel-core, babel-traverse

    🏠 Internal

    Committers: 9

  • 7.4.4 - 2019-04-26

    v7.4.4 (2019-04-26)

    Thanks to @jpierson, @coreyfarrell, @SamyPesse @evandervalk and @nwtgck for their first PRs 😄

    🐛 Bug Fix

    • babel-plugin-transform-flow-comments
    • babel-parser
    • babel-traverse
      • #9870 Fix flow types in traverse/path/family and enable flow (@danez)
    • babel-plugin-proposal-class-properties, babel-plugin-transform-modules-commonjs, babel-types
    • babel-types

    Committers: 10

  • 7.4.3 - 2019-04-02

    v7.4.3 (2019-04-02)

    👓 Spec Compliance

    • babel-parser
      • #9769 Don't accept '\08' or '\09' in strict mode. (@danez)
      • #9768 Correctly check for-in and for-of loop for invalid left-hand side. (@danez)
      • #9767 Parse right-hand-side of for/of as an assignment expression. (@danez)
      • #9748 [typescript] parsing template literal as type . (@tanhauhau)

    🚀 New Feature

    • babel-plugin-transform-runtime

    🐛 Bug Fix

    • babel-polyfill
    • babel-cli
    • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs
      • #9802 Fix lazy option of babel-plugin-transform-modules-commonjs. (@AndreasCag)
    • babel-helper-create-class-features-plugin, babel-plugin-proposal-private-methods
      • #9801 Fix super method call in private instance method calling overridden method. (@MattiasBuelens)
    • babel-plugin-proposal-object-rest-spread, babel-plugin-transform-destructuring
      • #9416 Destructuring: Fix handling of impure computed keys with object rest. (@motiz88)
    • babel-plugin-transform-destructuring
      • #9412 Destructuring: Fix array unpacking assignments with holes on RHS. (@motiz88)
    • babel-traverse
      • #9415 @babel/traverse: Fix NodePath.getData. (@71)
    • babel-parser
      • #9760 Allow HTML comments on first line. (@danez)
      • #9700 Fix compatibility between estree and TS plugin. (@danez)
    • babel-helpers
    • babel-preset-env

    💅 Polish

    • babel-parser
      • #9762 Optimize parseBindingAtom code to get better error messages. (@danez)
    • babel-core, babel-plugin-transform-for-of
      • #9698 Move array reference into for head initializer. (@danez)

    🏠 Internal

    • Other
    • babel-parser, babel-preset-typescript

    Committers: 12

  • 7.4.2 - 2019-03-21

    v7.4.2 (2019-03-21)

    🐛 Bug Fix

    💅 Polish

    🏠 Internal

    Committers: 4

  • 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

from @babel/runtime GitHub Release Notes


🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@stale
Copy link

stale bot commented Sep 10, 2019

Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks!

@stale stale bot added the inactive label Sep 10, 2019
@stale
Copy link

stale bot commented Oct 10, 2019

Hey there, it's me again! I am going close this issue to help our maintainers focus on the current development roadmap instead. If the issue mentioned is still a concern, please open a new ticket and mention this old one. Cheers and thanks for using Storybook!

@stale stale bot closed this Oct 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant