chore(deps): update dependency flow-parser to v0.223.3 #15760
Merged
+6
−6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.222.0
->0.223.3
Release Notes
facebook/flow (flow-parser)
v0.223.3
Compare Source
Before Flow 0.223, the autoimport system uses the filename as a hint of the name for default export. e.g. if the filename is
foo.react.js
orfoo.js
, regardless of whether the default export in that file has a name or not, or even the default name isbar
, autoimport will always import it asimport foo from 'foo'
.However, in the new system starting from Flow 0.223, we will use the name of the default export as a stronger hint. In a lot of files that just give a default export a random generic name, they are relying on the old system to get reasonable auto imports.
It's not practical to update every Flow codebase to avoid the UX regression, so now auto-import will provide both options.
v0.223.2
Compare Source
Notable bug fixes:
v0.223.0
Compare Source
Notable bug fixes:
any
. (Example: Issue #9107)IDE:
Misc:
incremental_error_collation
flowconfig option is not recognized anymore.Library Definitions:
status
global from dom.jsReact
module. You should always import react with lowercase likerequire('react')
orimport React from 'react'
Configuration
📅 Schedule: Branch creation - "after 01:00 on sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.