Skip to content
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

feat(linter) eslint-plugin-unicorn no await in promise methods #2963

Conversation

camc314
Copy link
Collaborator

@camc314 camc314 commented Apr 13, 2024

No description provided.

@camc314 camc314 marked this pull request as ready for review April 13, 2024 20:06
Copy link
Collaborator Author

camc314 commented Apr 13, 2024

Copy link

codspeed-hq bot commented Apr 13, 2024

CodSpeed Performance Report

Merging #2963 will not alter performance

Comparing c/04-13-feat_linter_eslint-plugin-unicorn_no_await_in_promise_methods (6645874) with main (98a3acd)

Summary

✅ 30 untouched benchmarks

Copy link
Member

@Dunqing Dunqing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Copy link
Member

Dunqing commented Apr 14, 2024

Merge activity

  • Apr 13, 10:38 PM EDT: @Dunqing started a stack merge that includes this pull request via Graphite.
  • Apr 13, 10:40 PM EDT: Graphite rebased this pull request as part of a merge.
  • Apr 13, 10:44 PM EDT: @Dunqing merged this pull request with Graphite.

Base automatically changed from c/04-13-feat_linter_eslint-plugin-unicorn_no_single_promise_in_promise_methods to main April 14, 2024 02:39
@Dunqing Dunqing force-pushed the c/04-13-feat_linter_eslint-plugin-unicorn_no_await_in_promise_methods branch from 27daf28 to 6645874 Compare April 14, 2024 02:39
@Dunqing Dunqing merged commit 01e64bf into main Apr 14, 2024
32 checks passed
@Dunqing Dunqing deleted the c/04-13-feat_linter_eslint-plugin-unicorn_no_await_in_promise_methods branch April 14, 2024 02:44
@Boshen
Copy link
Member

Boshen commented Apr 14, 2024

Thank you and welcome back again! These are some really nice correctness rules!

Brooooooklyn pushed a commit to toeverything/AFFiNE that referenced this pull request Apr 22, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [oxlint](https://oxc-project.github.io) ([source](https://togithub.com/oxc-project/oxc/tree/HEAD/npm/oxlint)) | [`0.2.17` -> `0.3.0`](https://renovatebot.com/diffs/npm/oxlint/0.2.17/0.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/oxlint/0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/oxlint/0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/oxlint/0.2.17/0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oxlint/0.2.17/0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>oxc-project/oxc (oxlint)</summary>

### [`v0.3.0`](https://togithub.com/oxc-project/oxc/releases/tag/oxlint_v0.3.0): oxlint v0.3.0

[Compare Source](https://togithub.com/oxc-project/oxc/compare/04f5fc018650d9a5dc6a4b1b40dea941fa07781e...b29aabd6f1a2e9e8cfa7db25c371ab40f79d02a5)

#### What's Changed

##### Potential breaking change

-   `-D all` no longer enables nursery rules, use `-D all -D nursery` instead

##### Features

-   support eslint globals by [@&#8203;Boshen](https://togithub.com/Boshen) in [oxc-project/oxc#3038
-   change no-empty-static-block to correctness
-   implement `--format checkstyle` by [@&#8203;Boshen](https://togithub.com/Boshen) in [oxc-project/oxc#3044
-   implement `--format unix` by [@&#8203;Boshen](https://togithub.com/Boshen) in [oxc-project/oxc#3039
-   implement fixer for `typescript-eslint/consistent-type-definitions` by [@&#8203;todor-a](https://togithub.com/todor-a) in [oxc-project/oxc#3045

##### Fixes

-   fix crashing with `unwrap` in import/no-cycle by [@&#8203;Boshen](https://togithub.com/Boshen) in [oxc-project/oxc#3035

**Full Changelog**: oxc-project/oxc@oxlint_v0.2.18...oxlint_v0.3.0

### [`v0.2.18`](https://togithub.com/oxc-project/oxc/releases/tag/oxlint_v0.2.18): oxlint v0.2.18

[Compare Source](https://togithub.com/oxc-project/oxc/compare/df11d10a2220e9aa7a33d9ab39ed662c2ba6fdb5...04f5fc018650d9a5dc6a4b1b40dea941fa07781e)

#### What's Changed

##### New Rules

-   correctness: eslint-plugin-unicorn no await in promise methods by [@&#8203;camc314](https://togithub.com/camc314) in [oxc-project/oxc#2963
-   correctness: eslint-plugin-unicorn no single promise in promise methods by [@&#8203;camc314](https://togithub.com/camc314) in [oxc-project/oxc#2962

##### Features

-   Add --jsdoc-plugin flag by [@&#8203;leaysgur](https://togithub.com/leaysgur) in [oxc-project/oxc#2935
-   Implement plugin-jsdoc/check-property-names by [@&#8203;leaysgur](https://togithub.com/leaysgur) in [oxc-project/oxc#2989
-   eslint/max-len by [@&#8203;woai3c](https://togithub.com/woai3c) in [oxc-project/oxc#2874
-   remove import/no-unresolved by [@&#8203;Boshen](https://togithub.com/Boshen) in [oxc-project/oxc#3023
-   support `oxlint-disable` alongside `eslint-disable` by [@&#8203;Boshen](https://togithub.com/Boshen) in [oxc-project/oxc#3024
-   jsdoc: Implement require-property rule by [@&#8203;leaysgur](https://togithub.com/leaysgur) in [oxc-project/oxc#3011
-   jsdoc: Implement require-property-(type|name|description) rules by [@&#8203;leaysgur](https://togithub.com/leaysgur) in [oxc-project/oxc#3013

#### New Contributors

-   [@&#8203;branchseer](https://togithub.com/branchseer) made their first contribution in [oxc-project/oxc#2943
-   [@&#8203;woai3c](https://togithub.com/woai3c) made their first contribution in [oxc-project/oxc#2874

**Full Changelog**: oxc-project/oxc@oxlint_v0.2.17...oxlint_v0.2.18

</details>

---

### 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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/toeverything/AFFiNE).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoiY2FuYXJ5IiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-linter Area - Linter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants