From efcdf7bf18a5c897a28aecb633f43290482b0443 Mon Sep 17 00:00:00 2001 From: Doug Parker Date: Tue, 10 Oct 2023 16:54:53 -0700 Subject: [PATCH] refactor: strengthen language around Protractor support status Protractor is no longer deprecated, it's already end-of-life. I didn't commit to a specific version because plans always fluctuate, but it is eligible to be removed in any future Angular major version. (cherry picked from commit e5849c8995c19844cfbf8810fdb9b278dd8a596e) --- .../build_angular/src/builders/protractor/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/angular_devkit/build_angular/src/builders/protractor/index.ts b/packages/angular_devkit/build_angular/src/builders/protractor/index.ts index 4da2983cae00..e081931637b3 100644 --- a/packages/angular_devkit/build_angular/src/builders/protractor/index.ts +++ b/packages/angular_devkit/build_angular/src/builders/protractor/index.ts @@ -92,7 +92,7 @@ export async function execute( context: BuilderContext, ): Promise { context.logger.warn( - 'Protractor has been deprecated including its support in the Angular CLI. For additional information and alternatives, please see https://github.com/angular/protractor/issues/5502.', + 'Protractor has reached end-of-life and is no longer supported by the Angular team. The `protractor` builder will be removed in a future Angular major version. For additional information and alternatives, please see https://blog.angular.io/protractor-deprecation-update-august-2023-2beac7402ce0.', ); // ensure that only one of these options is used