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

+6-2
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

+6-6
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+2-2
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

+1-1
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

-17
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

packages/@aws-cdk/cloud-assembly-schema/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
},
9393
"dependencies": {
9494
"jsonschema": "^1.4.0",
95-
"semver": "^7.3.5"
95+
"semver": "^7.3.6"
9696
},
9797
"awscdkio": {
9898
"announce": false

packages/@aws-cdk/cloudformation-diff/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@aws-cdk/pkglint": "0.0.0",
3737
"@types/jest": "^27.4.1",
3838
"@types/string-width": "^4.0.1",
39-
"fast-check": "^2.23.2",
39+
"fast-check": "^2.24.0",
4040
"jest": "^27.5.1",
4141
"ts-jest": "^27.1.4"
4242
},

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
"@types/minimatch": "^3.0.5",
191191
"@types/node": "^10.17.60",
192192
"@types/sinon": "^9.0.11",
193-
"fast-check": "^2.23.2",
193+
"fast-check": "^2.24.0",
194194
"jest": "^27.5.1",
195195
"lodash": "^4.17.21",
196196
"sinon": "^9.2.4",

packages/@aws-cdk/cx-api/NOTICE

-17
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,3 @@ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3636
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3737
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3838
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
39-
40-
----------------
41-
42-
** yallist - https://www.npmjs.com/package/yallist
43-
Copyright (c) Isaac Z. Schlueter and Contributors
44-
45-
Permission to use, copy, modify, and/or distribute this software for any
46-
purpose with or without fee is hereby granted, provided that the above
47-
copyright notice and this permission notice appear in all copies.
48-
49-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
50-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
51-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
52-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
53-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
54-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
55-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

packages/@aws-cdk/cx-api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
"dependencies": {
6161
"@aws-cdk/cloud-assembly-schema": "0.0.0",
62-
"semver": "^7.3.5"
62+
"semver": "^7.3.6"
6363
},
6464
"peerDependencies": {
6565
"@aws-cdk/cloud-assembly-schema": "0.0.0"

packages/@aws-cdk/integ-runner/THIRD_PARTY_LICENSES

+5-25
Original file line numberDiff line numberDiff line change
@@ -275,10 +275,10 @@ OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHE
275275

276276
----------------
277277

278-
** [email protected].9 - https://www.npmjs.com/package/graceful-fs/v/4.2.9 | ISC
278+
** [email protected].10 - https://www.npmjs.com/package/graceful-fs/v/4.2.10 | ISC
279279
The ISC License
280280

281-
Copyright (c) Isaac Z. Schlueter, Ben Noordhuis, and Contributors
281+
Copyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors
282282

283283
Permission to use, copy, modify, and/or distribute this software for any
284284
purpose with or without fee is hereby granted, provided that the above
@@ -421,10 +421,10 @@ terms above.
421421

422422
----------------
423423

424-
** lru-cache@6.0.0 - https://www.npmjs.com/package/lru-cache/v/6.0.0 | ISC
424+
** lru-cache@7.8.0 - https://www.npmjs.com/package/lru-cache/v/7.8.0 | ISC
425425
The ISC License
426426

427-
Copyright (c) Isaac Z. Schlueter and Contributors
427+
Copyright (c) 2010-2022 Isaac Z. Schlueter and Contributors
428428

429429
Permission to use, copy, modify, and/or distribute this software for any
430430
purpose with or without fee is hereby granted, provided that the above
@@ -468,7 +468,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
468468

469469
----------------
470470

471-
** [email protected].5 - https://www.npmjs.com/package/semver/v/7.3.5 | ISC
471+
** [email protected].6 - https://www.npmjs.com/package/semver/v/7.3.6 | ISC
472472
The ISC License
473473

474474
Copyright (c) Isaac Z. Schlueter and Contributors
@@ -834,26 +834,6 @@ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
834834
THIS SOFTWARE.
835835

836836

837-
----------------
838-
839-
** [email protected] - https://www.npmjs.com/package/yallist/v/4.0.0 | ISC
840-
The ISC License
841-
842-
Copyright (c) Isaac Z. Schlueter and Contributors
843-
844-
Permission to use, copy, modify, and/or distribute this software for any
845-
purpose with or without fee is hereby granted, provided that the above
846-
copyright notice and this permission notice appear in all copies.
847-
848-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
849-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
850-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
851-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
852-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
853-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
854-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
855-
856-
857837
----------------
858838

859839
** [email protected] - https://www.npmjs.com/package/yargs-parser/v/20.2.9 | ISC

packages/aws-cdk-lib/NOTICE

-19
Original file line numberDiff line numberDiff line change
@@ -338,25 +338,6 @@ SOFTWARE.
338338

339339
** lru-cache - https://www.npmjs.com/package/lru-cache
340340

341-
Copyright (c) Isaac Z. Schlueter and Contributors
342-
343-
Permission to use, copy, modify, and/or distribute this software for any
344-
purpose with or without fee is hereby granted, provided that the above
345-
copyright notice and this permission notice appear in all copies.
346-
347-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
348-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
349-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
350-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
351-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
352-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
353-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
354-
355-
----------------
356-
357-
** yallist - https://www.npmjs.com/package/yallist
358-
359-
360341
Copyright (c) Isaac Z. Schlueter and Contributors
361342

362343
Permission to use, copy, modify, and/or distribute this software for any

packages/aws-cdk-lib/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"jsonschema": "^1.4.0",
113113
"minimatch": "^3.1.2",
114114
"punycode": "^2.1.1",
115-
"semver": "^7.3.5",
115+
"semver": "^7.3.6",
116116
"yaml": "1.10.2"
117117
},
118118
"devDependencies": {
@@ -357,7 +357,7 @@
357357
"@types/fs-extra": "^8.1.2",
358358
"@types/node": "^10.17.60",
359359
"constructs": "^3.3.69",
360-
"esbuild": "^0.14.29",
360+
"esbuild": "^0.14.34",
361361
"fs-extra": "^9.1.0",
362362
"ts-node": "^9.1.1",
363363
"typescript": "~3.8.3"

packages/aws-cdk/THIRD_PARTY_LICENSES

+8-28
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The aws-cdk package includes the following third-party software/licensing:
22

3-
** @jsii/check-node@1.55.1 - https://www.npmjs.com/package/@jsii/check-node/v/1.55.1 | Apache-2.0
3+
** @jsii/check-node@1.56.0 - https://www.npmjs.com/package/@jsii/check-node/v/1.56.0 | Apache-2.0
44
jsii
55
Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
66

@@ -268,7 +268,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE
268268

269269
----------------
270270

271-
** aws-sdk@2.1103.0 - https://www.npmjs.com/package/aws-sdk/v/2.1103.0 | Apache-2.0
271+
** aws-sdk@2.1111.0 - https://www.npmjs.com/package/aws-sdk/v/2.1111.0 | Apache-2.0
272272
AWS SDK for JavaScript
273273
Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
274274

@@ -640,7 +640,7 @@ IN THE SOFTWARE.
640640

641641
----------------
642642

643-
** [email protected].1 - https://www.npmjs.com/package/crc-32/v/1.2.1 | Apache-2.0
643+
** [email protected].2 - https://www.npmjs.com/package/crc-32/v/1.2.2 | Apache-2.0
644644
Apache License
645645
Version 2.0, January 2004
646646
http://www.apache.org/licenses/
@@ -1413,10 +1413,10 @@ https://creativecommons.org/licenses/by-sa/4.0/
14131413

14141414
----------------
14151415

1416-
** [email protected].9 - https://www.npmjs.com/package/graceful-fs/v/4.2.9 | ISC
1416+
** [email protected].10 - https://www.npmjs.com/package/graceful-fs/v/4.2.10 | ISC
14171417
The ISC License
14181418

1419-
Copyright (c) Isaac Z. Schlueter, Ben Noordhuis, and Contributors
1419+
Copyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors
14201420

14211421
Permission to use, copy, modify, and/or distribute this software for any
14221422
purpose with or without fee is hereby granted, provided that the above
@@ -2112,10 +2112,10 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21122112

21132113
----------------
21142114

2115-
** lru-cache@6.0.0 - https://www.npmjs.com/package/lru-cache/v/6.0.0 | ISC
2115+
** lru-cache@7.8.0 - https://www.npmjs.com/package/lru-cache/v/7.8.0 | ISC
21162116
The ISC License
21172117

2118-
Copyright (c) Isaac Z. Schlueter and Contributors
2118+
Copyright (c) 2010-2022 Isaac Z. Schlueter and Contributors
21192119

21202120
Permission to use, copy, modify, and/or distribute this software for any
21212121
purpose with or without fee is hereby granted, provided that the above
@@ -2947,7 +2947,7 @@ License, as follows:
29472947

29482948
----------------
29492949

2950-
** [email protected].5 - https://www.npmjs.com/package/semver/v/7.3.5 | ISC
2950+
** [email protected].6 - https://www.npmjs.com/package/semver/v/7.3.6 | ISC
29512951
The ISC License
29522952

29532953
Copyright (c) Isaac Z. Schlueter and Contributors
@@ -3656,26 +3656,6 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
36563656
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
36573657

36583658

3659-
----------------
3660-
3661-
** [email protected] - https://www.npmjs.com/package/yallist/v/4.0.0 | ISC
3662-
The ISC License
3663-
3664-
Copyright (c) Isaac Z. Schlueter and Contributors
3665-
3666-
Permission to use, copy, modify, and/or distribute this software for any
3667-
purpose with or without fee is hereby granted, provided that the above
3668-
copyright notice and this permission notice appear in all copies.
3669-
3670-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3671-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3672-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3673-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3674-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3675-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3676-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3677-
3678-
36793659
----------------
36803660

36813661
** [email protected] - https://www.npmjs.com/package/yaml/v/1.10.2 | ISC

0 commit comments

Comments
 (0)