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

chore(deps): update dependency flow-parser to v0.223.3 #15760

Merged
merged 1 commit into from Dec 5, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 5, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
flow-parser (source) 0.222.0 -> 0.223.3 age adoption passing confidence

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 or foo.js, regardless of whether the default export in that file has a name or not, or even the default name is bar, autoimport will always import it as import 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:

  • Fixed issue with saved state generation used to power auto imports.

v0.223.0

Compare Source

Notable bug fixes:

  • Mitigates a bug in Linked Editing Range where typing characters quickly on one side would throw off sync on the other side. With this fix, even if some characters are skipped Flow will be able to later recover the matching of open and close tag.
  • Fixed an issue that will cause some nested conditional types to be evaluated to any. (Example: Issue #​9107)

IDE:

  • Auto-import for default-exported values will prefer the name of the exported value over the name inferred from the module.

Misc:

  • Error collation is incremental only. The incremental_error_collation flowconfig option is not recognized anymore.

Library Definitions:

  • Remove status global from dom.js
  • Delete declared React module. You should always import react with lowercase like require('react') or import 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependency Dependency Upgrade label Dec 5, 2023
Copy link

github-actions bot commented Dec 5, 2023

Size Change: 0 B

Total Size: 8.44 MB

ℹ️ View Unchanged
Filename Size
./dist/bin 4.1 kB
./dist/bin/prettier.cjs 2.15 kB
./dist/doc.d.ts 6.91 kB
./dist/doc.js 53.2 kB
./dist/doc.mjs 49.5 kB
./dist/index.cjs 35.8 kB
./dist/index.d.ts 26.3 kB
./dist/index.mjs 823 kB
./dist/internal 4.1 kB
./dist/internal/cli.mjs 229 kB
./dist/LICENSE 237 kB
./dist/package.json 6.28 kB
./dist/plugins 4.1 kB
./dist/plugins/acorn.d.ts 109 B
./dist/plugins/acorn.js 149 kB
./dist/plugins/acorn.mjs 149 kB
./dist/plugins/angular.d.ts 177 B
./dist/plugins/angular.js 42.1 kB
./dist/plugins/angular.mjs 41.4 kB
./dist/plugins/babel.d.ts 402 B
./dist/plugins/babel.js 313 kB
./dist/plugins/babel.mjs 313 kB
./dist/plugins/estree.d.ts 11 B
./dist/plugins/estree.js 195 kB
./dist/plugins/estree.mjs 195 kB
./dist/plugins/flow.d.ts 90 B
./dist/plugins/flow.js 683 kB
./dist/plugins/flow.mjs 682 kB
./dist/plugins/glimmer.d.ts 93 B
./dist/plugins/glimmer.js 137 kB
./dist/plugins/glimmer.mjs 136 kB
./dist/plugins/graphql.d.ts 93 B
./dist/plugins/graphql.js 43.7 kB
./dist/plugins/graphql.mjs 43 kB
./dist/plugins/html.d.ts 139 B
./dist/plugins/html.js 145 kB
./dist/plugins/html.mjs 145 kB
./dist/plugins/markdown.d.ts 127 B
./dist/plugins/markdown.js 150 kB
./dist/plugins/markdown.mjs 150 kB
./dist/plugins/meriyah.d.ts 93 B
./dist/plugins/meriyah.js 120 kB
./dist/plugins/meriyah.mjs 120 kB
./dist/plugins/postcss.d.ts 121 B
./dist/plugins/postcss.js 153 kB
./dist/plugins/postcss.mjs 153 kB
./dist/plugins/typescript.d.ts 96 B
./dist/plugins/typescript.js 1.15 MB
./dist/plugins/typescript.mjs 1.15 MB
./dist/plugins/yaml.d.ts 90 B
./dist/plugins/yaml.js 122 kB
./dist/plugins/yaml.mjs 121 kB
./dist/README.md 4.03 kB
./dist/standalone.d.ts 1.42 kB
./dist/standalone.js 76.8 kB
./dist/standalone.mjs 76.6 kB

compressed-size-action

@fisker fisker merged commit 15c7428 into main Dec 5, 2023
30 checks passed
@fisker fisker deleted the renovate/flow-parser-0.x branch December 5, 2023 11:36
medikoo pushed a commit to medikoo/prettier-elastic that referenced this pull request Feb 16, 2024
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency Dependency Upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant