Skip to content

Commit e661fe9

Browse files
authored
chore(deps): npm-check-updates && yarn upgrade (#20684)
Ran `npm-check-updates` and `yarn upgrade`. BREAKING CHANGE: Starting with this release, Node 12 is no longer supported and customers should upgrade to Node 14, 16, or 18.
1 parent b5d7e2f commit e661fe9

File tree

578 files changed

+53060
-51584
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

578 files changed

+53060
-51584
lines changed

.github/workflows/yarn-upgrade.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ jobs:
6060
# Upgrade dependencies at repository root
6161
ncu --upgrade --filter=@types/node,@types/fs-extra --target=minor
6262
ncu --upgrade --filter=typescript --target=patch
63-
ncu --upgrade --reject=@types/node,@types/fs-extra,constructs,typescript,lerna --target=minor
63+
ncu --upgrade --reject=@types/node,@types/prettier,@types/fs-extra,constructs,typescript,lerna --target=minor
6464
# Upgrade all the packages
6565
lerna exec --parallel ncu -- --upgrade --filter=@types/node,@types/fs-extra --target=minor
6666
lerna exec --parallel ncu -- --upgrade --filter=typescript --target=patch
67-
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
67+
lerna exec --parallel ncu -- --upgrade --reject='@types/node,@types/prettier,@types/fs-extra,constructs,typescript,aws-sdk,aws-sdk-mock,${{ steps.list-packages.outputs.list }}' --target=minor
6868
# Upgrade package.jsons in init templates
6969
for pj in $(find packages/aws-cdk/lib/init-templates -name package.json); do
70-
(cd $(dirname $pj) && ncu --upgrade --reject='@types/node,@types/fs-extra,constructs,typescript,aws-sdk,aws-sdk-mock,ts-jest,jest,${{ steps.list-packages.outputs.list }}')
70+
(cd $(dirname $pj) && ncu --upgrade --reject='@types/node,@types/prettier,@types/fs-extra,constructs,typescript,aws-sdk,aws-sdk-mock,ts-jest,jest,${{ steps.list-packages.outputs.list }}')
7171
done
7272
7373
# This will ensure the current lockfile is up-to-date with the dependency specifications (necessary for "yarn update" to run)

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@
1717
"devDependencies": {
1818
"@types/prettier": "2.6.0",
1919
"@yarnpkg/lockfile": "^1.1.0",
20-
"cdk-generate-synthetic-examples": "^0.1.10",
20+
"cdk-generate-synthetic-examples": "^0.1.12",
2121
"conventional-changelog-cli": "^2.2.2",
2222
"fs-extra": "^9.1.0",
2323
"graceful-fs": "^4.2.10",
2424
"jest-junit": "^13.2.0",
25-
"jsii-diff": "^1.58.0",
26-
"jsii-pacmak": "^1.58.0",
27-
"jsii-reflect": "^1.58.0",
28-
"jsii-rosetta": "^1.58.0",
25+
"jsii-diff": "^1.60.0",
26+
"jsii-pacmak": "^1.60.0",
27+
"jsii-reflect": "^1.60.0",
28+
"jsii-rosetta": "^1.60.0",
2929
"lerna": "^4.0.0",
3030
"patch-package": "^6.4.7",
3131
"semver": "^6.3.0",
32-
"standard-version": "^9.3.2",
32+
"standard-version": "^9.5.0",
3333
"typescript": "~3.9.10"
3434
},
3535
"resolutions": {

packages/@aws-cdk-containers/ecs-service-extensions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"license": "Apache-2.0",
3939
"devDependencies": {
40-
"@types/jest": "^27.5.0",
40+
"@types/jest": "^27.5.2",
4141
"@aws-cdk/cdk-build-tools": "0.0.0",
4242
"@aws-cdk/integ-runner": "0.0.0",
4343
"@aws-cdk/aws-autoscaling": "0.0.0",
@@ -104,7 +104,7 @@
104104
"constructs": "^3.3.69"
105105
},
106106
"engines": {
107-
"node": ">= 10.13.0 <13 || >=13.7.0"
107+
"node": ">= 14.15.0"
108108
},
109109
"awscdkio": {
110110
"announce": false

0 commit comments

Comments
 (0)