Skip to content

Commit c1ca2bb

Browse files
authored
renovate: pin TS to 4.7 on main (AS3)
1 parent 240b46b commit c1ca2bb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

renovate.json5

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,5 +169,12 @@
169169
matchBaseBranches: ["main"],
170170
allowedVersions: "28.x"
171171
},
172+
{
173+
// typescript@4.8 breaks the build on main; since AS4 is imminent, pinning
174+
// seems better than fixing.
175+
matchPackageNames: ["typescript"],
176+
matchBaseBranches: ["main"],
177+
allowedVersions: "4.7.x",
178+
},
172179
]
173180
}

0 commit comments

Comments
 (0)