Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 11, 2021

Bumps @babel/parser from 7.13.13 to 7.13.15.

Release notes

Sourced from @​babel/parser's releases.

v7.13.15 (2021-04-08)

👓 Spec Compliance

  • babel-parser

🐛 Bug Fix

  • babel-parser
    • #13101 fix(ts): allow trailing comma after rest parameter in TSDeclareFunction (@​fedeci)
  • babel-plugin-proposal-do-expressions, babel-traverse
  • Other
    • #13106 fix: do not filter report from functions within class elements (@​JLHwung)
  • babel-compat-data, babel-preset-env

💅 Polish

📝 Documentation

🏠 Internal

  • babel-plugin-transform-regenerator, babel-standalone
  • babel-helper-transform-fixture-test-runner

🏃‍♀️ Performance

Committers: 5

v7.13.14 (2021-03-29)

Thanks @​charlessuh for your first PR to Babel!

🐛 Bug Fix

  • babel-core

... (truncated)

Changelog

Sourced from @​babel/parser's changelog.

v7.13.15 (2021-04-08)

👓 Spec Compliance

  • babel-parser

🐛 Bug Fix

  • babel-parser
    • #13101 fix(ts): allow trailing comma after rest parameter in TSDeclareFunction (@​fedeci)
  • babel-plugin-proposal-do-expressions, babel-traverse
  • Other
    • #13106 fix: do not filter report from functions within class elements (@​JLHwung)
  • babel-compat-data, babel-preset-env

💅 Polish

📝 Documentation

🏠 Internal

  • babel-plugin-transform-regenerator, babel-standalone
  • babel-helper-transform-fixture-test-runner

🏃‍♀️ Performance

v7.13.14 (2021-03-29)

🐛 Bug Fix

  • babel-core

🏠 Internal

  • Other
  • babel-cli, babel-core, babel-helper-transform-fixture-test-runner, babel-register, babel-types

🏃‍♀️ Performance

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

@dependabot dependabot bot added javascript Pull requests that update Javascript code scope:dependency Issues that cannot be solved inside Prettier itself, and must be fixed in a dependency labels Apr 11, 2021
@thorn0 thorn0 linked an issue Apr 12, 2021 that may be closed by this pull request
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/babel/parser-7.13.15 branch from 9e4cf96 to 00aa78d Compare April 12, 2021 00:28
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/babel/parser-7.13.15 branch from 00aa78d to cafe0f7 Compare April 12, 2021 00:49
@fisker fisker self-assigned this Apr 12, 2021
=====================================output=====================================
declare function foo(...args: any[]);
declare function foo(
...long_long_long_long_long_long_long_long_long_long_long_long_long_long_long_args: any[]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We didn't print comma because

!hasRestParameter(functionNode) && shouldPrintComma(options, "all")

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We shouldn't print it. The issue is only about parsing.

@github-actions
Copy link

github-actions bot commented Apr 12, 2021

Size Change: +101 B (0%)

Total Size: 11.2 MB

Filename Size Change
dist/index.js 1.72 MB -357 B (0%)
dist/parser-babel.js 362 kB +514 B (0%)
dist/standalone.js 534 kB -56 B (0%)
ℹ️ View Unchanged
Filename Size Change
dist/bin-prettier.js 460 kB 0 B
dist/doc.js 126 kB 0 B
dist/parser-angular.js 88 kB 0 B
dist/parser-espree.js 225 kB 0 B
dist/parser-flow.js 3.11 MB 0 B
dist/parser-glimmer.js 176 kB 0 B
dist/parser-graphql.js 55.4 kB 0 B
dist/parser-html.js 147 kB 0 B
dist/parser-markdown.js 165 kB 0 B
dist/parser-meriyah.js 233 kB 0 B
dist/parser-postcss.js 212 kB 0 B
dist/parser-typescript.js 3.18 MB 0 B
dist/parser-yaml.js 147 kB 0 B
dist/third-party.js 294 kB 0 B

compressed-size-action

@thorn0 thorn0 merged commit 147c30f into main Apr 12, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/babel/parser-7.13.15 branch April 12, 2021 15:15
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
javascript Pull requests that update Javascript code scope:dependency Issues that cannot be solved inside Prettier itself, and must be fixed in a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

babel-ts: trailing commas after rest parameters in ambient contexts
2 participants