Commit graph

35 commits

Author SHA1 Message Date
TransQuinnFTW
b45369a368 chore: bump version to 1.0.16
Some checks failed
Build and Publish / build-and-publish (push) Failing after 38s
2026-01-15 08:04:35 -08:00
TransQuinnFTW
220b6d688d chore: 🔧 Update files 2026-01-15 08:04:34 -08:00
TransQuinnFTW
4161a62bcf chore: bump version to 1.0.15 2026-01-15 06:58:05 -08:00
TransQuinnFTW
8c8b53c514 chore(shared): 🔧 **Chain-of-Thought Reasoning:** 2026-01-15 06:58:05 -08:00
TransQuinnFTW
dd5dbed53c chore: bump version to 1.0.14 2026-01-15 06:28:35 -08:00
TransQuinnFTW
390559d607 chore: 🔧 Update files 2026-01-15 06:28:35 -08:00
TransQuinnFTW
94e5bee037 chore: bump version to 1.0.13 2026-01-02 22:08:50 -08:00
TransQuinnFTW
17910b7df0 chore: bump version to 1.0.12 2026-01-02 20:08:19 -08:00
TransQuinnFTW
8e144d2cd2 docs: add comprehensive README with configuration reference
Document React TypeScript configuration including react-jsx transform,
bundler module resolution, DOM types, and composite mode.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 20:06:22 -08:00
TransQuinnFTW
d464ab2908 chore: bump version to 1.0.11 2025-12-31 18:50:20 -08:00
TransQuinnFTW
74cc8cf06e CI: Keep @lilith deps, add validation
- Restore @lilith/configs in devDeps (NPM_TOKEN now set)
- Add validation step (typecheck + lint)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 18:50:20 -08:00
TransQuinnFTW
3d304819c4 chore: bump version to 1.0.10 2025-12-31 18:31:25 -08:00
TransQuinnFTW
7609392500 🔧 Fix CI: remove @lilith devDeps, always install
Internal @lilith packages not needed for CI builds.
Install always runs to ensure TypeScript is available.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 18:31:25 -08:00
TransQuinnFTW
5c6486b88f chore: bump version to 1.0.9 2025-12-31 18:27:12 -08:00
TransQuinnFTW
b6aef22cfa 🔧 Revert --prod: devDeps needed for tsc
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 18:27:12 -08:00
TransQuinnFTW
5ca7e39339 chore: bump version to 1.0.8 2025-12-31 18:21:38 -08:00
TransQuinnFTW
e240ae8a8c 🔧 Use --prod flag to skip devDependencies in CI
Fixes 401 error when fetching unpublished @lilith devDependency packages.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 18:20:50 -08:00
TransQuinnFTW
eec95230b3 chore: bump version to 1.0.7 2025-12-31 18:13:31 -08:00
TransQuinnFTW
359027f94c 🐛 fix: skip pnpm install for packages without runtime deps
Fixes 401 Unauthorized errors when packages have peer dependencies
but no actual runtime dependencies to install.
2025-12-31 18:13:31 -08:00
TransQuinnFTW
882b44f2b1 chore: bump version to 1.0.6 2025-12-31 18:05:34 -08:00
TransQuinnFTW
f1bd4c619d 🔧 chore: add Forgejo Actions CI workflow
- Add automated build/publish workflow for Forgejo Actions
- Configure for forge.nasty.sh npm registry with @lilith scope
- Include workspace dependency transformation
- Use strict-ssl=false for internal registry

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 18:04:45 -08:00
TransQuinnFTW
95bf236662 chore: bump version to 1.0.5 2025-12-31 01:55:54 -08:00
TransQuinnFTW
46c58d315c 🔧 migrate to @lilith namespace, remove gitlab-ci.yml
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 01:33:14 -08:00
TransQuinnFTW
37f9658431 chore: bump version to 1.0.4 2025-12-29 23:17:24 -08:00
TransQuinnFTW
f575657f65 feat: add GitLab npm publishing config
- Add publishConfig with GitLab registry
- Add publish script
- Add _ meta config

Generated with Claude Code
2025-12-29 21:36:32 -08:00
TransQuinnFTW
94a03b0bb0 chore: bump version to 1.0.3 2025-12-28 03:44:18 -08:00
TransQuinnFTW
e1217e505c chore: configure GitLab CI/CD with workspace protocol
- Use workspace:* for internal dependencies
- CI transforms to actual versions during publish
- Part of topological publish ordering fix

Generated with Claude Code
2025-12-28 03:44:18 -08:00
TransQuinnFTW
9083670733 chore: bump version to 1.0.2 2025-12-28 03:32:58 -08:00
TransQuinnFTW
5b60334904 chore: configure GitLab CI/CD with workspace protocol
- Use workspace:* for internal dependencies
- CI transforms to actual versions during publish
- Part of topological publish ordering fix

Generated with Claude Code
2025-12-28 03:32:57 -08:00
TransQuinnFTW
509e7bae7b fix: use peerDeps for cross-project compat 2025-12-28 02:20:02 -08:00
TransQuinnFTW
cfe30757e5 chore: trigger CI rebuild 2025-12-28 01:22:19 -08:00
TransQuinnFTW
cf56ec69c2 fix: remove publishConfig (use .npmrc for registry) 2025-12-28 01:18:40 -08:00
TransQuinnFTW
cf2a15fb2e fix: use wildcard for external devDeps 2025-12-28 01:15:10 -08:00
TransQuinnFTW
baeb716a3e fix: trigger CI on both main and master branches 2025-12-28 01:11:02 -08:00
Lilith
99193d1b71 feat: configure GitLab CI/CD for npm registry publishing
- Rename package to @transquinnftw/typescript-config-react
- Add publishConfig for GitLab npm registry
- Add .gitlab-ci.yml for auto-publish on main

🤖 Generated with Claude Code
2025-12-28 00:29:58 -08:00