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/cli, @babel/core, @babel/plugin-proposal-decorators, @babel/plugin-proposal-export-namespace-from, @babel/plugin-proposal-function-sent, @babel/plugin-proposal-numeric-separator, @babel/plugin-proposal-throw-expressions, @babel/polyfill, @babel/preset-env, @babel/preset-react, @babel/runtime #2

Merged
merged 1 commit into from Mar 26, 2020

Conversation

snyk-bot
Copy link

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/cli
from 7.4.4 to 7.8.4
13 versions ahead of your current version 2 months ago
on 2020-01-30
@babel/core
from 7.4.4 to 7.8.4
16 versions ahead of your current version 2 months ago
on 2020-01-30
@babel/plugin-proposal-decorators
from 7.4.4 to 7.8.3
5 versions ahead of your current version 2 months ago
on 2020-01-13
@babel/plugin-proposal-export-namespace-from
from 7.2.0 to 7.8.3
4 versions ahead of your current version 2 months ago
on 2020-01-13
@babel/plugin-proposal-function-sent
from 7.2.0 to 7.8.3
5 versions ahead of your current version 2 months ago
on 2020-01-13
@babel/plugin-proposal-numeric-separator
from 7.2.0 to 7.8.3
3 versions ahead of your current version 2 months ago
on 2020-01-13
@babel/plugin-proposal-throw-expressions
from 7.2.0 to 7.8.3
3 versions ahead of your current version 2 months ago
on 2020-01-13
@babel/polyfill
from 7.4.4 to 7.8.3
4 versions ahead of your current version 2 months ago
on 2020-01-13
@babel/preset-env
from 7.4.4 to 7.8.4
19 versions ahead of your current version 2 months ago
on 2020-01-30
@babel/preset-react
from 7.0.0 to 7.8.3
5 versions ahead of your current version 2 months ago
on 2020-01-13
@babel/runtime
from 7.4.4 to 7.8.4
20 versions ahead of your current version 2 months ago
on 2020-01-30
Release notes
Package name: @babel/runtime
  • 7.8.4 - 2020-01-30

    v7.8.4 (2020-01-30)

    ⚠️ In Babel 7.8.0 we introduced the --copy-ignored option for @babel/cli, defaulting to false. However, previous versions behaved as if that option was present: for this reason, we changed its default value to true (when --copy-files is provided) and introduced a --no-copy-ignored option to disable it.

    Thanks to @3cp, @BenoitZugmeyer, @pustovalov, @regiontog, and @vedantroy for their first PRs!

    👓 Spec Compliance

    • babel-parser

    🐛 Bug Fix

    • babel-cli
    • babel-compat-data
    • babel-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-env
    • babel-traverse
    • babel-plugin-transform-parameters
    • babel-plugin-transform-for-of
    • babel-generator
    • babel-helper-compilation-targets
      • #11006 fix: supply '.' subpath for backward compatibility with node.js 13.0-13.1 (@JLHwung)

    💅 Polish

    • babel-core
      • #10969 polish: throw human-friendly error when item-option pair is incorrectly unwrapped (@JLHwung)

    📝 Documentation

    • babel-parser
      • #11015 add AST for the module attribute proposal (@xtuc)
    • babel-preset-env

    🏠 Internal

    🏃‍♀ Performance

    • babel-parser
      • #11029 fix(babel-parser): avoid state.clone() to clone the whole token store (@3cp)

    Committers: 11

  • 7.8.3 - 2020-01-13

    v7.8.3 (2020-01-13)

    🐛 Bug Fix

    • babel-types
      • #11002 fix: generated builder parameter should respect builder keys (@JLHwung)

    🏠 Internal

    • babel-preset-env-standalone, babel-standalone
    • babel-plugin-proposal-decorators, babel-plugin-proposal-dynamic-import, babel-plugin-proposal-logical-assignment-operators, babel-plugin-proposal-object-rest-spread, babel-plugin-syntax-async-generators, babel-plugin-syntax-bigint, babel-plugin-syntax-dynamic-import, babel-plugin-syntax-json-strings, babel-plugin-syntax-nullish-coalescing-operator, babel-plugin-syntax-object-rest-spread, babel-plugin-syntax-optional-catch-binding, babel-plugin-syntax-optional-chaining, babel-plugin-transform-flow-strip-types, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-react-constant-elements, babel-preset-env-standalone, babel-preset-env, babel-standalone

    ↩️ Revert

    Committers: 2

  • 7.8.0 - 2020-01-12

    v7.8.0 (2020-01-12)

    Blog post on the website

    👓 Spec Compliance

    • babel-parser
      • #10980 Disallow private name in object elements and TS type elements (@JLHwung)
      • #10955 LiteralPropertyName should allow BigIntLiteral (@JLHwung)
      • #10953 fix: check await when parsing AsyncArrowBindingIdentifier (@JLHwung)
      • #10947 Fix: TopLevelAwait should respect await identifiers defined in sub scope. (@JLHwung)
      • #10946 fix: Class Field Initializer should not allow await expression as immediate child (@JLHwung)
    • babel-plugin-proposal-numeric-separator
      • #10938 StringNumericLiteral does not include NumericLiteralSeparator (@JLHwung)
    • babel-generator, babel-parser, babel-plugin-proposal-private-methods

    💥 Breaking Change

    🚀 New Feature

    • babel-standalone
    • babel-core
    • babel-compat-data, babel-preset-env-standalone, babel-preset-env
      • #10811 Add optional-chaining and nullish-coalescing to preset-env (@Druotic)
    • babel-helper-module-transforms, babel-plugin-transform-modules-systemjs
      • #10780 add allowTopLevelThis option to transform-modules-systemjs (@JLHwung)
    • babel-parser
    • babel-cli
    • babel-core, babel-generator, babel-parser
    • babel-core, babel-parser

    🐛 Bug Fix

    • babel-node
    • babel-plugin-proposal-numeric-separator
      • #10938 StringNumericLiteral does not include NumericLiteralSeparator (@JLHwung)
    • babel-preset-env
    • babel-parser
    • Other
    • babel-traverse
    • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs
      • #10934 helper-module-transforms: dereference imported template tag (@ajafff)
    • babel-traverse, babel-types
    • babel-core
    • babel-helpers
      • #10902 fix: Object.getOwnPropertySymbols called on non-object (@bassaer)

    💅 Polish

    • babel-node
    • babel-parser

    📝 Documentation

    • babel-preset-env
      • #10982 CONTRIBUTING: Update link to plugin-features.js [skip ci] (@andersk)
    • Other

    🏠 Internal

    ↩️ Revert

    • babel-cli

    Committers: 17

  • 7.7.7 - 2019-12-19

    v7.7.7 (2019-12-19)

    👓 Spec Compliance

    • babel-parser
      • #10576 [parser] validation for parentheses in the left-hand side of assignment expressions (@boweihan)

    🐛 Bug Fix

    • babel-plugin-proposal-object-rest-spread
    • babel-core
    • babel-node
    • babel-plugin-transform-parameters
      • #10053 Check shadow variable to identifier in default parameters (@JLHwung)
    • babel-parser
      • #10828 @babel/eslint-parser: fix ImportExpression node to match ESTree spec (@kaicataldo)
      • #10827 @babel/eslint-parser: fix BigIntLiteral node to match ESTree spec (@kaicataldo)

    💅 Polish

    • babel-plugin-transform-react-jsx

    🏠 Internal

    • babel-generator, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-unicode-property-regex, babel-plugin-syntax-pipeline-operator, babel-plugin-transform-dotall-regex, babel-preset-env-standalone, babel-preset-typescript, babel-standalone
    • Other
    • babel-preset-env
    • babel-parser
    • babel-cli, babel-node, babel-register

    ↩️ Revert

    • babel-plugin-transform-classes, babel-plugin-transform-regenerator, babel-preset-env

    Committers: 6

  • 7.7.6 - 2019-12-07

    v7.7.6 (2019-12-08)

    🏠 Internal

    • #10836 chore: add PR Revert labels to changelog [ci-skip] (@JLHwung)

    ↩️ Revert

    • babel-plugin-transform-modules-commonjs, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2
      • #10835 Revert "Add ".js" extension to injected polyfill imports" (@JLHwung)

    Committers: 1

  • 7.7.5 - 2019-12-06

    v7.7.5 (2019-12-06)

    🐛 Bug Fix

    • babel-plugin-transform-modules-commonjs, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2
    • babel-cli
      • #10283 babel --watch should have equivalent file selection logic with babel (@JLHwung)
    • babel-parser
    • babel-parser, babel-plugin-proposal-optional-chaining, babel-plugin-transform-modules-amd
      • #10806 fix(optional chaining): Optional delete returns true with nullish base (@mpaarating)
    • babel-helper-module-transforms, babel-plugin-transform-modules-amd
      • #10764 fix: rewriteBindingInitVisitor should skip on scopable node (@JLHwung)

    💅 Polish

    🏠 Internal

    • babel-preset-env-standalone
    • Other
    • babel-helper-transform-fixture-test-runner

    Committers: 8

  • 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
from @babel/runtime GitHub release notes
Commit messages
Package name: @babel/runtime
  • 5c2e6bc v7.8.4
  • 92c6807 [@babel/cli] Copy ignored files by default (#11063)
  • 1528d7d Fix core-js 2 builtin data for opera (#11066)
  • 3e21a09 feat: support node 6 for levenary (#11059)
  • eae6211 Update compat table (#11039)
  • 916429b Avoid compiling the _typeof helper with itself (#11049)
  • d0518b7 Update browserslist (#11058)
  • 2e5594d Update failing tests after last merged PR
  • ed47d2e Delete duplicated file in `@babel/compat-data` (#11041)
  • b54a946 chore: map mobile browser data to their desktop version (#10814)
  • 1815c34 Update preset-env fixtures (#11040)
  • fa975bf polish: throw human-friendly error when item-option pair is in… (#10969)
  • 43b23e0 refactor: simplify toAssignable routine (#11032)
  • 9bc04ba fix(babel-parser): avoid state.clone() to clone the whole token store (#11029)
  • 740064c Fix missing ClassDeclaration references after scope#crawl (#11011)
  • 2b23c28 Check that generated compat-data is up to date on CI (#11024)
  • de75dbf update compat-data related docs/config [skip ci] (#11030)
  • facfd4d Enable `no-process-exit` ESLint rule (#11025)
  • 341964b fix: properly parse member expression after property initializ… (#11031)
  • 85ddc29 Fix rest parameters indexing with TypeScript 'this parameter' (#9714)
  • 34a9653 add AST for the module attribute proposal (#11015)
  • 45301c5 Update coalesce precedence (#11017)
  • 6648d62 chore: use @babel/eslint-config-internal (#11026)
  • 1a14543 chore: replace yarn-upgrade by bump-babel-dependencies in e2e tests (#11021)

Compare


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/cli from 7.4.4 to 7.8.4.
    See this package in NPM: https://www.npmjs.com/package/@babel/cli
  - @babel/core from 7.4.4 to 7.8.4.
    See this package in NPM: https://www.npmjs.com/package/@babel/core
  - @babel/plugin-proposal-decorators from 7.4.4 to 7.8.3.
    See this package in NPM: https://www.npmjs.com/package/@babel/plugin-proposal-decorators
  - @babel/plugin-proposal-export-namespace-from from 7.2.0 to 7.8.3.
    See this package in NPM: https://www.npmjs.com/package/@babel/plugin-proposal-export-namespace-from
  - @babel/plugin-proposal-function-sent from 7.2.0 to 7.8.3.
    See this package in NPM: https://www.npmjs.com/package/@babel/plugin-proposal-function-sent
  - @babel/plugin-proposal-numeric-separator from 7.2.0 to 7.8.3.
    See this package in NPM: https://www.npmjs.com/package/@babel/plugin-proposal-numeric-separator
  - @babel/plugin-proposal-throw-expressions from 7.2.0 to 7.8.3.
    See this package in NPM: https://www.npmjs.com/package/@babel/plugin-proposal-throw-expressions
  - @babel/polyfill from 7.4.4 to 7.8.3.
    See this package in NPM: https://www.npmjs.com/package/@babel/polyfill
  - @babel/preset-env from 7.4.4 to 7.8.4.
    See this package in NPM: https://www.npmjs.com/package/@babel/preset-env
  - @babel/preset-react from 7.0.0 to 7.8.3.
    See this package in NPM: https://www.npmjs.com/package/@babel/preset-react
  - @babel/runtime from 7.4.4 to 7.8.4.
    See this package in NPM: https://www.npmjs.com/package/@babel/runtime

See this project in Snyk:
https://app.snyk.io/org/o330oei/project/2583c45e-b7d0-4190-bcb7-4b55edb933d5?utm_source=github&utm_medium=upgrade-pr
@pull-assistant
Copy link

Score: 1.00

Best reviewed: commit by commit


Optimal code review plan

     fix: upgrade multiple dependencies with Snyk

Powered by Pull Assistant. Last update 97301ad ... 97301ad. Read the comment docs.

@O330oei O330oei merged commit 792c21c into master Mar 26, 2020
@O330oei O330oei deleted the snyk-upgrade-6536b5b4a1120026b692086d7c557681 branch March 26, 2020 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants