ImmoweltGroup / flow-mono-cli

A command line interface that aims to solve a few issues while working with flow typed codebases in a mono-repo.
https://immoweltgroup.gitbooks.io/flow-mono-cli/
MIT License
87 stars 12 forks source link

TASK: Update dependency flow-typed to v3 #349

Open renovate[bot] opened 4 years ago

renovate[bot] commented 4 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
flow-typed (source) 2.6.2 -> 3.7.0 age adoption passing confidence

Release Notes

flow-typed/flow-typed ### [`v3.7.0`](https://togithub.com/flow-typed/flow-typed/blob/HEAD/CHANGELOG.md#​370-2022-02-21) [Compare Source](https://togithub.com/flow-typed/flow-typed/compare/v3.6.1...v3.7.0) ##### Added - New `outdated` command ([#​4171](https://togithub.com/flow-typed/flow-typed/issues/4171)) ##### Changed - CLI tool now ships with flowtypes ([#​4233](https://togithub.com/flow-typed/flow-typed/issues/4233)) - Install can match with alpha versions now ([#​4247](https://togithub.com/flow-typed/flow-typed/issues/4247)) ##### Fixed - Fix create def with scopes ([#​4234](https://togithub.com/flow-typed/flow-typed/issues/4234)) - Fix buffer deprecation error ([#​4270](https://togithub.com/flow-typed/flow-typed/issues/4270)) - Temporarily turn off validate-def checks against npm ([#​4249](https://togithub.com/flow-typed/flow-typed/issues/4249)) - Bump ajv from 6.11.0 to 6.12.6 in /cli ([#​4260](https://togithub.com/flow-typed/flow-typed/issues/4260)) - Bump node-fetch from 2.6.6 to 2.6.7 in /cli ([#​4254](https://togithub.com/flow-typed/flow-typed/issues/4254)) - Bump shelljs from 0.8.3 to 0.8.5 in /cli ([#​4237](https://togithub.com/flow-typed/flow-typed/issues/4237)) ### [`v3.6.1`](https://togithub.com/flow-typed/flow-typed/blob/HEAD/CHANGELOG.md#​361-2022-01-09) [Compare Source](https://togithub.com/flow-typed/flow-typed/compare/v3.6.0...v3.6.1) ##### Changed - Provide better logs related to dir structure when running tests ([#​4213](https://togithub.com/flow-typed/flow-typed/issues/4213)) ##### Fixed - Pin colors@1.4.0 to fix security vuln ([#​4229](https://togithub.com/flow-typed/flow-typed/issues/4229)) - Fix installing minor libdef version ([#​4224](https://togithub.com/flow-typed/flow-typed/issues/4224)) - Allow .DS_Store files in definitions nested directories ([#​4217](https://togithub.com/flow-typed/flow-typed/issues/4217)) - \[docs] Fix some link issues in contributing docs ([#​4212](https://togithub.com/flow-typed/flow-typed/issues/4212)) - \[docs] Fix the documented pathing for an ignoring eslint ([#​4218](https://togithub.com/flow-typed/flow-typed/issues/4218)) ### [`v3.6.0`](https://togithub.com/flow-typed/flow-typed/blob/HEAD/CHANGELOG.md#​360-2021-12-25) [Compare Source](https://togithub.com/flow-typed/flow-typed/compare/v3.5.0...v3.6.0) ##### Added - Add a published readme ([#​4182](https://togithub.com/flow-typed/flow-typed/issues/4182)) ##### Fixed - Dramatically improve install time ([#​4193](https://togithub.com/flow-typed/flow-typed/issues/4193)) - Replace unzipper with node-stream-zip ([#​4180](https://togithub.com/flow-typed/flow-typed/issues/4180)) - Install will restart flow bin ([#​4185](https://togithub.com/flow-typed/flow-typed/issues/4185)) - Upgrade octokit/rest version ([#​4197](https://togithub.com/flow-typed/flow-typed/issues/4197)) - \[docs] Move wiki to /docs and serve with docsify ([#​4179](https://togithub.com/flow-typed/flow-typed/issues/4179)) ##### Removed - Fix definitions not running in ci env ([#​4187](https://togithub.com/flow-typed/flow-typed/issues/4187)) ### [`v3.5.0`](https://togithub.com/flow-typed/flow-typed/blob/HEAD/CHANGELOG.md#​350-2021-11-27) [Compare Source](https://togithub.com/flow-typed/flow-typed/compare/v3.4.0...v3.5.0) ##### Added - Added support for Yarn monorepos ([#​4140](https://togithub.com/flow-typed/flow-typed/issues/4140)) - New --skipCache option for `install` command ([#​4170](https://togithub.com/flow-typed/flow-typed/issues/4170)) - Add [@​babel/eslint-parser](https://togithub.com/babel/eslint-parser)[@​7](https://togithub.com/7).16.3 - Add [@​babel/plugin-syntax-flow](https://togithub.com/babel/plugin-syntax-flow)[@​7](https://togithub.com/7).16.0 - Add [@​babel/plugin-transform-react-jsx](https://togithub.com/babel/plugin-transform-react-jsx)[@​7](https://togithub.com/7).16.0 ##### Changed - Update flow-bin version to latest version ([#​4153](https://togithub.com/flow-typed/flow-typed/issues/4153)) - `install` will also install lib defs of dependencies that ship with library ([#​4143](https://togithub.com/flow-typed/flow-typed/issues/4143)) - Only test against changed versions with `only-changed` option ([#​4168](https://togithub.com/flow-typed/flow-typed/issues/4168)) - Bump `table` from 5.4.6 to 6.7.3 ([#​4175](https://togithub.com/flow-typed/flow-typed/issues/4175)) - Bump `ansi-regex` from 5.0.0 to 5.0.1 ([#​4177](https://togithub.com/flow-typed/flow-typed/issues/4177)) - Update multiple devDependencies ([#​4174](https://togithub.com/flow-typed/flow-typed/issues/4174)) - Bump [@​babel/cli](https://togithub.com/babel/cli) from 7.8.4 to 7.16.0 - Bump [@​babel/core](https://togithub.com/babel/core) from 7.8.4 to 7.16.0 - Bump [@​babel/preset-env](https://togithub.com/babel/preset-env) from 7.8.4 to 7.16.4 - Bump [@​babel/preset-flow](https://togithub.com/babel/preset-flow) from 7.8.3 to 7.16.0 - Bump eslint from 6.8.0 to 8.3.0 - Bump eslint-config-prettier from 6.10.1 to 8.3.0 - Bump eslint-plugin-fb-flow from 0.0.1 to 0.0.4 - Bump eslint-plugin-flowtype from 4.6.0 to 8.0.3 - Bump eslint-plugin-prettier from 3.1.2 to 4.0.0 - Bump flow-bin from 0.164.0 to 0.165.1 - Bump jest from 25.1.027.3.1 ##### Fixed - Fix installing lib def package when dependency version uses >= ([#​4157](https://togithub.com/flow-typed/flow-typed/issues/4157)) - Support for slash-style comments in dependencies ([#​4169](https://togithub.com/flow-typed/flow-typed/issues/4169)) - Remove babel-eslint@10.0.3 - Remove babel-jest@25.1.0 ### [`v3.4.0`](https://togithub.com/flow-typed/flow-typed/blob/HEAD/CHANGELOG.md#​340-2021-10-20) [Compare Source](https://togithub.com/flow-typed/flow-typed/compare/v3.3.1...v3.4.0) ##### Added - `quick_run_def_tests` now supports arguments ([#​4064](https://togithub.com/flow-typed/flow-typed/issues/4064)) - Add `eslint-plugin-fb-flow` ESLint plugin ([#​4114](https://togithub.com/flow-typed/flow-typed/issues/4114)) - New `create-def` command and script for easier libdef creation ([#​4125](https://togithub.com/flow-typed/flow-typed/issues/4125)) - Add support for .ignore file ([#​4133](https://togithub.com/flow-typed/flow-typed/issues/4133)) ##### Changed - Add package health badge to the README ([#​4049](https://togithub.com/flow-typed/flow-typed/issues/4049)) - Update CI node versions in Github Actions to 12 & 14 ([#​4082](https://togithub.com/flow-typed/flow-typed/issues/4082)) ##### Fixed - Fix flow-typed sometimes writing an empty file ([#​4011](https://togithub.com/flow-typed/flow-typed/issues/4011)) - Bump y18n from 4.0.0 to 4.0.1 ([#​4054](https://togithub.com/flow-typed/flow-typed/issues/4054)) - Bump lodash from 4.17.19 to 4.17.21 ([#​4077](https://togithub.com/flow-typed/flow-typed/issues/4077)) - Bump hosted-git-info from 2.7.1 to 2.8.9 ([#​4079](https://togithub.com/flow-typed/flow-typed/issues/4079)) - Bump browserslist from 4.8.7 to 4.16.6 ([#​4081](https://togithub.com/flow-typed/flow-typed/issues/4081)) - Bump ws from 7.2.1 to 7.4.6 ([#​4084](https://togithub.com/flow-typed/flow-typed/issues/4084)) - Bump normalize-url from 4.5.0 to 4.5.1 ([#​4090](https://togithub.com/flow-typed/flow-typed/issues/4090)) - Bump glob-parent from 5.0.0 to 5.1.2 ([#​4091](https://togithub.com/flow-typed/flow-typed/issues/4091)) - Bump path-parse from 1.0.6 to 1.0.7 ([#​4118](https://togithub.com/flow-typed/flow-typed/issues/4118)) - Bump tmpl from 1.0.4 to 1.0.5 ([#​4139](https://togithub.com/flow-typed/flow-typed/issues/4139)) ### [`v3.3.1`](https://togithub.com/flow-typed/flow-typed/blob/HEAD/CHANGELOG.md#​331-2021-02-17) [Compare Source](https://togithub.com/flow-typed/flow-typed/compare/v3.3.0...v3.3.1) ##### Fixed - Fix a regression introduced in 3.3.0 ([#​4023](https://togithub.com/flow-typed/flow-typed/issues/4023)) ### [`v3.3.0`](https://togithub.com/flow-typed/flow-typed/blob/HEAD/CHANGELOG.md#​330-2021-02-17) [Compare Source](https://togithub.com/flow-typed/flow-typed/compare/v3.2.1...v3.3.0) ##### Added - Locate modules with Yarn PnP in PnP projects ([#​3963](https://togithub.com/flow-typed/flow-typed/issues/3963)) ##### Changed - Move from TravisCI to Github Actions - Clean up fs.readFile usage ([#​3966](https://togithub.com/flow-typed/flow-typed/issues/3966)) - Update cli flow version to 0.144.0 ([#​4014](https://togithub.com/flow-typed/flow-typed/issues/4014)) - Lock semver to fix install command ([#​4018](https://togithub.com/flow-typed/flow-typed/issues/4018)) - Bump node-fetch from 2.6.0 to 2.6.1 in /cli ([#​3896](https://togithub.com/flow-typed/flow-typed/issues/3896)) - \[Docs] Update new libdefs minimum Flow version ([#​3954](https://togithub.com/flow-typed/flow-typed/issues/3954)) ##### Fixed - Fix installing patch range lib defs ([#​4003](https://togithub.com/flow-typed/flow-typed/issues/4003)) - Fix broken flow breaking function ([#​4017](https://togithub.com/flow-typed/flow-typed/issues/4017)) - Fix tests not running in CI ([#​4010](https://togithub.com/flow-typed/flow-typed/issues/4010)) - Update git author information for Github Action. ([#​3952](https://togithub.com/flow-typed/flow-typed/issues/3952)) ### [`v3.2.1`](https://togithub.com/flow-typed/flow-typed/blob/HEAD/CHANGELOG.md#​321-2020-07-23) [Compare Source](https://togithub.com/flow-typed/flow-typed/compare/v3.2.0...v3.2.1) ##### Changed - Better fix for semver throwing errors for versions of `v0.x.x` ([#​3866](https://togithub.com/flow-typed/flow-typed/issues/3866)) ### [`v3.2.0`](https://togithub.com/flow-typed/flow-typed/blob/HEAD/CHANGELOG.md#​320-2020-07-12) [Compare Source](https://togithub.com/flow-typed/flow-typed/compare/v3.1.0...v3.2.0) ##### Changed - Support flow versions > 0.125.0 ([#​3855](https://togithub.com/flow-typed/flow-typed/issues/3855)) - Improved eslint/prettier integration ([#​3787](https://togithub.com/flow-typed/flow-typed/issues/3787)) ##### Fixed - Add workaround for semver throwing errors for versions of `v0.x.x` ([#​3842](https://togithub.com/flow-typed/flow-typed/issues/3842)) - Avoid uncaught error when network fails ([#​3846](https://togithub.com/flow-typed/flow-typed/issues/3846)) - Fix <> parsing ([#​3786](https://togithub.com/flow-typed/flow-typed/issues/3786)) ### [`v3.1.0`](https://togithub.com/flow-typed/flow-typed/blob/HEAD/CHANGELOG.md#​310-2020-03-18) [Compare Source](https://togithub.com/flow-typed/flow-typed/compare/v3.0.0...v3.1.0) ##### Changed - Remove react-dom from built-in flow libdefs ([#​3748](https://togithub.com/flow-typed/flow-typed/issues/3748)) ##### Fixed - Fix --overwrite install command option type ([#​3754](https://togithub.com/flow-typed/flow-typed/issues/3754)) ### [`v3.0.0`](https://togithub.com/flow-typed/flow-typed/blob/HEAD/CHANGELOG.md#​300-2020-02-18) [Compare Source](https://togithub.com/flow-typed/flow-typed/compare/v2.6.2...v3.0.0) ##### Added - Recommend matching commands ([#​3700](https://togithub.com/flow-typed/flow-typed/issues/3700)) ##### Changed - **\[BREAKING-CHANGE]** Drop support for node < 10 ([#​3743](https://togithub.com/flow-typed/flow-typed/issues/3743)) - Travis specs now run on node 10 & 12, as opposed to 8 & 10 ([#​3743](https://togithub.com/flow-typed/flow-typed/issues/3743)) ##### Fixed - Updated octokit/rest to deprecation message ([#​3602](https://togithub.com/flow-typed/flow-typed/issues/3602)) - Fix GH_CLIENT usage in runTests test ([#​3638](https://togithub.com/flow-typed/flow-typed/issues/3638))

Configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.