Skip to content

Conversation

@knowledgecode
Copy link
Owner

Summary

  • Bump version to 0.8.3
  • Export Delegate class for external usage
  • Improve ESLint configuration
  • Update dependencies to latest versions

Changes

  • Export Delegate class: Directly export Delegate class to support advanced use cases
  • Type exports: Add type-only exports to improve type definitions
  • ESLint config: Update to use defineConfig for better type safety
  • Dependencies: Update ESLint 9.37.0, Playwright 1.56.0, typescript-eslint 8.46.0, Vite 7.1.9

Commits

  • Export Delegate class and add type exports
  • Update ESLint configuration to use defineConfig
  • Bump version to 0.8.3 and update dependencies

Test plan

  • Verify build completes successfully
  • Verify no linting errors
  • Verify all tests pass
  • Verify CI/CD pipeline completes successfully

- Export Delegate class directly from delegate.ts for external usage
- Add type-only export from delegate.ts to improve type definitions
- Maintains backward compatibility while exposing class for advanced use cases
- Import and use defineConfig from eslint/config for better type safety
- Simplify tseslint.configs spreading syntax
- Maintains all existing linting rules and configurations
- Update version from 0.8.2 to 0.8.3
- Update eslint to 9.37.0 (from 9.35.0)
- Update playwright to 1.56.0 (from 1.55.0)
- Update typescript-eslint to 8.46.0 (from 8.44.0)
- Update vite to 7.1.9 (from 7.1.6)
- Update related ESLint core packages (@eslint/config-helpers, @eslint/core, @eslint/js, @eslint/plugin-kit)
@knowledgecode knowledgecode merged commit e047cf6 into master Oct 11, 2025
2 checks passed
@knowledgecode knowledgecode deleted the develop branch October 11, 2025 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants