Opened 19 months ago
Closed 14 months ago
#57856 closed task (blessed) (fixed)
Update `caniuse` data for 6.3
Reported by: | desrosj | Owned by: | davidbaumwald |
---|---|---|---|
Milestone: | 6.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | dev-reviewed |
Focuses: | Cc: |
Description (last modified by )
Change History (6)
Note: See
TracTickets for help on using
tickets.
It looks like [56065] applied an update to the most recent database at that time.
When running
grunt precommit:css
, there are some changes to generated CSS files. I checked, and they're not present in the 6.2 branch. I backtracked and re-applied the update to the version ofcaniuse-lite
that's being used after [56065], so something in that update is causing the changes even though there are no reported changes to targeted browsers in the update.The changes are all removing instances of
(-webkit-min-device-pixel-ratio: 1.25)
within generated media queries. It's not something that will cause problems, so I think it's fine to just commit with the next version in #58869.