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.4.4 to 7.8.0 #3

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

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade @babel/runtime from 7.4.4 to 7.8.0.

ℹ️ 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 18 versions ahead of your current version.
  • The recommended version was released 8 days ago, on 2020-01-12.
Release notes
Package name: @babel/runtime
  • 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

    v7.7.4 (2019-11-23)

    Thanks @chrishinrichs, @khoumani, @m-ahmadi, @BBlackwo, @SakibulMowla, @4geru, @Shriram-Balaji, @ZYSzys and @arku for their first PRs!

    🐛 Bug Fix

    • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
    • babel-preset-env
    • babel-parser
    • babel-preset-env-standalone
      • #10732 fix: add missing available plugins to babel-preset-env-standalone. (@JLHwung)
    • babel-plugin-transform-function-name, babel-plugin-transform-modules-umd, babel-preset-env
      • #10701 Circumvent typeof transform for umd build template. (@JLHwung)
    • babel-cli
      • #10698 Babel should not silently remove unknown options after commander arguments. (@JLHwung)
    • babel-plugin-proposal-optional-chaining
    • babel-parser, babel-types
    • babel-traverse
    • babel-helpers, babel-plugin-proposal-object-rest-spread, babel-preset-env

    💅 Polish

    • babel-plugin-proposal-nullish-coalescing-operator
      • #10720 polish: skip creating extra reference for safely re-used node. (@JLHwung)

    🏠 Internal

    Committers: 15

  • 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
  • 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
  • 2486615 v7.8.0
  • d8e6219 @babel/eslint-plugin: Update rules/tests to use @babel/eslint-parser (#10977)
  • 81c5f1f Disallow private name in object elements and TS type elements (#10980)
  • e7b80a2 Improve @babel/types with env.BABEL_TYPES_8_BREAKING (#10917)
  • 405c1aa Merge env-standalone to babel-standalone (#10821)
  • a131033 chore: update corejs fixtures (#10983)
  • 903ad61 Filename detection should respect short flags (#10763)
  • 5a3e970 CONTRIBUTING: Update link to plugin-features.js [skip ci] (#10982)
  • 4c28f54 Add babelrc.json support (#10783)
  • ae06baf Add support for babel.config.mjs and .babelrc.mjs (#10903)
  • 282f81b Prepare @babel/core for asynchronicity (#10507)
  • 9fec528 Reduce false negative cases of typescript parser tests (#10979)
  • 80aa7dc Add optional-chaining and nullish-coalescing to preset-env (#10811)
  • 4cb2148 @babel/eslint-plugin: remove deprecated rules (#10975)
  • 3dcb8ca Added instructions to fork the repo in order to setup. (#10973)
  • bfc56eb Update Test262, Flow and TS parser tests (#10976)
  • e8dac62 chore: specify package type (#10849)
  • 44f9d85 add `allowTopLevelThis` option to `transform-modules-systemjs` (#10780)
  • 04354d1 Extract targets parser and compat data from preset-env (#10899)
  • 5f807ae Enable optional chaining by default in @babel/parser (#10817)
  • 646409b Use `babel >` as prompt in babel-node (#9695)
  • 8415065 --copy-ignored flag added to CLI (#10887)
  • 3af02f6 Add --out-file-extension option to babel-cli (#9144)
  • c3388ea Enable nullish coalescing by default in @babel/parser (#10819)

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

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