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 d88550a commit c40cebeCopy full SHA for c40cebe
1 file changed
fixtures/the-repo/.syncpackrc.json
@@ -1,15 +1,23 @@
1
{
2
+ "semverGroups": [
3
+ {
4
+ "label": "All catalog dependencies must use ~ versions",
5
+ "dependencyTypes": ["pnpmCatalog"],
6
+ "range": "~"
7
+ }
8
+ ],
9
"versionGroups": [
10
11
+ "label": "Ban zod from the catalog",
12
+ "dependencies": ["zod"],
13
14
+ "isBanned": true
15
+ },
16
17
"label": "Use workspace protocol when developing local packages",
18
"dependencies": ["$LOCAL"],
19
"dependencyTypes": ["!local"],
20
"pinVersion": "workspace:*"
- },
- {
- "label": "Enforce catalogs for development and production deps",
- "dependencyTypes": ["dev", "prod"],
- "policy": "catalog"
21
}
22
]
23
0 commit comments