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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build(deps): Bump flow-parser from 0.150.0 to 0.150.1 #10839

Merged
merged 1 commit into from May 9, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 9, 2021

Bumps flow-parser from 0.150.0 to 0.150.1.

Release notes

Sourced from flow-parser's releases.

v0.150.1

New Features:

  • Suggest string literals in autocomplete in positions where string literal unions are expected.

Notable bug fixes:

  • Use bracket syntax for autocomplete when autocompleting a property name that is not a valid identifier.
  • Require the "main" property of package.json to have a valid Flow extension for the file to be considered.
  • Fall back to .js extensions even when a module name looks like a resource file (e.g. ./a.svg will look to ./a.svg.js).
  • Fix a crash that occurred when checking a this parameter with a generic.
  • Make $NonMaybeType<empty> evaluate to empty.
  • Honor format config options in more cases in code actions and codemods.
  • Fix PointerCapture library definitions (thanks @​malectro!).

Misc:

  • Remove experimental observedBits param to React's useContext libdef.
  • Add caching to live errors and signature help, to speed up IDE interactions (currently behind temporary flags).
  • Introduce format.bracket_spacing option which affects code output (such as code actions).
  • Improve the sorting of autoimport suggestions that have the same name, so that the module's file extension is not considered.
Commits
  • b98ce18 v0.150.1
  • 0bdc705 thread results through calls to Watchman.watch_project
  • 8534137 don't catch all errors in Watchman.watch_project
  • 2c89c8a make Watchman.call_on_instance callbacks return a result
  • b053810 make Watchman.transform_asynchronous_get_changes_response return a result
  • 43717a2 make Watchman.blocking_read return a result
  • ceb6eb2 catch exceptions when reading watchman responses
  • 9e2318a make Watchman.send_request return a result
  • 24753dd make Watchman.request return a result
  • 56868d9 make Watchman.open_connection return a result
  • 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)

Bumps [flow-parser](https://github.com/facebook/flow) from 0.150.0 to 0.150.1.
- [Release notes](https://github.com/facebook/flow/releases)
- [Changelog](https://github.com/facebook/flow/blob/master/Changelog.md)
- [Commits](facebook/flow@v0.150.0...v0.150.1)

Signed-off-by: dependabot[bot] <support@github.com>
@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 May 9, 2021
@thorn0 thorn0 merged commit 69fae9c into main May 9, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/flow-parser-0.150.1 branch May 9, 2021 12:43
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 10, 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.

None yet

2 participants