Skip to content

Commit

Permalink
fix: upgrade lots of things
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Jan 16, 2018
1 parent 8c9ef50 commit 7ee3bb0
Show file tree
Hide file tree
Showing 35 changed files with 9,161 additions and 1,626 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ node_js:
- '8'
- '7'
- '6'
install:
- yarn install --ignore-engines --check-files --frozen-lockfile --ignore-scripts
after_success:
- npm run codecov
- npm run semantic-release
- npm-run travis-deploy-once "npm run semantic-release"
branches:
except:
- /^v\d+\.\d+\.\d+$/
136 changes: 136 additions & 0 deletions flow-typed/npm/@commitlint/cli_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@
// flow-typed signature: 6b3e411701babc2e6f6520580da2616a
// flow-typed version: <<STUB>>/@commitlint/cli_v^5.2.5/flow_v0.61.0

/**
* This is an autogenerated libdef stub for:
*
* '@commitlint/cli'
*
* 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 '@commitlint/cli' {
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.
*/
declare module '@commitlint/cli/fixtures/empty/commitlint.config' {
declare module.exports: any;
}

declare module '@commitlint/cli/fixtures/extends-root/extended' {
declare module.exports: any;
}

declare module '@commitlint/cli/fixtures/inner-scope/commitlint.config' {
declare module.exports: any;
}

declare module '@commitlint/cli/fixtures/inner-scope/inner-scope/commitlint.config' {
declare module.exports: any;
}

declare module '@commitlint/cli/fixtures/outer-scope/commitlint.config' {
declare module.exports: any;
}

declare module '@commitlint/cli/fixtures/parser-preset/commitlint.config' {
declare module.exports: any;
}

declare module '@commitlint/cli/fixtures/parser-preset/parser-preset' {
declare module.exports: any;
}

declare module '@commitlint/cli/fixtures/signoff/commitlint.config' {
declare module.exports: any;
}

declare module '@commitlint/cli/fixtures/simple/commitlint.config' {
declare module.exports: any;
}

declare module '@commitlint/cli/lib/cli' {
declare module.exports: any;
}

declare module '@commitlint/cli/lib/cli.test' {
declare module.exports: any;
}

declare module '@commitlint/cli/lib/help' {
declare module.exports: any;
}

declare module '@commitlint/cli/src/cli' {
declare module.exports: any;
}

declare module '@commitlint/cli/src/cli.test' {
declare module.exports: any;
}

declare module '@commitlint/cli/src/help' {
declare module.exports: any;
}

// Filename aliases
declare module '@commitlint/cli/fixtures/empty/commitlint.config.js' {
declare module.exports: $Exports<'@commitlint/cli/fixtures/empty/commitlint.config'>;
}
declare module '@commitlint/cli/fixtures/extends-root/extended.js' {
declare module.exports: $Exports<'@commitlint/cli/fixtures/extends-root/extended'>;
}
declare module '@commitlint/cli/fixtures/inner-scope/commitlint.config.js' {
declare module.exports: $Exports<'@commitlint/cli/fixtures/inner-scope/commitlint.config'>;
}
declare module '@commitlint/cli/fixtures/inner-scope/inner-scope/commitlint.config.js' {
declare module.exports: $Exports<'@commitlint/cli/fixtures/inner-scope/inner-scope/commitlint.config'>;
}
declare module '@commitlint/cli/fixtures/outer-scope/commitlint.config.js' {
declare module.exports: $Exports<'@commitlint/cli/fixtures/outer-scope/commitlint.config'>;
}
declare module '@commitlint/cli/fixtures/parser-preset/commitlint.config.js' {
declare module.exports: $Exports<'@commitlint/cli/fixtures/parser-preset/commitlint.config'>;
}
declare module '@commitlint/cli/fixtures/parser-preset/parser-preset.js' {
declare module.exports: $Exports<'@commitlint/cli/fixtures/parser-preset/parser-preset'>;
}
declare module '@commitlint/cli/fixtures/signoff/commitlint.config.js' {
declare module.exports: $Exports<'@commitlint/cli/fixtures/signoff/commitlint.config'>;
}
declare module '@commitlint/cli/fixtures/simple/commitlint.config.js' {
declare module.exports: $Exports<'@commitlint/cli/fixtures/simple/commitlint.config'>;
}
declare module '@commitlint/cli/index' {
declare module.exports: $Exports<'@commitlint/cli'>;
}
declare module '@commitlint/cli/index.js' {
declare module.exports: $Exports<'@commitlint/cli'>;
}
declare module '@commitlint/cli/lib/cli.js' {
declare module.exports: $Exports<'@commitlint/cli/lib/cli'>;
}
declare module '@commitlint/cli/lib/cli.test.js' {
declare module.exports: $Exports<'@commitlint/cli/lib/cli.test'>;
}
declare module '@commitlint/cli/lib/help.js' {
declare module.exports: $Exports<'@commitlint/cli/lib/help'>;
}
declare module '@commitlint/cli/src/cli.js' {
declare module.exports: $Exports<'@commitlint/cli/src/cli'>;
}
declare module '@commitlint/cli/src/cli.test.js' {
declare module.exports: $Exports<'@commitlint/cli/src/cli.test'>;
}
declare module '@commitlint/cli/src/help.js' {
declare module.exports: $Exports<'@commitlint/cli/src/help'>;
}
33 changes: 33 additions & 0 deletions flow-typed/npm/@commitlint/config-conventional_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
// flow-typed signature: 211481ade58a5d1b48d157e08d068cc3
// flow-typed version: <<STUB>>/@commitlint/config-conventional_v^5.2.3/flow_v0.61.0

/**
* This is an autogenerated libdef stub for:
*
* '@commitlint/config-conventional'
*
* 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 '@commitlint/config-conventional' {
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 '@commitlint/config-conventional/index' {
declare module.exports: $Exports<'@commitlint/config-conventional'>;
}
declare module '@commitlint/config-conventional/index.js' {
declare module.exports: $Exports<'@commitlint/config-conventional'>;
}
33 changes: 33 additions & 0 deletions flow-typed/npm/@jedwards1211/eslint-config-flow_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
// flow-typed signature: 7be3f328e60a5bb311c142ba0bf1e16d
// flow-typed version: <<STUB>>/@jedwards1211/eslint-config-flow_v^1.0.0/flow_v0.61.0

/**
* This is an autogenerated libdef stub for:
*
* '@jedwards1211/eslint-config-flow'
*
* 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 '@jedwards1211/eslint-config-flow' {
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 '@jedwards1211/eslint-config-flow/index' {
declare module.exports: $Exports<'@jedwards1211/eslint-config-flow'>;
}
declare module '@jedwards1211/eslint-config-flow/index.js' {
declare module.exports: $Exports<'@jedwards1211/eslint-config-flow'>;
}
33 changes: 33 additions & 0 deletions flow-typed/npm/@jedwards1211/eslint-config_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
// flow-typed signature: 6be0a15102c7305fbc30e7744c9e0e60
// flow-typed version: <<STUB>>/@jedwards1211/eslint-config_v^1.0.0/flow_v0.61.0

/**
* This is an autogenerated libdef stub for:
*
* '@jedwards1211/eslint-config'
*
* 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 '@jedwards1211/eslint-config' {
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 '@jedwards1211/eslint-config/index' {
declare module.exports: $Exports<'@jedwards1211/eslint-config'>;
}
declare module '@jedwards1211/eslint-config/index.js' {
declare module.exports: $Exports<'@jedwards1211/eslint-config'>;
}
108 changes: 108 additions & 0 deletions flow-typed/npm/babel-cli_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
// flow-typed signature: debed58282ea443d028bc66577ab76de
// flow-typed version: <<STUB>>/babel-cli_v^6.23.0/flow_v0.61.0

/**
* This is an autogenerated libdef stub for:
*
* 'babel-cli'
*
* 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 'babel-cli' {
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.
*/
declare module 'babel-cli/bin/babel-doctor' {
declare module.exports: any;
}

declare module 'babel-cli/bin/babel-external-helpers' {
declare module.exports: any;
}

declare module 'babel-cli/bin/babel-node' {
declare module.exports: any;
}

declare module 'babel-cli/bin/babel' {
declare module.exports: any;
}

declare module 'babel-cli/lib/_babel-node' {
declare module.exports: any;
}

declare module 'babel-cli/lib/babel-external-helpers' {
declare module.exports: any;
}

declare module 'babel-cli/lib/babel-node' {
declare module.exports: any;
}

declare module 'babel-cli/lib/babel/dir' {
declare module.exports: any;
}

declare module 'babel-cli/lib/babel/file' {
declare module.exports: any;
}

declare module 'babel-cli/lib/babel/index' {
declare module.exports: any;
}

declare module 'babel-cli/lib/babel/util' {
declare module.exports: any;
}

// Filename aliases
declare module 'babel-cli/bin/babel-doctor.js' {
declare module.exports: $Exports<'babel-cli/bin/babel-doctor'>;
}
declare module 'babel-cli/bin/babel-external-helpers.js' {
declare module.exports: $Exports<'babel-cli/bin/babel-external-helpers'>;
}
declare module 'babel-cli/bin/babel-node.js' {
declare module.exports: $Exports<'babel-cli/bin/babel-node'>;
}
declare module 'babel-cli/bin/babel.js' {
declare module.exports: $Exports<'babel-cli/bin/babel'>;
}
declare module 'babel-cli/index' {
declare module.exports: $Exports<'babel-cli'>;
}
declare module 'babel-cli/index.js' {
declare module.exports: $Exports<'babel-cli'>;
}
declare module 'babel-cli/lib/_babel-node.js' {
declare module.exports: $Exports<'babel-cli/lib/_babel-node'>;
}
declare module 'babel-cli/lib/babel-external-helpers.js' {
declare module.exports: $Exports<'babel-cli/lib/babel-external-helpers'>;
}
declare module 'babel-cli/lib/babel-node.js' {
declare module.exports: $Exports<'babel-cli/lib/babel-node'>;
}
declare module 'babel-cli/lib/babel/dir.js' {
declare module.exports: $Exports<'babel-cli/lib/babel/dir'>;
}
declare module 'babel-cli/lib/babel/file.js' {
declare module.exports: $Exports<'babel-cli/lib/babel/file'>;
}
declare module 'babel-cli/lib/babel/index.js' {
declare module.exports: $Exports<'babel-cli/lib/babel/index'>;
}
declare module 'babel-cli/lib/babel/util.js' {
declare module.exports: $Exports<'babel-cli/lib/babel/util'>;
}

0 comments on commit 7ee3bb0

Please sign in to comment.