Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
:vertical_traffic_light: To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
Detected Package Files
package.json (npm)
.travis.yml (travis)
Configuration Summary
Based on the default config's presets, Renovate will:
Start dependency updates only once this onboarding PR is merged
Separate major versions of dependencies into individual branches/PRs
Do not separate patch and minor upgrades into separate PRs for the same dependency
Upgrade to unstable versions only if the existing version is unstable
Raise PRs immediately (after branch is created)
If semantic commits detected, use semantic commit type fix for dependencies and chore for all others
Keep existing branches updated even when not scheduled
Disable automerging feature - wait for humans to merge all PRs
Ignore node_modules, bower_components, vendor and various test/tests directories
Autodetect whether to pin dependencies or maintain ranges
Rate limit PR creation to a maximum of two per hour
Limit to maximum 20 open PRs at any time
Group known monorepo packages together
Use curated list of recommended non-monorepo package groupings
:abcd: Would you like to change the way Renovate is upgrading your dependencies? Simply edit the renovate.json in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs.
What to Expect
With your current configuration, Renovate will create 17 Pull Requests:
Pin dependencies
- Schedule: ["at any time"]
- Branch name: `renovate/pin-dependencies`
- Merge into: `master`
- Pin [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `12.11.7`
- Pin [@types/node-fetch](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `2.5.2`
- Pin [@types/service-worker-mock](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `2.0.1`
- Pin [ava](https://togithub.com/avajs/ava) to `2.4.0`
- Pin [ava-ts](https://togithub.com/andywer/ava-ts) to `0.25.2`
- Pin [isomorphic-fetch](https://togithub.com/matthew-andrews/isomorphic-fetch) to `2.2.1`
- Pin [node-fetch](https://togithub.com/bitinn/node-fetch) to `2.6.0`
- Pin [rimraf](https://togithub.com/isaacs/rimraf) to `3.0.0`
- Pin [rollup](https://togithub.com/rollup/rollup) to `1.25.2`
- Pin [rollup-plugin-commonjs](https://togithub.com/rollup/rollup-plugin-commonjs) to `10.1.0`
- Pin [rollup-plugin-node-resolve](https://togithub.com/rollup/rollup-plugin-node-resolve) to `5.2.0`
- Pin [rollup-plugin-terser](https://togithub.com/TrySound/rollup-plugin-terser) to `5.1.2`
- Pin [rollup-plugin-typescript](https://togithub.com/rollup/rollup-plugin-typescript) to `1.0.1`
- Pin [service-worker-mock](https://togithub.com/pinterest/service-workers) to `2.0.3`
- Pin [ts-node](https://togithub.com/TypeStrong/ts-node) to `8.4.1`
- Pin [tslint](https://togithub.com/palantir/tslint) to `5.20.0`
- Pin [tslint-config-prettier](https://togithub.com/prettier/tslint-config-prettier) to `1.18.0`
- Pin [tslint-config-standard](https://togithub.com/blakeembrey/tslint-config-standard) to `8.0.1`
- Pin [typescript](https://togithub.com/Microsoft/TypeScript) to `3.6.4`
Update dependency @types/node to v12.12.47
- Schedule: ["at any time"]
- Branch name: `renovate/node-12.x`
- Merge into: `master`
- Upgrade [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `12.12.47`
Update dependency @types/node-fetch to v2.5.7
- Schedule: ["at any time"]
- Branch name: `renovate/node-fetch-2.x`
- Merge into: `master`
- Upgrade [@types/node-fetch](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `2.5.7`
Update dependency fetch-mock to v7.7.3
- Schedule: ["at any time"]
- Branch name: `renovate/fetch-mock-7.x`
- Merge into: `master`
- Upgrade [fetch-mock](https://togithub.com/wheresrhys/fetch-mock) to `7.7.3`
Update dependency rimraf to v3.0.2
- Schedule: ["at any time"]
- Branch name: `renovate/rimraf-3.x`
- Merge into: `master`
- Upgrade [rimraf](https://togithub.com/isaacs/rimraf) to `3.0.2`
Update dependency rollup to v1.32.1
- Schedule: ["at any time"]
- Branch name: `renovate/rollup-1.x`
- Merge into: `master`
- Upgrade [rollup](https://togithub.com/rollup/rollup) to `1.32.1`
Update dependency rollup-plugin-terser to v5.3.0
- Schedule: ["at any time"]
- Branch name: `renovate/rollup-plugin-terser-5.x`
- Merge into: `master`
- Upgrade [rollup-plugin-terser](https://togithub.com/TrySound/rollup-plugin-terser) to `5.3.0`
Update dependency service-worker-mock to v2.0.5
- Schedule: ["at any time"]
- Branch name: `renovate/service-worker-mock-2.x`
- Merge into: `master`
- Upgrade [service-worker-mock](https://togithub.com/pinterest/service-workers) to `2.0.5`
Update dependency ts-node to v8.10.2
- Schedule: ["at any time"]
- Branch name: `renovate/ts-node-8.x`
- Merge into: `master`
- Upgrade [ts-node](https://togithub.com/TypeStrong/ts-node) to `8.10.2`
Update dependency tslint to v5.20.1
- Schedule: ["at any time"]
- Branch name: `renovate/tslint-5.x`
- Merge into: `master`
- Upgrade [tslint](https://togithub.com/palantir/tslint) to `5.20.1`
Update dependency typescript to v3.9.6
- Schedule: ["at any time"]
- Branch name: `renovate/typescript-3.x`
- Merge into: `master`
- Upgrade [typescript](https://togithub.com/Microsoft/TypeScript) to `3.9.6`
Update dependency ava to v3
- Schedule: ["at any time"]
- Branch name: `renovate/ava-3.x`
- Merge into: `master`
- Upgrade [ava](https://togithub.com/avajs/ava) to `3.9.0`
Update dependency fetch-mock to v9
- Schedule: ["at any time"]
- Branch name: `renovate/fetch-mock-9.x`
- Merge into: `master`
- Upgrade [fetch-mock](https://togithub.com/wheresrhys/fetch-mock) to `^9.0.0`
- Upgrade [fetch-mock](https://togithub.com/wheresrhys/fetch-mock) to `9.10.3`
Update dependency fsevents to v2
- Schedule: ["at any time"]
- Branch name: `renovate/fsevents-2.x`
- Merge into: `master`
- Upgrade [fsevents](https://togithub.com/fsevents/fsevents) to `^2.0.0`
Update dependency rollup to v2
- Schedule: ["at any time"]
- Branch name: `renovate/rollup-2.x`
- Merge into: `master`
- Upgrade [rollup](https://togithub.com/rollup/rollup) to `2.18.2`
Update dependency rollup-plugin-terser to v6
- Schedule: ["at any time"]
- Branch name: `renovate/rollup-plugin-terser-6.x`
- Merge into: `master`
- Upgrade [rollup-plugin-terser](https://togithub.com/TrySound/rollup-plugin-terser) to `6.1.0`
Update dependency tslint-config-standard to v9
- Schedule: ["at any time"]
- Branch name: `renovate/tslint-config-standard-9.x`
- Merge into: `master`
- Upgrade [tslint-config-standard](https://togithub.com/blakeembrey/tslint-config-standard) to `9.0.0`
:children_crossing: Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or spam the project. See docs for prhourlylimit for details.
:question: Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
:vertical_traffic_light: To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
Detected Package Files
package.json
(npm).travis.yml
(travis)Configuration Summary
Based on the default config's presets, Renovate will:
fix
for dependencies andchore
for all othersnode_modules
,bower_components
,vendor
and various test/tests directories:abcd: Would you like to change the way Renovate is upgrading your dependencies? Simply edit the
renovate.json
in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs.What to Expect
With your current configuration, Renovate will create 17 Pull Requests:
Pin dependencies
- Schedule: ["at any time"] - Branch name: `renovate/pin-dependencies` - Merge into: `master` - Pin [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `12.11.7` - Pin [@types/node-fetch](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `2.5.2` - Pin [@types/service-worker-mock](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `2.0.1` - Pin [ava](https://togithub.com/avajs/ava) to `2.4.0` - Pin [ava-ts](https://togithub.com/andywer/ava-ts) to `0.25.2` - Pin [isomorphic-fetch](https://togithub.com/matthew-andrews/isomorphic-fetch) to `2.2.1` - Pin [node-fetch](https://togithub.com/bitinn/node-fetch) to `2.6.0` - Pin [rimraf](https://togithub.com/isaacs/rimraf) to `3.0.0` - Pin [rollup](https://togithub.com/rollup/rollup) to `1.25.2` - Pin [rollup-plugin-commonjs](https://togithub.com/rollup/rollup-plugin-commonjs) to `10.1.0` - Pin [rollup-plugin-node-resolve](https://togithub.com/rollup/rollup-plugin-node-resolve) to `5.2.0` - Pin [rollup-plugin-terser](https://togithub.com/TrySound/rollup-plugin-terser) to `5.1.2` - Pin [rollup-plugin-typescript](https://togithub.com/rollup/rollup-plugin-typescript) to `1.0.1` - Pin [service-worker-mock](https://togithub.com/pinterest/service-workers) to `2.0.3` - Pin [ts-node](https://togithub.com/TypeStrong/ts-node) to `8.4.1` - Pin [tslint](https://togithub.com/palantir/tslint) to `5.20.0` - Pin [tslint-config-prettier](https://togithub.com/prettier/tslint-config-prettier) to `1.18.0` - Pin [tslint-config-standard](https://togithub.com/blakeembrey/tslint-config-standard) to `8.0.1` - Pin [typescript](https://togithub.com/Microsoft/TypeScript) to `3.6.4`Update dependency @types/node to v12.12.47
- Schedule: ["at any time"] - Branch name: `renovate/node-12.x` - Merge into: `master` - Upgrade [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `12.12.47`Update dependency @types/node-fetch to v2.5.7
- Schedule: ["at any time"] - Branch name: `renovate/node-fetch-2.x` - Merge into: `master` - Upgrade [@types/node-fetch](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `2.5.7`Update dependency fetch-mock to v7.7.3
- Schedule: ["at any time"] - Branch name: `renovate/fetch-mock-7.x` - Merge into: `master` - Upgrade [fetch-mock](https://togithub.com/wheresrhys/fetch-mock) to `7.7.3`Update dependency rimraf to v3.0.2
- Schedule: ["at any time"] - Branch name: `renovate/rimraf-3.x` - Merge into: `master` - Upgrade [rimraf](https://togithub.com/isaacs/rimraf) to `3.0.2`Update dependency rollup to v1.32.1
- Schedule: ["at any time"] - Branch name: `renovate/rollup-1.x` - Merge into: `master` - Upgrade [rollup](https://togithub.com/rollup/rollup) to `1.32.1`Update dependency rollup-plugin-terser to v5.3.0
- Schedule: ["at any time"] - Branch name: `renovate/rollup-plugin-terser-5.x` - Merge into: `master` - Upgrade [rollup-plugin-terser](https://togithub.com/TrySound/rollup-plugin-terser) to `5.3.0`Update dependency service-worker-mock to v2.0.5
- Schedule: ["at any time"] - Branch name: `renovate/service-worker-mock-2.x` - Merge into: `master` - Upgrade [service-worker-mock](https://togithub.com/pinterest/service-workers) to `2.0.5`Update dependency ts-node to v8.10.2
- Schedule: ["at any time"] - Branch name: `renovate/ts-node-8.x` - Merge into: `master` - Upgrade [ts-node](https://togithub.com/TypeStrong/ts-node) to `8.10.2`Update dependency tslint to v5.20.1
- Schedule: ["at any time"] - Branch name: `renovate/tslint-5.x` - Merge into: `master` - Upgrade [tslint](https://togithub.com/palantir/tslint) to `5.20.1`Update dependency typescript to v3.9.6
- Schedule: ["at any time"] - Branch name: `renovate/typescript-3.x` - Merge into: `master` - Upgrade [typescript](https://togithub.com/Microsoft/TypeScript) to `3.9.6`Update dependency ava to v3
- Schedule: ["at any time"] - Branch name: `renovate/ava-3.x` - Merge into: `master` - Upgrade [ava](https://togithub.com/avajs/ava) to `3.9.0`Update dependency fetch-mock to v9
- Schedule: ["at any time"] - Branch name: `renovate/fetch-mock-9.x` - Merge into: `master` - Upgrade [fetch-mock](https://togithub.com/wheresrhys/fetch-mock) to `^9.0.0` - Upgrade [fetch-mock](https://togithub.com/wheresrhys/fetch-mock) to `9.10.3`Update dependency fsevents to v2
- Schedule: ["at any time"] - Branch name: `renovate/fsevents-2.x` - Merge into: `master` - Upgrade [fsevents](https://togithub.com/fsevents/fsevents) to `^2.0.0`Update dependency rollup to v2
- Schedule: ["at any time"] - Branch name: `renovate/rollup-2.x` - Merge into: `master` - Upgrade [rollup](https://togithub.com/rollup/rollup) to `2.18.2`Update dependency rollup-plugin-terser to v6
- Schedule: ["at any time"] - Branch name: `renovate/rollup-plugin-terser-6.x` - Merge into: `master` - Upgrade [rollup-plugin-terser](https://togithub.com/TrySound/rollup-plugin-terser) to `6.1.0`Update dependency tslint-config-standard to v9
- Schedule: ["at any time"] - Branch name: `renovate/tslint-config-standard-9.x` - Merge into: `master` - Upgrade [tslint-config-standard](https://togithub.com/blakeembrey/tslint-config-standard) to `9.0.0`:children_crossing: Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or spam the project. See docs for
prhourlylimit
for details.:question: Got questions? Check out Renovate's Docs, particularly the Getting Started section. If you need any further assistance then you can also request help here.
This PR has been generated by WhiteSource Renovate. View repository job log here.