@oxlint/migrate 1.54.0 → 1.55.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.
@@ -30,7 +30,7 @@ const loadESLintConfig = async (filePath) => {
30
30
  };
31
31
  //#endregion
32
32
  //#region package.json
33
- var version = "1.54.0";
33
+ var version = "1.55.0";
34
34
  //#endregion
35
35
  //#region src/walker/comments/replaceRuleDirectiveComment.ts
36
36
  const allRules = Object.values(rules_exports).flat();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxlint/migrate",
3
- "version": "1.54.0",
3
+ "version": "1.55.0",
4
4
  "description": "Generates a `.oxlintrc.json` from a existing eslint flat config",
5
5
  "keywords": [
6
6
  "eslint",
@@ -84,7 +84,7 @@
84
84
  "lint-staged": "^16.1.2",
85
85
  "next": "^16.0.0",
86
86
  "oxfmt": "^0.36.0",
87
- "oxlint": "^1.54.0",
87
+ "oxlint": "^1.55.0",
88
88
  "oxlint-tsgolint": "^0.16.0",
89
89
  "tsdown": "^0.21.0",
90
90
  "typescript-eslint": "^8.35.0",