v0.1.1
Update actions/checkout action to v3 @renovate (#24)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
actions/checkout | action | major | v2 -> v3 |
Configuration
π Schedule: At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
π Ignore: Close this PR and you won't be reminded about these updates again.
- If you want to rebase/retry this PR, click this checkbox. β Warning: custom changes will be lost.
This PR has been generated by WhiteSource Renovate. View repository job log here.
Update Node.js to v16 @renovate (#22)
This PR contains the following updates:
Package | Type | Update | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|---|---|
node | major | v14 -> 16 |
|||||
@types/node | devDependencies | major | 14.18.16 -> 16.11.33 |
Configuration
π Schedule: At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
π Ignore: Close this PR and you won't be reminded about these updates again.
- If you want to rebase/retry this PR, click this checkbox. β Warning: custom changes will be lost.
This PR has been generated by WhiteSource Renovate. View repository job log here.
Update actions/cache action to v3 @renovate (#23)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
actions/cache | action | major | v2 -> v3 |
Configuration
π Schedule: At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
π Ignore: Close this PR and you won't be reminded about this update again.
- If you want to rebase/retry this PR, click this checkbox. β Warning: custom changes will be lost.
This PR has been generated by WhiteSource Renovate. View repository job log here.
Update dependency helmet to v5 @renovate (#26)
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
helmet (source) | 4.6.0 -> 5.0.2 |
Configuration
π Schedule: At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
π Ignore: Close this PR and you won't be reminded about this update again.
- If you want to rebase/retry this PR, click this checkbox. β Warning: custom changes will be lost.
This PR has been generated by WhiteSource Renovate. View repository job log here.
Update actions/setup-node action to v3 @renovate (#25)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
actions/setup-node | action | major | v1 -> v3 |
Release Notes
Configuration
π Schedule: At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
- If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by WhiteSource Renovate. View repository job log here.
Update dependency express to v4.18.1 @renovate (#19)
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
express (source) | 4.17.1 -> 4.18.1 |
Configuration
π Schedule: At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
π Ignore: Close this PR and you won't be reminded about this update again.
- If you want to rebase/retry this PR, click this checkbox. β Warning: custom changes will be lost.
This PR has been generated by WhiteSource Renovate. View repository job log here.
chore: (workflow): change to not automatically release releases @mcalhoun (#21)
what
- Update auto-releaser to create draft releases so multiple changes can be bundled into a release
why
- Several PRs will need to be combined into a "release"
Pin dependencies @renovate (#13)
This PR contains the following updates:
Add the preset :preserveSemverRanges
to your config if you don't want to pin your dependencies.
Configuration
π Schedule: At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about these updates again.
- If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by WhiteSource Renovate. View repository job log here.
chore(deps): bump nrwl and typescript @mcalhoun (#18)
what
- Update dependencies
why
- To be up-to-date with the latest functionality and security vulnerabilities
git.io->cloudposse.tools update @dylanbannon (#10)
what and why
Change all references to git.io/build-harness
into cloudposse.tools/build-harness
, since git.io
redirects will stop working on April 29th, 2022.
References
- DEV-143
Configure Renovate @renovate (#2)
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
apps/bossy/Dockerfile
(dockerfile).github/workflows/auto-release.yml
(github-actions).github/workflows/docker.yml
(github-actions).github/workflows/validate-codeowners.yml
(github-actions)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
- 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 web3j 5.0.0 release
- 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
- Do not upgrade from Alpine stable to edge
π‘ 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 16 Pull Requests:
Pin dependencies
- Schedule: ["at any time"]
- Branch name:
renovate/pin-dependencies
- Merge into:
main
- Pin @nrwl/eslint-plugin-nx to
13.10.4
- Pin @nrwl/express to
13.10.4
- Pin @slack/bolt to
3.11.0
- Pin @slack/web-api to
6.7.1
- Pin @types/config to
0.0.40
- Pin @types/express to
4.17.13
- Pin @types/node to
14.18.16
- Pin @types/winston to
2.4.4
- Pin @typescript-eslint/eslint-plugin to
5.23.0
- Pin @typescript-eslint/parser to
5.23.0
- Pin @vendia/serverless-express to
4.8.0
- Pin config to
3.3.7
- Pin crypto to
1.0.1
- Pin eslint to
7.32.0
- Pin eslint-config-prettier to
8.5.0
- Pin eslint-plugin-import to
2.26.0
- Pin eslint-plugin-sort-destructure-keys to
1.4.0
- Pin helmet to
4.6.0
- Pin js-yaml to
4.1.0
- Pin moq.ts to
7.3.4
- Pin prettier to
2.6.2
- Pin tslib to
2.4.0
- Pin typescript to
4.5.5
- Pin winston to
3.7.2
Update dependency @βtypes/config to v0.0.41
- Schedule: ["at any time"]
- Branch name:
renovate/config-0.x
- Merge into:
main
- Upgrade @types/config to
0.0.41
Update dependency express to v4.18.1
- Schedule: ["at any time"]
- Branch name:
renovate/express-4.x
- Merge into:
main
- Upgrade express to
4.18.1
Update dependency ts-jest to v27.1.4
- Schedule: ["at any time"]
- Branch name:
renovate/ts-jest-27.x
- Merge into:
main
- Upgrade ts-jest to
27.1.4
Update dependency typescript to v4.6.4
- Schedule: ["at any time"]
- Branch name:
renovate/typescript-4.x
- Merge into:
main
- Upgrade typescript to
4.6.4
Update jest monorepo
- Schedule: ["at any time"]
- Branch name:
renovate/jest-monorepo
- Merge into:
main
- Upgrade @types/jest to
27.5.0
- Upgrade jest to
27.5.1
Update mszostok/codeowners-validator action to v0.7.4
- Schedule: ["at any time"]
- Branch name:
renovate/mszostok-codeowners-validator-0.x
- Merge into:
main
- Upgrade mszostok/codeowners-validator to
v0.7.4
Update nrwl monorepo to v13.10.4
- Schedule: ["at any time"]
- Branch name:
renovate/nrwl-monorepo
- Merge into:
main
- Upgrade @nrwl/cli to
13.10.4
- Upgrade @nrwl/jest to
13.10.4
- Upgrade @nrwl/node to
13.10.4
- Upgrade @nrwl/tao to
13.10.4
- Upgrade @nrwl/workspace to
13.10.4
Update Node.js to v16
- Schedule: ["at any time"]
- Branch name:
renovate/node-16.x
- Merge into:
main
- Upgrade node to
16
- Upgrade @types/node to
16.11.33
Update actions/cache action to v3
- Schedule: ["at any time"]
- Branch name:
renovate/actions-cache-3.x
- Merge into:
main
- Upgrade actions/cache to
v3
Update actions/checkout action to v3
- Schedule: ["at any time"]
- Branch name:
renovate/actions-checkout-3.x
- Merge into:
main
- Upgrade actions/checkout to
v3
Update actions/setup-node action to v3
- Schedule: ["at any time"]
- Branch name:
renovate/actions-setup-node-3.x
- Merge into:
main
- Upgrade actions/setup-node to
v3
Update dependency eslint to v8
- Schedule: ["at any time"]
- Branch name:
renovate/eslint-8.x
- Merge into:
main
- Upgrade eslint to
8.15.0
Update dependency helmet to v5
- Schedule: ["at any time"]
- Branch name:
renovate/helmet-5.x
- Merge into:
main
- Upgrade helmet to
5.0.2
Update jest monorepo (major)
Update nrwl monorepo to v14 (major)
- Schedule: ["at any time"]
- Branch name:
renovate/major-nrwl-monorepo
- Merge into:
main
- Upgrade @nrwl/cli to
14.1.4
- Upgrade @nrwl/eslint-plugin-nx to
14.1.4
- Upgrade @nrwl/express to
14.1.4
- Upgrade @nrwl/jest to
14.1.4
- Upgrade @nrwl/node to
14.1.4
- Upgrade @nrwl/tao to
14.1.4
- Upgrade @nrwl/workspace to
14.1.4
πΈ 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.
β Dependency Lookup Warnings β
Please correct - or verify that you can safely ignore - these lookup failures before you merge this PR.
Failed to look up dependency public.ecr.aws/lambda/nodejs
Files affected: apps/bossy/Dockerfile
β 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.