Skip to content

Commit a032125

Browse files
committed
cleanup(angular): set target version to v22 for the decorate cli script deprecation warning
1 parent c4cb96c commit a032125

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/nx/src/adapter/decorate-cli.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
// TODO(v22): remove this file
2+
13
import { readFileSync, writeFileSync } from 'fs';
24
import { output } from '../utils/output';
35

46
export function decorateCli() {
57
output.warn({
6-
title: `Decoration of the Angular CLI is deprecated and will be removed in a future version`,
8+
title: `Decoration of the Angular CLI is deprecated and will be removed in Nx v22`,
79
bodyLines: [
810
`Please replace usage of "ng <command>" in any scripts, particularly for CI, with "nx <command>"`,
911
],

0 commit comments

Comments
 (0)