create-react-microservice
create-react-microservice copied to clipboard
TASK: Update dependency flow-typed to v3
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
flow-typed (source) | 2.6.2 -> 3.8.0 |
Release Notes
flow-typed/flow-typed (flow-typed)
v3.8.0
Added
- Core definitions (#โ4255)
- Create test harness (#โ4268)
- Make use of flow-typed.config.js for ignored (#โ4288)
Changed
- Consistent list logging (#โ4287)
- Coerce cli version with semver to allow for prerelease tags (#โ4291)
- Fix if dependency is resolved npm package (#โ4298)
- Bump minimist from 1.2.0 to 1.2.6 in (#โ4293)
- [docs] contract -> contrast (#โ4281)
- [docs] update command doesn't take positional arguments (#โ4328)
- [docs] document create-stub --typescript flag (#โ4329)
v3.7.0
Added
- New
outdated
command (#โ4171)
Changed
Fixed
- Fix create def with scopes (#โ4234)
- Fix buffer deprecation error (#โ4270)
- Temporarily turn off validate-def checks against npm (#โ4249)
- Bump ajv from 6.11.0 to 6.12.6 in /cli (#โ4260)
- Bump node-fetch from 2.6.6 to 2.6.7 in /cli (#โ4254)
- Bump shelljs from 0.8.3 to 0.8.5 in /cli (#โ4237)
v3.6.1
Changed
- Provide better logs related to dir structure when running tests (#โ4213)
Fixed
- Pin [email protected] to fix security vuln (#โ4229)
- Fix installing minor libdef version (#โ4224)
- Allow .DS_Store files in definitions nested directories (#โ4217)
- [docs] Fix some link issues in contributing docs (#โ4212)
- [docs] Fix the documented pathing for an ignoring eslint (#โ4218)
v3.6.0
Added
- Add a published readme (#โ4182)
Fixed
- Dramatically improve install time (#โ4193)
- Replace unzipper with node-stream-zip (#โ4180)
- Install will restart flow bin (#โ4185)
- Upgrade octokit/rest version (#โ4197)
- [docs] Move wiki to /docs and serve with docsify (#โ4179)
Removed
- Fix definitions not running in ci env (#โ4187)
v3.5.0
Added
- Added support for Yarn monorepos (#โ4140)
- New --skipCache option for
install
command (#โ4170) - Add @โbabel/eslint-parser@โ7.16.3
- Add @โbabel/plugin-syntax-flow@โ7.16.0
- Add @โbabel/plugin-transform-react-jsx@โ7.16.0
Changed
- Update flow-bin version to latest version (#โ4153)
-
install
will also install lib defs of dependencies that ship with library (#โ4143) - Only test against changed versions with
only-changed
option (#โ4168) - Bump
table
from 5.4.6 to 6.7.3 (#โ4175) - Bump
ansi-regex
from 5.0.0 to 5.0.1 (#โ4177) - Update multiple devDependencies (#โ4174)
- Bump @โbabel/cli from 7.8.4 to 7.16.0
- Bump @โbabel/core from 7.8.4 to 7.16.0
- Bump @โbabel/preset-env from 7.8.4 to 7.16.4
- Bump @โ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)
- Support for slash-style comments in dependencies (#โ4169)
- Remove [email protected]
- Remove [email protected]
v3.4.0
Added
-
quick_run_def_tests
now supports arguments (#โ4064) - Add
eslint-plugin-fb-flow
ESLint plugin (#โ4114) - New
create-def
command and script for easier libdef creation (#โ4125) - Add support for .ignore file (#โ4133)
Changed
- Add package health badge to the README (#โ4049)
- Update CI node versions in Github Actions to 12 & 14 (#โ4082)
Fixed
- Fix flow-typed sometimes writing an empty file (#โ4011)
- Bump y18n from 4.0.0 to 4.0.1 (#โ4054)
- Bump lodash from 4.17.19 to 4.17.21 (#โ4077)
- Bump hosted-git-info from 2.7.1 to 2.8.9 (#โ4079)
- Bump browserslist from 4.8.7 to 4.16.6 (#โ4081)
- Bump ws from 7.2.1 to 7.4.6 (#โ4084)
- Bump normalize-url from 4.5.0 to 4.5.1 (#โ4090)
- Bump glob-parent from 5.0.0 to 5.1.2 (#โ4091)
- Bump path-parse from 1.0.6 to 1.0.7 (#โ4118)
- Bump tmpl from 1.0.4 to 1.0.5 (#โ4139)
v3.3.1
Fixed
- Fix a regression introduced in 3.3.0 (#โ4023)
v3.3.0
Added
- Locate modules with Yarn PnP in PnP projects (#โ3963)
Changed
- Move from TravisCI to Github Actions
- Clean up fs.readFile usage (#โ3966)
- Update cli flow version to 0.144.0 (#โ4014)
- Lock semver to fix install command (#โ4018)
- Bump node-fetch from 2.6.0 to 2.6.1 in /cli (#โ3896)
- [Docs] Update new libdefs minimum Flow version (#โ3954)
Fixed
- Fix installing patch range lib defs (#โ4003)
- Fix broken flow breaking function (#โ4017)
- Fix tests not running in CI (#โ4010)
- Update git author information for Github Action. (#โ3952)
v3.2.1
Changed
- Better fix for semver throwing errors for versions of
v0.x.x
(#โ3866)
v3.2.0
Changed
Fixed
- Add workaround for semver throwing errors for versions of
v0.x.x
(#โ3842) - Avoid uncaught error when network fails (#โ3846)
- Fix <<STUB>> parsing (#โ3786)
v3.1.0
Changed
- Remove react-dom from built-in flow libdefs (#โ3748)
Fixed
- Fix --overwrite install command option type (#โ3754)
v3.0.0
Added
- Recommend matching commands (#โ3700)
Changed
- [BREAKING-CHANGE] Drop support for node < 10 (#โ3743)
- Travis specs now run on node 10 & 12, as opposed to 8 & 10 (#โ3743)
Fixed
Configuration
๐ Schedule: Branch creation - At any time (no schedule defined), 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.