@oxlint/migrate 1.22.0 → 1.23.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.22.0";
1
+ const version = "1.23.0";
2
2
  const packageJson = {
3
3
  version
4
4
  };
@@ -397,6 +397,7 @@ const restrictionRules = [
397
397
  "jsdoc/check-access",
398
398
  "jsdoc/empty-tags",
399
399
  "jsx-a11y/anchor-ambiguous-text",
400
+ "node/no-process-env",
400
401
  "node/no-new-require",
401
402
  "promise/catch-or-return",
402
403
  "promise/spec-only",
@@ -405,6 +406,7 @@ const restrictionRules = [
405
406
  "react/jsx-filename-extension",
406
407
  "react/no-danger",
407
408
  "react/no-unknown-property",
409
+ "react/only-export-components",
408
410
  "@typescript-eslint/explicit-module-boundary-types",
409
411
  "@typescript-eslint/explicit-function-return-type",
410
412
  "@typescript-eslint/no-dynamic-delete",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxlint/migrate",
3
- "version": "1.22.0",
3
+ "version": "1.23.0",
4
4
  "description": "Generates a `.oxlintrc.json` from a existing eslint flat config",
5
5
  "type": "module",
6
6
  "bin": {
@@ -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.22.0",
70
+ "oxlint": "^1.23.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.93.0",
85
+ "oxc-parser": "^0.94.0",
86
86
  "tinyglobby": "^0.2.14"
87
87
  },
88
88
  "peerDependencies": {
89
89
  "jiti": "*"
90
90
  },
91
- "packageManager": "pnpm@10.18.0"
91
+ "packageManager": "pnpm@10.18.2"
92
92
  }