@umijs/lint 4.0.81 → 4.0.83

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.
@@ -67,7 +67,8 @@ module.exports = {
67
67
  browserslistConfigFile: false,
68
68
  presets: [require.resolve("@umijs/babel-preset-umi")]
69
69
  },
70
- requireConfigFile: false
70
+ requireConfigFile: false,
71
+ warnOnUnsupportedTypeScriptVersion: false
71
72
  }
72
73
  };
73
74
  function detectJestVersion() {
@@ -55,6 +55,7 @@ module.exports = {
55
55
  browserslistConfigFile: false,
56
56
  presets: [require.resolve("@umijs/babel-preset-umi")]
57
57
  },
58
- requireConfigFile: false
58
+ requireConfigFile: false,
59
+ warnOnUnsupportedTypeScriptVersion: false
59
60
  }
60
61
  };
package/dist/index.js CHANGED
@@ -51,5 +51,3 @@ var src_default = (opts, args) => {
51
51
  eslint.run(esArgs);
52
52
  }
53
53
  };
54
- // Annotate the CommonJS export names for ESM import in node:
55
- 0 && (module.exports = {});
@@ -78,5 +78,3 @@ var BaseLinter = class {
78
78
  });
79
79
  }
80
80
  };
81
- // Annotate the CommonJS export names for ESM import in node:
82
- 0 && (module.exports = {});
@@ -46,5 +46,3 @@ var Eslinter = class extends import_base.default {
46
46
  ];
47
47
  }
48
48
  };
49
- // Annotate the CommonJS export names for ESM import in node:
50
- 0 && (module.exports = {});
@@ -49,5 +49,3 @@ var StyleLinter = class extends import_base.default {
49
49
  ];
50
50
  }
51
51
  };
52
- // Annotate the CommonJS export names for ESM import in node:
53
- 0 && (module.exports = {});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umijs/lint",
3
- "version": "4.0.81",
3
+ "version": "4.0.83",
4
4
  "description": "@umijs/lint",
5
5
  "homepage": "https://github.com/umijs/umi/tree/master/packages/lint#readme",
6
6
  "bugs": "https://github.com/umijs/umi/issues",
@@ -19,15 +19,15 @@
19
19
  "@babel/core": "7.21.0",
20
20
  "@babel/eslint-parser": "7.22.11",
21
21
  "@stylelint/postcss-css-in-js": "^0.38.0",
22
- "@typescript-eslint/eslint-plugin": "5.62.0",
23
- "@typescript-eslint/parser": "5.62.0",
22
+ "@typescript-eslint/eslint-plugin": "^5.62.0",
23
+ "@typescript-eslint/parser": "^5.62.0",
24
24
  "eslint-plugin-jest": "27.2.3",
25
25
  "eslint-plugin-react": "7.33.2",
26
26
  "eslint-plugin-react-hooks": "4.6.0",
27
27
  "postcss": "^8.4.21",
28
28
  "postcss-syntax": "0.36.2",
29
29
  "stylelint-config-standard": "25.0.0",
30
- "@umijs/babel-preset-umi": "4.0.81"
30
+ "@umijs/babel-preset-umi": "4.0.83"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@rushstack/eslint-patch": "1.1.2",