Skip to content

Commit 94cfb2e

Browse files
chore(deps-dev): bump the oxc group across 1 directory with 5 updates (#21643)
* chore(deps-dev): bump the oxc group with 5 updates Bumps the oxc group with 5 updates: | Package | From | To | | --- | --- | --- | | [@oxlint/plugins](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint-plugins) | `1.58.0` | `1.59.0` | | [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) | `0.43.0` | `0.44.0` | | [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.58.0` | `1.59.0` | | [oxlint-plugin-eslint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint-plugin-eslint) | `1.58.0` | `1.59.0` | | [oxlint-tsgolint](https://github.com/oxc-project/tsgolint) | `0.19.0` | `0.20.0` | Updates `@oxlint/plugins` from 1.58.0 to 1.59.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.59.0/npm/oxlint-plugins) Updates `oxfmt` from 0.43.0 to 0.44.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.44.0/npm/oxfmt) Updates `oxlint` from 1.58.0 to 1.59.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.59.0/npm/oxlint) Updates `oxlint-plugin-eslint` from 1.58.0 to 1.59.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint-plugin-eslint/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.59.0/npm/oxlint-plugin-eslint) Updates `oxlint-tsgolint` from 0.19.0 to 0.20.0 - [Release notes](https://github.com/oxc-project/tsgolint/releases) - [Commits](oxc-project/tsgolint@v0.19.0...v0.20.0) --- updated-dependencies: - dependency-name: "@oxlint/plugins" dependency-version: 1.59.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: oxc - dependency-name: oxfmt dependency-version: 0.44.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: oxc - dependency-name: oxlint dependency-version: 1.59.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: oxc - dependency-name: oxlint-plugin-eslint dependency-version: 1.59.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: oxc - dependency-name: oxlint-tsgolint dependency-version: 0.20.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: oxc ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps-dev): disable unicorn/no-useless-iterator-to-array rule --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tony <TonyRL@users.noreply.github.com>
1 parent 91401de commit 94cfb2e

3 files changed

Lines changed: 211 additions & 210 deletions

File tree

.oxlintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,7 @@
432432
"unicorn/no-null": "off",
433433
"unicorn/no-object-as-default-parameter": "warn",
434434
"unicorn/no-process-exit": "off",
435+
"unicorn/no-useless-iterator-to-array": "off",
435436
"unicorn/no-useless-switch-case": "off",
436437

437438
"unicorn/no-useless-undefined": ["error", { "checkArguments": false }],

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"@cloudflare/workers-types": "4.20260405.1",
153153
"@eslint/eslintrc": "3.3.5",
154154
"@eslint/js": "10.0.1",
155-
"@oxlint/plugins": "1.58.0",
155+
"@oxlint/plugins": "1.59.0",
156156
"@stylistic/eslint-plugin": "5.10.0",
157157
"@types/aes-js": "3.1.4",
158158
"@types/babel__preset-env": "7.10.0",
@@ -193,10 +193,10 @@
193193
"mockdate": "3.0.5",
194194
"msw": "2.13.1",
195195
"node-network-devtools": "1.0.29",
196-
"oxfmt": "0.43.0",
197-
"oxlint": "1.58.0",
198-
"oxlint-plugin-eslint": "1.58.0",
199-
"oxlint-tsgolint": "0.19.0",
196+
"oxfmt": "0.44.0",
197+
"oxlint": "1.59.0",
198+
"oxlint-plugin-eslint": "1.59.0",
199+
"oxlint-tsgolint": "0.20.0",
200200
"remark-parse": "11.0.0",
201201
"tsdown": "0.21.7",
202202
"typescript": "5.9.3",

0 commit comments

Comments
 (0)