Enable biome formatter - #362
Merged
Merged
Conversation
## [8.0.0-beta.7](v8.0.0-beta.6...v8.0.0-beta.7) (2026-06-25) ### ⚠ BREAKING CHANGES * remove /versions endpoints ### Features * switch from OpenAPI schema to public resources and publish to pkg-pr-new ([fcc1b8a](fcc1b8a)) * update resources to schema v7.10.0 ([c8086f2](c8086f2)) ### Documentation * update import guide ([d20dae1](d20dae1))
commit: |
| adyen_payments: [ adyen_payments.relationship(TestData.id) ], | ||
| } | ||
| name: randomValue('string', 'name'), | ||
| merchant_account: randomValue('string', 'merchant_account'), |
| } | ||
| name: randomValue('string', 'name'), | ||
| merchant_account: randomValue('string', 'merchant_account'), | ||
| api_key: randomValue('string', 'api_key'), |
| tax_categories: [ tax_categories.relationship(TestData.id) ], | ||
| } | ||
| name: randomValue('string', 'name'), | ||
| username: randomValue('string', 'username'), |
| } | ||
| name: randomValue('string', 'name'), | ||
| username: randomValue('string', 'username'), | ||
| password: randomValue('string', 'password'), |
| } | ||
| name: randomValue('string', 'name'), | ||
| login: randomValue('string', 'login'), | ||
| api_key: randomValue('string', 'api_key'), |
| tax_categories: [ tax_categories.relationship(TestData.id) ], | ||
| } | ||
| name: randomValue('string', 'name'), | ||
| api_key: randomValue('string', 'api_key'), |
| baseurl: randomValue('string', 'baseurl'), | ||
| } | ||
| name: randomValue('string', 'name'), | ||
| api_key: randomValue('string', 'api_key'), |
| tax_categories: [ tax_categories.relationship(TestData.id) ], | ||
| } | ||
| name: randomValue('string', 'name'), | ||
| api_key: randomValue('string', 'api_key'), |
| } | ||
| name: randomValue('string', 'name'), | ||
| client_id: randomValue('string', 'client_id'), | ||
| client_secret: randomValue('string', 'client_secret'), |
| { | ||
| id: typeof id === 'string' ? id : id.id, | ||
| type: CustomerPasswordResets.TYPE, | ||
| _reset_password_token: triggerValue, |
gciotola
approved these changes
Jun 25, 2026
marcomontalbano
approved these changes
Jun 25, 2026
|
🎉 This PR is included in version 8.0.0-beta.8 🎉 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.
Closes https://github.com/commercelayer/team-apps/issues/20
What I did
This PR will enable biome formatter, remove deprecated settings and default ones in biome.json
How to test
Checklist