We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a6be5 commit 4a3018fCopy full SHA for 4a3018f
1 file changed
pnpm-workspace.yaml
@@ -12,6 +12,15 @@ onlyBuiltDependencies:
12
gitChecks: false
13
engineStrict: true
14
autoInstallPeers: false
15
+minimumReleaseAge: 2880
16
+minimumReleaseAgeExclude:
17
+ - eslint
18
+ - express
19
+ - http-errors
20
+ - typescript
21
+ - tsx
22
+ - vitest
23
+ - zod
24
publicHoistPattern:
25
- "@typescript-eslint/*" # used as an assumed transitive in migration
26
- "@vitest/*" # used by vitest.setup.ts and vitest.config.ts
0 commit comments