Polder Drift — Design System Drift Alerts
Version updated for https://github.com/usepolder/drift to version v1.1.0.
- This action is used across all versions by 0 repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed
Polder Drift now works with any design system — including your in-house one. Point library_paths at a checkout of your DS repo (source-only monorepo workspaces work too), and generate the look-alike detection data straight from your DS’s own source:
npx @usepolder/drift profile # writes .polder.profile.yml — review, prune, commit
Also in this release: PRs with 100+ changed files are now fully analysed, the CLI honours .polderignore and shows each finding’s suppression id, every finding carries its source line, and scans are ~3× faster. All backward compatible — existing configs, suppression files, and @v1 workflows keep working unchanged.
What’s Changed
- docs: add fetch-depth: 0 to the recommended workflow by @jongjesse in https://github.com/usepolder/drift/pull/9
- Five improvements: pagination, CLI suppression parity, detection profiles, finding lines, single parse by @jongjesse in https://github.com/usepolder/drift/pull/10
- Any design system: resolve exports from DS repos + auto-generate detection profiles by @jongjesse in https://github.com/usepolder/drift/pull/11
Full Changelog: https://github.com/usepolder/drift/compare/v1...v1.1.0