creativecommons / creativecommons/ccos-website-source

[Feature] Regular update of Browserslist

Open
#824 5 comments 0 reactions 0 assignees View on GitHub
✨ goal: improvement 🤖 aspect: dx 🚧 status: blocked 🟩 priority: low
Dominant language
CSS
Stars
99
Forks
190
PR merge metrics
No merged PRs in 30d

Description

## Problem
While running the project locally, a warning comes up that `caniuse-lite` is outdated. This warning suggests that the Browserslist is not up to date, which could lead to outdated browser compatibility checks during development. This could maybe cause issues with browser support, especially as new features are released.

## Description
The feature would involve regularly updating the Browserslist database to keep it current with the latest browser compatibility.
This can be done by running the following command: `npx update-browserslist-db@latest

`
This feature can be implemented;
-By adding the update command to the documentation and or Readme as a step for contributors to run periodically as many might skip during development

-by integrating it into the deployment pipeline to automatically check and update the browserslist db when necessary.

## Additional context
See more - [Why you should update broswerDb list regularly ](https://github.com/browserslist/update-db#readme)

Screenshot 2024-10-07 at 14 20 43

## Implementation

- [ ] I would be interested in implementing this feature.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.