Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !29897

Bump @babel/plugin-proposal-object-rest-spread from 7.7.4 to 7.7.7

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge dependabot/npm_and_yarn/babel/plugin-proposal-object-rest-spread-7.7.7 into master Dec 24, 2019
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 2

Created by: dependabot-preview[bot]

Bumps @babel/plugin-proposal-object-rest-spread from 7.7.4 to 7.7.7.

Release notes

Sourced from @babel/plugin-proposal-object-rest-spread's releases.

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
    • #10863 fix: add computed property support for object Ref (@JLHwung)
  • babel-core
    • #10890 fix: skip merging large input sourcemaps (@JLHwung)
    • #10885 fix: avoid string copy when processing input source-map (@JLHwung)
  • babel-node
    • #10871 Allow -r from node_modules with @babel/node (@nicolo-ribaudo)
  • 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
    • #10868 Fix pragmaFrag spelling in error message (@azizhk)

🏠 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
    • #10882 Ignore some files in npm package (@JLHwung)
  • Other
    • #10874 chore: cache chocolatey installation temporary files (@JLHwung)
    • #10880 chore: add PR Intent checkbox [ci-skip] (@JLHwung)
    • #10870 chore: update babel-eslint to 11.0.0-beta.2 (@JLHwung)
    • #10848 Tune eslint packages test configuration (@JLHwung)
  • babel-preset-env
    • #10873 chore: download compat-table when build-data is run (@JLHwung)
    • #10846 Update corejs fixtures (@JLHwung)
    • #10837 refactor: rewrite available-plugins to esm (@JLHwung)
  • babel-parser
    • #10858 Properly serialize non-json values in parser tests (@nicolo-ribaudo)
  • babel-cli, babel-node, babel-register
    • #10847 Add missing dev dependencies (@JLHwung)

↩ Revert

  • babel-plugin-transform-classes, babel-plugin-transform-regenerator, babel-preset-env
    • #10839 Use async-to-generator even when regenerator is enabled (@nicolo-ribaudo)

Committers: 6

  • Aziz Khambati (@azizhk)
  • Bowei Han (@boweihan)
  • Huáng Jùnliàng (@JLHwung)
  • Kai Cataldo (@kaicataldo)
... (truncated)
Changelog

Sourced from @babel/plugin-proposal-object-rest-spread's changelog.

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
    • #10863 fix: add computed property support for object Ref (@JLHwung)
  • babel-core
    • #10890 fix: skip merging large input sourcemaps (@JLHwung)
    • #10885 fix: avoid string copy when processing input source-map (@JLHwung)
  • babel-node
    • #10871 Allow -r from node_modules with @babel/node (@nicolo-ribaudo)
  • 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
    • #10868 Fix pragmaFrag spelling in error message (@azizhk)

🏠 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
    • #10882 Ignore some files in npm package (@JLHwung)
  • Other
    • #10874 chore: cache chocolatey installation temporary files (@JLHwung)
    • #10880 chore: add PR Intent checkbox [ci-skip] (@JLHwung)
    • #10870 chore: update babel-eslint to 11.0.0-beta.2 (@JLHwung)
    • #10848 Tune eslint packages test configuration (@JLHwung)
  • babel-preset-env
    • #10873 chore: download compat-table when build-data is run (@JLHwung)
    • #10846 Update corejs fixtures (@JLHwung)
    • #10837 refactor: rewrite available-plugins to esm (@JLHwung)
  • babel-parser
    • #10858 Properly serialize non-json values in parser tests (@nicolo-ribaudo)
  • babel-cli, babel-node, babel-register
    • #10847 Add missing dev dependencies (@JLHwung)

↩ Revert

  • babel-plugin-transform-classes, babel-plugin-transform-regenerator, babel-preset-env
    • #10839 Use async-to-generator even when regenerator is enabled (@nicolo-ribaudo)

v7.7.6 (2019-12-08)

🏠 Internal

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

↩ Revert

... (truncated)
Commits
  • 12da094 v7.7.7
  • 9be27bc fix: add computed property support for object Ref (#10863)
  • c0d0bf2 Update core-js fixtures
  • e85c9b9 fix: skip merging large input sourcemaps (#10890)
  • 80e95d0 Fix flow
  • dbf3f91 Revert "Prevent ignored files in out dir (#10831)" (#10886)
  • aa81407 Ignore some files in npm package (#10882)
  • 8afeef2 chore: cache chocolatey install temp (#10874)
  • 3d7bc43 Allow -r from node_modules with @babel/node (#10871)
  • 2b35909 Prevent ignored files in out dir (#10831)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: dependabot/npm_and_yarn/babel/plugin-proposal-object-rest-spread-7.7.7