Twenty Twenty-One: Update devDependencies.

This updates several `devDependencies` to their latest versions.

The deprecated `stylelint-config-wordpress` package has also been replaced with the `@wordpress/stylelint-config` package.

This commit also includes several minor adjustments to `.scss` files to decrease the number of coding standards warnings produced when running `lint:scss`.

See #52624.
Built from https://develop.svn.wordpress.org/trunk@50972


git-svn-id: http://core.svn.wordpress.org/trunk@50581 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj
2021-05-24 15:37:55 +00:00
parent f092c961c0
commit a537de7b00
14 changed files with 610 additions and 482 deletions

View File

@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.8-alpha-50971';
$wp_version = '5.8-alpha-50972';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.