- CRLF will be replaced by LF the next time Git touches it (bea004f)
- Remove OS eol diffs in tests (799cc42)
- git config eol=lf (5d23932)
- Re-enable windows test for bun (bc66b4f)
- Add test case (fixed by ae5c341) (5e742dc)
- Move more cli args into single location, refactor some namings (9f5eb01)
- Update contrib dev docs (108eff1)
- Add ladle plugin (#728) (ebd79d4)
- Circumvent case where
element == undefined
(#725) (ae5c341) - Adjust tests after f5680fb (b4dc692)
- Edit docs (916b633)
- Print relative .gitignore paths in debug output (fef3dba)
- Don't add ignored files as entry paths (resolves #734) (f5680fb)
- Use single or double star to ignore workspaces, remove single star for ignore glob pattern (f6b0058)
- Restore support for legacy husky w/ lint-staged (bd16c98)
- Support override configs in babel plugin (953d4fb)
- Add react-cosmos plugin (2de3924)
- Add rsbuild plugin (placeholder) (efd7d2a)
- Add rspack plugin (3cbfd0a)
- Add
src/vite-env.d.ts
to entry paths in vite(st) plugin (closes #732) (8cf6a0a) - feat(cypress): add support for cypress-multi-reporter (#726) (cdea5b1)
- Add Forge 42 (@forge42dev) as a sponsor (d0166be)
- Update Astro dependencies (d887b1d)
- Use bun 1.1.19 (also see oven-sh/bun#4899) (03cba1d)
- Move watch logic into separate module (3ea24cf)
- Move dep graph utils from main sequence to helper module (85fc933)
- Rename createPkgGraph → createWorkspaceGraph, etc. (9deb9c5)
- Group handlers in main sequence (7274e8d)
- More consistent file names (0dc5eba)
- Move
toSourcePath
toProjectPrincipal
constructor (ef1ab49)