Skip to content

@-xun/symbiote@v1.24.0

Choose a tag to compare

@Xunnamius Xunnamius released this 01 Nov 10:36
· 2321 commits to main since this release
v1.24.0
0581f52

✨ Features

  • packages/debug: differentiate root from nested namespaces (467e884)
  • packages/project-utils: re-implement caching subsystem (472af2c)

🪄 Fixes

  • packages/project-utils: remove overengineered sync/async plumbing functions (8ab4eec)
  • src: ensure build pre-checks run before the ./dist dir is cleared (69f2dc0)
  • src: ignore internal-resolution-errors with attw since we do our own internal checks (8dc4a96)
  • src: prevent clean command from obliterating cwd (e3fa185)
  • src: use upward root mode when searching for babel configs (89b57c4)

⚡️ Optimizations

  • eslint: use __dirname assumption instead of analyzing the entire project (b8b82d9)

⚙️ Build System

  • babel: replace module-resolver and tsconfig-replace-paths with transform-rewrite-imports (69ebf4a)
  • package: narrow scope of the lint npm script (556f17e)
  • package: use no-hoist to block execa hoisting (74d58d6)