-
-
Notifications
You must be signed in to change notification settings - Fork 3
chore(deps): update dependency xo to v1 #239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
@renovate
renovate
bot
force-pushed
the
renovate/xo-1.x
branch
2 times, most recently
from
May 28, 2025 15:28
3b7edeb
to
76eff1d
Compare
@renovate
renovate
bot
force-pushed
the
renovate/xo-1.x
branch
from
May 28, 2025 23:16
76eff1d
to
5b58c56
Compare
In the test file, we don't need performance, and using the `for await` loop makes the code easier to read and follow IMO.
Codecov Report
All modified and coverable lines are covered by tests ✅
Project coverage is 100.00%. Comparing base (
a236414
) to head (b20bb34
).
Report is 4 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@ ## main #239 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 3 3 Lines 73 73 Branches 5 5 ========================================= Hits 73 73
☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
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.
This PR contains the following updates:
0.60.0
->1.0.0
Release Notes
xojs/xo (xo)
v1.0.0
Compare Source
Breaking
package.json
andxo.config.{js,cjs,mjs,ts,cts,mts}
fileseslint-plugin-import
toeslint-plugin-import-x
(since it's better maintained)import
toimport-x
--plugin
: Configurable via config file--extend
: Configurable via config file--global
: Configurable via config file--extension
: Configurable via config file--env
: No longer relevant with new config system--node-version
: Removed as it only affected unsupported Node.js versions--reporter
: Removed due to potential lookup reliability issuesImprovements
{prettier: 'compat'}
option--stdin-filename
now optionalNew rules
@typescript-eslint/no-wrapper-object-types
@typescript-eslint/no-unsafe-function-type
@typescript-eslint/no-deprecated
@stylistic/type-named-tuple-spacing
@stylistic/type-generic-spacing
unicorn/consistent-date-clone
unicorn/no-named-default
unicorn/consistent-assert
unicorn/no-instanceof-builtins
unicorn/no-accessor-recursion
unicorn/prefer-import-meta-properties
unicorn/no-unnecessary-array-flat-depth
unicorn/no-unnecessary-array-splice-count
Thanks
Huge thanks to @spence-s for doing most of the work for this 🎉
v0.61.1
Compare Source
v0.61.0
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.