Commit graph

36 commits

Author SHA1 Message Date
autocommit
2f60e521d4 deps-upgrade(deps): ⬆️ Update dependencies to latest versions for security and compatibility fixes
Some checks failed
Build and Publish / build-and-publish (push) Failing after 35s
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 21:14:20 -07:00
Lilith
c00cc031a5 deps-upgrade(deps): ⬆️ Update dependencies to latest stable versions for security and bug fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 19:22:53 -07:00
Lilith
ee2c65b204 chore: trigger CI publish 2026-01-30 11:56:02 -08:00
Lilith
21ef45d3c1 deps-upgrade(pnpm-lock): ⬆️ Update dependency versions to latest compatible releases in lockfile
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-29 08:44:01 -08:00
Lilith
46042ee05f deps-upgrade(project): ⬆️ Update core dependencies (React, TypeScript, etc.) to latest stable versions for security and compatibility 2026-01-22 14:08:14 -08:00
Lilith
92b3e40135 deps-upgrade: ⬆️ Update npm dependencies to latest stable versions 2026-01-22 11:48:04 -08:00
Lilith
afd2192316 deps-add: Add new-package and its peer dependencies to package.json 2026-01-21 15:44:16 -08:00
Lilith
00e4d925dc chore(build): 🔧 Update TypeScript bundler config (tsup) for optimized build performance 2026-01-21 15:30:32 -08:00
Lilith
007b170860 deps-upgrade: ⬆️ Update dependency versions in package.json for security, compatibility, and performance improvements 2026-01-21 15:30:32 -08:00
Lilith
f4b38c8e72 chore(build): 🔧 Update tsup config for optimized/minified output and new bundling features 2026-01-21 12:36:09 -08:00
Lilith
de125040f8 deps-upgrade(root): ⬆️ Update dependencies in package.json to ensure compatibility, security, and performance improvements 2026-01-21 12:36:09 -08:00
Lilith
91d4f0c53b chore(shared): 🔧 Update shared configuration files and dependencies 2026-01-16 20:50:18 -08:00
Lilith
354323fc04 chore(shared): 🔧 Update shared configuration files and scripts 2026-01-16 20:40:52 -08:00
Lilith
aebfc64c69 chore: 🔧 Update files 2026-01-15 08:31:19 -08:00
Lilith
e776812bca chore: 🔧 Update files 2026-01-15 08:01:30 -08:00
Lilith
5b525a6847 chore: 🔧 Update files 2026-01-15 07:23:18 -08:00
Lilith
1eb7c92433 chore: 🔧 Update files 2026-01-15 06:54:52 -08:00
Lilith
5456a5ba66 chore: 🔧 Update files 2026-01-15 06:22:10 -08:00
Lilith
cfe4a99c4d chore(package): update package version in package.json 2026-01-10 21:47:26 -08:00
Lilith
ca76172b95 🔧 Auto-resolve: Pull rebase failed: fatal: couldn't find remote ref main
Root cause: Repository uses 'master' branch, but auto-commit service
attempted pull/rebase from non-existent 'main' branch.

Resolution: No conflicts or errors to resolve. Repository state is clean.
Working tree has no uncommitted changes.

Action required: Update auto-commit service configuration to use
correct default branch name ('master' for this repository).

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

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-05 12:49:24 -08:00
Lilith
655c20a17d chore(shared): 🔧 Hello! I'm a mock assistant responding to your message. 2026-01-05 12:47:32 -08:00
Lilith
262fc7e80e chore(shared): 🔧 Hello! I'm a mock assistant responding to your message. 2026-01-05 12:19:12 -08:00
Lilith
2f35d4c33c 🔧 Auto-resolve: Pull rebase failed: fatal: couldn't find remote ref main
Root cause: Auto-commit service attempted to pull from 'main' branch,
but this repository uses 'master'. Remote has no 'main' branch.

Resolution: No actual conflicts or issues. Working tree was clean.
Proceeding with push of existing commits.

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

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-05 02:29:28 -08:00
Lilith
b386ac2db5 fix(@mcp/mcp-gitlab-ci): 🐛 resolve linting issues 2026-01-05 02:25:18 -08:00
Lilith
fcf9592a75 fix(eslint.config.js): 🐛 update TypeScript root directory in ESLint config 2026-01-04 20:45:33 -08:00
Lilith
26d1e85e71 chore: add ESLint v9 flat config
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-03 12:26:34 -08:00
Lilith
63a4793638 chore: add publishConfig to prevent public npm publishing
All @lilith/* packages should publish to forge.nasty.sh only.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-03 00:42:33 -08:00
Lilith
d8b243fd2f 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:13 -08:00
Lilith
16156a7ae3 🔧 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:18 -08:00
Lilith
26f39767a2 🔧 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:05 -08:00
Lilith
7fdc7515a4 🔧 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:49 -08:00
Lilith
7f768a84b4 🐛 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:12 -08:00
Lilith
d5f3890cbe 🔧 chore: add Forgejo CI and migrate to @lilith namespace
- Add Forgejo Actions workflow for automated build/publish
- Change package name from @3viky/* to @lilith/*
- Update registry from github to forgejo
- Configure for forge.nasty.sh npm 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:32 -08:00
Lilith
2af8f039dc 🔧 update package config
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 01:33:33 -08:00
Lilith
d4c9f50b3c 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:33 -08:00
Lilith
3db8ff85b9 Initial commit 2025-12-27 19:07:51 -08:00