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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build(deps): Bump @babel/parser from 7.12.3 to 7.12.5 #9597

Merged
merged 15 commits into from Nov 6, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2020

Fixes #9326

Bumps @babel/parser from 7.12.3 to 7.12.5.

Release notes

Sourced from @babel/parser's releases.

v7.12.5 (2020-11-03)

Thanks @joelvh, @liuliangsir and @mondeja for your first PRs!

馃憮 Spec Compliance

  • babel-helpers, babel-plugin-transform-block-scoping

馃悰 Bug Fix

  • babel-parser
  • babel-parser, babel-types
  • babel-template, babel-types
  • babel-generator
    • #12260 Do not use currentColumn to indent comments when retainLines=true (@ian-craig)
  • babel-generator, babel-parser
  • babel-plugin-proposal-numeric-separator
    • #12240 fix: support bigInt in numeric-separator transform (@JLHwung)
  • babel-helper-replace-supers, babel-plugin-transform-classes
    • #12238 fix: support optionalCall in replace super handler (@JLHwung)
  • babel-standalone
    • #12226 packages/babel-standalone: make data-type="module" option avilable without data-presets option (@hirochachacha)

馃拝 Polish

  • babel-compat-data
  • babel-parser, babel-preset-env

馃摑 Documentation

馃彔 Internal

  • Other
  • babel-generator, babel-helper-module-imports, babel-helper-replace-supers, babel-parser, babel-traverse
  • babel-traverse, babel-types

... (truncated)

Changelog

Sourced from @babel/parser's changelog.

v7.12.5 (2020-11-03)

馃憮 Spec Compliance

  • babel-helpers, babel-plugin-transform-block-scoping

馃悰 Bug Fix

  • babel-parser
  • babel-parser, babel-types
  • babel-template, babel-types
  • babel-generator
    • #12260 Do not use currentColumn to indent comments when retainLines=true (@ian-craig)
  • babel-generator, babel-parser
  • babel-plugin-proposal-numeric-separator
    • #12240 fix: support bigInt in numeric-separator transform (@JLHwung)
  • babel-helper-replace-supers, babel-plugin-transform-classes
    • #12238 fix: support optionalCall in replace super handler (@JLHwung)
  • babel-standalone
    • #12226 packages/babel-standalone: make data-type="module" option avilable without data-presets option (@hirochachacha)

馃拝 Polish

  • babel-compat-data
  • babel-parser, babel-preset-env

馃摑 Documentation

馃彔 Internal

  • Other
  • babel-generator, babel-helper-module-imports, babel-helper-replace-supers, babel-parser, babel-traverse
  • babel-traverse, babel-types
  • babel-helper-compilation-targets, babel-preset-env

... (truncated)

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 Nov 4, 2020
@sosukesuzuki sosukesuzuki self-assigned this Nov 4, 2020
@github-actions
Copy link

github-actions bot commented Nov 4, 2020

Size Change: +281 B (0%)

Total Size: 10.7 MB

Filename Size Change
dist/index.js 1.64 MB +418 B (0%)
dist/parser-babel.js 346 kB -320 B (0%)
dist/standalone.js 504 kB +183 B (0%)
鈩癸笍 View Unchanged
Filename Size Change
dist/bin-prettier.js 423 kB 0 B
dist/doc.js 117 kB 0 B
dist/parser-angular.js 51.5 kB 0 B
dist/parser-espree.js 224 kB 0 B
dist/parser-flow.js 3.09 MB 0 B
dist/parser-glimmer.js 103 kB 0 B
dist/parser-graphql.js 55.2 kB 0 B
dist/parser-html.js 158 kB 0 B
dist/parser-markdown.js 150 kB 0 B
dist/parser-meriyah.js 196 kB 0 B
dist/parser-postcss.js 223 kB 0 B
dist/parser-typescript.js 3.03 MB 0 B
dist/parser-yaml.js 144 kB 0 B
dist/third-party.js 289 kB 0 B

compressed-size-action

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/babel/parser-7.12.5 branch from 17fbec4 to 9aa1e78 Compare November 5, 2020 06:58
@@ -1 +1,3 @@
run_spec(__dirname, ["babel", "flow", "typescript"]);
run_spec(__dirname, ["babel", "flow", "typescript"], {
errors: { espree: ["like-regexp.js"] },
Copy link
Member

Choose a reason for hiding this comment

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

Reported to acron repo acornjs/acorn#991

sosukesuzuki
sosukesuzuki previously approved these changes Nov 6, 2020
@sosukesuzuki sosukesuzuki dismissed their stale review November 6, 2020 04:15

I missed test failed

@fisker fisker mentioned this pull request Nov 6, 2020
4 tasks
@fisker
Copy link
Sponsor Member

fisker commented Nov 6, 2020

I'm working on it

# Conflicts:
#	tests/js/import-assertions/__snapshots__/jsfmt.spec.js.snap
#	tests/js/module-string-names/__snapshots__/jsfmt.spec.js.snap
@fisker
Copy link
Sponsor Member

fisker commented Nov 6, 2020

Missing one test, WIP No.

@fisker fisker merged commit c91914e into master Nov 6, 2020
@fisker fisker deleted the dependabot/npm_and_yarn/babel/parser-7.12.5 branch November 6, 2020 11:30
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 7, 2021
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.

Prettier gives error when using interface variable name in JS file
3 participants