@open-xchange/linter-presets 0.5.0 → 0.5.1
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/CHANGELOG.md +4 -0
- package/dist/eslint/shared/unittest.d.ts +2 -2
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -6,8 +6,8 @@ import { type EnvBaseOptions } from "./env-utils.js";
|
|
|
6
6
|
export interface EnvUnitTestOptions extends EnvBaseOptions {
|
|
7
7
|
/**
|
|
8
8
|
* Specifies whether to include `eslint-plugin-jest-dom`. Should only be
|
|
9
|
-
* used, if the package
|
|
10
|
-
* Default value is `false`.
|
|
9
|
+
* used, if the package `@testing-library/jest-dom` has been installed in
|
|
10
|
+
* the project. Default value is `false`.
|
|
11
11
|
*/
|
|
12
12
|
jestDom?: boolean;
|
|
13
13
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-xchange/linter-presets",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"description": "Configuration presets for ESLint and StyleLint",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://gitlab.open-xchange.com/fspd/npm-packages/linter-presets"
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
"@babel/core": "7.25.2",
|
|
27
27
|
"@babel/eslint-parser": "7.25.1",
|
|
28
28
|
"@babel/plugin-proposal-decorators": "7.24.7",
|
|
29
|
-
"@eslint-community/eslint-plugin-eslint-comments": "4.
|
|
29
|
+
"@eslint-community/eslint-plugin-eslint-comments": "4.4.0",
|
|
30
30
|
"@eslint/compat": "1.1.1",
|
|
31
31
|
"@eslint/js": "9.9.0",
|
|
32
32
|
"@stylistic/eslint-plugin": "2.3.0",
|
|
33
33
|
"@stylistic/eslint-plugin-migrate": "2.3.0",
|
|
34
34
|
"@stylistic/stylelint-config": "2.0.0",
|
|
35
|
-
"@stylistic/stylelint-plugin": "3.0.
|
|
35
|
+
"@stylistic/stylelint-plugin": "3.0.1",
|
|
36
36
|
"confusing-browser-globals": "1.0.11",
|
|
37
37
|
"eslint-plugin-chai-expect": "3.1.0",
|
|
38
38
|
"eslint-plugin-codeceptjs": "1.3.0",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"eslint-plugin-react": "7.35.0",
|
|
51
51
|
"eslint-plugin-react-hooks": "4.6.2",
|
|
52
52
|
"eslint-plugin-react-hooks-static-deps": "1.0.7",
|
|
53
|
-
"eslint-plugin-react-refresh": "0.4.
|
|
53
|
+
"eslint-plugin-react-refresh": "0.4.10",
|
|
54
54
|
"eslint-plugin-testing-library": "6.3.0",
|
|
55
55
|
"eslint-plugin-vitest": "0.5.4",
|
|
56
56
|
"eslint-plugin-yml": "1.14.0",
|
|
@@ -61,17 +61,17 @@
|
|
|
61
61
|
"stylelint-config-standard-less": "3.0.1",
|
|
62
62
|
"stylelint-config-standard-scss": "13.1.0",
|
|
63
63
|
"stylelint-plugin-license-header": "1.0.3",
|
|
64
|
-
"typescript-eslint": "8.
|
|
64
|
+
"typescript-eslint": "8.2.0"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@types/confusing-browser-globals": "1.0.3",
|
|
68
68
|
"@types/eslint__js": "8.42.3",
|
|
69
69
|
"@types/picomatch": "3.0.1",
|
|
70
|
-
"@typescript-eslint/utils": "8.
|
|
70
|
+
"@typescript-eslint/utils": "8.2.0",
|
|
71
71
|
"eslint": "9.9.0",
|
|
72
|
-
"husky": "9.1.
|
|
72
|
+
"husky": "9.1.5",
|
|
73
73
|
"jest": "29.7.0",
|
|
74
|
-
"stylelint": "16.8.
|
|
74
|
+
"stylelint": "16.8.2",
|
|
75
75
|
"typescript": "5.5.4"
|
|
76
76
|
},
|
|
77
77
|
"peerDependencies": {
|