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
  • !33716

Bump @babel/cli from 7.13.14 to 7.13.16

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge dependabot/npm_and_yarn/babel/cli-7.13.16 into main Apr 22, 2021
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 2

Created by: dependabot[bot]

Bumps @babel/cli from 7.13.14 to 7.13.16.

Release notes

Sourced from @​babel/cli's releases.

v7.13.16 (2021-04-20)

Thanks @​codyatwork and @​nwalters512 for your first PRs!

👓 Spec Compliance

  • babel-parser
    • #13143 fix: raise SyntaxError for declare before getter/setter (@​fedeci)

🐛 Bug Fix

  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-plugin-transform-regenerator, babel-plugin-transform-spread, babel-preset-env, babel-runtime-corejs2, babel-runtime
    • #13129 Support iterating generators in browsers without Symbol (@​nicolo-ribaudo)
  • babel-helper-compilation-targets
    • #13159 fix: add default value for browserslist config path (@​JLHwung)
  • babel-generator
    • #13136 Fix printing of single-param async arrow function with comments (@​nwalters512)

📝 Documentation

  • Other
    • #13155 Update links in eslint-parser README (@​codyatwork)
  • babel-types
    • #13148 docs: refine babel-types docs generator (@​JLHwung)
  • babel-helper-compilation-targets
    • #13131 docs: add README to helper-compilation-targets (@​JLHwung)

🏠 Internal

  • babel-helper-bindify-decorators, babel-helper-explode-class
    • #13160 Archive helper-explode-class and helper-bindify-decorators (@​JLHwung)
  • Other
    • #13158 codecov: token not required (@​hzoo)
  • babel-helper-call-delegate
    • #13153 Archive @babel/helper-call-delegate (@​nicolo-ribaudo)
  • babel-helper-hoist-variables, babel-plugin-transform-block-scoping
    • #13152 refactor: use FunctionParent on visiting var scope (@​JLHwung)
  • babel-cli, babel-core, babel-generator, babel-plugin-transform-function-name, babel-register, babel-types
    • #13139 Remove remaining lodash dependencies (@​nicolo-ribaudo)

Committers: 7

  • Babel Bot (@​babel-bot)
  • Cody Mims (@​codyatwork)
  • Federico Ciardi (@​fedeci)
  • Henry Zhu (@​hzoo)
  • Huáng Jùnliàng (@​JLHwung)
  • Nathan Walters (@​nwalters512)
  • Nicolò Ribaudo (@​nicolo-ribaudo)

v7.13.15 (2021-04-08)

👓 Spec Compliance

  • babel-parser
    • #13099 fix: raise SyntaxError for unparenthesized assert and assign (@​fedeci)

... (truncated)

Changelog

Sourced from @​babel/cli's changelog.

v7.13.16 (2021-04-20)

👓 Spec Compliance

  • babel-parser
    • #13143 fix: raise SyntaxError for declare before getter/setter (@​fedeci)

🐛 Bug Fix

  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-plugin-transform-regenerator, babel-plugin-transform-spread, babel-preset-env, babel-runtime-corejs2, babel-runtime
    • #13129 Support iterating generators in browsers without Symbol (@​nicolo-ribaudo)
  • babel-helper-compilation-targets
    • #13159 fix: add default value for browserslist config path (@​JLHwung)
  • babel-generator
    • #13136 Fix printing of single-param async arrow function with comments (@​nwalters512)

📝 Documentation

  • Other
    • #13155 Update links in eslint-parser README (@​codyatwork)
  • babel-types
    • #13148 docs: refine babel-types docs generator (@​JLHwung)
  • babel-helper-compilation-targets
    • #13131 docs: add README to helper-compilation-targets (@​JLHwung)

🏠 Internal

  • babel-helper-bindify-decorators, babel-helper-explode-class
    • #13160 Archive helper-explode-class and helper-bindify-decorators (@​JLHwung)
  • Other
    • #13158 codecov: token not required (@​hzoo)
  • babel-helper-call-delegate
    • #13153 Archive @babel/helper-call-delegate (@​nicolo-ribaudo)
  • babel-helper-hoist-variables, babel-plugin-transform-block-scoping
    • #13152 refactor: use FunctionParent on visiting var scope (@​JLHwung)
  • babel-cli, babel-core, babel-generator, babel-plugin-transform-function-name, babel-register, babel-types
    • #13139 Remove remaining lodash dependencies (@​nicolo-ribaudo)

v7.13.15 (2021-04-08)

👓 Spec Compliance

  • babel-parser
    • #13099 fix: raise SyntaxError for unparenthesized assert and assign (@​fedeci)
    • #13049 fix: the LHS in for-of loop should not start with let (@​JLHwung)

🐛 Bug Fix

  • babel-parser
    • #13101 fix(ts): allow trailing comma after rest parameter in TSDeclareFunction (@​fedeci)
  • babel-plugin-proposal-do-expressions, babel-traverse
    • #10101 yield for do expression (@​tanhauhau)
    • #13030 Refactor switch support in NodePath#getCompletionRecords (@​JLHwung)
  • Other
    • #13106 fix: do not filter report from functions within class elements (@​JLHwung)
  • babel-compat-data, babel-preset-env
    • #13075 Compile classes when spread is unsupported (@​nicolo-ribaudo)

... (truncated)

Commits
  • d94a8e5 v7.13.16
  • d24bd7c Remove remaining lodash dependencies (#13139)
  • See full diff 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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: dependabot/npm_and_yarn/babel/cli-7.13.16