Change record status: 
Project: 
Introduced in branch: 
11.3.x
Introduced in version: 
11.3.0
Description: 

Drupal\views\ViewsConfigUpdater is now a service to properly persist the $deprecationsEnabled property.

Before:
\Drupal::classResolver('Drupal\views\ViewsConfigUpdater');

After:
\Drupal::service('Drupal\views\ViewsConfigUpdater');

Impacts: 
Module developers