Open renovate[bot] opened 1 week ago
This PR contains the following updates:
29.5.12
29.5.14
22.0.0
22.9.0
^0.4.4
^0.11.0
4.20.1
4.27.0
5.5.2
5.6.3
4.3.1
4.5.1
📅 Schedule: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.
This PR contains the following updates:
29.5.12
->29.5.14
22.0.0
->22.9.0
^0.4.4
->^0.11.0
4.20.1
->4.27.0
5.5.2
->5.6.3
4.3.1
->4.5.1
Release Notes
oxc-project/oxc (oxlint)
### [`v0.11.1`](https://redirect.github.com/oxc-project/oxc/releases/tag/oxlint_v0.11.1): oxlint v0.11.1 [Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v0.11.0...oxlint_v0.11.1) #### \[0.11.1] - 2024-11-09 ##### Features - [`4dd9b60`](https://redirect.github.com/oxc-project/oxc/commit/4dd9b60) editor/vscode: Replace existing output channel and trace output channel with a single LogOutputChannel ([#7196](https://redirect.github.com/oxc-project/oxc/issues/7196)) (Nicholas Rayburn) - [`1fcd709`](https://redirect.github.com/oxc-project/oxc/commit/1fcd709) linter: Add jsx support for only-used-in-recursion ([#7120](https://redirect.github.com/oxc-project/oxc/issues/7120)) (no-yan) - [`4d577cf`](https://redirect.github.com/oxc-project/oxc/commit/4d577cf) linter: Add `import/first` rule ([#7180](https://redirect.github.com/oxc-project/oxc/issues/7180)) (Dmitry Zakharov) - [`9b8973f`](https://redirect.github.com/oxc-project/oxc/commit/9b8973f) linter: Add `import/unambiguous` rule ([#7187](https://redirect.github.com/oxc-project/oxc/issues/7187)) (Dmitry Zakharov) - [`5ab1ff6`](https://redirect.github.com/oxc-project/oxc/commit/5ab1ff6) linter: Implement [@typescript-eslint/no-unsafe-function-type](https://redirect.github.com/typescript-eslint/no-unsafe-function-type) ([#6989](https://redirect.github.com/oxc-project/oxc/issues/6989)) (Orenbek) ##### Bug Fixes - [`eea8879`](https://redirect.github.com/oxc-project/oxc/commit/eea8879) editor/vscode: Update language client id to fix the resolution of the oxc.trace.server setting ([#7181](https://redirect.github.com/oxc-project/oxc/issues/7181)) (Nicholas Rayburn) - [`b73cfd9`](https://redirect.github.com/oxc-project/oxc/commit/b73cfd9) linter: Fix `is_method_call` with parentheses and chain expression ([#7095](https://redirect.github.com/oxc-project/oxc/issues/7095)) (tbashiyy) ##### Refactor - [`8c0a362`](https://redirect.github.com/oxc-project/oxc/commit/8c0a362) linter: Use `ctx.source_range(comment.content_span())` API ([#7155](https://redirect.github.com/oxc-project/oxc/issues/7155)) (Boshen) - [`c5485ae`](https://redirect.github.com/oxc-project/oxc/commit/c5485ae) semantic: Add `ancestor_kinds` iterator function ([#7217](https://redirect.github.com/oxc-project/oxc/issues/7217)) (camchenry) - [`abf1602`](https://redirect.github.com/oxc-project/oxc/commit/abf1602) semantic: Rename `iter_parents` to `ancestors` ([#7216](https://redirect.github.com/oxc-project/oxc/issues/7216)) (camchenry) - [`42171eb`](https://redirect.github.com/oxc-project/oxc/commit/42171eb) semantic: Rename `ancestors` to `ancestor_ids` ([#7215](https://redirect.github.com/oxc-project/oxc/issues/7215)) (camchenry) ### [`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` ([#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 ([#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 ([#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 ([#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 ([#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 ([#6753](https://redirect.github.com/oxc-project/oxc/issues/6753)) (DonIsaac) - [`744aa74`](https://redirect.github.com/oxc-project/oxc/commit/744aa74) linter: Impl `DerefConfiguration
📅 Schedule: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.