Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2022

Bumps flow-parser from 0.195.2 to 0.196.3.

Release notes

Sourced from flow-parser's releases.

v0.196.3

  • Fix a bug that could cause IDE commands to fail while a recheck is ongoing

v0.196.2

🎁 This is (hopefully) our last release of the year. Happy holidays! 🎁

  • Improve performance when unions flow to intersections
  • Fix a crash when using the experimental saved_state.allow_reinit option

v0.196.1

  • Fix some missing autocomplete results (regression in 0.196.0)

v0.196.0

Likely to cause new Flow errors:

  • Instead of mixed, type the result of Object.values and Object.entries on a dictionary to be the dictionary values, and Object.entries keys to behave like Object.keys. Closes #2174, #2221, #4771, #4997, #5838.
  • Ban array inputs to Object.values and Object.entries.
  • Function's name and length property are now not writable.
  • Fix Object.keys, $Values, and $Keys on interfaces with indexers.
  • Delete $Subtype and $SuperType utilities.
  • Delete deprecated-utility Flow lint.

New Features:

  • An annotation is no longer required when exporting + expressions (e.g., export default (3 + 3 : number) can now just be export default 3 + 3;).

Notable bug fixes:

  • Fix unary and binary arithmetic operations on bigints being exported/imported across modules as any or number.
  • Fix autocomplete of string literals in bracket syntax, after a quote has already been typed.
  • Improve sorting of results when autocompleting types.
  • Boolean CLI flags must now be 1 or true to be truthy. Before, anything other than 0 and false was considered truthy.

Misc:

  • Autocomplete results are now sorted case-insensitively.
  • Autocomplete results are now sorted using a fuzzy score, in the same manner as VSCode.

Library Definitions:

  • Add ReactSetStateFunction type alias in react. This is the type of setVal in const [val, setVal] = React.useState(...).
Changelog

Sourced from flow-parser's changelog.

0.196.3

  • Fix a bug that could cause IDE commands to fail while a recheck is ongoing

0.196.2

🎁 This is (hopefully) our lastsecond to last release of the year. Happy holidays! 🎁

  • Improve performance when unions flow to intersections
  • Fix a crash when using the experimental saved_state.allow_reinit option

0.196.1

  • Fix some missing autocomplete results (regression in 0.196.0)

0.196.0

Likely to cause new Flow errors:

  • Instead of mixed, type the result of Object.values and Object.entries on a dictionary to be the dictionary values, and Object.entries keys to behave like Object.keys. Closes #2174, #2221, #4771, #4997, #5838.
  • Ban array inputs to Object.values and Object.entries.
  • Function's name and length property are now not writable.
  • Fix Object.keys, $Values, and $Keys on interfaces with indexers.
  • Delete $Subtype and $SuperType utilities.
  • Delete deprecated-utility Flow lint.

New Features:

  • An annotation is no longer required when exporting + expressions (e.g., export default (3 + 3 : number) can now just be export default 3 + 3;).

Notable bug fixes:

  • Fix unary and binary arithmetic operations on bigints being exported/imported across modules as any or number.
  • Fix autocomplete of string literals in bracket syntax, after a quote has already been typed.
  • Improve sorting of results when autocompleting types.
  • Boolean CLI flags must now be 1 or true to be truthy. Before, anything other than 0 and false was considered truthy.

Misc:

  • Autocomplete results are now sorted case-insensitively.
  • Autocomplete results are now sorted using a fuzzy score, in the same manner as VSCode.

Library Definitions:

  • Add ReactSetStateFunction type alias in react. This is the type of setVal in const [val, setVal] = React.useState(...).
Commits
  • a752053 Fix code action service tests to read committed data
  • 1817d99 v0.196.3
  • 149f60a Read committed data from entities from concurrent IDE commands
  • 882b3ad v0.196.2
  • d6bf6b7 Break up intersections instead of unions in UnionT ~> IntersectionT
  • c3fd3e4 remove useless LSP stack traces
  • 6fc23cd fix crash from unchecked deps during reinit
  • f2d9650 v0.196.1
  • 5b58200 restore sorting of unranked autoimports
  • f6fa610 add tests for unranked autoimports
  • 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.195.2 to 0.196.3.
- [Release notes](https://github.com/facebook/flow/releases)
- [Changelog](https://github.com/facebook/flow/blob/main/Changelog.md)
- [Commits](facebook/flow@v0.195.2...v0.196.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 22, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 16, 2023

Superseded by #902.

@dependabot dependabot bot closed this Jan 16, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/flow-parser-0.196.3 branch January 16, 2023 09:01
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