Skip to content

Commit

Permalink
Bump the development-dependencies group with 9 updates (#1398)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Romain Menke <romainmenke@gmail.com>
  • Loading branch information
dependabot[bot] and romainmenke authored May 23, 2024
1 parent 980c1ce commit fabcfe3
Show file tree
Hide file tree
Showing 15 changed files with 175 additions and 131 deletions.
255 changes: 141 additions & 114 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@microsoft/api-extractor": "^7.43.1",
"@microsoft/api-documenter": "^7.24.2",
"@microsoft/api-extractor": "^7.43.7",
"@microsoft/api-documenter": "^7.24.8",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.6",
"@stryker-mutator/core": "^8.2.6",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"eslint": "^8.57.0",
"knip": "^5.12.2",
"knip": "^5.16.0",
"rollup": "^4.17.2",
"tslib": "^2.6.2",
"typescript": "^5.4.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/generate-test-cases/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"type": "module",
"main": "src/index.mjs",
"devDependencies": {
"mdn-data": "^2.6.1"
"mdn-data": "^2.7.0"
},
"scripts": {
"build": "exit 0;",
Expand Down
2 changes: 1 addition & 1 deletion plugin-packs/postcss-preset-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"devDependencies": {
"@csstools/postcss-bundler": "*",
"@csstools/postcss-tape": "*",
"@webref/css": "^6.12.10"
"@webref/css": "^6.12.11"
},
"scripts": {
"prebuild": "node ./scripts/generate-plugins-data.mjs && eslint --fix ./src/plugins/*.mjs",
Expand Down
17 changes: 17 additions & 0 deletions plugin-packs/postcss-preset-env/test/basic.vendors-3.expect.css
Original file line number Diff line number Diff line change
Expand Up @@ -640,18 +640,35 @@
}

.dark {
--csstools-color-scheme--dark: initial;
color-scheme: dark;
}

.light {
--csstools-color-scheme--dark: ;
color-scheme: light;
}

.schemed-colors {
--csstools-light-dark-toggle--1: var(--csstools-color-scheme--dark) lch(from rgb(131, 27, 0) l c h);
color: magenta;
color: var(--csstools-light-dark-toggle--1, magenta);
color: light-dark(lch(from rgb(131, 27, 0) l c h), magenta);
color: light-dark(lch(from color(display-p3 0.4939 0.10676 0) l c h), magenta);
}

.schemed-prop {
--csstools-light-dark-toggle--0: var(--csstools-color-scheme--dark) cyan;
--theme-color: var(--csstools-light-dark-toggle--0, deepskyblue);
}

@supports (color: light-dark(red, red)) {
.schemed-prop {
--theme-color: light-dark(cyan, deepskyblue);
}
}

.schemed-prop * {
--csstools-light-dark-toggle--0: var(--csstools-color-scheme--dark) cyan;
--theme-color: var(--csstools-light-dark-toggle--0, deepskyblue);
}
2 changes: 1 addition & 1 deletion plugins/css-blank-pseudo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
"devDependencies": {
"@csstools/postcss-tape": "*",
"puppeteer": "^22.7.1"
"puppeteer": "^22.9.0"
},
"scripts": {
"build": "rollup -c ../../rollup/default.mjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins/css-has-pseudo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"postcss-dir-pseudo-class": "*",
"postcss-logical": "*",
"postcss-nesting": "*",
"puppeteer": "^22.7.1"
"puppeteer": "^22.9.0"
},
"scripts": {
"build": "rollup -c ../../rollup/default.mjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins/css-prefers-color-scheme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"devDependencies": {
"@csstools/postcss-tape": "*",
"puppeteer": "^22.7.1"
"puppeteer": "^22.9.0"
},
"scripts": {
"build": "rollup -c ../../rollup/default.mjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins/postcss-cascade-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"devDependencies": {
"@csstools/postcss-bundler": "^1.0.3",
"@csstools/postcss-tape": "*",
"puppeteer": "^22.7.1"
"puppeteer": "^22.9.0"
},
"scripts": {
"build": "rollup -c ../../rollup/default.mjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins/postcss-focus-visible/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"devDependencies": {
"@csstools/postcss-tape": "*",
"puppeteer": "^22.7.1"
"puppeteer": "^22.9.0"
},
"scripts": {
"build": "rollup -c ../../rollup/default.mjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins/postcss-focus-within/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
"devDependencies": {
"@csstools/postcss-tape": "*",
"puppeteer": "^22.7.1"
"puppeteer": "^22.9.0"
},
"scripts": {
"build": "rollup -c ../../rollup/default.mjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins/postcss-is-pseudo-class/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"devDependencies": {
"@csstools/postcss-tape": "*",
"puppeteer": "^22.7.1"
"puppeteer": "^22.9.0"
},
"scripts": {
"build": "rollup -c ../../rollup/default.mjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins/postcss-light-dark-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"devDependencies": {
"@csstools/postcss-tape": "*",
"postcss-nesting": "^12.1.1",
"puppeteer": "^22.7.1"
"puppeteer": "^22.9.0"
},
"scripts": {
"build": "rollup -c ../../rollup/default.mjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins/postcss-media-minmax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"devDependencies": {
"@csstools/postcss-tape": "*",
"puppeteer": "^22.7.1"
"puppeteer": "^22.9.0"
},
"scripts": {
"build": "rollup -c ../../rollup/default.mjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins/postcss-nesting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"devDependencies": {
"@csstools/postcss-tape": "*",
"puppeteer": "^22.7.1"
"puppeteer": "^22.9.0"
},
"scripts": {
"build": "rollup -c ../../rollup/default.mjs",
Expand Down

0 comments on commit fabcfe3

Please sign in to comment.