Skip to content

Commit fafa5a7

Browse files
authored
Merge branch 'main' into contrast-color--generous-dusky-dolphin-f3a9b66e62
2 parents 83c256c + b3b90fe commit fafa5a7

20 files changed

Lines changed: 2390 additions & 1372 deletions

File tree

package-lock.json

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

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,24 @@
2626
"plugins-stylelint/*"
2727
],
2828
"devDependencies": {
29-
"@babel/core": "^7.26.7",
29+
"@babel/core": "^7.26.10",
3030
"@babel/preset-env": "^7.26.7",
31-
"@eslint/js": "^9.22.0",
32-
"@microsoft/api-documenter": "^7.26.13",
33-
"@microsoft/api-extractor": "^7.51.1",
31+
"@eslint/js": "^9.23.0",
32+
"@microsoft/api-documenter": "^7.26.17",
33+
"@microsoft/api-extractor": "^7.52.1",
3434
"@rollup/plugin-babel": "^6.0.3",
3535
"@rollup/plugin-commonjs": "^28.0.3",
36-
"@rollup/plugin-node-resolve": "^16.0.0",
36+
"@rollup/plugin-node-resolve": "^16.0.1",
3737
"@rollup/plugin-terser": "^0.4.3",
3838
"@rollup/plugin-typescript": "^12.1.2",
3939
"@stryker-mutator/core": "^8.7.0",
40-
"eslint": "^9.22.0",
40+
"eslint": "^9.23.0",
4141
"globals": "^16.0.0",
42-
"knip": "^5.45.0",
43-
"rollup": "^4.35.0",
42+
"knip": "^5.46.0",
43+
"rollup": "^4.37.0",
4444
"tslib": "^2.8.0",
4545
"typescript": "^5.8.2",
46-
"typescript-eslint": "^8.26.0"
46+
"typescript-eslint": "^8.27.0"
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.20.5`](https://github.com/w3c/webref/releases/tag/%40webref%2Fcss%406.20.5)
6+
37
### 1.0.9
48

59
_February 12, 2025_

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

Lines changed: 104 additions & 56 deletions
Large diffs are not rendered by default.

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.1",
42+
"@webref/css": "^6.20.4",
4343
"css-tree": "^3.1.0"
4444
},
4545
"scripts": {

0 commit comments

Comments
 (0)