fix: rename @mosaic/* packages to @mosaicstack/* #392

Merged
jason.woltje merged 2 commits from fix/rename-mosaic-scope-391 into main 2026-04-05 03:11:56 +00:00
Owner

Summary

Renames all npm packages from @mosaic/* to @mosaicstack/* scope.

Changes

  • Updated all package.json name fields and dependency references
  • Updated all TypeScript/JavaScript imports across the monorepo
  • Updated .woodpecker/publish.yml pnpm filters and registry paths
  • Updated tools/install.sh scope default to @mosaicstack
  • Updated .npmrc registry paths (worktree + host)
  • Enhanced update-checker.ts with checkForAllUpdates() multi-package support
  • Updated CLI update command to display a table of all @mosaicstack/* packages
  • Added KNOWN_PACKAGES, formatAllPackagesTable, getInstallAllCommand
  • Marked legacy checkForUpdate() with @deprecated JSDoc

Verification

  • pnpm install passes
  • pnpm build — 21/21 tasks successful
  • pnpm test — 38/38 tasks successful, all tests pass

Closes #391

## Summary Renames all npm packages from `@mosaic/*` to `@mosaicstack/*` scope. ### Changes - Updated all `package.json` name fields and dependency references - Updated all TypeScript/JavaScript imports across the monorepo - Updated `.woodpecker/publish.yml` pnpm filters and registry paths - Updated `tools/install.sh` scope default to `@mosaicstack` - Updated `.npmrc` registry paths (worktree + host) - Enhanced `update-checker.ts` with `checkForAllUpdates()` multi-package support - Updated CLI `update` command to display a table of all `@mosaicstack/*` packages - Added `KNOWN_PACKAGES`, `formatAllPackagesTable`, `getInstallAllCommand` - Marked legacy `checkForUpdate()` with `@deprecated` JSDoc ### Verification - ✅ `pnpm install` passes - ✅ `pnpm build` — 21/21 tasks successful - ✅ `pnpm test` — 38/38 tasks successful, all tests pass Closes #391
jason.woltje added 1 commit 2026-04-05 02:44:32 +00:00
fix: rename all packages from @mosaic/* to @mosaicstack/*
Some checks failed
ci/woodpecker/pr/ci Pipeline failed
ci/woodpecker/push/ci Pipeline failed
774b76447d
- Updated all package.json name fields and dependency references
- Updated all TypeScript/JavaScript imports
- Updated .woodpecker/publish.yml filters and registry paths
- Updated tools/install.sh scope default
- Updated .npmrc registry paths (worktree + host)
- Enhanced update-checker.ts with checkForAllUpdates() multi-package support
- Updated CLI update command to show table of all packages
- Added KNOWN_PACKAGES, formatAllPackagesTable, getInstallAllCommand
- Marked checkForUpdate() with @deprecated JSDoc

Closes #391
jason.woltje added 1 commit 2026-04-05 03:01:33 +00:00
fix(mosaic): remove unused hasUpdate variable in formatAllPackagesTable
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
5cfccc2ead
Fixes lint error:
@typescript-eslint/no-unused-vars on hasUpdate
jason.woltje merged commit 2b1840214e into main 2026-04-05 03:11:56 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mosaicstack/stack#392