CI repair — stylelint logical-css (warn), generate-graph step, Node 22
Fixed three CI failures: wrong stylelint plugin at ERROR severity replaced with stylelint-plugin-logical-css at warning, generate:graph step added before typecheck, actions bumped to Node 22.
v101.0.2b2026-06-01
·.stylelintrc.json: replaced csstools/use-logical (ERROR) with stylelint-plugin-logical-css (warning, ignores dimensional props) — lint:css now exits 0 with 5 warnings
·ci.yml typecheck job: added npm run generate:graph before typecheck so fixture is present in clean CI checkout
·Bumped actions/checkout@v4→v5, setup-node@v4→v5, node-version 20→22 in both CI jobs
·Committed Ryan's manual dep add: stylelint-plugin-logical-css@^2.1.0