-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
Updated to Angular 8. #214
Conversation
Added tslib to dev dependencies.
Sorry, I'm a bit confused here cause I'm currently using this lib in a Angular 8 app in production. 🤔 |
The problem is that I want to upgrade a project of mine to Angular 8 (from 7) using |
As it will take a few days til the next release, a workaround for you would be uninstall it, upgrade your project and then install the lib again. It worked without problems for me. |
Co-Authored-By: Luiz Machado <[email protected]>
Co-Authored-By: Luiz Machado <[email protected]>
Co-Authored-By: Luiz Machado <[email protected]>
Took it from angularfire2.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I accepted your comments.
Also I adjusted typescript to "typescript": ">=3.4.0 <3.5.0" (took it from angularfire2).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking for CI to finish.
If I'm not mistaken, this PR is missing peer dependencies update in projects/zxing-scanner/package.json as well. |
Minor code lint & JSDoc updates.
That dependencies were the most important, hehe. I'm curious about the CI, I think it's frozen. |
Any chance this could be merged soon? 😃 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lez go.
Why:
Cause I need to upgrade my project from Angular 7 to 8.
It fails on
ng upgrade
.Changes:
Includes automatic code migrations of Angular 8.
Added tslib to dev dependencies.
Updated zxing/library, codalyzer, tsickle, ng-packagr and typescript.
Housekeeping for error free linting.