Skip to content

Commit

Permalink
chore: bump up oxlint version to ^0.11.0 (#29)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

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

---

### Release Notes

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

### [`v0.11.0`](https://redirect.github.com/oxc-project/oxc/blob/HEAD/npm/oxlint/CHANGELOG.md#0110---2024-11-03)

[Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v0.10.3...oxlint_v0.11.0)

##### Documentation

-   [`4551baa`](https://redirect.github.com/oxc-project/oxc/commit/4551baa) linter: Document `rules` ([#&#8203;6983](https://redirect.github.com/oxc-project/oxc/issues/6983)) (Boshen)

### [`v0.10.3`](https://redirect.github.com/oxc-project/oxc/blob/HEAD/npm/oxlint/CHANGELOG.md#0103---2024-10-26)

[Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v0.10.2...oxlint_v0.10.3)

##### Documentation

-   [`3923e63`](https://redirect.github.com/oxc-project/oxc/commit/3923e63) linter: Add schema to config examples ([#&#8203;6838](https://redirect.github.com/oxc-project/oxc/issues/6838)) (Dmitry Zakharov)

### [`v0.10.2`](https://redirect.github.com/oxc-project/oxc/releases/tag/oxlint_v0.10.2): oxlint v0.10.2

[Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v0.10.1...oxlint_v0.10.2)

#### \[0.10.2] - 2024-10-22

##### Features

-   [`dbe1972`](https://redirect.github.com/oxc-project/oxc/commit/dbe1972) linter: Import/no-cycle should turn on ignore_types by default ([#&#8203;6761](https://redirect.github.com/oxc-project/oxc/issues/6761)) (Boshen)
-   [`619d06f`](https://redirect.github.com/oxc-project/oxc/commit/619d06f) linter: Fix suggestion for `eslint:no_empty_static_block` rule ([#&#8203;6732](https://redirect.github.com/oxc-project/oxc/issues/6732)) (Tapan Prakash)

##### Bug Fixes

##### Performance

-   [`8387bac`](https://redirect.github.com/oxc-project/oxc/commit/8387bac) linter: Apply small file optimization, up to 30% faster ([#&#8203;6600](https://redirect.github.com/oxc-project/oxc/issues/6600)) (camchenry)

##### Refactor

-   [`b884577`](https://redirect.github.com/oxc-project/oxc/commit/b884577) linter: All ast_util functions take Semantic ([#&#8203;6753](https://redirect.github.com/oxc-project/oxc/issues/6753)) (DonIsaac)
-   [`744aa74`](https://redirect.github.com/oxc-project/oxc/commit/744aa74) linter: Impl `Deref<Target = Semantic>` for `LintContext` ([#&#8203;6752](https://redirect.github.com/oxc-project/oxc/issues/6752)) (DonIsaac)
-   [`6ffdcc0`](https://redirect.github.com/oxc-project/oxc/commit/6ffdcc0) oxlint: Lint/mod.rs -> lint.rs ([#&#8203;6746](https://redirect.github.com/oxc-project/oxc/issues/6746)) (Boshen)

##### Testing

-   [`b03cec6`](https://redirect.github.com/oxc-project/oxc/commit/b03cec6) oxlint: Add `--fix` test case ([#&#8203;6747](https://redirect.github.com/oxc-project/oxc/issues/6747)) (Boshen)

</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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/napi-rs/wasm-tools).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent 0ea217b commit 5ff882f
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"npm-run-all2": "^7.0.0",
"oxlint": "^0.10.0",
"oxlint": "^0.11.0",
"prettier": "^3.3.3",
"typescript": "^5.5.3"
},
Expand Down
74 changes: 37 additions & 37 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5ff882f

Please sign in to comment.