@oxlint/migrate 1.16.0 → 1.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 = "1.16.0";
1
+ const version = "1.18.0";
2
2
  const packageJson = {
3
3
  version
4
4
  };
@@ -261,6 +261,7 @@ const styleRules = [
261
261
  "vitest/prefer-to-be-truthy",
262
262
  "vue/define-emits-declaration",
263
263
  "vue/define-props-declaration",
264
+ "vue/require-typed-ref",
264
265
  "@typescript-eslint/default-param-last",
265
266
  "@typescript-eslint/init-declarations",
266
267
  "@typescript-eslint/max-params",
@@ -340,6 +341,7 @@ const suspiciousRules = [
340
341
  "unicorn/no-accessor-recursion",
341
342
  "unicorn/prefer-add-event-listener",
342
343
  "unicorn/require-post-message-target-origin",
344
+ "vue/no-required-prop-with-default",
343
345
  "@typescript-eslint/no-useless-constructor",
344
346
  "import-x/no-unassigned-import",
345
347
  "import-x/no-empty-named-blocks",
@@ -627,6 +629,7 @@ const correctnessRules = [
627
629
  ];
628
630
  const nurseryRules = [
629
631
  "getter-return",
632
+ "no-misleading-character-class",
630
633
  "no-undef",
631
634
  "no-unreachable",
632
635
  "import/export",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxlint/migrate",
3
- "version": "1.16.0",
3
+ "version": "1.18.0",
4
4
  "description": "Generates a `.oxlintrc.json` from a existing eslint flat config",
5
5
  "type": "module",
6
6
  "bin": {
@@ -55,7 +55,7 @@
55
55
  "eslint-plugin-header": "^3.1.1",
56
56
  "eslint-plugin-import": "^2.32.0",
57
57
  "eslint-plugin-import-x": "^4.16.0",
58
- "eslint-plugin-jsdoc": "^57.0.0",
58
+ "eslint-plugin-jsdoc": "^60.0.0",
59
59
  "eslint-plugin-local": "^6.0.0",
60
60
  "eslint-plugin-oxlint": "^1.3.0",
61
61
  "eslint-plugin-react": "^7.37.5",
@@ -67,7 +67,7 @@
67
67
  "jiti": "^2.4.2",
68
68
  "lint-staged": "^16.1.2",
69
69
  "next": "^15.5.0",
70
- "oxlint": "^1.16.0",
70
+ "oxlint": "^1.18.0",
71
71
  "oxlint-tsgolint": "^0.2.0",
72
72
  "prettier": "^3.6.1",
73
73
  "typescript": "^5.8.3",
@@ -82,11 +82,11 @@
82
82
  "dependencies": {
83
83
  "commander": "^14.0.0",
84
84
  "globals": "^16.3.0",
85
- "oxc-parser": "^0.89.0",
85
+ "oxc-parser": "^0.90.0",
86
86
  "tinyglobby": "^0.2.14"
87
87
  },
88
88
  "peerDependencies": {
89
89
  "jiti": "*"
90
90
  },
91
- "packageManager": "pnpm@10.16.1"
91
+ "packageManager": "pnpm@10.17.0"
92
92
  }