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

chore: angular 17 migration #6621

Merged
merged 6 commits into from
Nov 28, 2023

Commits on Nov 25, 2023

  1. chore: updated nx and angular to the 17th versions

    - updated @nx/* and @angular/* family to their latest versions
    
    - updated via migrations
    
    - regenerated package-lock.json and now it uses v3 format
    
    - docs polyfills used old `dist` imports, replaced it to `plugins`
    
    - updated README.md, mentioning that next major version will require/support Angular 17
    
    - removed unused variables from tests to fight eslint errors
    
    BREAKING CHANGE: Angular 17 is required now
    g-cheishvili committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    1fae515 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Configuration menu
    Copy the full SHA
    62bf57d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9cd55b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    adecf71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    867bb20 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e895d64 View commit details
    Browse the repository at this point in the history