Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2614182

Browse files
dependabot[bot]romainmenke
andauthoredJan 13, 2025··
Bump the development-dependencies group with 11 updates (#1550)
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 50f9c3f commit 2614182

File tree

32 files changed

+591
-416
lines changed

32 files changed

+591
-416
lines changed
 

‎package-lock.json

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

‎package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,22 @@
2828
"devDependencies": {
2929
"@babel/core": "^7.26.0",
3030
"@babel/preset-env": "^7.26.0",
31-
"@eslint/js": "^9.13.0",
32-
"@microsoft/api-documenter": "^7.26.1",
33-
"@microsoft/api-extractor": "^7.48.0",
31+
"@eslint/js": "^9.18.0",
32+
"@microsoft/api-documenter": "^7.26.5",
33+
"@microsoft/api-extractor": "^7.49.1",
3434
"@rollup/plugin-babel": "^6.0.3",
3535
"@rollup/plugin-commonjs": "^28.0.2",
3636
"@rollup/plugin-node-resolve": "^16.0.0",
3737
"@rollup/plugin-terser": "^0.4.3",
3838
"@rollup/plugin-typescript": "^12.1.2",
3939
"@stryker-mutator/core": "^8.7.0",
40-
"eslint": "^9.15.0",
40+
"eslint": "^9.18.0",
4141
"globals": "^15.14.0",
42-
"knip": "^5.41.1",
43-
"rollup": "^4.29.2",
42+
"knip": "^5.42.0",
43+
"rollup": "^4.30.1",
4444
"tslib": "^2.8.0",
45-
"typescript": "^5.7.2",
46-
"typescript-eslint": "^8.19.0"
45+
"typescript": "^5.7.3",
46+
"typescript-eslint": "^8.19.1"
4747
},
4848
"scripts": {
4949
"everything": "npm run lint && npm run knip && npm run build && npm run docs && npm run test",

‎packages/css-syntax-patches-for-csstree/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to CSS Syntax Patches For CSSTree
22

3+
### Unreleased (patch)
4+
5+
- Update `@webref/css` to [`v6.18.1`](https://github.com/w3c/webref/releases/tag/%40webref%2Fcss%406.18.1)
6+
37
### 1.0.8
48

59
_December 27, 2024_

‎packages/css-syntax-patches-for-csstree/dist/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@
626626
"predefined-rectangular": "jzazbz | ictcp",
627627
"predefined-rectangular-params": "<predefined-rectangular> [ <number> | <percentage> | none ]{3}",
628628
"predefined-rgb": "srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020 | rec2100-pq | rec2100-hlg | rec2100-linear",
629-
"progress": "[ <percentage> | <number> | <'animation-timeline'> ] && [ by <easing-function> ]?",
629+
"progress": "[ <percentage-token> | <number> | <'animation-timeline'> ] && [ by <easing-function> ]?",
630630
"progress()": "progress( <calc-sum> , <calc-sum> , <calc-sum> )",
631631
"pseudo-page": "':' [ left | right | first | blank ]",
632632
"pt-class-selector": "[ '.' <custom-ident> ]+",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"postcss": "^8.4"
4040
},
4141
"devDependencies": {
42-
"@webref/css": "^6.18.0",
42+
"@webref/css": "^6.18.1",
4343
"css-tree": "^3.1.0"
4444
},
4545
"scripts": {

‎packages/css-syntax-patches-for-csstree/patches/webref-over-csstree-types.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3087,8 +3087,8 @@
30873087
"type": "added",
30883088
"comment": "",
30893089
"syntax-b": "",
3090-
"syntax-a": "[ <percentage> | <number> | <'animation-timeline'> ] && [ by <easing-function> ]?",
3091-
"syntax-m": "[ <percentage> | <number> | <'animation-timeline'> ] && [ by <easing-function> ]?",
3090+
"syntax-a": "[ <percentage-token> | <number> | <'animation-timeline'> ] && [ by <easing-function> ]?",
3091+
"syntax-m": "[ <percentage-token> | <number> | <'animation-timeline'> ] && [ by <easing-function> ]?",
30923092
"tests": {
30933093
"passing": [],
30943094
"failing": []

‎packages/css-syntax-patches-for-csstree/raw-data/webref-over-csstree-types.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@
11361136
"progress": {
11371137
"type": "added",
11381138
"syntax-b": "",
1139-
"syntax-a": "[ <percentage> | <number> | <'animation-timeline'> ] && [ by <easing-function> ]?",
1139+
"syntax-a": "[ <percentage-token> | <number> | <'animation-timeline'> ] && [ by <easing-function> ]?",
11401140
"comment": ""
11411141
},
11421142
"progress()": {

‎packages/css-syntax-patches-for-csstree/raw-data/webref-types.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@
11821182
"syntax": "<predefined-rgb> [ <number> | <percentage> | none ]{3}"
11831183
},
11841184
"progress": {
1185-
"syntax": "[ <percentage> | <number> | <'animation-timeline'> ] && [ by <easing-function> ]?"
1185+
"syntax": "[ <percentage-token> | <number> | <'animation-timeline'> ] && [ by <easing-function> ]?"
11861186
},
11871187
"progress()": {
11881188
"syntax": "progress( <calc-sum> , <calc-sum> , <calc-sum> )"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"devDependencies": {
123123
"@csstools/postcss-bundler": "*",
124124
"@csstools/postcss-tape": "*",
125-
"@webref/css": "^6.18.0"
125+
"@webref/css": "^6.18.1"
126126
},
127127
"scripts": {
128128
"prebuild": "node ./scripts/generate-plugins-data.mjs && eslint --fix ./src/plugins/*.mjs",

‎plugins-stylelint/at-risk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
"index.mjs"
3636
],
3737
"peerDependencies": {
38-
"stylelint": "^16.12.0"
38+
"stylelint": "^16.13.0"
3939
},
4040
"devDependencies": {
4141
"@csstools/pack-test": "^1.0.1",
42-
"stylelint": "^16.12.0",
42+
"stylelint": "^16.13.0",
4343
"stylelint-test-rule-node": "^0.3.0"
4444
},
4545
"scripts": {

‎plugins-stylelint/formatter-github/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
"preprocess-warnings.mjs"
3737
],
3838
"peerDependencies": {
39-
"stylelint": "^16.12.0"
39+
"stylelint": "^16.13.0"
4040
},
4141
"devDependencies": {
4242
"@csstools/pack-test": "^1.0.1",
43-
"stylelint": "^16.12.0"
43+
"stylelint": "^16.13.0"
4444
},
4545
"scripts": {
4646
"lint": "node ../../.github/bin/format-package-json.mjs",

‎plugins-stylelint/no-at-nest-rule/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
],
3737
"peerDependencies": {
3838
"postcss": "^8.4",
39-
"stylelint": "^16.12.0"
39+
"stylelint": "^16.13.0"
4040
},
4141
"devDependencies": {
4242
"@csstools/pack-test": "^1.0.1",
4343
"postcss": "^8.4",
44-
"stylelint": "^16.12.0",
44+
"stylelint": "^16.13.0",
4545
"stylelint-test-rule-node": "^0.3.0"
4646
},
4747
"scripts": {

‎plugins-stylelint/no-invalid-at-import-rules-when-bundling/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
"@csstools/css-tokenizer": "^3.0.3"
4141
},
4242
"peerDependencies": {
43-
"stylelint": "^16.12.0"
43+
"stylelint": "^16.13.0"
4444
},
4545
"devDependencies": {
4646
"@csstools/pack-test": "^1.0.1",
47-
"stylelint": "^16.12.0",
47+
"stylelint": "^16.13.0",
4848
"stylelint-test-rule-node": "^0.3.0"
4949
},
5050
"scripts": {

‎plugins/css-blank-pseudo/dist/browser-global.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎plugins/css-blank-pseudo/dist/browser.cjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎plugins/css-blank-pseudo/dist/browser.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎plugins/css-blank-pseudo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
},
6868
"devDependencies": {
6969
"@csstools/postcss-tape": "*",
70-
"puppeteer": "^23.11.1"
70+
"puppeteer": "^24.0.0"
7171
},
7272
"scripts": {
7373
"build": "rollup -c ../../rollup/default.mjs",

‎plugins/css-has-pseudo/dist/browser-global.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎plugins/css-has-pseudo/dist/browser.cjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎plugins/css-has-pseudo/dist/browser.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎plugins/css-has-pseudo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"postcss-dir-pseudo-class": "*",
7474
"postcss-logical": "*",
7575
"postcss-nesting": "*",
76-
"puppeteer": "^23.11.1"
76+
"puppeteer": "^24.0.0"
7777
},
7878
"scripts": {
7979
"build": "rollup -c ../../rollup/default.mjs",

‎plugins/css-prefers-color-scheme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
},
6565
"devDependencies": {
6666
"@csstools/postcss-tape": "*",
67-
"puppeteer": "^23.11.1"
67+
"puppeteer": "^24.0.0"
6868
},
6969
"scripts": {
7070
"build": "rollup -c ../../rollup/default.mjs",

‎plugins/postcss-cascade-layers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"devDependencies": {
6666
"@csstools/postcss-bundler": "*",
6767
"@csstools/postcss-tape": "*",
68-
"puppeteer": "^23.11.1"
68+
"puppeteer": "^24.0.0"
6969
},
7070
"scripts": {
7171
"build": "rollup -c ../../rollup/default.mjs",

‎plugins/postcss-focus-visible/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
},
5656
"devDependencies": {
5757
"@csstools/postcss-tape": "*",
58-
"puppeteer": "^23.11.1"
58+
"puppeteer": "^24.0.0"
5959
},
6060
"scripts": {
6161
"build": "rollup -c ../../rollup/default.mjs",

‎plugins/postcss-focus-within/dist/browser-global.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.