Make WordPress Core

Opened 3 years ago

Closed 3 years ago

#55559 closed task (blessed) (fixed)

Update the `caniuse` data for 6.0

Reported by: desrosj's profile desrosj Owned by: desrosj's profile desrosj
Milestone: 6.0 Priority: normal
Severity: normal Version: 6.0
Component: Build/Test Tools Keywords:
Focuses: css Cc:

Description

[53141] updated the caniuse database to the latest version. This ticket is to ensure that any CSS files generated by Core build tools (not distributed in NPM dependencies) are updated accordingly with grunt precommit:css.

For historical reference, the update in [53141] produced the following target browser changes when using the latest data provided in version 1.0.30001327:

Target browser changes:
- and_chr 91
+ and_chr 100
- and_uc 12.12
- android 91
+ android 99
- chrome 91
- chrome 90
+ chrome 100
+ chrome 99
+ chrome 98
- edge 91
- edge 90
+ edge 99
+ edge 98
- firefox 90
- firefox 89
+ firefox 98
+ firefox 97
- ios_saf 14.5-14.7
- ios_saf 14.0-14.4
+ ios_saf 15.4
+ ios_saf 15.2-15.3
+ ios_saf 14.5-14.8
- opera 77
- opera 76
+ opera 83
+ opera 82
- safari 14.1
- safari 14
+ safari 15.4
+ safari 15.2-15.3
- samsung 14.0
+ samsung 16.0

Previously:

Change History (4)

#1 @desrosj
3 years ago

  • Owner set to desrosj

After running grunt precommit:css, there are only 2 deleted -moz-tab-size properties. The -moz- prefix has not been required for Firefox since version 90 (Firefox is currently at version 99), and currently sits at 0.02% usage.

#2 @desrosj
3 years ago

In 53143:

Build/Test Tools: Update generated CSS files after [53141].

This removes 2 instances of -moz-tab-size, which has not been required for Firefox to support the tab-size property since version 90 (current version is 99.

See #55559.

#3 @desrosj
3 years ago

Leaving this open just in case another update is required, but this can be closed out when preparing for RC1.

#4 @costdev
3 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

With 6.0 RC1 tomorrow, closing this ticket as fixed.

Note: See TracTickets for help on using tickets.