Merge pull request #33940 from backstage/rugvip/fix-v1.50-release-notes-zod-comment

docs: fix v1.50 release notes zod version comment
This commit is contained in:
Patrik Oldsberg
2026-04-16 11:08:28 +02:00
committed by GitHub
+1 -1
View File
@@ -23,7 +23,7 @@ The new frontend system now uses [Standard Schema](https://github.com/standard-s
To use the new `configSchema` option with Zod, you need Zod v4 or the `zod/v4` subpath export from the Zod v3 package. The `zod/v4` subpath requires a minimum Zod version of **3.25.0** — make sure to update your Zod dependency if needed:
```ts
// Either use Zod v4 directly:
// Either use Zod v4 directly (requires zod@^4.0.0):
import { z } from 'zod';
// Or the v4 subpath from the Zod v3 package (requires zod@^3.25.0):