CATcher-org / CATcher

CATcher is a software application used for peer-testing of software projects.
https://catcher-org.github.io/CATcher/
MIT License
71 stars 66 forks source link

Angular 12 #1242

Closed cheehongw closed 4 months ago

cheehongw commented 4 months ago

Summary:

This pull request addresses some of the outdated packages in our application.

Changes Made:

Proposed Commit Message:

Upgrade to Angular 12

Some of our packages are old and outdated. We should actively maintain 
and keep these packages up-to-date so it is easier to maintain in the 
future.

Let's upgrade to Angular 12 to keep our packages up-to-date.
codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (a1b5000) 53.13% compared to head (070732e) 54.77%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1242 +/- ## ========================================== + Coverage 53.13% 54.77% +1.63% ========================================== Files 105 105 Lines 2951 2859 -92 Branches 549 503 -46 ========================================== - Hits 1568 1566 -2 Misses 1030 1030 + Partials 353 263 -90 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

cheehongw commented 4 months ago

Kindly provide your Node, npm and OS version, when you test this PR.

luminousleek commented 4 months ago

System

OS: macOS Ventura 13.6.3 Browser: Safari Browser Version: Version 16.6 (18615.3.12.11.2) Local Angular Version: 12.2.18

Actions Run

npm install: success npm run ng:serve:web

Tested Phases

  1. Bug Reporting Phase
  2. Team's Response Phase
  3. Tester's Response Phase (Team Disagree response)

No bugs found

chunweii commented 4 months ago

System

OS: Windows 11 22H2 Browser: Chrome Browser Version: Version 121.0.6167.161 (Official Build) (64-bit) Local Angular Version: 12.2.18

Actions Run

npm install: success npm run ng:serve:web

Tested Phases

  1. Bug Reporting Phase
  2. Team's Response Phase
  3. Tester's Response Phase

No bugs found

cheehongw commented 4 months ago

System

OS: ubuntu 22.04 Browser: chrome Browser Version: Version 114.0.5735.133 (Official Build) (64-bit) Local Angular Version: 12.2.18 node version: 14.21.2 npm version: 6.14.17

Actions Run

npm install: success npm run ng:serve:web npm run test npm run e2e

Tested Phases

  1. Bug Reporting Phase
  2. Team's Response Phase
  3. Tester's Response Phase (Team Disagree response)

No bugs found