browserslist / caniuse-lite

A smaller version of caniuse-db, with only the essentials!
Creative Commons Attribution 4.0 International
547 stars 77 forks source link

Regression in version 1.0.30001168 #57

Closed Wedvich closed 3 years ago

Wedvich commented 3 years ago

We're using the following query in .browserslistrc:

defaults
not IE 11
not op_mini all
chrome 80

We're on caniuse-lite version 1.0.30001165. When updating to 1.0.30001168 (using npx browserslist@latest --update-db), the above query also causes the following diff in matched browsers:

+ android 4.4.3-4.4.4
+ firefox 84
- firefox 78
+ firefox 60
+ ie_mob 11

firefox 84 makes sense since it's new, but including ie_mob and android 4.4.3-4.4.4 as well as firefox esr targeting an older version (7860) looks like a regression. Is this a problem with caniuse-lite, or does it come from browserslist/caniuse-db?

Wedvich commented 3 years ago

Nevermind, seems to have been caused by some browserslist version mismatch in our lockfile 😞