[wp-trac] [WordPress Trac] #53686: Update the `caniuse` data for 5.8

WordPress Trac noreply at wordpress.org
Mon Jul 19 00:32:44 UTC 2021


#53686: Update the `caniuse` data for 5.8
------------------------------+-----------------------
 Reporter:  desrosj           |      Owner:  (none)
     Type:  defect (bug)      |     Status:  new
 Priority:  normal            |  Milestone:  5.8
Component:  Build/Test Tools  |    Version:
 Severity:  normal            |   Keywords:  has-patch
  Focuses:                    |
------------------------------+-----------------------
 The data used for generating CSS from Sass files is a bit outdated.

 This should be updated, and the CSS should be regenerated to reflect the
 current browsers supported by the 5.8 release.

 After running `npx browserslist at latest --update-db`, these are the changes
 to target browsers reported:

 {{{
 Target browser changes:
 - and_chr 90
 + and_chr 91
 - android 90
 + android 91
 - chrome 89
 + chrome 91
 - edge 89
 + edge 91
 - firefox 88
 - firefox 87
 + firefox 90
 + firefox 89
 - ios_saf 14.5
 + ios_saf 14.5-14.7
 - opera 75
 - opera 74
 + opera 77
 + opera 76
 - samsung 13.0
 + samsung 14.0
 }}}

 The changes resulting when running `npm run grunt precommit:css` after
 updating the data are very minor, so I think they're safe to include in
 the release as part of the dry-run checks performed:
 - A single `-webkit` prefix is removed for `min-width`, which was required
 for Safari <= 10.1 (0.06% total global usage). We support last 2 (13, 14).
 - 2 instances where the `-o-` prefix is added for tab-size. This appears
 to be for Opera Mobile, which has creeped back over the 1% global usage.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/53686>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list