orangehrm / orangehrm

OrangeHRM is a comprehensive Human Resource Management (HRM) System that captures all the essential functionalities required for any enterprise.
GNU General Public License v3.0
740 stars 538 forks source link

OHRM5X-2486: Bump FE libraries to latest minor version #1807

Closed devishke-orange closed 3 months ago

devishke-orange commented 3 months ago

PR contains:

~Only libraries with security alerts (and their dependencies) were bumped using yarn up -R (excluding axios).~

Security libraries were updated first using yarn up -R (excluding axios). Then yarn was set to version 4.1.0. Remaining libraries were upgraded to latest minor version using yarn upgrade-interactive.

Super-Chama commented 3 months ago

@devishke-orange I've been meaning to bump up dependencies inside of installer but never had a chance. Perhaps you can do that also here? Also update browserlist db

devishke-orange commented 3 months ago

@Super-Chama yes working on it. I'm thinking of updating yarn version also.

I did some testing with Cypress 13 as well and got it working. Will inform you once I make a PR

devishke-orange commented 3 months ago

@RajithaKumara Please take a look since there are a lot of changes.