Skip to content

Commit 98c8fb5

Browse files
committed
build: disable checkSchematicsAngularLatestVersion pre-release check
This is current checking `packages/schematics/angular/utility/latest-versions/package.json` but recently we change how the version is set #29368
1 parent 954497f commit 98c8fb5

File tree

1 file changed

+2
-1
lines changed
  • scripts/release-checks/dependency-ranges

1 file changed

+2
-1
lines changed

Diff for: scripts/release-checks/dependency-ranges/index.mts

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ export async function assertValidDependencyRanges(
3333

3434
const failures: string[] = [
3535
...(await checkPeerDependencies(newVersion, allPackages)),
36-
...(await checkSchematicsAngularLatestVersion(newVersion)),
36+
// 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)),
3738
];
3839

3940
if (failures.length !== 0) {

0 commit comments

Comments
 (0)