@oxlint/migrate 0.16.4 → 0.16.5

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.4";
1
+ const version = "0.16.5";
2
2
  const packageJson = {
3
3
  version
4
4
  };
@@ -551,6 +551,7 @@ const suspiciousRules = [
551
551
  "@typescript-eslint/no-extraneous-class",
552
552
  "@typescript-eslint/no-unnecessary-type-constraint",
553
553
  "unicorn/consistent-function-scoping",
554
+ "unicorn/no-accessor-recursion",
554
555
  "unicorn/prefer-add-event-listener",
555
556
  "unicorn/require-post-message-target-origin",
556
557
  "@typescript-eslint/no-useless-constructor",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxlint/migrate",
3
- "version": "0.16.4",
3
+ "version": "0.16.5",
4
4
  "description": "Generates a `.oxlintrc.json` from a existing eslint flat config",
5
5
  "type": "module",
6
6
  "bin": {
@@ -37,7 +37,7 @@
37
37
  "@eslint/eslintrc": "^3.3.0",
38
38
  "@eslint/js": "^9.20.0",
39
39
  "@logux/eslint-config": "^55.0.0",
40
- "@oxc-node/core": "^0.0.21",
40
+ "@oxc-node/core": "^0.0.22",
41
41
  "@stylistic/eslint-plugin": "^4.0.1",
42
42
  "@stylistic/eslint-plugin-ts": "^4.0.0",
43
43
  "@types/eslint-config-prettier": "^6.11.3",
@@ -57,7 +57,7 @@
57
57
  "eslint-plugin-unicorn": "^58.0.0",
58
58
  "husky": "^9.1.7",
59
59
  "lint-staged": "^15.4.3",
60
- "oxlint": "^0.16.4",
60
+ "oxlint": "^0.16.5",
61
61
  "prettier": "^3.5.1",
62
62
  "typescript": "^5.7.3",
63
63
  "typescript-eslint": "^8.24.0",
@@ -72,5 +72,5 @@
72
72
  "commander": "^13.1.0",
73
73
  "globals": "^16.0.0"
74
74
  },
75
- "packageManager": "pnpm@10.7.0"
75
+ "packageManager": "pnpm@10.7.1"
76
76
  }