Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,077 changes: 356 additions & 721 deletions package-lock.json

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,14 @@
"@rollup/plugin-typescript": "^12.3.0",
"@stryker-mutator/core": "^9.6.1",
"@stylistic/eslint-plugin": "^5.8.0",
"eslint": "^10.2.1",
"@types/node": "^25.9.1",
"eslint": "^10.4.0",
"globals": "^17.6.0",
"knip": "^6.12.2",
"rollup": "^4.60.3",
"knip": "^6.14.1",
"rollup": "^4.60.4",
"tslib": "^2.8.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.2"
"typescript-eslint": "^8.59.3"
},
"scripts": {
"everything": "npm run lint && npm run knip && npm run build && npm run docs && npm run test",
Expand Down
6 changes: 3 additions & 3 deletions plugins-stylelint/at-risk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"index.mjs"
],
"peerDependencies": {
"stylelint": "^17.11.0"
"stylelint": "^17.11.1"
},
"devDependencies": {
"@csstools/pack-test": "^2.0.0",
"stylelint": "^17.11.0",
"stylelint-test-rule-node": "^1.0.0"
"stylelint": "^17.11.1",
"stylelint-test-rule-node": "^1.2.0"
},
"scripts": {
"lint": "node ../../.github/bin/format-package-json.mjs",
Expand Down
4 changes: 2 additions & 2 deletions plugins-stylelint/formatter-github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"preprocess-warnings.mjs"
],
"peerDependencies": {
"stylelint": "^17.11.0"
"stylelint": "^17.11.1"
},
"devDependencies": {
"@csstools/pack-test": "^2.0.0",
"stylelint": "^17.11.0"
"stylelint": "^17.11.1"
},
"scripts": {
"lint": "node ../../.github/bin/format-package-json.mjs",
Expand Down
6 changes: 3 additions & 3 deletions plugins-stylelint/no-at-nest-rule/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
],
"peerDependencies": {
"postcss": "^8.4",
"stylelint": "^17.11.0"
"stylelint": "^17.11.1"
},
"devDependencies": {
"@csstools/pack-test": "^2.0.0",
"postcss": "^8.5.10",
"stylelint": "^17.11.0",
"stylelint-test-rule-node": "^1.0.0"
"stylelint": "^17.11.1",
"stylelint-test-rule-node": "^1.2.0"
},
"scripts": {
"lint": "node ../../.github/bin/format-package-json.mjs",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
"@csstools/css-tokenizer": "^4.0.0"
},
"peerDependencies": {
"stylelint": "^17.11.0"
"stylelint": "^17.11.1"
},
"devDependencies": {
"@csstools/pack-test": "^2.0.0",
"stylelint": "^17.11.0",
"stylelint-test-rule-node": "^1.0.0"
"stylelint": "^17.11.1",
"stylelint-test-rule-node": "^1.2.0"
},
"scripts": {
"lint": "node ../../.github/bin/format-package-json.mjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins/css-blank-pseudo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"devDependencies": {
"@csstools/postcss-tape": "*",
"puppeteer": "^24.43.0"
"puppeteer": "^25.0.2"
},
"scripts": {
"build": "rollup -c ../../rollup/default.mjs",
Expand Down
8 changes: 7 additions & 1 deletion plugins/css-blank-pseudo/test/_browser.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,14 @@ if (!process.env.DEBUG) {

const clearInput = async (page, selector) => {
const input = await page.$(selector);
await input.click({ clickCount: 3 });
await input.click({ count: 3 });
await page.keyboard.press('Backspace');

const value = await input.evaluate(x => x.value);

if (value && value.length > 0) {
throw new Error(`Unexpected remaining value "${value}" for element with selector ${selector}`);
}
};

// Default
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 @@ -66,7 +66,7 @@
"postcss-dir-pseudo-class": "*",
"postcss-logical": "*",
"postcss-nesting": "*",
"puppeteer": "^24.43.0"
"puppeteer": "^25.0.2"
},
"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 @@ -57,7 +57,7 @@
},
"devDependencies": {
"@csstools/postcss-tape": "*",
"puppeteer": "^24.43.0"
"puppeteer": "^25.0.2"
},
"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 @@ -58,7 +58,7 @@
"devDependencies": {
"@csstools/postcss-bundler": "*",
"@csstools/postcss-tape": "*",
"puppeteer": "^24.43.0"
"puppeteer": "^25.0.2"
},
"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 @@ -48,7 +48,7 @@
},
"devDependencies": {
"@csstools/postcss-tape": "*",
"puppeteer": "^24.43.0"
"puppeteer": "^25.0.2"
},
"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 @@ -60,7 +60,7 @@
},
"devDependencies": {
"@csstools/postcss-tape": "*",
"puppeteer": "^24.43.0"
"puppeteer": "^25.0.2"
},
"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 @@ -39,7 +39,7 @@
},
"devDependencies": {
"@csstools/postcss-tape": "*",
"puppeteer": "^24.43.0"
"puppeteer": "^25.0.2"
},
"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 @@ -52,7 +52,7 @@
"devDependencies": {
"@csstools/postcss-tape": "*",
"postcss-nesting": "^14.0.0",
"puppeteer": "^24.43.0"
"puppeteer": "^25.0.2"
},
"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 @@ -54,7 +54,7 @@
},
"devDependencies": {
"@csstools/postcss-tape": "*",
"puppeteer": "^24.43.0"
"puppeteer": "^25.0.2"
},
"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 @@ -56,7 +56,7 @@
},
"devDependencies": {
"@csstools/postcss-tape": "*",
"puppeteer": "^24.43.0"
"puppeteer": "^25.0.2"
},
"scripts": {
"build": "rollup -c ../../rollup/default.mjs",
Expand Down
Loading