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

Upgrade to Angular 11 #1987

Open
3 tasks
steve-todorov opened this issue Feb 15, 2021 · 0 comments · May be fixed by strongbox/strongbox-web-ui#51
Open
3 tasks

Upgrade to Angular 11 #1987

steve-todorov opened this issue Feb 15, 2021 · 0 comments · May be fixed by strongbox/strongbox-web-ui#51
Assignees
Labels
dependencies Pull requests that update a dependency file

Comments

@steve-todorov
Copy link
Member

Task Description

We need to upgrade our @angular/* dependencies from 10.* to version 11.*.

Notable changes

  • Angular >= 11 drops support for IE 9, 10 and Mobile
  • Angular requires TypeScript 4.0+.
  • Allows for opt-in to webpack 5 by using Yarn and adding "resolutions": {"webpack": "^5.0.0"} to your package.json.
    • This also allows to use webpack module federation which will be handy.
  • See other changes here

Tasks

The following tasks will need to be carried out:

Help

@steve-todorov steve-todorov added the dependencies Pull requests that update a dependency file label Feb 15, 2021
@steve-todorov steve-todorov self-assigned this Feb 15, 2021
@steve-todorov steve-todorov linked a pull request Feb 15, 2021 that will close this issue
15 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant