-
-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Regular update of Browserslist #824
Comments
@Queen-codes This is a great write-up/issue! Thank you!
🚧 status: blocked
After migration, I expect the |
can i work on this issue ? |
Thank you for the feedback @TimidRobot |
hi. @Tharanishwaran. this issue is currently blocked and should be closed or updated after migration to the current Vocabulary design system according to @TimidRobot |
hi. @Queen-codes thankyou for the information |
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
Implementation
The text was updated successfully, but these errors were encountered: