Skip to content

Commit 40cfb8c

Browse files
authored
Merge branch 'master' into ensure-engines-plugin
2 parents 361c85c + 50116f2 commit 40cfb8c

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

express-zod-api/src/documentation-helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ const depicters: Partial<Record<FirstPartyKind | ProprietaryBrand, Depicter>> =
363363
};
364364

365365
/**
366-
* @todo simplify if fixed (unable to customize references):
366+
* Changes references relative to a schema root into the ones relative to a document root
367367
* @link https://github.com/colinhacks/zod/issues/4281
368368
* */
369369
const fixReferences = (

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
"typescript-eslint": "catalog:dev",
3030
"vitest": "^3.2.3"
3131
},
32-
"packageManager": "[email protected].0+sha512.fce8a3dd29a4ed2ec566fb53efbb04d8c44a0f05bc6f24a73046910fb9c3ce7afa35a0980500668fa3573345bd644644fa98338fa168235c80f4aa17aa17fbef"
32+
"packageManager": "[email protected].1+sha512.17c560fca4867ae9473a3899ad84a88334914f379be46d455cbf92e5cf4b39d34985d452d2583baf19967fa76cb5c17bc9e245529d0b98745721aa7200ecaf7a"
3333
}

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ minimumReleaseAgeExclude:
2121
- eslint
2222
- express
2323
- http-errors
24+
- rolldown
2425
- typescript
2526
- tsdown
2627
- tsx

0 commit comments

Comments
 (0)