Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps flow-parser from 0.120.1 to 0.121.0.

Release notes

Sourced from flow-parser's releases.

v0.121.0

Highlights:

  • Made several improvements to errors:
    • Restricted errors to only be suppressible at the error's primary location (see blog post)
    • Fixed the error grouping logic to no longer group unrelated errors that happen to share a location
    • Changed the order of locations printed in error messages so that the primary location is always printed first (which is the one you need to suppress if you want to do that)

Misc:

  • Fixed the add-comments script to add comments on JSXText
  • Fixed a crash when TMPDIR exceeded 83 characters
  • Stopped parsing .flow files without @flow

Lib defs:

  • Improved definitions for Node's url.parse function (thanks @chicoxyzzy)
  • Added missing console methods (thanks @goodmind)
  • Added Element.hasAttributes()
  • Added string index to NamedNodeMap
  • Fixed Element.querySelector() and Element.querySelectorAll() overloads
  • Added type definition for Promise.allSettled()
Changelog

Sourced from flow-parser's changelog.

0.121.0

Highlights:

  • Made several improvements to errors:
    • Restricted errors to only be suppressible at the error's primary location (see blog post)
    • Fixed the error grouping logic to no longer group unrelated errors that happen to share a location
    • Changed the order of locations printed in error messages so that the primary location is always printed first (which is the one you need to suppress if you want to do that)

Misc:

  • Fixed the add-comments script to add comments on JSXText
  • Fixed a crash when TMPDIR exceeded 83 characters
  • Stopped parsing .flow files without @flow

Lib defs:

  • Improved definitions for Node's url.parse function (thanks @chicoxyzzy)
  • Added missing console methods (thanks @goodmind)
  • Added Element.hasAttributes()
  • Added string index to NamedNodeMap
  • Fixed Element.querySelector() and Element.querySelectorAll() overloads
  • Added type definition for Promise.allSettled()
Commits
  • e0838d4 v0.121.0
  • 9c3e00b [enums] Add parameter names to enum proto methods
  • 34aed35 Add Medium article links to blog
  • fcee0ea Intern comments in private name nodes
  • 3dbeb42 Intern comments in computed property keys
  • dfb5b41 Intern comments in JSX spread attributes
  • 21b4a00 Intern comments in JSX spread children
  • 06b68e8 Intern comments in JSX expression containers
  • 8256bda Intern comments in JSX identifiers
  • 96fac34 Intern leading and trailing comments for JSX element and fragment expressions
  • Additional commits viewable in compare view

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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the scope:dependency Issues that cannot be solved inside Prettier itself, and must be fixed in a dependency label Mar 19, 2020
@thorn0 thorn0 merged commit 24766d9 into next Mar 19, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/next/flow-parser-0.121.0 branch March 19, 2020 10:24
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

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.

3 participants