Skip to content

Commit

Permalink
renovate: allow TypeScript updates
Browse files Browse the repository at this point in the history
The microsoft/TypeScript#50974 fix is included in TS 4.9 which is now released.
  • Loading branch information
glasser committed Nov 21, 2022
1 parent 0fffa1e commit c656bcb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions renovate.json5
Expand Up @@ -54,12 +54,6 @@
"matchPackageNames": ["node-fetch", "@types/node-fetch"],
"allowedVersions": "2.x"
},
{
// We're uncomfortable running TS4.8 until this PR is released:
// https://github.com/microsoft/TypeScript/pull/50974 (it's not in 4.8.4).
matchPackageNames: ["typescript"],
allowedVersions: "4.7.x",
},
{
// Major upgrade rollup plugins along with rollup itself.
matchSourceUrlPrefixes: ["https://github.com/rollup/"],
Expand Down

0 comments on commit c656bcb

Please sign in to comment.