@oxlint/migrate 0.16.1 → 0.16.3

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.1";
1
+ const version = "0.16.3";
2
2
  const packageJson = {
3
3
  version
4
4
  };
@@ -309,6 +309,7 @@ const restrictionRules = [
309
309
  "unicorn/no-anonymous-default-export",
310
310
  "unicorn/no-array-for-each",
311
311
  "unicorn/no-array-reduce",
312
+ "unicorn/no-document-cookie",
312
313
  "unicorn/no-length-as-slice-end",
313
314
  "unicorn/no-magic-array-flat-depth",
314
315
  "unicorn/no-nested-ternary",
@@ -475,7 +476,6 @@ const correctnessRules = [
475
476
  "@typescript-eslint/triple-slash-reference",
476
477
  "unicorn/no-invalid-fetch-options",
477
478
  "unicorn/no-await-in-promise-methods",
478
- "unicorn/no-document-cookie",
479
479
  "unicorn/no-empty-file",
480
480
  "unicorn/no-invalid-remove-event-listener",
481
481
  "unicorn/no-new-array",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxlint/migrate",
3
- "version": "0.16.1",
3
+ "version": "0.16.3",
4
4
  "description": "Generates a `.oxlintrc.json` from a existing eslint flat config",
5
5
  "type": "module",
6
6
  "bin": {
@@ -57,7 +57,7 @@
57
57
  "eslint-plugin-unicorn": "^57.0.0",
58
58
  "husky": "^9.1.7",
59
59
  "lint-staged": "^15.4.3",
60
- "oxlint": "^0.16.1",
60
+ "oxlint": "^0.16.3",
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.6.3"
75
+ "packageManager": "pnpm@10.6.5"
76
76
  }