Conversation
- Replace AVA with Vitest 3.2.4 for testing framework - Update test files to use Vitest syntax: - Change test.cb to Promise-based tests - Replace t.is() with expect().toBe() - Replace t.true() with expect().toBe(true) - Convert callback-based tests to async/Promise patterns - Add vitest.config.js for test configuration - Add @vitest/coverage-v8 for coverage reporting - Update package.json test scripts to use Vitest 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Remove .circleci/config.yml (Node.js 4-alpine setup) - Add .github/workflows/ci.yml with modern CI configuration: - Matrix build with Node.js 22.x and 24.x - Lint, test, and coverage steps - Triggers on push/PR to main/master branches - Update package.json engines requirement to "node": ">=22" 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Update ESLint to latest version with flat config format - Install and use 'globals' package for Node.js globals instead of manual definition - Update languageOptions: - ecmaVersion: 2017 → 2022 - sourceType: 'commonjs' for src files, 'module' for test files - Use globals.node instead of manual global definitions - Add specific configuration for test files to support ES modules - Remove deprecated .eslintrc in favor of eslint.config.js Fixes CI cosmicconfig compatibility issues with Node.js 22/24. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
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.
No description provided.