Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show warning on deprecated option usage #18520

Merged
merged 5 commits into from
Aug 17, 2020
Merged

Show warning on deprecated option usage #18520

merged 5 commits into from
Aug 17, 2020

Commits on Aug 13, 2020

  1. feat(@angular-devkit/core): add useXDeprecatedProvider to `SchemaRe…

    …gistry`
    
    Use the new provider to record usage of options which have the `x-deprecated` keyword.
    alan-agius4 committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    c69a2d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26ad150 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3514f61 View commit details
    Browse the repository at this point in the history
  4. feat(@angular/cli): show warning when using deprecated options

    With this change we show a warning when a deprecated option is also defined in the workspace configuration file (angular.json).
    
    Closes: #14966
    alan-agius4 committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    d2603bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3df989b View commit details
    Browse the repository at this point in the history