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
983 changes: 461 additions & 522 deletions package-lock.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,22 @@
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.0",
"@eslint/js": "^10.0.1",
"@microsoft/api-documenter": "^7.28.9",
"@microsoft/api-extractor": "^7.56.3",
"@microsoft/api-documenter": "^7.30.3",
"@microsoft/api-extractor": "^7.58.5",
"@rollup/plugin-babel": "^7.0.0",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-terser": "^1.0.0",
"@rollup/plugin-typescript": "^12.3.0",
"@stryker-mutator/core": "^9.5.1",
"@stryker-mutator/core": "^9.6.1",
"@stylistic/eslint-plugin": "^5.8.0",
"eslint": "^10.0.0",
"globals": "^17.3.0",
"knip": "^6.1.0",
"rollup": "^4.57.1",
"eslint": "^10.2.1",
"globals": "^17.5.0",
"knip": "^6.5.0",
"rollup": "^4.60.2",
"tslib": "^2.8.0",
"typescript": "^6.0.2",
"typescript-eslint": "^8.56.0"
"typescript": "^6.0.3",
"typescript-eslint": "^8.58.2"
},
"scripts": {
"everything": "npm run lint && npm run knip && npm run build && npm run docs && npm run test",
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 @@ -20,7 +20,7 @@
},
"type": "module",
"devDependencies": {
"mdn-data": "^2.27.0"
"mdn-data": "^2.28.0"
},
"scripts": {
"build": "exit 0;",
Expand Down
4 changes: 2 additions & 2 deletions plugins-stylelint/at-risk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"index.mjs"
],
"peerDependencies": {
"stylelint": "^17.1.1"
"stylelint": "^17.8.0"
},
"devDependencies": {
"@csstools/pack-test": "^2.0.0",
"stylelint": "^17.1.1",
"stylelint": "^17.8.0",
"stylelint-test-rule-node": "^1.0.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion plugins-stylelint/formatter-github/index.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ import assert from 'node:assert';
assert.strictEqual(
stderrBuffer,
'::warning file=/example.css,line=3,col=3,endLine=6,endColumn=4,title=Stylelint problem::Expected empty line before rule (rule-empty-line-before) [maybe fixable] - https://stylelint.io/user-guide/rules/rule-empty-line-before\n' +
'::error file=/example.css,line=4,col=4,endLine=4,endColumn=9,title=Stylelint problem::Unexpected duplicate "color" (declaration-block-no-duplicate-properties) [maybe fixable] - https://stylelint.io/user-guide/rules/declaration-block-no-duplicate-properties\n',
'::error file=/example.css,line=4,col=4,endLine=4,endColumn=9,title=Stylelint problem::Duplicate property "color" (declaration-block-no-duplicate-properties) [maybe fixable] - https://stylelint.io/user-guide/rules/declaration-block-no-duplicate-properties\n',
);
});
}
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.1.1"
"stylelint": "^17.8.0"
},
"devDependencies": {
"@csstools/pack-test": "^2.0.0",
"stylelint": "^17.1.1"
"stylelint": "^17.8.0"
},
"scripts": {
"lint": "node ../../.github/bin/format-package-json.mjs",
Expand Down
4 changes: 2 additions & 2 deletions plugins-stylelint/no-at-nest-rule/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
],
"peerDependencies": {
"postcss": "^8.4",
"stylelint": "^17.1.1"
"stylelint": "^17.8.0"
},
"devDependencies": {
"@csstools/pack-test": "^2.0.0",
"postcss": "^8.5.10",
"stylelint": "^17.1.1",
"stylelint": "^17.8.0",
"stylelint-test-rule-node": "^1.0.0"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
"@csstools/css-tokenizer": "^4.0.0"
},
"peerDependencies": {
"stylelint": "^17.1.1"
"stylelint": "^17.8.0"
},
"devDependencies": {
"@csstools/pack-test": "^2.0.0",
"stylelint": "^17.1.1",
"stylelint": "^17.8.0",
"stylelint-test-rule-node": "^1.0.0"
},
"scripts": {
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.37.2"
"puppeteer": "^24.41.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 @@ -66,7 +66,7 @@
"postcss-dir-pseudo-class": "*",
"postcss-logical": "*",
"postcss-nesting": "*",
"puppeteer": "^24.37.2"
"puppeteer": "^24.41.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 @@ -57,7 +57,7 @@
},
"devDependencies": {
"@csstools/postcss-tape": "*",
"puppeteer": "^24.37.2"
"puppeteer": "^24.41.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 @@ -58,7 +58,7 @@
"devDependencies": {
"@csstools/postcss-bundler": "*",
"@csstools/postcss-tape": "*",
"puppeteer": "^24.37.2"
"puppeteer": "^24.41.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 @@ -48,7 +48,7 @@
},
"devDependencies": {
"@csstools/postcss-tape": "*",
"puppeteer": "^24.37.2"
"puppeteer": "^24.41.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 @@ -60,7 +60,7 @@
},
"devDependencies": {
"@csstools/postcss-tape": "*",
"puppeteer": "^24.37.2"
"puppeteer": "^24.41.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 @@ -39,7 +39,7 @@
},
"devDependencies": {
"@csstools/postcss-tape": "*",
"puppeteer": "^24.37.2"
"puppeteer": "^24.41.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 @@ -52,7 +52,7 @@
"devDependencies": {
"@csstools/postcss-tape": "*",
"postcss-nesting": "^14.0.0",
"puppeteer": "^24.37.2"
"puppeteer": "^24.41.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 @@ -54,7 +54,7 @@
},
"devDependencies": {
"@csstools/postcss-tape": "*",
"puppeteer": "^24.37.2"
"puppeteer": "^24.41.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 @@ -56,7 +56,7 @@
},
"devDependencies": {
"@csstools/postcss-tape": "*",
"puppeteer": "^24.37.2"
"puppeteer": "^24.41.0"
},
"scripts": {
"build": "rollup -c ../../rollup/default.mjs",
Expand Down
Loading