Skip to content

Commit ffbc0bb

Browse files
Bump the production-dependencies group across 1 directory with 2 updates (#1815)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Romain Menke <[email protected]>
1 parent 44a5bc3 commit ffbc0bb

13 files changed

Lines changed: 73 additions & 129 deletions

File tree

cli/csstools-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"css-blank-pseudo": "^8.0.1",
6666
"css-has-pseudo": "^8.0.0",
6767
"css-prefers-color-scheme": "^11.0.0",
68-
"postcss": "^8.5.6",
68+
"postcss": "^8.5.10",
6969
"postcss-attribute-case-insensitive": "^8.0.0",
7070
"postcss-color-functional-notation": "^8.0.3",
7171
"postcss-color-hex-alpha": "^11.0.0",

package-lock.json

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/css-syntax-patches-for-csstree/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"devDependencies": {
4444
"@webref/css": "8.5.3",
4545
"css-tree": "^3.2.1",
46-
"postcss": "^8.4"
46+
"postcss": "^8.5"
4747
},
4848
"scripts": {
4949
"build": "node --stack-trace-limit=1000 ./scripts/index.mjs",

packages/css-tokenizer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
],
4343
"devDependencies": {
4444
"@rmenke/css-tokenizer-tests": "^1.2.0",
45-
"postcss": "^8.5.6",
45+
"postcss": "^8.5.10",
4646
"postcss-parser-tests": "^8.8.0"
4747
},
4848
"scripts": {

packages/postcss-tape/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"dist"
4343
],
4444
"dependencies": {
45-
"postcss": "~8.5",
45+
"postcss": "^8.5.10",
4646
"postcss-8.4": "npm:postcss@~8.4"
4747
},
4848
"scripts": {

packages/utilities/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"postcss": "^8.4"
4545
},
4646
"devDependencies": {
47-
"postcss": "^8.5.6"
47+
"postcss": "^8.5.10"
4848
},
4949
"scripts": {
5050
"build": "rollup -c ../../rollup/default.mjs",

plugin-packs/postcss-preset-env/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"@csstools/postcss-text-decoration-shorthand": "^5.0.3",
8888
"@csstools/postcss-trigonometric-functions": "^5.0.2",
8989
"@csstools/postcss-unset-value": "^5.0.0",
90-
"autoprefixer": "^10.4.24",
90+
"autoprefixer": "^10.5.0",
9191
"browserslist": "^4.28.1",
9292
"css-blank-pseudo": "^8.0.1",
9393
"css-has-pseudo": "^8.0.0",

plugin-packs/postcss-preset-env/test/basic.preserve.false.expect.css

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
}
4545

4646
.test-logical-viewport-units {
47-
width: -webkit-calc(10vw + 5px);
4847
width: -moz-calc(10vw + 5px);
4948
width: calc(10vw + 5px);
5049
}
@@ -198,19 +197,21 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
198197
-moz-animation: none 0s ease 0s 1 normal none running;
199198
animation: none 0s ease 0s 1 normal none running;
200199
-webkit-backface-visibility: visible;
201-
-moz-backface-visibility: visible;
202200
backface-visibility: visible;
203201
background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
204202
border: medium none currentcolor;
205203
border-collapse: separate;
206-
-moz-border-image: none;
207-
border-image: none;
204+
-webkit-border-image: none;
205+
-moz-border-image: none;
206+
border-image: none;
208207
border-radius: 0;
209208
border-spacing: 0;
210209
bottom: auto;
211-
box-shadow: none;
212-
-moz-box-sizing: content-box;
213-
box-sizing: content-box;
210+
-webkit-box-shadow: none;
211+
box-shadow: none;
212+
-webkit-box-sizing: content-box;
213+
-moz-box-sizing: content-box;
214+
box-sizing: content-box;
214215
caption-side: top;
215216
clear: none;
216217
clip: auto;
@@ -252,7 +253,6 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
252253
line-height: normal;
253254
height: auto;
254255
-webkit-hyphens: none;
255-
-moz-hyphens: none;
256256
-ms-hyphens: none;
257257
hyphens: none;
258258
left: auto;
@@ -274,18 +274,17 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
274274
page-break-before: auto;
275275
page-break-inside: auto;
276276
-webkit-perspective: none;
277-
-moz-perspective: none;
278277
perspective: none;
279278
-webkit-perspective-origin: 50% 50%;
280-
-moz-perspective-origin: 50% 50%;
281279
perspective-origin: 50% 50%;
282280
position: static;
283281
right: auto;
284282
-moz-tab-size: 8;
285283
tab-size: 8;
286284
table-layout: auto;
287285
text-align: left;
288-
text-align-last: auto;
286+
-moz-text-align-last: auto;
287+
text-align-last: auto;
289288
-webkit-text-decoration: none;
290289
text-decoration: none;
291290
text-indent: 0;
@@ -299,7 +298,6 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
299298
-moz-transform-origin: 50% 50% 0;
300299
transform-origin: 50% 50% 0;
301300
-webkit-transform-style: flat;
302-
-moz-transform-style: flat;
303301
transform-style: flat;
304302
-webkit-transition: none 0s ease 0s;
305303
-moz-transition: none 0s ease 0s;
@@ -399,7 +397,6 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
399397
}
400398

401399
.complex-clamp {
402-
width: max(-webkit-calc(100% - 10px), min(min(10px, 100%), max(40px, 4em)));
403400
width: max(-moz-calc(100% - 10px), min(min(10px, 100%), max(40px, 4em)));
404401
width: max(calc(100% - 10px), min(min(10px, 100%), max(40px, 4em)));
405402
}
@@ -414,13 +411,11 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
414411
}
415412

416413
.calc-clamp {
417-
margin: 0 40px 0 -webkit-calc(-1 * max(32px, min(16vw, 64px)));
418414
margin: 0 40px 0 -moz-calc(-1 * max(32px, min(16vw, 64px)));
419415
margin: 0 40px 0 calc(-1 * max(32px, min(16vw, 64px)));
420416
}
421417

422418
.multiple-calc-clamp {
423-
margin: -webkit-calc(-1 * max(1px, min(2vw, 3px))) -webkit-calc(-1 * max(4px, min(5vw, 6px)));
424419
margin: -moz-calc(-1 * max(1px, min(2vw, 3px))) -moz-calc(-1 * max(4px, min(5vw, 6px)));
425420
margin: calc(-1 * max(1px, min(2vw, 3px))) calc(-1 * max(4px, min(5vw, 6px)));
426421
}
@@ -570,7 +565,6 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
570565
text-indent: 2em;
571566
content: var(--value-2ic);
572567
left: 2em;
573-
width: -webkit-calc(8em + 20px);
574568
width: -moz-calc(8em + 20px);
575569
width: calc(8em + 20px);
576570
height: 10px;
@@ -583,7 +577,6 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
583577
}
584578

585579
.mod {
586-
padding: 8px 3px 1px -webkit-calc(3px + 50%);
587580
padding: 8px 3px 1px -moz-calc(3px + 50%);
588581
padding: 8px 3px 1px calc(3px + 50%);
589582
-webkit-transform: rotate(-50deg);
@@ -593,7 +586,6 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
593586
}
594587

595588
.rem {
596-
padding: 8px 3px 1px -webkit-calc(3px + 50%);
597589
padding: 8px 3px 1px -moz-calc(3px + 50%);
598590
padding: 8px 3px 1px calc(3px + 50%);
599591
-webkit-transform: rotate(-50deg);
@@ -648,7 +640,7 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
648640

649641
.nested-calc {
650642
-webkit-box-ordinal-group: NaN;
651-
-webkit-order: -webkit-calc(1 * (8 / 3 + (5 * 10)));
643+
-webkit-order: calc(1 * (8 / 3 + (5 * 10)));
652644
-moz-box-ordinal-group: NaN;
653645
order: calc(1 * (8 / 3 + (5 * 10)));
654646
}

0 commit comments

Comments
 (0)