-
- update @biomejs/biome to v2.4.12 (#72)
-
- update actions/create-github-app-token digest to 1b10c78 (#71)
-
- update pnpm/action-setup action to v6 (#70)
-
- update actions/github-script action to v9 (#69)
-
- update @biomejs/biome to v2.4.11 (#68)
-
- update vite to v7.3.2 (#67)
-
- update @types/node to v24.12.2 (#66)
-
- update @biomejs/biome to v2.4.10 (#65)
-
- update all dependencies (#64)
-
- update @biomejs/biome to v2.4.8 (#62)
-
- update pnpm/action-setup action to v5 (#61)
-
- update actions/create-github-app-token action to v3 (#60)
-
- update all dependencies (#59)
-
- update all dependencies (#58)
-
- update pnpm to v10.32.0 (#56)
-
- update pnpm to v10.31.0 (#55)
-
- update all dependencies (#54)
-
- update @biomejs/biome to v2.4.5 (#53)
-
- update @happyvertical/utils to ^0.71.0 (#52)
-
- update @happyvertical/ai to ^0.71.0 (#51)
-
- update @types/node to v24.11.0 (#50)
-
- update @happyvertical/utils to ^0.70.0 (#49)
-
- update @happyvertical/ai to ^0.70.0 (#48)
-
- update all dependencies (#47)
-
- update pnpm to v10.30.2 (#46)
-
- update all dependencies (#45)
-
- update @happyvertical/utils to ^0.69.0 (#44)
-
- update @happyvertical/ai to ^0.69.0 (#43)
-
- update all dependencies (#42)
-
- update all dependencies (#41)
-
- handle multi-line commit bodies in auto-changeset (#40) (ci)
-
- treat dependency updates as patch bumps in auto-changeset
- update all dependencies (#38)
- update @types/node to v24.10.11 (#37)
- update @happyvertical/utils to ^0.68.0 (#36)
- update @happyvertical/ai to ^0.68.0 (#35)
- update all dependencies (#34)
- update all dependencies (#33)
- update @biomejs/biome to v2.3.12 (#32)
- update @happyvertical/utils to ^0.67.0 (#31)
- update @happyvertical/ai to ^0.67.0 (#30)
- update pnpm to v10.28.1 (#29)
- update @happyvertical/utils to ^0.66.0 (#26)
- update @happyvertical/ai to ^0.66.0 (#25)
- update all dependencies (#28)
- update pnpm to v10.26.2 (#24)
-
- add OAuth2 client credentials authentication to LiteLLM (ocr)
-
- add LiteLLM provider for vision LLM-based text extraction (ocr)
-
- add workflow_dispatch trigger to publish workflow (release)
-
- add auto-changeset and direct publish workflow (ci)
- graduate @happyvertical/ocr to standalone repo
- use GH_TOKEN org secret for npm publish (release)
- use GITHUB_TOKEN for npm publish to GitHub Packages (release)
- include root package in pnpm workspace for changesets (release)
- update biome.json for biome 2.x compatibility (ocr)
- use 'includes' instead of 'include' in biome.json overrides (ocr)
- add packages:read permission for GitHub Packages auth (deps)
- scope GitHub App token to organization for package access (ocr)
- use GitHub App token for package registry access (ocr)
- resolve workflow issues for pnpm and commitlint (ocr)
- update biome.json for v1.9.4 compatibility (ocr)
- Updated dependencies
- @happyvertical/utils@0.60.2
- @happyvertical/utils@0.60.1
- @happyvertical/utils@0.60.0
- Updated dependencies
- @happyvertical/utils@0.59.6
- Updated dependencies
- @happyvertical/utils@0.59.5
- Updated dependencies
- @happyvertical/utils@0.59.4
- Updated dependencies
- @happyvertical/utils@0.59.3
- Updated dependencies
- @happyvertical/utils@0.59.2
- Updated dependencies
- @happyvertical/utils@0.59.1
- @happyvertical/utils@0.59.0
- Updated dependencies
- @happyvertical/utils@0.57.1
- Updated dependencies
- @happyvertical/utils@0.57.0
- Updated dependencies
- @happyvertical/utils@0.56.18
- Updated dependencies
- @happyvertical/utils@0.56.17
- @happyvertical/utils@0.56.16
- Updated dependencies
- @happyvertical/utils@0.56.15
- Updated dependencies
- @happyvertical/utils@0.56.14
- Updated dependencies
- @happyvertical/utils@0.56.13
- Updated dependencies
- @happyvertical/utils@0.56.12
- Updated dependencies
- @happyvertical/utils@0.56.11
- Updated dependencies
- @happyvertical/utils@0.56.10
- Updated dependencies
- @happyvertical/utils@0.56.9
- Updated dependencies
- @happyvertical/utils@0.56.8
- Updated dependencies
- @happyvertical/utils@0.56.7
- Updated dependencies
- @happyvertical/utils@0.56.6
- @happyvertical/utils@0.56.5
- @happyvertical/utils@0.56.4
- @happyvertical/utils@0.56.3
- @happyvertical/utils@0.56.2
- @happyvertical/utils@0.56.1
-
c1b1111: Enable fixed versioning for all @happyvertical packages
All packages in the SDK monorepo now share the same version number. This simplifies version management and makes it easier to understand which packages work together.
Changes:
- Updated
.changeset/config.jsonto enable fixed versioning for all@happyvertical/*packages - All packages will now be bumped together to the same version
- Future changesets will automatically synchronize versions across all packages
Migration:
- All packages will be synchronized to the same version on the next release
- The root
package.jsonversion will be kept in sync with all packages
- Updated
-
Updated dependencies [c1b1111]
- @happyvertical/utils@0.56.0
-
dc9c86d: chore: update all dependencies to latest versions
Updated all dependencies across the monorepo to their latest versions:
- vite: 5.4.x/6.x/7.1.x → 7.2.2
- vitest: 2.1.9/3.2.4 → 4.0.8
- happy-dom: 18.0.1 → 20.0.10 (fixes CVE-2025-61927, CVE-2025-62410)
- vite-plugin-dts: 3.9.x/4.3.x → 4.5.4
- @biomejs/biome: 1.9.4/2.3.3 → 2.3.4
- turbo: 2.3.3/2.5.x → 2.6.0
- typescript: 5.7.x → 5.9.3
- And 30+ other dependencies
Also fixed test and typecheck failures in logger package:
- Added
vi.clearAllMocks()to clear mock spy history between tests - Added
skipLibCheck: trueto prevent checking problematic node_modules types
Also skipped browser-based integration tests in spider package when running in CI:
- CrawleeAdapter tests (Playwright browser automation)
- TreeScraper tests (browser-based web scraping)
- Tests pass locally but fail in CI environment
Closes #387, #396, #397
-
Updated dependencies [dc9c86d]
- @happyvertical/utils@0.55.4
- Updated dependencies [849eb94]
- @happyvertical/utils@0.55.3
-
5ef824c: Auto-generated changeset from conventional commits:
fix: simplify auto-changeset workflow - remove dependency installation fix: remove pnpm version from workflow to use packageManager field Merge pull request #346 from happyvertical/claude-auto-fix-fix/add-package-tagformat-18985806972 Merge pull request #345 from happyvertical/claude-auto-fix-fix/add-package-tagformat-18985694712 fix(deps): update pnpm-lock.yaml to remove semantic-release dependencies fix(deps): update pnpm-lock.yaml to remove semantic-release dependencies feat: add auto-changeset workflow for automatic version bumps fix: replace semantic-release with changesets for predictable versioning
- Updated dependencies [5ef824c]
- @happyvertical/utils@0.55.0