Project

General

Profile

action #159408

Updated by jbaier_cz 3 months ago

## Motivation 

 dependabot [automatically prepares PR's](https://github.com/os-autoinst/openQA/pulls/app%2Fdependabot) as a new version of a dependency we rely on is available. Some of the updates require manual intervention when there's incompatible changes. We should treat them like *High* tickets. 

 bootstrap 5.3.3 has been available since March 15 meaning it exceeds out SLA and we should look into it asap, hence this ticket to make it more visible. 

 ## Acceptance criteria 
 * **AC1:** The bootstrap dependency has been upgraded, replaced or otherwise handled 

 ## Suggestions 
 * See https://github.com/os-autoinst/openQA/pull/5514 as a starting point for the upgrade, in particular CI test failures 
 * Do some mass-replacement with "sed" and alike to use new names for stuff 
 * Test, rinse and repeat 
 * Submit updates to that PR or create your own 
 * As necessary update dependencies like jquery unless we already use latest upgrade

Back