@commencis/eslint-plugin 1.3.4 → 1.4.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 +13 -0
- package/dist/index.cjs +3 -3
- package/dist/index.js +3 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @commencis/eslint-plugin
|
|
2
2
|
|
|
3
|
+
## 1.4.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- chore(deps): update typescript-eslint monorepo to v8.29.1 ([#276](https://github.com/Commencis/js-toolkit/pull/276))
|
|
8
|
+
|
|
9
|
+
## 1.4.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- chore(deps): update typescript-eslint monorepo to v8.26.0 ([#256](https://github.com/Commencis/js-toolkit/pull/256))
|
|
14
|
+
feat: add support for typescript 5.8
|
|
15
|
+
|
|
3
16
|
## 1.3.4
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/dist/index.cjs
CHANGED
|
@@ -149,7 +149,7 @@ var rules_default = {
|
|
|
149
149
|
// package.json
|
|
150
150
|
var package_default = {
|
|
151
151
|
name: "@commencis/eslint-plugin",
|
|
152
|
-
version: "1.
|
|
152
|
+
version: "1.4.1",
|
|
153
153
|
description: "Commencis ESLint plugin",
|
|
154
154
|
author: "Commencis WEB Team",
|
|
155
155
|
license: "Apache-2.0",
|
|
@@ -183,12 +183,12 @@ var package_default = {
|
|
|
183
183
|
"lint:types": "tsc --noEmit"
|
|
184
184
|
},
|
|
185
185
|
dependencies: {
|
|
186
|
-
"@typescript-eslint/utils": "8.
|
|
186
|
+
"@typescript-eslint/utils": "8.29.1"
|
|
187
187
|
},
|
|
188
188
|
devDependencies: {
|
|
189
189
|
"@commencis/ts-config": "0.0.2",
|
|
190
190
|
tsup: "8.4.0",
|
|
191
|
-
typescript: "5.
|
|
191
|
+
typescript: "5.8.3"
|
|
192
192
|
}
|
|
193
193
|
};
|
|
194
194
|
|
package/dist/index.js
CHANGED
|
@@ -123,7 +123,7 @@ var rules_default = {
|
|
|
123
123
|
// package.json
|
|
124
124
|
var package_default = {
|
|
125
125
|
name: "@commencis/eslint-plugin",
|
|
126
|
-
version: "1.
|
|
126
|
+
version: "1.4.1",
|
|
127
127
|
description: "Commencis ESLint plugin",
|
|
128
128
|
author: "Commencis WEB Team",
|
|
129
129
|
license: "Apache-2.0",
|
|
@@ -157,12 +157,12 @@ var package_default = {
|
|
|
157
157
|
"lint:types": "tsc --noEmit"
|
|
158
158
|
},
|
|
159
159
|
dependencies: {
|
|
160
|
-
"@typescript-eslint/utils": "8.
|
|
160
|
+
"@typescript-eslint/utils": "8.29.1"
|
|
161
161
|
},
|
|
162
162
|
devDependencies: {
|
|
163
163
|
"@commencis/ts-config": "0.0.2",
|
|
164
164
|
tsup: "8.4.0",
|
|
165
|
-
typescript: "5.
|
|
165
|
+
typescript: "5.8.3"
|
|
166
166
|
}
|
|
167
167
|
};
|
|
168
168
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commencis/eslint-plugin",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.1",
|
|
4
4
|
"description": "Commencis ESLint plugin",
|
|
5
5
|
"author": "Commencis WEB Team",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"require": "./dist/index.cjs"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@typescript-eslint/utils": "8.
|
|
32
|
+
"@typescript-eslint/utils": "8.29.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@commencis/ts-config": "0.0.2",
|
|
36
36
|
"tsup": "8.4.0",
|
|
37
|
-
"typescript": "5.
|
|
37
|
+
"typescript": "5.8.3"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
40
40
|
"dev": "tsup --watch",
|