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

Adding Angular 11.2 support #32

Closed
wants to merge 1 commit into from

Conversation

daniel-schulz
Copy link

@daniel-schulz daniel-schulz commented Feb 8, 2021

Adding Angular 11.2 support

Updates the dependencies to be compatible with the currently latest Angular version.

Version diff:

Package Previous Version New Version
@angular/core ^6.0.0 ^11.2.6
@angular/common ^6.0.0 ^11.2.6
@angular/platform-browser ^6.0.0 ^11.2.6
@ngx-translate/core ^10.0.0 ^13.0.0
@types/gettext-parser N/A ^4.0.0
gettext-parser 1.3.1 ^4.0.4
rxjs ^6.0.0 ^6.6.6
typescript 2.7.2 ^4.2.3
zone.js 0.8.26 ^0.11.4

Solves #31

@daniel-schulz daniel-schulz changed the title Fix dependencies for Angular 11.1 Update of libraries / Fix dependencies for Angular 11.1 Feb 8, 2021
@daniel-schulz
Copy link
Author

@biesbjerg please let me know if I can do something to get this PR merged. Also if this change does not fit with your plans.

@daniel-schulz daniel-schulz force-pushed the master branch 2 times, most recently from dd09c5c to 8d2ba13 Compare March 19, 2021 14:16
@daniel-schulz daniel-schulz changed the title Update of libraries / Fix dependencies for Angular 11.1 Update of libraries / Fix dependencies for Angular 11.2 Mar 19, 2021
@daniel-schulz daniel-schulz changed the title Update of libraries / Fix dependencies for Angular 11.2 Adding Angular 11.2 support Mar 19, 2021
Updates the dependencies to be compatible with the latest Angular version.

Version diff:
- `@angular/core`:              `^6.0.0` => `^11.2.6`
- `@angular/common`:            `^6.0.0` => `^11.2.6`
- `@angular/platform-browser`:  `^6.0.0` => `^11.2.6`
- `@ngx-translate/core`:       `^10.0.0` => `^13.0.0`
- `@types/gettext-parser`:         `N/A` =>  `^4.0.0`
- `gettext-parser`:              `1.3.1` =>  `^4.0.4`
- `rxjs`:                       `^6.0.0` =>  `^6.6.6`
- `typescript`:                  `2.7.2` =>  `^4.2.3`
- `zone.js`:                    `0.8.26` => `^0.11.4`
@daniel-schulz
Copy link
Author

@biesbjerg I've now updated the PR from Angular 11.1 to 11.2 and also fixed the broken build by also updating typescript.

@daniel-schulz
Copy link
Author

Close this PR, because this package will not be maintained anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant