Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

Commit

Permalink
build: Minor package upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
EvHaus committed Aug 12, 2019
1 parent 4327736 commit d2c9195
Show file tree
Hide file tree
Showing 11 changed files with 255 additions and 93 deletions.
95 changes: 67 additions & 28 deletions flow-typed/npm/@hapi/joi_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: c60c347af1a957976909856e321c653f
// flow-typed version: <<STUB>>/@hapi/joi_v^15.1.0/flow_v0.102.0
// flow-typed signature: 629d21fa128c4a6849e98436f6bd1e4f
// flow-typed version: <<STUB>>/@hapi/joi_v^15.1.0/flow_v0.105.1

/**
* This is an autogenerated libdef stub for:
Expand Down Expand Up @@ -30,7 +30,7 @@ declare module '@hapi/joi/lib/errors' {
declare module.exports: any;
}

declare module '@hapi/joi/lib/index' {
declare module '@hapi/joi/lib' {
declare module.exports: any;
}

Expand All @@ -50,55 +50,55 @@ declare module '@hapi/joi/lib/set' {
declare module.exports: any;
}

declare module '@hapi/joi/lib/types/alternatives/index' {
declare module '@hapi/joi/lib/types/alternatives' {
declare module.exports: any;
}

declare module '@hapi/joi/lib/types/any/index' {
declare module '@hapi/joi/lib/types/any' {
declare module.exports: any;
}

declare module '@hapi/joi/lib/types/any/settings' {
declare module.exports: any;
}

declare module '@hapi/joi/lib/types/array/index' {
declare module '@hapi/joi/lib/types/array' {
declare module.exports: any;
}

declare module '@hapi/joi/lib/types/binary/index' {
declare module '@hapi/joi/lib/types/binary' {
declare module.exports: any;
}

declare module '@hapi/joi/lib/types/boolean/index' {
declare module '@hapi/joi/lib/types/boolean' {
declare module.exports: any;
}

declare module '@hapi/joi/lib/types/date/index' {
declare module '@hapi/joi/lib/types/date' {
declare module.exports: any;
}

declare module '@hapi/joi/lib/types/func/index' {
declare module '@hapi/joi/lib/types/func' {
declare module.exports: any;
}

declare module '@hapi/joi/lib/types/lazy/index' {
declare module '@hapi/joi/lib/types/lazy' {
declare module.exports: any;
}

declare module '@hapi/joi/lib/types/number/index' {
declare module '@hapi/joi/lib/types/number' {
declare module.exports: any;
}

declare module '@hapi/joi/lib/types/object/index' {
declare module '@hapi/joi/lib/types/object' {
declare module.exports: any;
}

declare module '@hapi/joi/lib/types/state' {
declare module.exports: any;
}

declare module '@hapi/joi/lib/types/string/index' {
declare module '@hapi/joi/lib/types/string' {
declare module.exports: any;
}

Expand All @@ -114,7 +114,7 @@ declare module '@hapi/joi/lib/types/string/uri' {
declare module.exports: any;
}

declare module '@hapi/joi/lib/types/symbol/index' {
declare module '@hapi/joi/lib/types/symbol' {
declare module.exports: any;
}

Expand All @@ -129,8 +129,11 @@ declare module '@hapi/joi/lib/cast.js' {
declare module '@hapi/joi/lib/errors.js' {
declare module.exports: $Exports<'@hapi/joi/lib/errors'>;
}
declare module '@hapi/joi/lib/index' {
declare module.exports: $Exports<'@hapi/joi/lib'>;
}
declare module '@hapi/joi/lib/index.js' {
declare module.exports: $Exports<'@hapi/joi/lib/index'>;
declare module.exports: $Exports<'@hapi/joi/lib'>;
}
declare module '@hapi/joi/lib/language.js' {
declare module.exports: $Exports<'@hapi/joi/lib/language'>;
Expand All @@ -144,44 +147,77 @@ declare module '@hapi/joi/lib/schemas.js' {
declare module '@hapi/joi/lib/set.js' {
declare module.exports: $Exports<'@hapi/joi/lib/set'>;
}
declare module '@hapi/joi/lib/types/alternatives/index' {
declare module.exports: $Exports<'@hapi/joi/lib/types/alternatives'>;
}
declare module '@hapi/joi/lib/types/alternatives/index.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/alternatives/index'>;
declare module.exports: $Exports<'@hapi/joi/lib/types/alternatives'>;
}
declare module '@hapi/joi/lib/types/any/index' {
declare module.exports: $Exports<'@hapi/joi/lib/types/any'>;
}
declare module '@hapi/joi/lib/types/any/index.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/any/index'>;
declare module.exports: $Exports<'@hapi/joi/lib/types/any'>;
}
declare module '@hapi/joi/lib/types/any/settings.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/any/settings'>;
}
declare module '@hapi/joi/lib/types/array/index' {
declare module.exports: $Exports<'@hapi/joi/lib/types/array'>;
}
declare module '@hapi/joi/lib/types/array/index.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/array/index'>;
declare module.exports: $Exports<'@hapi/joi/lib/types/array'>;
}
declare module '@hapi/joi/lib/types/binary/index' {
declare module.exports: $Exports<'@hapi/joi/lib/types/binary'>;
}
declare module '@hapi/joi/lib/types/binary/index.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/binary/index'>;
declare module.exports: $Exports<'@hapi/joi/lib/types/binary'>;
}
declare module '@hapi/joi/lib/types/boolean/index' {
declare module.exports: $Exports<'@hapi/joi/lib/types/boolean'>;
}
declare module '@hapi/joi/lib/types/boolean/index.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/boolean/index'>;
declare module.exports: $Exports<'@hapi/joi/lib/types/boolean'>;
}
declare module '@hapi/joi/lib/types/date/index' {
declare module.exports: $Exports<'@hapi/joi/lib/types/date'>;
}
declare module '@hapi/joi/lib/types/date/index.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/date/index'>;
declare module.exports: $Exports<'@hapi/joi/lib/types/date'>;
}
declare module '@hapi/joi/lib/types/func/index' {
declare module.exports: $Exports<'@hapi/joi/lib/types/func'>;
}
declare module '@hapi/joi/lib/types/func/index.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/func/index'>;
declare module.exports: $Exports<'@hapi/joi/lib/types/func'>;
}
declare module '@hapi/joi/lib/types/lazy/index' {
declare module.exports: $Exports<'@hapi/joi/lib/types/lazy'>;
}
declare module '@hapi/joi/lib/types/lazy/index.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/lazy/index'>;
declare module.exports: $Exports<'@hapi/joi/lib/types/lazy'>;
}
declare module '@hapi/joi/lib/types/number/index' {
declare module.exports: $Exports<'@hapi/joi/lib/types/number'>;
}
declare module '@hapi/joi/lib/types/number/index.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/number/index'>;
declare module.exports: $Exports<'@hapi/joi/lib/types/number'>;
}
declare module '@hapi/joi/lib/types/object/index' {
declare module.exports: $Exports<'@hapi/joi/lib/types/object'>;
}
declare module '@hapi/joi/lib/types/object/index.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/object/index'>;
declare module.exports: $Exports<'@hapi/joi/lib/types/object'>;
}
declare module '@hapi/joi/lib/types/state.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/state'>;
}
declare module '@hapi/joi/lib/types/string/index' {
declare module.exports: $Exports<'@hapi/joi/lib/types/string'>;
}
declare module '@hapi/joi/lib/types/string/index.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/string/index'>;
declare module.exports: $Exports<'@hapi/joi/lib/types/string'>;
}
declare module '@hapi/joi/lib/types/string/ip.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/string/ip'>;
Expand All @@ -192,8 +228,11 @@ declare module '@hapi/joi/lib/types/string/rfc3986.js' {
declare module '@hapi/joi/lib/types/string/uri.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/string/uri'>;
}
declare module '@hapi/joi/lib/types/symbol/index' {
declare module.exports: $Exports<'@hapi/joi/lib/types/symbol'>;
}
declare module '@hapi/joi/lib/types/symbol/index.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/symbol/index'>;
declare module.exports: $Exports<'@hapi/joi/lib/types/symbol'>;
}
declare module '@hapi/joi/lib/types/symbols.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/symbols'>;
Expand Down
14 changes: 8 additions & 6 deletions flow-typed/npm/archiver_v3.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: fc1ba405514489bc1821fe6f1ba232ab
// flow-typed version: d8c886e8ec/archiver_v3.x.x/flow_>=v0.88.x
// flow-typed signature: 9e01e4ce0ab560895e9978fb26486fff
// flow-typed version: c6154227d1/archiver_v3.x.x/flow_>=v0.104.x

declare module "archiver" {
import type { Stats } from "fs";
Expand All @@ -11,7 +11,8 @@ declare module "archiver" {
prefix?: string,
stats?: Stats,
date?: Date | string,
mode?: number
mode?: number,
...
};

declare export type EntryDataFunction = (entry: EntryData) => false | EntryData;
Expand Down Expand Up @@ -54,8 +55,8 @@ declare module "archiver" {
silent?: boolean,
strict?: boolean,
cache?: boolean,
statCache?: { [string]: Stats },
symlinks?: { [string]: boolean },
statCache?: { [string]: Stats, ... },
symlinks?: { [string]: boolean, ... },
sync?: boolean,
nounique?: boolean,
nonull?: boolean,
Expand Down Expand Up @@ -102,7 +103,8 @@ declare module "archiver" {
declare export type Vending = {
(format: Format, options?: ArchiverOptions): Archiver,
create(format: string, options?: ArchiverOptions): Archiver,
registerFormat(format: string, module: (...a: any) => mixed): void
registerFormat(format: string, module: (...a: any) => mixed): void,
...
};

declare module.exports: Vending;
Expand Down
7 changes: 4 additions & 3 deletions flow-typed/npm/chalk_v2.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: db5b2cdde8db39d47e27cc8ab84f89bf
// flow-typed version: d662d43161/chalk_v2.x.x/flow_>=v0.25.x
// flow-typed signature: 8af4d93597d645140f12c00de2a323bc
// flow-typed version: c6154227d1/chalk_v2.x.x/flow_>=v0.104.x

// From: https://github.com/chalk/chalk/blob/master/index.js.flow

Expand All @@ -10,7 +10,8 @@ declare module "chalk" {
None: 0,
Basic: 1,
Ansi256: 2,
TrueColor: 3
TrueColor: 3,
...
}>;

declare type ChalkOptions = {|
Expand Down
33 changes: 33 additions & 0 deletions flow-typed/npm/commander_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
// flow-typed signature: 511649e70276295987a59e3acf063387
// flow-typed version: <<STUB>>/commander_v^3.0.0/flow_v0.105.1

/**
* This is an autogenerated libdef stub for:
*
* 'commander'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/

declare module 'commander' {
declare module.exports: any;
}

/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/


// Filename aliases
declare module 'commander/index' {
declare module.exports: $Exports<'commander'>;
}
declare module 'commander/index.js' {
declare module.exports: $Exports<'commander'>;
}
11 changes: 7 additions & 4 deletions flow-typed/npm/cosmiconfig_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 18914b2d9d21e65ab25ae0c9a8eaed76
// flow-typed version: <<STUB>>/cosmiconfig_v^5.2.1/flow_v0.102.0
// flow-typed signature: 539ba169be3b6be29fe754f8372ed258
// flow-typed version: <<STUB>>/cosmiconfig_v^5.2.1/flow_v0.105.1

/**
* This is an autogenerated libdef stub for:
Expand Down Expand Up @@ -38,7 +38,7 @@ declare module 'cosmiconfig/dist/getPropertyByPath' {
declare module.exports: any;
}

declare module 'cosmiconfig/dist/index' {
declare module 'cosmiconfig/dist' {
declare module.exports: any;
}

Expand All @@ -63,8 +63,11 @@ declare module 'cosmiconfig/dist/getDirectory.js' {
declare module 'cosmiconfig/dist/getPropertyByPath.js' {
declare module.exports: $Exports<'cosmiconfig/dist/getPropertyByPath'>;
}
declare module 'cosmiconfig/dist/index' {
declare module.exports: $Exports<'cosmiconfig/dist'>;
}
declare module 'cosmiconfig/dist/index.js' {
declare module.exports: $Exports<'cosmiconfig/dist/index'>;
declare module.exports: $Exports<'cosmiconfig/dist'>;
}
declare module 'cosmiconfig/dist/loaders.js' {
declare module.exports: $Exports<'cosmiconfig/dist/loaders'>;
Expand Down
30 changes: 11 additions & 19 deletions flow-typed/npm/glob_v7.1.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 7c09aef8ac07163d6ef9e3f50c6bc35c
// flow-typed version: a12a42a747/glob_v7.1.x/flow_>=v0.42.x
// flow-typed signature: 3ef3befc3c68e2aae85e7f9b5319f077
// flow-typed version: c6154227d1/glob_v7.1.x/flow_>=v0.104.x

declare module "glob" {
declare type MinimatchOptions = {|
Expand All @@ -26,14 +26,10 @@ declare module "glob" {
stat?: boolean,
silent?: boolean,
strict?: boolean,
cache?: {
[path: string]: boolean | "DIR" | "FILE" | $ReadOnlyArray<string>
},
statCache?: {
[path: string]: boolean | { isDirectory(): boolean } | void
},
symlinks?: { [path: string]: boolean | void },
realpathCache?: { [path: string]: string },
cache?: { [path: string]: boolean | "DIR" | "FILE" | $ReadOnlyArray<string>, ... },
statCache?: { [path: string]: boolean | { isDirectory(): boolean, ... } | void, ... },
symlinks?: { [path: string]: boolean | void, ... },
realpathCache?: { [path: string]: string, ... },
sync?: boolean,
nounique?: boolean,
nodir?: boolean,
Expand All @@ -55,17 +51,13 @@ declare module "glob" {
constructor(pattern: string, callback: CallBack): this;
constructor(pattern: string, options: Options, callback: CallBack): this;

minimatch: {};
minimatch: {...};
options: Options;
aborted: boolean;
cache: {
[path: string]: boolean | "DIR" | "FILE" | $ReadOnlyArray<string>
};
statCache: {
[path: string]: boolean | { isDirectory(): boolean } | void
};
symlinks: { [path: string]: boolean | void };
realpathCache: { [path: string]: string };
cache: { [path: string]: boolean | "DIR" | "FILE" | $ReadOnlyArray<string>, ... };
statCache: { [path: string]: boolean | { isDirectory(): boolean, ... } | void, ... };
symlinks: { [path: string]: boolean | void, ... };
realpathCache: { [path: string]: string, ... };
found: Array<string>;

pause(): void;
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/inquirer_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 65a37070de6cf9f0988a7ccbf658d917
// flow-typed version: <<STUB>>/inquirer_v^6.4.1/flow_v0.102.0
// flow-typed signature: b8963d82fc8d01b12362c1fce2e07a97
// flow-typed version: <<STUB>>/inquirer_v^6.5.1/flow_v0.105.1

/**
* This is an autogenerated libdef stub for:
Expand Down

0 comments on commit d2c9195

Please sign in to comment.