Thanks to visit codestin.com Credit goes to github.com
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 954497f commit 98c8fb5Copy full SHA for 98c8fb5
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 following once the checks are performed against the stamped `.js` file instead of the source `.json` file.
37
+ // ...(await checkSchematicsAngularLatestVersion(newVersion)),
38
];
39
40
if (failures.length !== 0) {
0 commit comments