Skip to content

Releases: udohjeremiah/moniq

@udohjeremiah/moniq@0.5.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 21:13
071b9c4

Minor Changes

  • a8ad8a7: feat: return structured Report from resolve() with summary and exit codes
    feat: add JSON and SARIF output formatters
    feat: add findWorkspaceRoot utility for workspace detection
    feat: scope loadConfig to workspace root only, with ConfigNotFoundError
    feat: add prepack script to bundle root README and LICENSE at publish time
    docs: update script-policies docs with first-match-wins semantics

@udohjeremiah/moniq@0.4.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 16:19
c02ce28

Minor Changes

  • 098b9a7: Detect deno as a package manager. Supports lock-file (deno.lock), config-file (deno.json, deno.jsonc), and package.json packageManager field detection. Workspace discovery reads deno.json workspace field (array or { members: [...] } form) and globs patterns. moniq init uses deno add -D npm:@udohjeremiah/moniq for installation and handles Deno-native projects without a package.json by defaulting to moniq.config.mts.

@udohjeremiah/moniq@0.3.4

Choose a tag to compare

@github-actions github-actions released this 13 Jul 20:38
2145944

Patch Changes

  • 81db11c: Include root workspace package in init detection output, shown as . matching pnpm's convention.

    Align console output: remove indent on check scan line and doctor header, color severity icons to match badge colors, color package name in cyan in init install messages.

@udohjeremiah/moniq@0.3.3

Choose a tag to compare

@github-actions github-actions released this 13 Jul 19:53
9b1ead5

Patch Changes

  • c71fbb0: Replace Jiti with native import() to fix config loading failure when consumed as a bundled dependency. Add 'type': 'module' detection to init — generate .ts/.js when already set. Fix doctor output order (header first, INFO/WARN/ERROR sorted) and reclassify 'config found' from warn to info. Replace emoji with Unicode icons (✔ ✘ ⚠ ℹ).

@udohjeremiah/moniq@0.3.2

Choose a tag to compare

@github-actions github-actions released this 13 Jul 17:49
e9def81

Patch Changes

  • ef33081: Pin devDependency install to the running CLI version in moniq init, preventing version mismatches caused by npm propagation delays

@udohjeremiah/moniq@0.3.1

Choose a tag to compare

@github-actions github-actions released this 13 Jul 17:23
5051a91

Patch Changes

  • debe249: Add pnpm -w flag for workspace root installs, capture stderr on install failure, throw on unknown package manager instead of defaulting to pnpm, and bypass husky hooks in CI for changesets action

@udohjeremiah/moniq@0.3.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 16:01
d54d30c

Minor Changes

  • 55a21ce: feat: add bun package manager support

    • Detect bun via bun.lock/bun.lockb lock files, packageManager field, and npm_config_user_agent
    • Discover bun workspaces by resolving globs from package.json workspaces field using Node 22+ native fs.glob
    • Install package with bun add --dev during moniq init
    • bunx already supported in bin() wrapper stripping

Patch Changes

  • bc27b93: fix workspace detection priority and install package during init

@udohjeremiah/moniq@0.2.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 13:38
51726d4

Minor Changes

  • de95aa3: Add version display to banner, --version flag, and auto-detect TypeScript vs JavaScript for moniq init

@udohjeremiah/moniq@0.1.1

Choose a tag to compare

@github-actions github-actions released this 11 Jul 21:44
4c77139

Patch Changes

  • 922028a: feat: include MIT license in published package

@udohjeremiah/moniq@0.1.0

Choose a tag to compare