@oxlint/migrate 0.16.2 → 0.16.4

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.
package/README.md CHANGED
@@ -6,8 +6,6 @@
6
6
 
7
7
  Generates a `.oxlintrc.json` from a existing eslint flat config.
8
8
 
9
- 🚧 Still under development
10
-
11
9
  ## Usage
12
10
 
13
11
  ```shell
@@ -1,4 +1,4 @@
1
- const version = "0.16.2";
1
+ const version = "0.16.4";
2
2
  const packageJson = {
3
3
  version
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxlint/migrate",
3
- "version": "0.16.2",
3
+ "version": "0.16.4",
4
4
  "description": "Generates a `.oxlintrc.json` from a existing eslint flat config",
5
5
  "type": "module",
6
6
  "bin": {
@@ -54,10 +54,10 @@
54
54
  "eslint-plugin-local": "^6.0.0",
55
55
  "eslint-plugin-oxlint": "^0.16.0",
56
56
  "eslint-plugin-regexp": "^2.7.0",
57
- "eslint-plugin-unicorn": "^57.0.0",
57
+ "eslint-plugin-unicorn": "^58.0.0",
58
58
  "husky": "^9.1.7",
59
59
  "lint-staged": "^15.4.3",
60
- "oxlint": "^0.16.2",
60
+ "oxlint": "^0.16.4",
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.7.0"
76
76
  }