Skip to content

Commit 9768559

Browse files
committed
fix: scope 7 overrides to prevent cross-major-version breakage
immutable, ajv, picomatch, diff, brace-expansion, yaml, rollup — all scoped to only bump consumers already on the target major version. Prevents forcing e.g. ajv 8.x onto ajv ^6.x consumers.
1 parent 908583f commit 9768559

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,18 +116,18 @@
116116
"svgo": ">=3.3.3",
117117
"@isaacs/brace-expansion": ">=5.0.1",
118118
"@modelcontextprotocol/sdk": ">=1.26.0",
119-
"immutable": ">=5.1.5",
120-
"rollup": ">=4.59.0",
121-
"brace-expansion": ">=2.0.3",
122-
"ajv": ">=8.18.0",
119+
"immutable@>=5.0.0 <5.1.5": ">=5.1.5",
120+
"rollup@>=4.0.0 <4.59.0": ">=4.59.0",
121+
"brace-expansion@>=2.0.0 <2.0.3": ">=2.0.3",
122+
"ajv@>=8.0.0 <8.18.0": ">=8.18.0",
123123
"bn.js": ">=5.2.3",
124-
"picomatch": ">=4.0.4",
124+
"picomatch@>=4.0.0 <4.0.4": ">=4.0.4",
125125
"js-yaml": ">=4.1.1",
126126
"jsondiffpatch": ">=0.7.2",
127-
"yaml": ">=2.8.3",
127+
"yaml@>=2.0.0 <2.8.3": ">=2.8.3",
128128
"zod": ">=3.22.3",
129129
"cookie": ">=0.7.0",
130-
"diff": ">=8.0.3",
130+
"diff@>=8.0.0 <8.0.3": ">=8.0.3",
131131
"qs": ">=6.14.2",
132132
"@octokit/plugin-paginate-rest": ">=9.2.2",
133133
"@octokit/request": ">=8.4.1",

0 commit comments

Comments
 (0)