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.3 #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 Feb 5, 2020

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

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

    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
  • 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
  • a7620bd v7.8.3
  • 6874c24 fix: generated builder parameter should respect builder keys (#11002)
  • 8fce431 Revert "chore: specify package type (#10849)" (#11003)
  • d0a8982 Ignore .map files in standalone packages (#10994)
  • a677d59 Archive syntax plugins enabled by default (#10820)
  • c7f7f9b Add v7.8.2 to CHANGELOG.md [skip ci]
  • 61d01f1 v7.8.2
  • f995f8e fix: `isPluginRequired` returns the opposite result in v7.8.0 (#10992)
  • 2ccc451 Add v7.8.1 to CHANGELOG.md [skip ci]
  • 575eeb3 v7.8.1
  • 2766837 Downgrade semver for compatibility with Node 6 (#10991)
  • d1c93e7 Remove ESLint packages from the changelog
  • 9647560 Add v7.8.0 to CHANGELOG.md [skip ci]
  • 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)

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