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.
checkSchematicsAngularLatestVersion
1 parent 00ed363 commit 99e0bdcCopy full SHA for 99e0bdc
scripts/release-checks/dependency-ranges/index.mts
@@ -33,7 +33,8 @@ export async function assertValidDependencyRanges(
33
34
const failures: string[] = [
35
...(await checkPeerDependencies(newVersion, allPackages)),
36
- ...(await checkSchematicsAngularLatestVersion(newVersion)),
+ // TODO: re-enable the below once the checks are performaned against the stamped version .js file instead of the src json file.
37
+ // ...(await checkSchematicsAngularLatestVersion(newVersion)),
38
];
39
40
if (failures.length !== 0) {
0 commit comments