Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: plotly/angular-plotly.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rk-7/angular-plotly.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 15 files changed
  • 1 contributor

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    b059afc View commit details
    Browse the repository at this point in the history
  2. fix(depend): fix npm reported vulnerabilities

    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)
    rk-7 committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    dc5ae53 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. build(deps): update Angular to v13

    - 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.
    rk-7 committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    e403381 View commit details
    Browse the repository at this point in the history
  2. build(lint): migrate to project to eslint

    - 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
    rk-7 committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    308155a View commit details
    Browse the repository at this point in the history
  3. build(deps): remove protractor

    - 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.
    rk-7 committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    a76d8a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4abb538 View commit details
    Browse the repository at this point in the history
Loading