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/core, @babel/plugin-transform-runtime, @babel/preset-env, @babel/preset-stage-2, @babel/runtime #4

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

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented May 5, 2020

Snyk has created this PR to upgrade multiple dependencies.

👯‍♂ The following dependencies are linked and will therefore be updated together.

ℹ️ 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.

Name Versions Released on
@babel/core
from 7.0.0-beta.54 to 7.9.0
40 versions ahead of your current version a month ago
on 2020-03-20
@babel/plugin-transform-runtime
from 7.0.0-beta.54 to 7.9.0
24 versions ahead of your current version a month ago
on 2020-03-20
@babel/preset-env
from 7.0.0-beta.54 to 7.9.5
44 versions ahead of your current version a month ago
on 2020-04-07
@babel/preset-stage-2
from 7.0.0-beta.54 to 7.8.3
10 versions ahead of your current version 4 months ago
on 2020-01-13
@babel/runtime
from 7.0.0-beta.54 to 7.9.2
42 versions ahead of your current version a month ago
on 2020-03-21
Release notes
Package name: @babel/runtime
  • 7.9.2 - 2020-03-21

    v7.9.2 (2020-03-21)

    🐛 Bug Fix

    • babel-helpers, babel-plugin-transform-classes
    • babel-helpers
    • babel-parser, babel-plugin-transform-typescript

    🏠 Internal

    • babel-helper-transform-fixture-test-runner, babel-plugin-transform-react-jsx-development, babel-preset-react

    Committers: 3

  • 7.9.0 - 2020-03-20

    v7.9.0 (2020-03-20)

    Thanks to @andrewdotn, @clshortfuse, @lunaruan, @oliverdunk, @rickbutton, @Taym95 and @Wetinee for their first PRs!

    Blog post: https://babeljs.io/blog/2020/03/16/7.9.0

    🚀 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-standalone
    • babel-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-standalone
      • #11154 Add experimental version of the babel-plugin-transform-react-jsx transform (@lunaruan)
    • babel-compat-data, babel-preset-env
    • 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-env
    • babel-core, babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-modules-umd
    • babel-core, babel-generator, babel-parser, babel-plugin-syntax-record-and-tuple, babel-types
    • babel-generator, babel-parser, babel-plugin-transform-flow-strip-types, babel-preset-flow
    • babel-types
    • babel-generator
    • babel-generator, babel-parser, babel-types
    • babel-parser
    • babel-plugin-transform-react-jsx-source, babel-preset-react
    • babel-generator, babel-parser, babel-plugin-transform-typescript, babel-preset-typescript, babel-types

    🐛 Bug Fix

    • babel-helper-builder-react-jsx-experimental, babel-helper-builder-react-jsx, babel-helper-validator-identifier, babel-highlight, babel-parser, babel-types
    • babel-plugin-proposal-optional-chaining
    • babel-plugin-transform-react-jsx-self, babel-preset-react
    • babel-helper-builder-react-jsx-experimental, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
    • babel-compat-data, babel-preset-env
      • #11280 Move object-rest-spread after transform-parameters (@JLHwung)
    • babel-helpers, babel-plugin-transform-for-of, babel-preset-env
    • babel-plugin-proposal-object-rest-spread
      • #11282 fix: object-rest-spread should not transform export array rest (@JLHwung)
    • babel-register
    • babel-core, babel-helpers, babel-plugin-transform-runtime
    • babel-helpers, babel-plugin-transform-modules-commonjs, babel-preset-env, babel-runtime-corejs2, babel-runtime
    • babel-parser
      • #11148 Allow await when it is not in AsyncArrowHead (@arku)
    • babel-helpers, babel-plugin-proposal-object-rest-spread, babel-runtime-corejs2, babel-runtime
    • babel-generator
      • #11255 Fix printing edge cases in Nullish Coalescing and Optional Chaining (@jridgewell)

    💅 Polish

    • babel-parser
    • babel-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-types
    • babel-compat-data, babel-preset-env
    • babel-core
    • babel-types
    • babel-helpers, babel-plugin-transform-block-scoping, babel-plugin-transform-for-of, babel-plugin-transform-parameters, babel-plugin-transform-runtime, babel-preset-env
    • babel-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-traverse
    • Other

    Committers: 15

  • 7.8.7 - 2020-03-05

    v7.8.7 (2020-03-05)

    Thanks to @jamescdavis and @Vages for their first PRs!

    🐛 Bug Fix

    • babel-preset-env
    • babel-core
    • babel-parser
      • #11198 fix(babel-parser): chain off optionally chained keys named class and function (@Vages)
    • babel-helper-call-delegate, babel-plugin-transform-parameters
    • babel-generator
      • #11190 Fix printing parentheses around optional chains (@sag1v)
    • babel-types
      • #11184 Add "Statement" as alias to Flow enum declaration (@gkz)
    • babel-plugin-transform-typescript

    🏠 Internal

    Committers: 7

  • 7.8.4 - 2020-01-30
  • 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
  • 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
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

Snyk has created this PR to upgrade:
  - @babel/core from 7.0.0-beta.54 to 7.9.0.
    See this package in NPM: https://www.npmjs.com/package/@babel/core
  - @babel/plugin-transform-runtime from 7.0.0-beta.54 to 7.9.0.
    See this package in NPM: https://www.npmjs.com/package/@babel/plugin-transform-runtime
  - @babel/preset-env from 7.0.0-beta.54 to 7.9.5.
    See this package in NPM: https://www.npmjs.com/package/@babel/preset-env
  - @babel/preset-stage-2 from 7.0.0-beta.54 to 7.8.3.
    See this package in NPM: https://www.npmjs.com/package/@babel/preset-stage-2
  - @babel/runtime from 7.0.0-beta.54 to 7.9.2.
    See this package in NPM: https://www.npmjs.com/package/@babel/runtime

See this project in Snyk:
https://app.snyk.io/org/phearzero/project/cf5574c9-e5a4-47a2-b9ec-f527e863bc90?utm_source=github&utm_medium=upgrade-pr
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