Skip to content

Commit 17fe9cb

Browse files
ShadowCat567Vieltojarvi
andauthored
Zod pin across all packages (#2825)
* pinning zod * changeset * api update - inconsequential * update api * update api --------- Co-authored-by: Vieltojarvi <[email protected]>
1 parent dd00ce1 commit 17fe9cb

File tree

13 files changed

+45
-47
lines changed

13 files changed

+45
-47
lines changed

.changeset/rotten-comics-bake.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
'@aws-amplify/deployed-backend-client': minor
3+
'@aws-amplify/backend-output-schemas': minor
4+
'@aws-amplify/integration-tests': minor
5+
'@aws-amplify/client-config': minor
6+
'@aws-amplify/platform-core': minor
7+
'@aws-amplify/cli-core': minor
8+
'@aws-amplify/backend-cli': minor
9+
---
10+
11+
pinning zod

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,5 @@ updates:
6262
- dependency-name: '@microsoft/api-extractor'
6363
# typings for node should match the lowest Node version we currently support. Do not upgrade this eagerly.
6464
- dependency-name: '@types/node'
65+
# zod is currently very volatile because they are preparing to sunset v3 in favor of v4
66+
- dependency-name: 'zod'

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/backend-output-schemas/API.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,12 @@ export const unifiedBackendOutputSchema: z.ZodObject<{
379379
region: string;
380380
};
381381
} | undefined;
382+
"AWS::Amplify::Custom"?: {
383+
version: "1";
384+
payload: {
385+
customOutputs: string;
386+
};
387+
} | undefined;
382388
"AWS::Amplify::Auth"?: {
383389
version: "1";
384390
payload: {
@@ -425,12 +431,6 @@ export const unifiedBackendOutputSchema: z.ZodObject<{
425431
buckets?: string | undefined;
426432
};
427433
} | undefined;
428-
"AWS::Amplify::Custom"?: {
429-
version: "1";
430-
payload: {
431-
customOutputs: string;
432-
};
433-
} | undefined;
434434
"AWS::Amplify::Function"?: {
435435
version: "1";
436436
payload: {
@@ -451,6 +451,12 @@ export const unifiedBackendOutputSchema: z.ZodObject<{
451451
region: string;
452452
};
453453
} | undefined;
454+
"AWS::Amplify::Custom"?: {
455+
version: "1";
456+
payload: {
457+
customOutputs: string;
458+
};
459+
} | undefined;
454460
"AWS::Amplify::Auth"?: {
455461
version: "1";
456462
payload: {
@@ -497,12 +503,6 @@ export const unifiedBackendOutputSchema: z.ZodObject<{
497503
buckets?: string | undefined;
498504
};
499505
} | undefined;
500-
"AWS::Amplify::Custom"?: {
501-
version: "1";
502-
payload: {
503-
customOutputs: string;
504-
};
505-
} | undefined;
506506
"AWS::Amplify::Function"?: {
507507
version: "1";
508508
payload: {

packages/backend-output-schemas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"@aws-amplify/plugin-types": "^1.10.0"
2323
},
2424
"peerDependencies": {
25-
"zod": "3.22.3"
25+
"zod": "3.25.17"
2626
}
2727
}

packages/cli-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"strip-ansi": "^7.1.0",
3030
"wrap-ansi": "^9.0.0",
3131
"semver": "^7.6.3",
32-
"zod": "^3.22.3"
32+
"zod": "3.25.17"
3333
}
3434
}

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"open": "^10.1.0",
6262
"semver": "^7.6.3",
6363
"yargs": "^17.7.2",
64-
"zod": "^3.22.3"
64+
"zod": "3.25.17"
6565
},
6666
"peerDependencies": {
6767
"@aws-sdk/types": "^3.734.0",

packages/client-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@aws-amplify/model-generator": "^1.2.0",
3030
"@aws-amplify/platform-core": "^1.8.0",
3131
"@aws-amplify/plugin-types": "^1.10.0",
32-
"zod": "^3.22.3"
32+
"zod": "3.25.17"
3333
},
3434
"devDependencies": {
3535
"@aws-sdk/types": "^3.734.0",

packages/deployed-backend-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@aws-amplify/backend-output-schemas": "^1.6.0",
2323
"@aws-amplify/platform-core": "^1.8.0",
2424
"@aws-amplify/plugin-types": "^1.10.0",
25-
"zod": "^3.22.3"
25+
"zod": "3.25.17"
2626
},
2727
"peerDependencies": {
2828
"@aws-sdk/client-amplify": "^3.750.0",

packages/integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"ssh2": "^1.15.0",
5151
"strip-ansi": "^7.1.0",
5252
"uuid": "^11.1.0",
53-
"zod": "^3.22.3"
53+
"zod": "3.25.17"
5454
},
5555
"license": "Apache-2.0"
5656
}

0 commit comments

Comments
 (0)