Investigate and perform upgrade to bootstrap v5

Abierto
#254 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
4/5
Tiempo estimado
3-5 días
Aptitud para principiantes
45/100
Tipo de issue
Error
Claridad
Bastante claro
Estado de actividad
Estancado
Stack tecnológico
bootstrap, javascript

Línea de trabajo

Start by examining the Gallery Carousel and the module list pagination, then compare the current dependency behavior with bootstrap v5 and its reactstrap usage. Identify the breaking change causing the pagination layout shown in the screenshot, update the affected code if possible, and verify that the pagination matches the expected screenshot while the Carousel vulnerability is addressed.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

bug help wanted

Dependabot found a vulnerability in our current bootstrap version: https://github.com/MovingBlocks/movingblocks.github.com/security/dependabot/146
The vulnerability affects the Carousel component which we're using for the Gallery.
We don't use the data-slide and data-slide-to attributes directly and from what I've seen, reactstrap doesn't use them either for their CarouselControl implementation. However, I don't know whether they are used by any of reactstrap's dependencies or any place else, so just to be sure, we should consider upgrading bootstrap to v5.

Upgrading bootstrap v5 would fix this issue, but that breaks the module list pagination (see screenshot below).
We need to figure out the breaking change and adjust our code accordingly if possible.

That's what the upgrade made it look like:
image

Should look like this instead:
image

Lenguaje dominante
JavaScript
Estrellas
7
Forks
17
Métricas de merge de PR
Sin PR fusionados en 30 d

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de MovingBlocks/movingblocks.github.com

Todos los issues de MovingBlocks/movingblocks.github.com

Issues similares

Más issues de JavaScript

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.