Skip to content

Commit 8fb2711

Browse files
chore: update yarn update actions (#24240)
Lock `@types/conventional-commits-parser`. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 04a9302 commit 8fb2711

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/yarn-upgrade-v1main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
ncu --upgrade --reject=@types/node,@types/prettier,constructs,typescript,lerna --target=minor
6262
# Upgrade all the packages
6363
lerna exec --parallel ncu -- --upgrade --filter=typescript,lerna --target=patch
64-
lerna exec --parallel ncu -- --upgrade --reject='@types/node,@types/prettier,constructs,typescript,aws-sdk-mock,${{ steps.list-packages.outputs.list }}' --target=minor
64+
lerna exec --parallel ncu -- --upgrade --reject='@types/conventional-commits-parser,@types/node,@types/prettier,constructs,typescript,aws-sdk-mock,${{ steps.list-packages.outputs.list }}' --target=minor
6565
6666
# This will ensure the current lockfile is up-to-date with the dependency specifications (necessary for "yarn update" to run)
6767
- name: Run "yarn install"

.github/workflows/yarn-upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
ncu --upgrade --reject=@types/node,@types/prettier,constructs,typescript,lerna --target=minor
5858
# Upgrade all the packages
5959
lerna exec --parallel ncu -- --upgrade --filter=typescript --target=patch
60-
lerna exec --parallel ncu -- --upgrade --reject='@types/node,@types/prettier,constructs,typescript,aws-sdk-mock,${{ steps.list-packages.outputs.list }}' --target=minor
60+
lerna exec --parallel ncu -- --upgrade --reject='@types/conventional-commits-parser,@types/node,@types/prettier,constructs,typescript,aws-sdk-mock,${{ steps.list-packages.outputs.list }}' --target=minor
6161
# Upgrade package.jsons in init templates
6262
for pj in $(find packages/aws-cdk/lib/init-templates -name package.json); do
6363
(cd $(dirname $pj) && ncu --upgrade --reject='constructs,${{ steps.list-packages.outputs.list }}')

0 commit comments

Comments
 (0)