node-await-event-emitter
node-await-event-emitter copied to clipboard
Configure Renovate
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
🚦 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
- Enable Renovate Dependency Dashboard creation
- If semantic commits detected, use semantic commit type
fix
for dependencies andchore
for all others - 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 10 open PRs at any time
- Group known monorepo packages together
- Use curated list of recommended non-monorepo package groupings
- Fix some problems with very old Maven commons versions
- Ignore spring cloud 1.x releases
- Ignore http4s digest-based 1.x milestones
- Use node versioning for @types/node
- Limit concurrent requests to reduce load on Repology servers until we can fix this properly, see issue 10133
🔡 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 22 Pull Requests:
chore(deps): update dependency handlebars to 4.7.7 [security]
- Branch name:
renovate/npm-handlebars-vulnerability
- Merge into:
master
- Upgrade handlebars to
4.7.7
chore(deps): update dependency hosted-git-info to 2.8.9 [security]
- Branch name:
renovate/npm-hosted-git-info-vulnerability
- Merge into:
master
- Upgrade hosted-git-info to
2.8.9
chore(deps): update dependency ini to 1.3.6 [security]
- Branch name:
renovate/npm-ini-vulnerability
- Merge into:
master
- Upgrade ini to
1.3.6
chore(deps): update dependency lodash to 4.17.21 [security]
- Branch name:
renovate/npm-lodash-vulnerability
- Merge into:
master
- Upgrade lodash to
4.17.21
chore(deps): update dependency node-notifier to 8.0.1 [security]
- Branch name:
renovate/npm-node-notifier-vulnerability
- Merge into:
master
- Upgrade node-notifier to
8.0.1
chore(deps): update dependency path-parse to 1.0.7 [security]
- Branch name:
renovate/npm-path-parse-vulnerability
- Merge into:
master
- Upgrade path-parse to
1.0.7
chore(deps): update dependency semver-regex to 3.1.3 [security]
- Branch name:
renovate/npm-semver-regex-vulnerability
- Merge into:
master
- Upgrade semver-regex to
3.1.3
chore(deps): update dependency tmpl to 1.0.5 [security]
- Branch name:
renovate/npm-tmpl-vulnerability
- Merge into:
master
- Upgrade tmpl to
1.0.5
chore(deps): update dependency trim-newlines to 3.0.1 [security]
- Branch name:
renovate/npm-trim-newlines-vulnerability
- Merge into:
master
- Upgrade trim-newlines to
3.0.1
chore(deps): update dependency ws to 7.4.6 [security]
- Branch name:
renovate/npm-ws-vulnerability
- Merge into:
master
- Upgrade ws to
7.4.6
chore(deps): update dependency y18n to 4.0.1 [security]
- Branch name:
renovate/npm-y18n-vulnerability
- Merge into:
master
- Upgrade y18n to
4.0.1
chore(deps): pin dependencies
- Schedule: ["at any time"]
- Branch name:
renovate/pin-dependencies
- Merge into:
master
- Pin @commitlint/cli to
11.0.0
- Pin @commitlint/config-conventional to
11.0.0
- Pin conventional-changelog-cli to
2.1.0
- Pin husky to
4.3.0
- Pin jest to
26.6.2
- Pin npm-run-all to
4.1.5
- Pin prettier to
2.1.2
- Pin pretty-quick to
3.1.0
- Pin rimraf to
3.0.2
- Pin ts-jest to
26.4.3
- Pin typescript to
4.0.5
chore(deps): pin dependencies
- Schedule: ["at any time"]
- Branch name:
renovate/jest-monorepo
- Merge into:
master
- Pin @types/jest to
26.0.15
- Upgrade jest to
26.6.3
chore(deps): update dependency husky to v4.3.8
- Schedule: ["at any time"]
- Branch name:
renovate/husky-4.x
- Merge into:
master
- Upgrade husky to
4.3.8
chore(deps): update dependency pretty-quick to v3.1.3
- Schedule: ["at any time"]
- Branch name:
renovate/pretty-quick-3.x
- Merge into:
master
- Upgrade pretty-quick to
3.1.3
chore(deps): update dependency conventional-changelog-cli to v2.2.2
- Schedule: ["at any time"]
- Branch name:
renovate/conventional-changelog-cli-2.x
- Merge into:
master
- Upgrade conventional-changelog-cli to
2.2.2
chore(deps): update dependency prettier to v2.5.1
- Schedule: ["at any time"]
- Branch name:
renovate/prettier-2.x
- Merge into:
master
- Upgrade prettier to
2.5.1
chore(deps): update dependency ts-jest to v26.5.6
- Schedule: ["at any time"]
- Branch name:
renovate/ts-jest-26.x
- Merge into:
master
- Upgrade ts-jest to
26.5.6
chore(deps): update dependency typescript to v4.5.4
- Schedule: ["at any time"]
- Branch name:
renovate/typescript-4.x
- Merge into:
master
- Upgrade typescript to
4.5.4
chore(deps): update commitlint monorepo (major)
- Schedule: ["at any time"]
- Branch name:
renovate/major-commitlint-monorepo
- Merge into:
master
- Upgrade @commitlint/cli to
16.0.1
- Upgrade @commitlint/config-conventional to
16.0.0
chore(deps): update dependency husky to v7
- Schedule: ["at any time"]
- Branch name:
renovate/husky-7.x
- Merge into:
master
- Upgrade husky to
7.0.4
chore(deps): update jest monorepo (major)
- Schedule: ["at any time"]
- Branch name:
renovate/major-jest-monorepo
- Merge into:
master
- Upgrade @types/jest to
27.4.0
- Upgrade jest to
27.4.7
- Upgrade ts-jest to
27.1.2
🚸 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.
❓ 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.