Commit graph

39 commits

Author SHA1 Message Date
QuinnFTW
d384607353 chore: bump version to 1.2.4
Some checks failed
Build and Publish / build-and-publish (push) Failing after 44s
2026-01-15 08:00:15 -08:00
QuinnFTW
34ae3d9108 chore: 🔧 Update files 2026-01-15 08:00:15 -08:00
QuinnFTW
e21cfb1e40 chore: bump version to 1.2.3 2026-01-15 06:53:21 -08:00
QuinnFTW
1bba8e1334 chore: 🔧 Update files 2026-01-15 06:53:20 -08:00
QuinnFTW
37e71fe2b1 chore: bump version to 1.2.2 2026-01-15 06:20:23 -08:00
QuinnFTW
dc97308222 chore: 🔧 Update files 2026-01-15 06:20:23 -08:00
QuinnFTW
6046f87bda chore: bump version to 1.2.1 2026-01-13 09:11:01 -08:00
QuinnFTW
17ae567daa feat(README.md, index.js, package.json): Update documentation and dependencies 2026-01-13 09:11:01 -08:00
QuinnFTW
db5aa404b4 chore: bump version to 1.1.1 2026-01-03 03:09:41 -08:00
QuinnFTW
16af20da85 chore: bump to v1.1.0 for file-length plugin inheritance
Inherits @lilith/file-length plugin from updated config-base.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-03 03:07:45 -08:00
QuinnFTW
d3fc598fbd chore: bump version to 1.0.12 2026-01-02 22:06:44 -08:00
QuinnFTW
e6ce297523 chore: prepare release for @lilith/eslint-config-react 2026-01-02 22:06:44 -08:00
QuinnFTW
957bab0d62 chore: bump version to 1.0.11 2025-12-31 18:50:01 -08:00
QuinnFTW
5eb681e915 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:01 -08:00
QuinnFTW
4e3bbdf3ad chore: bump version to 1.0.10 2025-12-31 18:31:06 -08:00
QuinnFTW
9c5fe5715a 🔧 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:05 -08:00
QuinnFTW
361c714ffc chore: bump version to 1.0.9 2025-12-31 18:26:52 -08:00
QuinnFTW
55536a81ae 🔧 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:26:52 -08:00
QuinnFTW
97fd1ccc0a chore: bump version to 1.0.8 2025-12-31 18:21:14 -08:00
QuinnFTW
0deb3fd3d3 🔧 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:47 -08:00
QuinnFTW
cba38d609a chore: bump version to 1.0.7 2025-12-31 18:13:09 -08:00
QuinnFTW
cfe2b982ab 🐛 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:09 -08:00
QuinnFTW
04606a9a85 chore: bump version to 1.0.6 2025-12-31 18:05:13 -08:00
QuinnFTW
52d6102df1 🔧 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:44 -08:00
QuinnFTW
a761d38aba chore: bump version to 1.0.5 2025-12-31 01:55:29 -08:00
QuinnFTW
9f76ac3b67 🔧 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:32:57 -08:00
QuinnFTW
1573359d83 chore: bump version to 1.0.4 2025-12-29 23:16:57 -08:00
QuinnFTW
9910a0243f 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
QuinnFTW
1fcead9518 chore: bump version to 1.0.3 2025-12-28 03:44:10 -08:00
QuinnFTW
36d1f234fc 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:09 -08:00
QuinnFTW
7929d441ee chore: bump version to 1.0.2 2025-12-28 03:32:49 -08:00
QuinnFTW
69e273b5e8 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:49 -08:00
QuinnFTW
f9755edecf fix: use npm package reference and peer deps for cross-project compat 2025-12-28 02:12:13 -08:00
QuinnFTW
22fb49ff1b chore: trigger CI rebuild 2025-12-28 01:22:16 -08:00
QuinnFTW
62c28fdbc1 fix: remove publishConfig (use .npmrc for registry) 2025-12-28 01:18:38 -08:00
QuinnFTW
10b05da8dd fix: use wildcard for external devDeps 2025-12-28 01:15:05 -08:00
QuinnFTW
baea30fd09 fix: trigger CI on both main and master branches 2025-12-28 01:10:57 -08:00
QuinnFTW
603b813b58 feat: configure GitLab CI/CD for npm registry publishing
- Rename package to @transquinnftw scope
- Add publishConfig for GitLab npm registry
- Add .gitlab-ci.yml for auto-publish on main

🤖 Generated with Claude Code
2025-12-28 00:28:19 -08:00
Lilith
77fa3156be Initial commit 2025-12-27 19:05:47 -08:00