We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc880fe commit 62640bfCopy full SHA for 62640bf
packages/angular/cli/upgrade/version.ts
@@ -151,6 +151,8 @@ export class Version {
151
{ compiler: '>=5.1.0-beta.0 <5.2.0', typescript: '>=2.4.2 <2.6.0' },
152
{ compiler: '>=5.2.0-beta.0 <6.0.0', typescript: '>=2.4.2 <2.7.0' },
153
{ compiler: '>=6.0.0-beta.0 <7.0.0', typescript: '>=2.7.0 <2.8.0' },
154
+ { compiler: '>=6.1.0-beta.0 <6.1.0-rc.0', typescript: '>=2.7.2 <2.9.0' },
155
+ { compiler: '>=6.1.0-rc.0 <7.0.0', typescript: '>=2.7.2 <2.10.0' },
156
];
157
158
const currentCombo = versionCombos.find((combo) => satisfies(compilerVersion, combo.compiler));
0 commit comments