@orchestrator-ui/eslint-config-custom 1.2.1 → 1.3.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/.turbo/turbo-build.log +4 -4
- package/CHANGELOG.md +30 -18
- package/dist/index.mjs +2 -3
- package/index.js +1 -1
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/eslint-config-custom@1.
|
|
2
|
+
> @orchestrator-ui/eslint-config-custom@1.3.1 build
|
|
3
3
|
> tsup index.js --format esm
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: index.js
|
|
6
|
-
[34mCLI[39m tsup v8.
|
|
6
|
+
[34mCLI[39m tsup v8.3.5
|
|
7
7
|
[34mCLI[39m Target: node16
|
|
8
8
|
[34mESM[39m Build start
|
|
9
|
-
[32mESM[39m [1mdist/index.mjs [22m[32m1.
|
|
10
|
-
[32mESM[39m ⚡️ Build success in
|
|
9
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m1.32 KB[39m
|
|
10
|
+
[32mESM[39m ⚡️ Build success in 17ms
|
package/CHANGELOG.md
CHANGED
|
@@ -1,109 +1,121 @@
|
|
|
1
1
|
# @orchestrator-ui/eslint-config-custom
|
|
2
2
|
|
|
3
|
+
## 1.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 3bfe651: Updates npm packages to latest versions
|
|
8
|
+
|
|
9
|
+
## 1.3.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- ef169fc: 1108 For the no-console rule allowing warnings too
|
|
14
|
+
|
|
3
15
|
## 1.2.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
6
18
|
|
|
7
|
-
-
|
|
19
|
+
- 09f3e09: Fixes markdown in README files
|
|
8
20
|
|
|
9
21
|
## 1.2.0
|
|
10
22
|
|
|
11
23
|
### Minor Changes
|
|
12
24
|
|
|
13
|
-
-
|
|
25
|
+
- c122786: Adds README files to be displayed on NPM. Adds Apache 2.0 license.
|
|
14
26
|
|
|
15
27
|
## 1.1.3
|
|
16
28
|
|
|
17
29
|
### Patch Changes
|
|
18
30
|
|
|
19
|
-
-
|
|
31
|
+
- 9d8b7e0: Downgrades typescript-eslint-plugin
|
|
20
32
|
|
|
21
33
|
## 1.1.2
|
|
22
34
|
|
|
23
35
|
### Patch Changes
|
|
24
36
|
|
|
25
|
-
-
|
|
37
|
+
- 6646b65: Fixes rule extend
|
|
26
38
|
|
|
27
39
|
## 1.1.1
|
|
28
40
|
|
|
29
41
|
### Patch Changes
|
|
30
42
|
|
|
31
|
-
-
|
|
43
|
+
- 126f2be: Fix eslint-plugin dependency
|
|
32
44
|
|
|
33
45
|
## 1.1.0
|
|
34
46
|
|
|
35
47
|
### Minor Changes
|
|
36
48
|
|
|
37
|
-
-
|
|
49
|
+
- 1bed1cb: Add prettier and plugings to eslint config package
|
|
38
50
|
|
|
39
51
|
## 1.0.0
|
|
40
52
|
|
|
41
53
|
### Major Changes
|
|
42
54
|
|
|
43
|
-
-
|
|
55
|
+
- 507399b: R1 Release
|
|
44
56
|
|
|
45
57
|
## 0.3.1
|
|
46
58
|
|
|
47
59
|
### Patch Changes
|
|
48
60
|
|
|
49
|
-
-
|
|
61
|
+
- 5be68af: Exposing @typescript-eslint/eslint-plugin as dependency instead of devDependency
|
|
50
62
|
|
|
51
63
|
## 0.3.0
|
|
52
64
|
|
|
53
65
|
### Minor Changes
|
|
54
66
|
|
|
55
|
-
-
|
|
67
|
+
- c8c6e10: Update npm dependency versions
|
|
56
68
|
|
|
57
69
|
## 0.2.0
|
|
58
70
|
|
|
59
71
|
### Minor Changes
|
|
60
72
|
|
|
61
|
-
-
|
|
73
|
+
- 2747ef2: Remove turborepo linting rule
|
|
62
74
|
|
|
63
75
|
## 0.1.0
|
|
64
76
|
|
|
65
77
|
### Minor Changes
|
|
66
78
|
|
|
67
|
-
-
|
|
79
|
+
- ef5eace: Updates all major dependencies including Typescript to version 5 and NextJS to version 14
|
|
68
80
|
|
|
69
81
|
## 0.0.7
|
|
70
82
|
|
|
71
83
|
### Patch Changes
|
|
72
84
|
|
|
73
|
-
-
|
|
85
|
+
- 39c896a: Moves all devDependencies into the dependencies section
|
|
74
86
|
|
|
75
87
|
## 0.0.6
|
|
76
88
|
|
|
77
89
|
### Patch Changes
|
|
78
90
|
|
|
79
|
-
-
|
|
91
|
+
- ce48846: Updates linting rules to ban all console statements except console.error()
|
|
80
92
|
|
|
81
93
|
## 0.0.5
|
|
82
94
|
|
|
83
95
|
### Patch Changes
|
|
84
96
|
|
|
85
|
-
-
|
|
97
|
+
- 6597ac1: Test release after adding absolute imports (issue 414)
|
|
86
98
|
|
|
87
99
|
## 0.0.4
|
|
88
100
|
|
|
89
101
|
### Patch Changes
|
|
90
102
|
|
|
91
|
-
-
|
|
103
|
+
- 6d680f6: Test release before adding absolute imports (issue 414)
|
|
92
104
|
|
|
93
105
|
## 0.0.3
|
|
94
106
|
|
|
95
107
|
### Patch Changes
|
|
96
108
|
|
|
97
|
-
-
|
|
109
|
+
- 3f17e71: Adds eslint dependency
|
|
98
110
|
|
|
99
111
|
## 0.0.2
|
|
100
112
|
|
|
101
113
|
### Patch Changes
|
|
102
114
|
|
|
103
|
-
-
|
|
115
|
+
- 0cef169: Splitted WFO in separate packages
|
|
104
116
|
|
|
105
117
|
## 0.0.1
|
|
106
118
|
|
|
107
119
|
### Patch Changes
|
|
108
120
|
|
|
109
|
-
-
|
|
121
|
+
- Converted tsconfig and eslint to standalone NPM package
|
package/dist/index.mjs
CHANGED
|
@@ -2,8 +2,7 @@ var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
|
2
2
|
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
|
|
3
3
|
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
|
|
4
4
|
}) : x)(function(x) {
|
|
5
|
-
if (typeof require !== "undefined")
|
|
6
|
-
return require.apply(this, arguments);
|
|
5
|
+
if (typeof require !== "undefined") return require.apply(this, arguments);
|
|
7
6
|
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
8
7
|
});
|
|
9
8
|
var __commonJS = (cb, mod) => function __require2() {
|
|
@@ -24,7 +23,7 @@ var require_eslint_config_custom = __commonJS({
|
|
|
24
23
|
"@next/next/no-html-link-for-pages": "off",
|
|
25
24
|
"@typescript-eslint/ban-ts-comment": "warn",
|
|
26
25
|
"@typescript-eslint/no-explicit-any": "error",
|
|
27
|
-
"no-console": ["error", { allow: ["error"] }],
|
|
26
|
+
"no-console": ["error", { allow: ["error", "warn"] }],
|
|
28
27
|
"react/react-in-jsx-scope": 2,
|
|
29
28
|
"react/jsx-uses-react": 2
|
|
30
29
|
},
|
package/index.js
CHANGED
|
@@ -9,7 +9,7 @@ module.exports = {
|
|
|
9
9
|
'@next/next/no-html-link-for-pages': 'off',
|
|
10
10
|
'@typescript-eslint/ban-ts-comment': 'warn',
|
|
11
11
|
'@typescript-eslint/no-explicit-any': 'error',
|
|
12
|
-
'no-console': ['error', { allow: ['error'] }],
|
|
12
|
+
'no-console': ['error', { allow: ['error', 'warn'] }],
|
|
13
13
|
'react/react-in-jsx-scope': 2,
|
|
14
14
|
'react/jsx-uses-react': 2,
|
|
15
15
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orchestrator-ui/eslint-config-custom",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Contains the eslint configuration used in the Workflow orchestrator frontend projects",
|
|
6
6
|
"author": {
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
28
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
29
|
-
"eslint": "^8.
|
|
30
|
-
"eslint-config-next": "^
|
|
28
|
+
"@typescript-eslint/eslint-plugin": "^8.12.2",
|
|
29
|
+
"eslint": "^8.57.0",
|
|
30
|
+
"eslint-config-next": "^15.0.1",
|
|
31
31
|
"eslint-config-prettier": "^9.1.0",
|
|
32
|
-
"eslint-plugin-react": "^7.
|
|
32
|
+
"eslint-plugin-react": "^7.37.2",
|
|
33
33
|
"prettier": "^3.2.5"
|
|
34
34
|
},
|
|
35
35
|
"publishConfig": {
|