Skip to content

Commit

Permalink
chore(deps): update npm packages (#18)
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.11.0` ->
`^0.13.0`](https://renovatebot.com/diffs/npm/oxlint/0.11.1/0.13.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/oxlint/0.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/oxlint/0.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/oxlint/0.11.1/0.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oxlint/0.11.1/0.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [typescript](https://www.typescriptlang.org/)
([source](https://redirect.github.com/microsoft/TypeScript)) | [`5.6.3`
-> `5.7.2`](https://renovatebot.com/diffs/npm/typescript/5.6.3/5.7.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript/5.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript/5.6.3/5.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.6.3/5.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

#### \[0.13.2] - 2024-11-26

-
[`b04041d`](https://redirect.github.com/oxc-project/oxc/commit/b04041d)
vscode: \[**BREAKING**] Use `.oxlintrc.json` as default value for
`oxc.configPath`
([#&#8203;7442](https://redirect.github.com/oxc-project/oxc/issues/7442))
(Alexander S.)

##### Features

-
[`7236d14`](https://redirect.github.com/oxc-project/oxc/commit/7236d14)
eslint/jsx_a11y: Implement anchor_ambiguous_text
([#&#8203;5729](https://redirect.github.com/oxc-project/oxc/issues/5729))
(Jelle van der Waa)
-
[`79ab8cc`](https://redirect.github.com/oxc-project/oxc/commit/79ab8cc)
lint-unicorn: Add rule prefer set has
([#&#8203;7075](https://redirect.github.com/oxc-project/oxc/issues/7075))
(jordan boyer)
-
[`87c893f`](https://redirect.github.com/oxc-project/oxc/commit/87c893f)
linter: Add the eslint/no_duplicate_imports rule
([#&#8203;7309](https://redirect.github.com/oxc-project/oxc/issues/7309))
(Guillaume Piedigrossi)
-
[`0b9da38`](https://redirect.github.com/oxc-project/oxc/commit/0b9da38)
linter: Implement `unicorn/prefer-negative-index`
([#&#8203;6920](https://redirect.github.com/oxc-project/oxc/issues/6920))
(Brian Liu)
-
[`f0643c4`](https://redirect.github.com/oxc-project/oxc/commit/f0643c4)
linter: Implement `jsx-no-script-url`
([#&#8203;6995](https://redirect.github.com/oxc-project/oxc/issues/6995))
(Radu Baston)
-
[`00060ca`](https://redirect.github.com/oxc-project/oxc/commit/00060ca)
linter: Implement eslint/no-object-constructor
([#&#8203;7345](https://redirect.github.com/oxc-project/oxc/issues/7345))
(Naoya Yoshizawa)

##### Bug Fixes

-
[`db6558f`](https://redirect.github.com/oxc-project/oxc/commit/db6558f)
linter: False positive in `eslint/prefer-object-has-own`
([#&#8203;7463](https://redirect.github.com/oxc-project/oxc/issues/7463))
(dalaoshu)

##### Refactor

-
[`d7d0735`](https://redirect.github.com/oxc-project/oxc/commit/d7d0735)
semantic: Remove `SymbolFlags::TypeLiteral`
([#&#8203;7415](https://redirect.github.com/oxc-project/oxc/issues/7415))
(Dunqing)

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

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

#### \[0.13.1] - 2024-11-23

##### Features

-
[`4ad26b9`](https://redirect.github.com/oxc-project/oxc/commit/4ad26b9)
linter: Add `no-promise-in-callback`
([#&#8203;7307](https://redirect.github.com/oxc-project/oxc/issues/7307))
(no-yan)
-
[`9558087`](https://redirect.github.com/oxc-project/oxc/commit/9558087)
oxlint: Auto detect config file in CLI
([#&#8203;7348](https://redirect.github.com/oxc-project/oxc/issues/7348))
(Alexander S.)

##### Bug Fixes

-
[`8507464`](https://redirect.github.com/oxc-project/oxc/commit/8507464)
linter: Hanging when source has syntax/is flow
([#&#8203;7432](https://redirect.github.com/oxc-project/oxc/issues/7432))
(Cameron)
-
[`e88cf1b`](https://redirect.github.com/oxc-project/oxc/commit/e88cf1b)
linter: Make `overrides` globs relative to config path
([#&#8203;7407](https://redirect.github.com/oxc-project/oxc/issues/7407))
(camchenry)
-
[`9002e97`](https://redirect.github.com/oxc-project/oxc/commit/9002e97)
linter: Add proper support for findIndex and findLastIndex for
`unicorn/prefer-array-some`
([#&#8203;7405](https://redirect.github.com/oxc-project/oxc/issues/7405))
(Dmitry Zakharov)

##### Documentation

-
[`6730e3e`](https://redirect.github.com/oxc-project/oxc/commit/6730e3e)
linter: Add more examples for `unicorn/prefer-array-some`
([#&#8203;7411](https://redirect.github.com/oxc-project/oxc/issues/7411))
(Dmitry Zakharov)

##### Refactor

-
[`6c0d31b`](https://redirect.github.com/oxc-project/oxc/commit/6c0d31b)
linter: Remove useless `const` declaration
([#&#8203;7430](https://redirect.github.com/oxc-project/oxc/issues/7430))
(Song Gao)
-
[`c8adc46`](https://redirect.github.com/oxc-project/oxc/commit/c8adc46)
linter/no-unused-vars: Improve implementation to remove using
SymbolFlags::Export
([#&#8203;7412](https://redirect.github.com/oxc-project/oxc/issues/7412))
(Dunqing)
-
[`c90537f`](https://redirect.github.com/oxc-project/oxc/commit/c90537f)
linter/only-used-in-recursion: Improve implementation to remove using
SymbolFlags::Export
([#&#8203;7413](https://redirect.github.com/oxc-project/oxc/issues/7413))
(Dunqing)

##### Testing

-
[`779f479`](https://redirect.github.com/oxc-project/oxc/commit/779f479)
editor: Check if workspace configuration is updated
([#&#8203;7403](https://redirect.github.com/oxc-project/oxc/issues/7403))
(Alexander S.)

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

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

##### Documentation

-
[`df143ca`](https://redirect.github.com/oxc-project/oxc/commit/df143ca)
linter: Add docs for config settings
([#&#8203;4827](https://redirect.github.com/oxc-project/oxc/issues/4827))
(DonIsaac)

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

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

##### Features

-
[`2268a0e`](https://redirect.github.com/oxc-project/oxc/commit/2268a0e)
linter: Support `overrides` config field
([#&#8203;6974](https://redirect.github.com/oxc-project/oxc/issues/6974))
(DonIsaac)

</details>

<details>
<summary>microsoft/TypeScript (typescript)</summary>

###
[`v5.7.2`](https://redirect.github.com/microsoft/TypeScript/compare/v5.6.3...d701d908d534e68cfab24b6df15539014ac348a3)

[Compare
Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.6.3...v5.7.2)

</details>

---

### Configuration

📅 **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](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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/oxc-project/coc-oxc).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 26, 2024
1 parent aa2ff00 commit 09be2cc
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
78 changes: 39 additions & 39 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"coc.nvim": "^0.0.83-next.18",
"esbuild": "^0.24.0",
"typescript": "^5.3.3",
"oxlint": "^0.11.0"
"oxlint": "^0.13.0"
},
"activationEvents": [
"onLanguage:javascript",
Expand Down

0 comments on commit 09be2cc

Please sign in to comment.