Skip to content

Commit 5c88ef3

Browse files
chore: npm-check-updates && yarn upgrade (#19788)
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
1 parent 4323d26 commit 5c88ef3

File tree

36 files changed

+549
-662
lines changed

36 files changed

+549
-662
lines changed

.github/workflows/yarn-upgrade.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
npm -g install lerna npm-check-updates@^9.0.0
4141
- name: Build CLI
4242
run: cd packages/aws-cdk && ../../scripts/buildup
43+
- name: Build Integ Runner
44+
run: cd packages/@aws-cdk/integ-runner && ../../../scripts/buildup
4345
- name: List Mono-Repo Packages
4446
id: list-packages
4547
# These need to be ignored from the `ncu` runs!
@@ -63,16 +65,18 @@ jobs:
6365
lerna exec --parallel ncu -- --upgrade --filter=@types/node,@types/fs-extra --target=minor
6466
lerna exec --parallel ncu -- --upgrade --filter=typescript --target=patch
6567
lerna exec --parallel ncu -- --upgrade --reject='@types/node,@types/fs-extra,constructs,typescript,aws-sdk,aws-sdk-mock,${{ steps.list-packages.outputs.list }}' --target=minor
66-
68+
6769
# This will ensure the current lockfile is up-to-date with the dependency specifications (necessary for "yarn update" to run)
6870
- name: Run "yarn install"
6971
run: yarn install
7072

7173
- name: Run "yarn upgrade"
7274
run: yarn upgrade
73-
75+
7476
- name: Regenerate CLI attributions
7577
run: cd packages/aws-cdk && yarn pkglint
78+
- name: Regenerate Integ Runner attributions
79+
run: cd packages/@aws-cdk/integ-runner && yarn pkglint
7680

7781
# Next, create and upload the changes as a patch file. This will later be downloaded to create a pull request
7882
# Creating a pull request requires write permissions and it's best to keep write privileges isolated.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"cdk-generate-synthetic-examples": "^0.1.8",
2020
"conventional-changelog-cli": "^2.2.2",
2121
"fs-extra": "^9.1.0",
22-
"graceful-fs": "^4.2.9",
23-
"jest-junit": "^13.0.0",
24-
"jsii-diff": "^1.55.1",
25-
"jsii-pacmak": "^1.55.1",
26-
"jsii-reflect": "^1.55.1",
27-
"jsii-rosetta": "^1.55.1",
22+
"graceful-fs": "^4.2.10",
23+
"jest-junit": "^13.1.0",
24+
"jsii-diff": "^1.56.0",
25+
"jsii-pacmak": "^1.56.0",
26+
"jsii-reflect": "^1.56.0",
27+
"jsii-rosetta": "^1.56.0",
2828
"lerna": "^4.0.0",
2929
"patch-package": "^6.4.7",
3030
"semver": "^6.3.0",

packages/@aws-cdk/app-delivery/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@aws-cdk/integ-runner": "0.0.0",
7474
"@aws-cdk/pkglint": "0.0.0",
7575
"@types/jest": "^27.4.1",
76-
"fast-check": "^2.23.2",
76+
"fast-check": "^2.24.0",
7777
"jest": "^27.5.1"
7878
},
7979
"repository": {

packages/@aws-cdk/aws-applicationautoscaling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@aws-cdk/cfn2ts": "0.0.0",
8585
"@aws-cdk/pkglint": "0.0.0",
8686
"@types/jest": "^27.4.1",
87-
"fast-check": "^2.23.2",
87+
"fast-check": "^2.24.0",
8888
"jest": "^27.5.1"
8989
},
9090
"dependencies": {

packages/@aws-cdk/aws-autoscaling-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@aws-cdk/integ-runner": "0.0.0",
7676
"@aws-cdk/pkglint": "0.0.0",
7777
"@types/jest": "^27.4.1",
78-
"fast-check": "^2.23.2",
78+
"fast-check": "^2.24.0",
7979
"jest": "^27.5.1"
8080
},
8181
"dependencies": {

packages/@aws-cdk/aws-certificatemanager/lambda-packages/dns_validated_certificate_handler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"aws-sdk-mock": "5.6.0",
3737
"eslint": "^7.32.0",
3838
"eslint-config-standard": "^14.1.1",
39-
"eslint-plugin-import": "^2.25.4",
39+
"eslint-plugin-import": "^2.26.0",
4040
"eslint-plugin-node": "^11.1.0",
4141
"eslint-plugin-promise": "^4.3.1",
4242
"eslint-plugin-standard": "^4.1.0",

packages/@aws-cdk/aws-dynamodb-global/lambda-packages/aws-global-table-coordinator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"aws-sdk-mock": "5.6.0",
3434
"eslint": "^7.32.0",
3535
"eslint-config-standard": "^14.1.1",
36-
"eslint-plugin-import": "^2.25.4",
36+
"eslint-plugin-import": "^2.26.0",
3737
"eslint-plugin-node": "^11.1.0",
3838
"eslint-plugin-promise": "^4.3.1",
3939
"eslint-plugin-standard": "^4.1.0",

packages/@aws-cdk/aws-eks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@
8989
"@types/sinon": "^9.0.11",
9090
"@types/yaml": "1.9.6",
9191
"aws-sdk": "^2.848.0",
92-
"cdk8s": "^1.5.56",
93-
"cdk8s-plus-21": "^1.0.0-beta.124",
92+
"cdk8s": "^1.5.65",
93+
"cdk8s-plus-21": "^1.0.0-beta.132",
9494
"jest": "^27.5.1",
9595
"sinon": "^9.2.4"
9696
},

packages/@aws-cdk/aws-lambda-nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@aws-cdk/pkglint": "0.0.0",
7979
"@types/jest": "^27.4.1",
8080
"delay": "5.0.0",
81-
"esbuild": "^0.14.29"
81+
"esbuild": "^0.14.34"
8282
},
8383
"dependencies": {
8484
"@aws-cdk/aws-lambda": "0.0.0",

packages/@aws-cdk/cloud-assembly-schema/NOTICE

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -45,23 +45,6 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4545

4646
----------------
4747

48-
** yallist - https://www.npmjs.com/package/yallist
49-
Copyright (c) Isaac Z. Schlueter and Contributors
50-
51-
Permission to use, copy, modify, and/or distribute this software for any
52-
purpose with or without fee is hereby granted, provided that the above
53-
copyright notice and this permission notice appear in all copies.
54-
55-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
56-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
57-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
58-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
59-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
60-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
61-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
62-
63-
----------------
64-
6548
** semver - https://www.npmjs.com/package/semver
6649
Copyright (c) Isaac Z. Schlueter and Contributors
6750

0 commit comments

Comments
 (0)