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.211.0 #15002

Merged
merged 1 commit into from Jul 4, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 2, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

facebook/flow (flow-parser)

v0.211.0

Compare Source

Likely to cause new Flow errors:

  • We fixed an issue where the intersection of two identical object types are turned into empty in spreads. As a result, more errors might be revealed. example

Notable bug fixes:

  • We fixed an eager evaluation bug that can lead to some bad interactions between conditional type and mapped type. (example)

Parser:

  • We fixed the parser size regression since 0.210.0.

Library Definitions:

  • We rewrote the Omit type implementation. Now it will preserve the optionality and the variance of the input object. example

v0.210.2

Compare Source

Notable bug fixes:

  • Fix a bug where autocompleting a keyword deleted the next 7 characters on the same line
  • "Fix" sorting of autoimports. An experimental option (autoimports_ranked_by_usage=true) to sort autoimports by how often they are imported was influencing the sorting even when the option was not enabled. This was likely an improvement, but it was a bug to not obey the option.

v0.210.1

Compare Source

Misc:

  • Improvements in preparation of new feature rollout

v0.210.0

Compare Source

Likely to cause new Flow errors:

  • We further strictified React.Element and React refs related typing. You might also see some existing errors related to React.Element and React ref moved around. Example

New Features:

  • Added Pick, Omit, and Record utility types. [try-flow]

Notable bug fixes:

  • Fixed a bug where void would appear in autocomplete suggestions more than once

Misc:

  • Improved keyword autocomplete ordering

Parser:

Library Definitions:

  • Added missing CSSOM replace and replaceSync
  • Added arrayBuffers to Node libdefs for process.memoryUsage()'s return type

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 Jul 2, 2023
@renovate renovate bot force-pushed the renovate/flow-parser-0.x branch from 145a0d1 to e89a449 Compare July 3, 2023 02:17
@github-actions
Copy link

github-actions bot commented Jul 3, 2023

Size Change: -646 B (0%)

Total Size: 8.54 MB

Filename Size Change
./dist/plugins/flow.js 678 kB -323 B (0%)
./dist/plugins/flow.mjs 678 kB -323 B (0%)
ℹ️ View Unchanged
Filename Size Change
./dist/bin 4.1 kB 0 B
./dist/bin/prettier.cjs 2.14 kB 0 B
./dist/doc.d.ts 6.85 kB 0 B
./dist/doc.js 51 kB 0 B
./dist/doc.mjs 47.3 kB 0 B
./dist/index.cjs 33.5 kB 0 B
./dist/index.d.ts 25.9 kB 0 B
./dist/index.mjs 731 kB 0 B
./dist/internal 4.1 kB 0 B
./dist/internal/cli.mjs 219 kB 0 B
./dist/internal/internal.mjs 227 kB 0 B
./dist/LICENSE 245 kB 0 B
./dist/package.json 6.19 kB 0 B
./dist/plugins 4.1 kB 0 B
./dist/plugins/acorn.d.ts 109 B 0 B
./dist/plugins/acorn.js 150 kB 0 B
./dist/plugins/acorn.mjs 150 kB 0 B
./dist/plugins/angular.d.ts 177 B 0 B
./dist/plugins/angular.js 42.8 kB 0 B
./dist/plugins/angular.mjs 42.1 kB 0 B
./dist/plugins/babel.d.ts 402 B 0 B
./dist/plugins/babel.js 312 kB 0 B
./dist/plugins/babel.mjs 312 kB 0 B
./dist/plugins/estree.d.ts 0 B 0 B 🆕
./dist/plugins/estree.js 184 kB 0 B
./dist/plugins/estree.mjs 184 kB 0 B
./dist/plugins/flow.d.ts 90 B 0 B
./dist/plugins/glimmer.d.ts 93 B 0 B
./dist/plugins/glimmer.js 133 kB 0 B
./dist/plugins/glimmer.mjs 132 kB 0 B
./dist/plugins/graphql.d.ts 93 B 0 B
./dist/plugins/graphql.js 43.7 kB 0 B
./dist/plugins/graphql.mjs 43 kB 0 B
./dist/plugins/html.d.ts 139 B 0 B
./dist/plugins/html.js 138 kB 0 B
./dist/plugins/html.mjs 138 kB 0 B
./dist/plugins/markdown.d.ts 127 B 0 B
./dist/plugins/markdown.js 147 kB 0 B
./dist/plugins/markdown.mjs 147 kB 0 B
./dist/plugins/meriyah.d.ts 93 B 0 B
./dist/plugins/meriyah.js 120 kB 0 B
./dist/plugins/meriyah.mjs 120 kB 0 B
./dist/plugins/postcss.d.ts 121 B 0 B
./dist/plugins/postcss.js 153 kB 0 B
./dist/plugins/postcss.mjs 152 kB 0 B
./dist/plugins/typescript.d.ts 96 B 0 B
./dist/plugins/typescript.js 1.16 MB 0 B
./dist/plugins/typescript.mjs 1.16 MB 0 B
./dist/plugins/yaml.d.ts 90 B 0 B
./dist/plugins/yaml.js 122 kB 0 B
./dist/plugins/yaml.mjs 121 kB 0 B
./dist/README.md 4.01 kB 0 B
./dist/standalone.d.ts 1.42 kB 0 B
./dist/standalone.js 81.5 kB 0 B
./dist/standalone.mjs 81.3 kB 0 B

compressed-size-action

@renovate renovate bot force-pushed the renovate/flow-parser-0.x branch from 205a919 to a97543b Compare July 4, 2023 01:47
@renovate renovate bot changed the title chore(deps): update dependency flow-parser to v0.210.2 chore(deps): update dependency flow-parser to v0.211.0 Jul 4, 2023
@fisker fisker merged commit f1ef433 into main Jul 4, 2023
31 checks passed
@fisker fisker deleted the renovate/flow-parser-0.x branch July 4, 2023 02:02
medikoo pushed a commit to medikoo/prettier-elastic that referenced this pull request Feb 15, 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