Bundled Themes: Update NPM dependencies for default themes.

This updates all NPM dependencies for all default themes with a `package.json` file (Twenty Nineteen, Twenty Twenty, and Twenty Twenty-One) to their latest versions following the defined version constraints. `npm audit fix` has also been run for each theme.

These updates only resulted in minor changes within built files for Twenty Twenty-One.

See #54727.
Built from https://develop.svn.wordpress.org/trunk@53295


git-svn-id: http://core.svn.wordpress.org/trunk@52884 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2022-04-27 14:25:07 +00:00
parent 6e9c29da06
commit 3ec9f00b1f
8 changed files with 2855 additions and 3078 deletions

View File

@ -69,9 +69,9 @@
"dev": true
},
"@wordpress/browserslist-config": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/@wordpress/browserslist-config/-/browserslist-config-4.0.1.tgz",
"integrity": "sha512-mmLxc21NWxZSSPvD592tmzpBlme+nB0fbG1xO+EldS4vQkeWIQUZlNbrMijZM/hpFaBqDEJCAZFUPUpw1XwBWg==",
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/@wordpress/browserslist-config/-/browserslist-config-4.1.2.tgz",
"integrity": "sha512-UH0Ifmm4tEjVPOtiqH6yxDvk2EKtqSAhnyhyfSIb0wUnEoGsWTjREZjzuhgjt/I2nTqfg+0gUSzL5D0yQH6wDQ==",
"dev": true
},
"abbrev": {
@ -1282,9 +1282,9 @@
"dev": true
},
"json-schema": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz",
"integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=",
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz",
"integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==",
"dev": true
},
"json-schema-traverse": {
@ -1316,14 +1316,14 @@
"dev": true
},
"jsprim": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz",
"integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=",
"version": "1.4.2",
"resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz",
"integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==",
"dev": true,
"requires": {
"assert-plus": "1.0.0",
"extsprintf": "1.3.0",
"json-schema": "0.2.3",
"json-schema": "0.4.0",
"verror": "1.10.0"
}
},
@ -1553,8 +1553,7 @@
},
"nanoid": {
"version": "3.1.30",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.30.tgz",
"integrity": "sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==",
"resolved": "",
"dev": true
},
"nice-try": {
@ -1998,8 +1997,7 @@
"dependencies": {
"ansi-regex": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
"integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==",
"resolved": "",
"dev": true
},
"ansi-styles": {

View File

@ -7,7 +7,7 @@
},
"homepage": "https://wordpress.org/themes/twentynineteen/",
"devDependencies": {
"@wordpress/browserslist-config": "^4.0.1",
"@wordpress/browserslist-config": "^4.1.2",
"autoprefixer": "^9.8.8",
"chokidar-cli": "^3.0.0",
"node-sass": "^6.0.1",

File diff suppressed because it is too large Load Diff

View File

@ -14,12 +14,12 @@
"url": "https://core.trac.wordpress.org/"
},
"devDependencies": {
"@wordpress/browserslist-config": "^4.0.1",
"@wordpress/scripts": "^16.1.2",
"autoprefixer": "^10.4.0",
"concurrently": "^6.3.0",
"postcss-cli": "^9.0.2",
"postcss": "^8.3.11",
"@wordpress/browserslist-config": "^4.1.2",
"@wordpress/scripts": "^16.1.5",
"autoprefixer": "^10.4.5",
"concurrently": "^6.5.1",
"postcss": "^8.4.12",
"postcss-cli": "^9.1.0",
"rtlcss": "^3.5.0",
"stylelint-a11y": "^1.2.3"
},

View File

@ -898,7 +898,7 @@ template {
.entry-content > .alignleft {
/*rtl:ignore*/
margin-left: calc(50vw - min(calc(100vw - 4 * 25px), 610px) *1);
margin-left: calc((100vw - min(calc(100vw - 4 * 25px), 610px)) *1);
/*rtl:ignore*/
margin-right: 25px;
@ -906,13 +906,13 @@ template {
@media only screen and (min-width: 482px) {
.entry-content > .alignleft {
margin-left: calc(50vw - min(calc(100vw - 4 * 25px), 610px) *1);
margin-left: calc((100vw - min(calc(100vw - 4 * 25px), 610px)) *1);
}
}
@media only screen and (min-width: 822px) {
.entry-content > .alignleft {
margin-left: calc(50vw - min(calc(100vw - 4 * 25px), 610px) *1);
margin-left: calc((100vw - min(calc(100vw - 4 * 25px), 610px)) *1);
}
}
}
@ -924,18 +924,18 @@ template {
margin-left: 25px;
/*rtl:ignore*/
margin-right: calc(50vw - min(calc(100vw - 4 * 25px), 610px) *1);
margin-right: calc((100vw - min(calc(100vw - 4 * 25px), 610px)) *1);
}
@media only screen and (min-width: 482px) {
.entry-content > .alignright {
margin-right: calc(50vw - min(calc(100vw - 4 * 25px), 610px) *1);
margin-right: calc((100vw - min(calc(100vw - 4 * 25px), 610px)) *1);
}
}
@media only screen and (min-width: 822px) {
.entry-content > .alignright {
margin-right: calc(50vw - min(calc(100vw - 4 * 25px), 610px) *1);
margin-right: calc((100vw - min(calc(100vw - 4 * 25px), 610px)) *1);
}
}
}
@ -4774,20 +4774,20 @@ table.wp-calendar-table caption {
}
.entry-content > .alignleft {
max-width: calc(50% - 50vw + min(calc(100vw - 4 * 25px), 610px) *1);
max-width: calc(50% - (100vw - min(calc(100vw - 4 * 25px), 610px)) *1);
}
@media only screen and (min-width: 482px) {
.entry-content > .alignleft {
max-width: calc(50% - 50vw + min(calc(100vw - 4 * 25px), 610px) *1);
max-width: calc(50% - (100vw - min(calc(100vw - 4 * 25px), 610px)) *1);
}
}
@media only screen and (min-width: 822px) {
.entry-content > .alignleft {
max-width: calc(50% - 50vw + min(calc(100vw - 4 * 25px), 610px) *1);
max-width: calc(50% - (100vw - min(calc(100vw - 4 * 25px), 610px)) *1);
}
}
}
@ -4842,20 +4842,20 @@ table.wp-calendar-table caption {
}
.entry-content > .alignright {
max-width: calc(50% - 50vw + min(calc(100vw - 4 * 25px), 610px) *1);
max-width: calc(50% - (100vw - min(calc(100vw - 4 * 25px), 610px)) *1);
}
@media only screen and (min-width: 482px) {
.entry-content > .alignright {
max-width: calc(50% - 50vw + min(calc(100vw - 4 * 25px), 610px) *1);
max-width: calc(50% - (100vw - min(calc(100vw - 4 * 25px), 610px)) *1);
}
}
@media only screen and (min-width: 822px) {
.entry-content > .alignright {
max-width: calc(50% - 50vw + min(calc(100vw - 4 * 25px), 610px) *1);
max-width: calc(50% - (100vw - min(calc(100vw - 4 * 25px), 610px)) *1);
}
}
}

File diff suppressed because it is too large Load Diff

View File

@ -13,27 +13,27 @@
},
"homepage": "https://wordpress.org/themes/twentytwentyone/",
"devDependencies": {
"@wordpress/browserslist-config": "^4.0.1",
"@wordpress/eslint-plugin": "^9.2.0",
"@wordpress/browserslist-config": "^4.1.2",
"@wordpress/eslint-plugin": "^9.3.0",
"@wordpress/stylelint-config": "^19.1.0",
"autoprefixer": "^10.4.0",
"autoprefixer": "^10.4.5",
"chokidar-cli": "^3.0.0",
"eslint": "^8.2.0",
"minimist": "^1.2.2",
"eslint": "^8.14.0",
"minimist": "^1.2.6",
"npm-run-all": "^4.1.5",
"postcss-calc": "^8.0.0",
"postcss-cli": "^9.0.2",
"postcss": "^8.3.11",
"postcss": "^8.4.12",
"postcss-calc": "^8.2.4",
"postcss-cli": "^9.1.0",
"postcss-css-variables": "^0.18.0",
"postcss-custom-media": "^8.0.0",
"postcss-discard-duplicates": "^5.0.1",
"postcss-focus-within": "^5.0.1",
"postcss-merge-rules": "^5.0.3",
"postcss-discard-duplicates": "^5.1.0",
"postcss-focus-within": "^5.0.4",
"postcss-merge-rules": "^5.1.1",
"postcss-nested": "^5.0.6",
"rtlcss": "^3.5.0",
"sass": "^1.43.4",
"sass": "^1.51.0",
"stylelint": "^13.13.1",
"stylelint-config-recommended-scss": "^5.0.1"
"stylelint-config-recommended-scss": "^5.0.2"
},
"rtlcssConfig": {
"options": {

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.0-beta3-53294';
$wp_version = '6.0-beta3-53295';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.