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
.circleci/config.yml (circleci)
package.json (npm)
.nvmrc (nvm)
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
Update existing lock files only when package.json is modified
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.
You have configured Renovate to use branch master as base branch.
What to Expect
With your current configuration, Renovate will create 12 Pull Requests:
chore(deps): pin dependencies
- Schedule: ["at any time"]
- Branch name: `renovate/pin-dependencies`
- Merge into: `master`
- Pin [@babel/cli](https://togithub.com/babel/babel) to `7.7.0`
- Pin [@babel/core](https://togithub.com/babel/babel) to `7.7.2`
- Pin [@babel/node](https://togithub.com/babel/babel) to `7.7.0`
- Pin [@babel/plugin-proposal-class-properties](https://togithub.com/babel/babel) to `7.7.0`
- Pin [@babel/plugin-proposal-object-rest-spread](https://togithub.com/babel/babel) to `7.6.2`
- Pin [@babel/preset-env](https://togithub.com/babel/babel) to `7.7.1`
- Pin [@babel/preset-typescript](https://togithub.com/babel/babel) to `7.7.2`
- Pin [@types/adm-zip](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `0.4.32`
- Pin [@types/aws-sdk](https://togithub.com/aws/aws-sdk-js) to `2.7.0`
- Pin [@types/inquirer](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `6.5.0`
- Pin [@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `24.0.22`
- Pin [@types/mime-types](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `2.1.0`
- Pin [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `12.12.7`
- Pin [@types/rimraf](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `2.0.3`
- Pin [@types/yargs](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `13.0.3`
- Pin [codecov](https://togithub.com/codecov/codecov-node) to `3.6.5`
- Pin [husky](https://togithub.com/typicode/husky) to `3.0.9`
- Pin [jest](https://togithub.com/facebook/jest) to `24.9.0`
- Pin [rimraf](https://togithub.com/isaacs/rimraf) to `3.0.0`
- Pin [semantic-release](https://togithub.com/semantic-release/semantic-release) to `17.0.4`
- Pin [typescript](https://togithub.com/Microsoft/TypeScript) to `3.7.2`
chore(deps): update babel monorepo
- Schedule: ["at any time"]
- Branch name: `renovate/babel-monorepo`
- Merge into: `master`
- Upgrade [@babel/cli](https://togithub.com/babel/babel) to `7.8.4`
- Upgrade [@babel/core](https://togithub.com/babel/babel) to `7.8.7`
- Upgrade [@babel/node](https://togithub.com/babel/babel) to `7.8.7`
- Upgrade [@babel/plugin-proposal-class-properties](https://togithub.com/babel/babel) to `7.8.3`
- Upgrade [@babel/plugin-proposal-object-rest-spread](https://togithub.com/babel/babel) to `7.8.3`
- Upgrade [@babel/preset-env](https://togithub.com/babel/babel) to `7.8.7`
- Upgrade [@babel/preset-typescript](https://togithub.com/babel/babel) to `7.8.3`
chore(deps): update dependency @types/jest to v24.9.1
- Schedule: ["at any time"]
- Branch name: `renovate/jest-24.x`
- Merge into: `master`
- Upgrade [@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `24.9.1`
chore(deps): update dependency @types/node to v12.12.29
- Schedule: ["at any time"]
- Branch name: `renovate/node-12.x`
- Merge into: `master`
- Upgrade [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `12.12.29`
chore(deps): update dependency @types/yargs to v13.0.8
- Schedule: ["at any time"]
- Branch name: `renovate/yargs-13.x`
- Merge into: `master`
- Upgrade [@types/yargs](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `13.0.8`
chore(deps): update dependency husky to v3.1.0
- Schedule: ["at any time"]
- Branch name: `renovate/husky-3.x`
- Merge into: `master`
- Upgrade [husky](https://togithub.com/typicode/husky) to `3.1.0`
chore(deps): 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`
chore(deps): update dependency typescript to v3.8.3
- Schedule: ["at any time"]
- Branch name: `renovate/typescript-3.x`
- Merge into: `master`
- Upgrade [typescript](https://togithub.com/Microsoft/TypeScript) to `3.8.3`
chore(deps): update dependency @types/jest to v25
- Schedule: ["at any time"]
- Branch name: `renovate/jest-25.x`
- Merge into: `master`
- Upgrade [@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `25.1.4`
chore(deps): update dependency husky to v4
- Schedule: ["at any time"]
- Branch name: `renovate/husky-4.x`
- Merge into: `master`
- Upgrade [husky](https://togithub.com/typicode/husky) to `4.2.3`
chore(deps): update dependency jest to v25
- Schedule: ["at any time"]
- Branch name: `renovate/major-jest-monorepo`
- Merge into: `master`
- Upgrade [jest](https://togithub.com/facebook/jest) to `25.1.0`
fix(deps): update dependency yargs to v15
- Schedule: ["at any time"]
- Branch name: `renovate/yargs-15.x`
- Merge into: `master`
- Upgrade [yargs](https://togithub.com/yargs/yargs) to `^15.0.0`
- Upgrade [@types/yargs](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `15.0.4`
: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
.circleci/config.yml
(circleci)package.json
(npm).nvmrc
(nvm)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 directoriespackage.json
is modified: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.You have configured Renovate to use branch
master
as base branch.What to Expect
With your current configuration, Renovate will create 12 Pull Requests:
chore(deps): pin dependencies
- Schedule: ["at any time"] - Branch name: `renovate/pin-dependencies` - Merge into: `master` - Pin [@babel/cli](https://togithub.com/babel/babel) to `7.7.0` - Pin [@babel/core](https://togithub.com/babel/babel) to `7.7.2` - Pin [@babel/node](https://togithub.com/babel/babel) to `7.7.0` - Pin [@babel/plugin-proposal-class-properties](https://togithub.com/babel/babel) to `7.7.0` - Pin [@babel/plugin-proposal-object-rest-spread](https://togithub.com/babel/babel) to `7.6.2` - Pin [@babel/preset-env](https://togithub.com/babel/babel) to `7.7.1` - Pin [@babel/preset-typescript](https://togithub.com/babel/babel) to `7.7.2` - Pin [@types/adm-zip](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `0.4.32` - Pin [@types/aws-sdk](https://togithub.com/aws/aws-sdk-js) to `2.7.0` - Pin [@types/inquirer](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `6.5.0` - Pin [@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `24.0.22` - Pin [@types/mime-types](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `2.1.0` - Pin [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `12.12.7` - Pin [@types/rimraf](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `2.0.3` - Pin [@types/yargs](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `13.0.3` - Pin [codecov](https://togithub.com/codecov/codecov-node) to `3.6.5` - Pin [husky](https://togithub.com/typicode/husky) to `3.0.9` - Pin [jest](https://togithub.com/facebook/jest) to `24.9.0` - Pin [rimraf](https://togithub.com/isaacs/rimraf) to `3.0.0` - Pin [semantic-release](https://togithub.com/semantic-release/semantic-release) to `17.0.4` - Pin [typescript](https://togithub.com/Microsoft/TypeScript) to `3.7.2`chore(deps): update babel monorepo
- Schedule: ["at any time"] - Branch name: `renovate/babel-monorepo` - Merge into: `master` - Upgrade [@babel/cli](https://togithub.com/babel/babel) to `7.8.4` - Upgrade [@babel/core](https://togithub.com/babel/babel) to `7.8.7` - Upgrade [@babel/node](https://togithub.com/babel/babel) to `7.8.7` - Upgrade [@babel/plugin-proposal-class-properties](https://togithub.com/babel/babel) to `7.8.3` - Upgrade [@babel/plugin-proposal-object-rest-spread](https://togithub.com/babel/babel) to `7.8.3` - Upgrade [@babel/preset-env](https://togithub.com/babel/babel) to `7.8.7` - Upgrade [@babel/preset-typescript](https://togithub.com/babel/babel) to `7.8.3`chore(deps): update dependency @types/jest to v24.9.1
- Schedule: ["at any time"] - Branch name: `renovate/jest-24.x` - Merge into: `master` - Upgrade [@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `24.9.1`chore(deps): update dependency @types/node to v12.12.29
- Schedule: ["at any time"] - Branch name: `renovate/node-12.x` - Merge into: `master` - Upgrade [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `12.12.29`chore(deps): update dependency @types/yargs to v13.0.8
- Schedule: ["at any time"] - Branch name: `renovate/yargs-13.x` - Merge into: `master` - Upgrade [@types/yargs](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `13.0.8`chore(deps): update dependency husky to v3.1.0
- Schedule: ["at any time"] - Branch name: `renovate/husky-3.x` - Merge into: `master` - Upgrade [husky](https://togithub.com/typicode/husky) to `3.1.0`chore(deps): 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`chore(deps): update dependency typescript to v3.8.3
- Schedule: ["at any time"] - Branch name: `renovate/typescript-3.x` - Merge into: `master` - Upgrade [typescript](https://togithub.com/Microsoft/TypeScript) to `3.8.3`chore(deps): update dependency @types/jest to v25
- Schedule: ["at any time"] - Branch name: `renovate/jest-25.x` - Merge into: `master` - Upgrade [@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `25.1.4`chore(deps): update dependency husky to v4
- Schedule: ["at any time"] - Branch name: `renovate/husky-4.x` - Merge into: `master` - Upgrade [husky](https://togithub.com/typicode/husky) to `4.2.3`chore(deps): update dependency jest to v25
- Schedule: ["at any time"] - Branch name: `renovate/major-jest-monorepo` - Merge into: `master` - Upgrade [jest](https://togithub.com/facebook/jest) to `25.1.0`fix(deps): update dependency yargs to v15
- Schedule: ["at any time"] - Branch name: `renovate/yargs-15.x` - Merge into: `master` - Upgrade [yargs](https://togithub.com/yargs/yargs) to `^15.0.0` - Upgrade [@types/yargs](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `15.0.4`: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.