feat: migrate to Biome linter, update API definitions, and enhance testing infrastructure#193
Conversation
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Add comprehensive exports field to package.json with subpath exports - Update CHANGELOG.md with new export enhancements - Fix main and types paths to point to dist directory - Enable cleaner imports like @devmehq/sdk-js/api and @devmehq/sdk-js/configuration - Add files field to optimize npm package size
|
🎉 This PR is included in version 1.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.2.0-beta.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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
This PR introduces significant improvements to the DevMe SDK JavaScript project:
Changes
🔧 Build & Development Tooling
.eslintrc,.eslintignore,.prettierrc,.prettierignorebiome.jsonwith comprehensive linting rules.husky/pre-committo use Biomejest.config.js📦 Dependencies & Package Management
package.json🚀 CI/CD Improvements
.github/workflows/actions/setup-node@v5actions/checkout@v5.releaserc.jsonfor automated versioning📝 API & Code Enhancements
src/api.ts):src/base.ts): Enhanced configuration and error handlingsrc/common.ts): Added new helper functions✅ Testing Improvements
__tests__/email-test.ts)__tests__/phone-test.ts)📚 Documentation
Breaking Changes
None - All changes are backward compatible
Migration Notes
For developers working on this codebase:
npm installto update dependenciesnpm run lintfor Biome lintingnpm run formatfor Biome formattingTesting
Performance Improvements