fix(ocr): update biome.json for v1.9.4 compatibility#10
Merged
willgriffin merged 5 commits intomainfrom Dec 10, 2025
Merged
Conversation
- Change schema reference from 2.2.6 to 1.9.4 (actual installed version) - Rename 'includes' to 'include' (correct key for biome 1.9.x) - Remove deprecated 'useParseIntRadix' rule - Simplify file include patterns to .ts files
- Remove explicit pnpm version from workflows (use packageManager from package.json) - Rename commitlint.config.js to commitlint.config.mjs (required by wagoid/commitlint-github-action@v6) - Update on-pull-request workflow to reference .mjs config file
Contributor
Version Bump PreviewWhen this PR is merged, @happyvertical/ocr will receive a patch version bump based on your conventional commits. What happens on merge?
No manual intervention needed! |
- Add GitHub App token generation to test.yml and changeset-check.yml workflows - Pass secrets to reusable test.yml workflow from on-pull-request.yml and publish.yml - Use app token for NODE_AUTH_TOKEN with fallback to GITHUB_TOKEN - Fixes 403 Forbidden error when fetching @happyvertical packages
- Add owner: happyvertical to create-github-app-token action - Ensures token has access to packages across all happyvertical repos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
includestoinclude(correct key for biome 1.9.x)useParseIntRadixruleTest plan
npm run lintnow runs successfully (was failing with config errors)npm run buildpassesnpm run typecheckpassesnpm testpasses (27/27 tests)