Updates to Angular 13 and enables support for Ivy distribution - #230
Merged
Conversation
This commit fixes vulnerabilities reported by npm. Before: 45 vulnerabilities (2 low, 15 moderate, 20 high, 8 critical) After: 17 vulnerabilities (1 low, 7 moderate, 7 high, 2 critical)
- updates the dependencies to use Angular 13 - compilation mode set to Ivy Partial - updates the version to 5.0.0 BREAKING CHANGE: it is NOT backwards compatible with v12 due to Ivy.
- adds eslint schematics - migrates the project to use eslint - removes tslint - removes codelyzer since it is no longer needed This commit migrates the project from tslint to eslint
- removes protractor - updates coveralls - fixes vulnerabilities reported by npm Note: 2 vulnerabilities cannot be fixed since the latest version of coveralls uses the package request which is deprecated.
|
LGTM, I appreciate the strategy for version upgrades. |
andrefarzat
approved these changes
Apr 6, 2023
Collaborator
|
Just released the v5.0.0 version: https://www.npmjs.com/package/angular-plotly.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the package to Angular 13 and enables support for Ivy distribution
fixes #181
NB: I will add separate PR for Angular version 14 and 15 with major version updated to v6, and v7 respectively. Please let me know if this is okay. This is to support the projects on specific version of Angular to use specific version of this library.
Please provide your feedback. @andrefarzat @fischor @afarzat-ed @abierbaum @alyst