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

Bump flow-parser from 0.135.0 to 0.156.0 #965

Merged
merged 1 commit into from
Jul 22, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2021

Bumps flow-parser from 0.135.0 to 0.156.0.

Release notes

Sourced from flow-parser's releases.

v0.156.0

New Features:

  • Cross-module autocompletion and code actions that fix missing import declarations are now enabled by default. This was experimental since 0.143.0. Can be disabled per project with the autoimports=false flowconfig option, or per user with the flow.suggest.autoImports LSP configuration.

Library Definitions:

  • Enhance the builtin Node.js module types (thanks @​isker).

v0.155.1

Fix bug in shared memory garbage collection which caused Flow to crash.

v0.155.0

Likely to cause new Flow errors:

Notable bug fixes:

  • Fix a bug with name collisions in declared modules (fixes #8604).
  • Prevent showing identifiers for autocomplete of method names.
  • Preserve interfaces when used with the $ReadOnly utility

Library Definitions:

  • Add support for fs promises (thanks @​atabel).

v0.154.0

Likely to cause new Flow errors:

New Features:

  • Added codemod to cleanup the use of soon to be deprecated existential type (e.g. *). It can be run via flow codemod replace-existentials --write ..
  • Added IDE quickfix for optional chaining when accessing an object that is nullable.

Notable bug fixes:

  • Fixed crash related to a missing method unbinding error case.
  • Fixed crash from calling the flow binary with an unknown argument.

Library Definitions:

  • Fix MediaSource readyState to match the spec, "opened" -> "open" (thanks @​sompylasar).

Misc:

  • Remove experimental.this_annot config option and permanently enable now that our core lib defs rely on this feature.
  • Remove prevously defaulted on new_check config option for the new check mode that uses significantly less RAM for large projects.

v0.153.0

Likely to cause new Flow errors:

New Features:

  • You can require an exhaustive check of an enum in a switch statement that includes a default branch. This is enabled with the comment // flowlint-next-line require-explicit-enum-switch-cases:error.
  • Autocomplete for object keys.
  • Introduce a flow fix command to apply autofixes from the command line to a list of files.

... (truncated)

Changelog

Sourced from flow-parser's changelog.

0.156.0

New Features:

  • Cross-module autocompletion and code actions that fix missing import declarations are now enabled by default. This was experimental since 0.143.0. Can be disabled per project with the autoimports=false flowconfig option, or per user with the flow.suggest.autoImports LSP configuration.

Library Definitions:

  • Enhance the builtin Node.js module types (thanks @​isker).

0.155.1

Fix bug in shared memory garbage collection which caused Flow to crash.

0.155.0

Likely to cause new Flow errors:

Notable bug fixes:

  • Fix a bug with name collisions in declared modules (fixes #8604).
  • Prevent showing identifiers for autocomplete of method names.
  • Preserve interfaces when used with the $ReadOnly utility

Library Definitions:

  • Add support for fs promises (thanks @​atabel).

0.154.0

Likely to cause new Flow errors:

New Features:

  • Added codemod to cleanup the use of soon to be deprecated existential type (e.g. *). It can be run via flow codemod replace-existentials --write ..
  • Added IDE quickfix for optional chaining when accessing an object that is nullable.

Notable bug fixes:

  • Fixed crash related to a missing method unbinding error case.
  • Fixed crash from calling the flow binary with an unknown argument.

Library Definitions:

  • Fix MediaSource readyState to match the spec, "opened" -> "open" (thanks @​sompylasar).

Misc:

  • Remove experimental.this_annot config option and permanently enable now that our core lib defs rely on this feature.
  • Remove prevously defaulted on new_check config option for the new check mode that uses significantly less RAM for large projects.

0.153.0

Likely to cause new Flow errors:

... (truncated)

Commits
  • d56d777 v0.156.0
  • ad9e260 v0.155.1
  • 13b298d [enums] Don't require separate flag to enable Flow Enums with Unknown Members
  • c88fd96 Fix shared memory pointer scanning
  • 5cbf554 local inference should require annotations on this parameters of functions
  • c5558cd [lsp][extract][easy] Rename refactor_extract_function to refactor_extract
  • cf5f042 [lsp][extract] Add return type annotations of newFunction definition
  • 57d6143 [lsp][extract] Prepend type import statements diff to body diff
  • 32bd06e Enhance the builtin module types
  • 6a75a98 upgrade to ocamlformat 0.13.0
  • 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.135.0 to 0.156.0.
- [Release notes](https://github.com/facebook/flow/releases)
- [Changelog](https://github.com/facebook/flow/blob/master/Changelog.md)
- [Commits](facebook/flow@v0.135.0...v0.156.0)

---
updated-dependencies:
- dependency-name: flow-parser
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 22, 2021
@benjamn benjamn merged commit f39a0cf into master Jul 22, 2021
@benjamn benjamn deleted the dependabot/npm_and_yarn/flow-parser-0.156.0 branch July 22, 2021 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant