@oxlint/migrate 0.16.12 → 0.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- const version = "0.16.12";
1
+ const version = "0.18.0";
2
2
  const packageJson = {
3
3
  version
4
4
  };
@@ -243,7 +243,6 @@ const styleRules = [
243
243
  "unicorn/error-message",
244
244
  "unicorn/filename-case",
245
245
  "unicorn/no-array-method-this-argument",
246
- "unicorn/no-for-loop",
247
246
  "unicorn/no-await-expression-member",
248
247
  "unicorn/no-console-spaces",
249
248
  "unicorn/no-null",
@@ -506,6 +505,7 @@ const correctnessRules = [
506
505
  "promise/no-callback-in-promise",
507
506
  "promise/no-new-statics",
508
507
  "promise/valid-params",
508
+ "react-hooks/exhaustive-deps",
509
509
  "react/forward-ref-uses-ref",
510
510
  "react/jsx-key",
511
511
  "react/jsx-no-duplicate-props",
@@ -567,7 +567,6 @@ const nurseryRules = [
567
567
  "import/export",
568
568
  "import/named",
569
569
  "promise/no-return-in-finally",
570
- "react-hooks/exhaustive-deps",
571
570
  "react/require-render-return",
572
571
  "import-x/export",
573
572
  "import-x/named"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxlint/migrate",
3
- "version": "0.16.12",
3
+ "version": "0.18.0",
4
4
  "description": "Generates a `.oxlintrc.json` from a existing eslint flat config",
5
5
  "type": "module",
6
6
  "bin": {
@@ -56,12 +56,12 @@
56
56
  "eslint-plugin-import-x": "^4.6.1",
57
57
  "eslint-plugin-jsdoc": "^50.6.3",
58
58
  "eslint-plugin-local": "^6.0.0",
59
- "eslint-plugin-oxlint": "^0.16.0",
59
+ "eslint-plugin-oxlint": "^0.17.0",
60
60
  "eslint-plugin-regexp": "^2.7.0",
61
61
  "eslint-plugin-unicorn": "^59.0.0",
62
62
  "husky": "^9.1.7",
63
63
  "lint-staged": "^16.0.0",
64
- "oxlint": "^0.16.12",
64
+ "oxlint": "^0.18.0",
65
65
  "prettier": "^3.5.1",
66
66
  "typescript": "^5.7.3",
67
67
  "typescript-eslint": "^8.24.0",