Skip to content

Commit dcb8051

Browse files
Dane Pilcheramplify-data-ci
andauthored
Prep release (#3264)
* chore: update .jsii assembly * chore: update .jsii assembly * chore: upgrade to Node 20 (#3258) * feat: add grantStreamRead to amplify managed table (#3253) * chore: prep migrations release (#3169) --------- Co-authored-by: amplify-data-ci <[email protected]>
2 parents 9d818e3 + 97f9ccb commit dcb8051

File tree

49 files changed

+365
-458
lines changed

Some content is hidden

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

49 files changed

+365
-458
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This section should get you running with **Amplify API Category** and get you fa
3939

4040
> If you are using Yarn v2, run `yarn set version classic` to change to Yarn Classic.
4141
>
42-
> Note: Ensure that the version of Node installed is v18.x. During the installation process, some modules may not be compatible with other versions of Node.
42+
> Note: Ensure that the version of Node installed is v20.x. During the installation process, some modules may not be compatible with other versions of Node.
4343
4444
1. Ensure you are using the npm registry, even with yarn by running `yarn config set registry https://registry.npmjs.org`
4545

client-test-apps/js/api-model-relationship-app/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@types/ini": "^1.3.31",
1212
"@types/jest": "^27.5.2",
1313
"@types/jest-dev-server": "^5.0.0",
14-
"@types/node": "^18.0.0",
14+
"@types/node": "^20.0.0",
1515
"@types/react": "18.2.42",
1616
"@types/react-dom": "^18.0.6",
1717
"aws-amplify": "^4.3.30",
@@ -22,7 +22,8 @@
2222
"jest-dev-server": "~9.0.1",
2323
"jest-junit": "^14.0.1",
2424
"lodash": "^4.17.21",
25-
"node-pty": "^0.10.1",
25+
"node-pty": "^1.0.0",
26+
"node-gyp": "^11.0.0",
2627
"pluralize": "^8.0.0",
2728
"react": "^18.2.0",
2829
"react-dom": "^18.2.0",
@@ -72,4 +73,4 @@
7273
"axios": "axios/dist/node/axios.cjs"
7374
}
7475
}
75-
}
76+
}

codebuild_specs/build_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
phases:
77
pre_build:
88
commands:
9-
- choco install -fy nodejs-lts --version=18.20.4
9+
- choco install -fy nodejs-lts --version=20.9.0
1010
- |
1111
$nodeVersion = node -v
1212
Write-Host "Node version: $nodeVersion"

migration_release.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/amplify-data-construct/.jsii

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@
99
"@aws-amplify/ai-constructs": "^1.2.4",
1010
"@aws-amplify/backend-output-schemas": "^1.0.0",
1111
"@aws-amplify/backend-output-storage": "^1.0.0",
12-
"@aws-amplify/graphql-auth-transformer": "4.2.1",
13-
"@aws-amplify/graphql-conversation-transformer": "1.1.9",
14-
"@aws-amplify/graphql-default-value-transformer": "3.1.11",
12+
"@aws-amplify/graphql-auth-transformer": "4.2.2",
13+
"@aws-amplify/graphql-conversation-transformer": "1.1.10",
14+
"@aws-amplify/graphql-default-value-transformer": "3.1.12",
1515
"@aws-amplify/graphql-directives": "2.7.0",
16-
"@aws-amplify/graphql-function-transformer": "3.1.13",
17-
"@aws-amplify/graphql-generation-transformer": "1.2.1",
18-
"@aws-amplify/graphql-http-transformer": "3.0.16",
19-
"@aws-amplify/graphql-index-transformer": "3.0.16",
20-
"@aws-amplify/graphql-maps-to-transformer": "4.0.16",
21-
"@aws-amplify/graphql-model-transformer": "3.2.1",
22-
"@aws-amplify/graphql-predictions-transformer": "3.0.16",
23-
"@aws-amplify/graphql-relational-transformer": "3.1.8",
24-
"@aws-amplify/graphql-searchable-transformer": "3.0.16",
25-
"@aws-amplify/graphql-sql-transformer": "0.4.16",
26-
"@aws-amplify/graphql-transformer": "2.3.1",
27-
"@aws-amplify/graphql-transformer-core": "3.4.1",
28-
"@aws-amplify/graphql-transformer-interfaces": "4.2.4",
29-
"@aws-amplify/graphql-validate-transformer": "1.1.1",
16+
"@aws-amplify/graphql-function-transformer": "3.1.14",
17+
"@aws-amplify/graphql-generation-transformer": "1.2.2",
18+
"@aws-amplify/graphql-http-transformer": "3.0.17",
19+
"@aws-amplify/graphql-index-transformer": "3.0.17",
20+
"@aws-amplify/graphql-maps-to-transformer": "4.0.17",
21+
"@aws-amplify/graphql-model-transformer": "3.2.2",
22+
"@aws-amplify/graphql-predictions-transformer": "3.0.17",
23+
"@aws-amplify/graphql-relational-transformer": "3.1.9",
24+
"@aws-amplify/graphql-searchable-transformer": "3.0.17",
25+
"@aws-amplify/graphql-sql-transformer": "0.4.17",
26+
"@aws-amplify/graphql-transformer": "2.3.2",
27+
"@aws-amplify/graphql-transformer-core": "3.4.2",
28+
"@aws-amplify/graphql-transformer-interfaces": "4.2.5",
29+
"@aws-amplify/graphql-validate-transformer": "1.1.2",
3030
"@aws-amplify/platform-core": "^1.0.0",
3131
"@aws-amplify/plugin-types": "^1.0.0",
3232
"@aws-crypto/crc32": "5.2.0",
@@ -134,7 +134,7 @@
134134
"zod": "^3.22.2"
135135
},
136136
"dependencies": {
137-
"@aws-amplify/graphql-api-construct": "1.19.1",
137+
"@aws-amplify/graphql-api-construct": "1.20.0",
138138
"aws-cdk-lib": "^2.187.0",
139139
"constructs": "^10.3.0"
140140
},
@@ -4108,6 +4108,6 @@
41084108
}
41094109
},
41104110
"types": {},
4111-
"version": "1.15.1",
4112-
"fingerprint": "Nq3hZwmGHTMTZzRCbb2aReaqvdPt8BercWL1e2FjoTE="
4111+
"version": "1.16.0",
4112+
"fingerprint": "70ZYr20/P49DYsGeCTZalWTrkNFkgnaynL80XG4us6w="
41134113
}

packages/amplify-data-construct/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
},
292292
"devDependencies": {
293293
"@types/fs-extra": "^8.0.1",
294-
"@types/node": "^18.0.0",
294+
"@types/node": "^20.0.0",
295295
"aws-cdk-lib": "2.187.0",
296296
"constructs": "10.3.0",
297297
"jsii": "^5.4.23",

packages/amplify-e2e-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@
5656
"@types/ini": "^1.3.31"
5757
},
5858
"peerDependencies": {
59-
"@aws-amplify/amplify-cli-core": "^4.3.9"
59+
"@aws-amplify/amplify-cli-core": "^4.4.0"
6060
}
6161
}

packages/amplify-e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"yargs": "^15.1.0"
5050
},
5151
"peerDependencies": {
52-
"@aws-amplify/amplify-cli-core": "^4.3.9"
52+
"@aws-amplify/amplify-cli-core": "^4.4.0"
5353
},
5454
"devDependencies": {
5555
"@aws-amplify/graphql-transformer-interfaces": "4.2.5",

packages/amplify-graphql-api-construct-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
"ws": "^8.18.0"
4646
},
4747
"peerDependencies": {
48-
"@aws-amplify/amplify-cli-core": "^4.3.9"
48+
"@aws-amplify/amplify-cli-core": "^4.4.0"
4949
},
5050
"devDependencies": {
5151
"@aws-amplify/graphql-transformer-core": "3.4.2",
5252
"@aws-amplify/graphql-transformer-interfaces": "4.2.5",
5353
"@aws-amplify/graphql-validate-transformer": "1.1.2",
54-
"@types/node": "^18.0.0",
54+
"@types/node": "^20.0.0",
5555
"aws-cdk-lib": "2.187.0",
5656
"constructs": "10.3.0",
5757
"ts-node": "^8.10.2"

packages/amplify-graphql-api-construct-tests/src/__tests__/backends/admin-role/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ executionRole.applyRemovalPolicy(RemovalPolicy.DESTROY);
3636

3737
const apiInvoker = new NodejsFunction(stack, 'ApiInvoker', {
3838
entry: path.join(__dirname, 'apiInvoker.ts'),
39-
runtime: Runtime.NODEJS_18_X,
39+
runtime: Runtime.NODEJS_20_X,
4040
role: executionRole,
4141
bundling: {
4242
nodeModules: ['@smithy/util-utf8'], // Force inclusion

0 commit comments

Comments
 (0)