Skip to content

Commit 74361c2

Browse files
bartvenemanclaude
andauthored
chore(deps): bump @projectwallace/css-parser to ~0.18.1 (#234)
## Summary - Bumps `@projectwallace/css-parser` from `~0.17.0` to `~0.18.1`. - Split out from the at-rule prelude structured-parsing rework (#230) so the dependency bump can be reviewed independently. - 0.18.0 added deep parsing of at-rule prelude values (`calc()`/`env()`/etc. no longer silently dropped from `MediaFeature`/`SupportsDeclaration` values); 0.18.1 fixed `@supports selector()` and the `only`/`not` media-query prefix being dropped. - None of this is used by format-css's current (regex-based) at-rule prelude formatter, so the bump alone is a no-op for existing behavior — #230 is what actually takes advantage of it. ## Test plan - [x] `npx tsc --noEmit`, `npx vitest run`, `npx oxlint`, `npx oxfmt --check` all clean at the new version, with zero code changes --- _Generated by [Claude Code](https://claude.ai/code/session_01AG67iFrhdQAGoTNnC7gmw4)_ Co-authored-by: Claude <noreply@anthropic.com>
1 parent d2c892a commit 74361c2

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"lint": "oxlint && oxfmt --check"
4545
},
4646
"dependencies": {
47-
"@projectwallace/css-parser": "~0.17.0"
47+
"@projectwallace/css-parser": "~0.18.1"
4848
},
4949
"devDependencies": {
5050
"@projectwallace/preset-oxlint": "^0.0.11",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)