@oxlint/migrate 1.13.0 → 1.14.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.13.0";
1
+ const version = "1.14.0";
2
2
  const packageJson = {
3
3
  version
4
4
  };
@@ -601,6 +601,7 @@ const correctnessRules = [
601
601
  "unicorn/prefer-string-starts-ends-with",
602
602
  "vitest/no-conditional-tests",
603
603
  "vitest/require-local-test-context-for-concurrent-snapshots",
604
+ "vue/valid-define-emits",
604
605
  "@typescript-eslint/no-dupe-class-members",
605
606
  "@typescript-eslint/no-loss-of-precision",
606
607
  "@typescript-eslint/no-unused-vars",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxlint/migrate",
3
- "version": "1.13.0",
3
+ "version": "1.14.0",
4
4
  "description": "Generates a `.oxlintrc.json` from a existing eslint flat config",
5
5
  "type": "module",
6
6
  "bin": {
@@ -65,7 +65,7 @@
65
65
  "husky": "^9.1.7",
66
66
  "jiti": "^2.4.2",
67
67
  "lint-staged": "^16.1.2",
68
- "oxlint": "^1.13.0",
68
+ "oxlint": "^1.14.0",
69
69
  "prettier": "^3.6.1",
70
70
  "typescript": "^5.8.3",
71
71
  "typescript-eslint": "^8.35.0",