Skip to content

Commit

Permalink
Bundled Themes: Update NPM dependencies for default themes.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
desrosj committed Apr 27, 2022
1 parent 6e9c29d commit 3ec9f00
Show file tree
Hide file tree
Showing 8 changed files with 2,903 additions and 3,126 deletions.
26 changes: 12 additions & 14 deletions wp-content/themes/twentynineteen/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wp-content/themes/twentynineteen/package.json
Expand Up @@ -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",
Expand Down
4,642 changes: 2,187 additions & 2,455 deletions wp-content/themes/twentytwenty/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions wp-content/themes/twentytwenty/package.json
Expand Up @@ -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"
},
Expand Down
24 changes: 12 additions & 12 deletions wp-content/themes/twentytwentyone/assets/css/ie.css
Expand Up @@ -898,21 +898,21 @@ 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;
}
@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);
}
}
}
Expand All @@ -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);
}
}
}
Expand Down Expand Up @@ -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);
}
}
}
Expand Down Expand Up @@ -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);
}
}
}
Expand Down

0 comments on commit 3ec9f00

Please sign in to comment.