@commencis/eslint-plugin 1.1.1 → 1.1.2
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 +7 -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,12 @@
|
|
|
1
1
|
# @commencis/eslint-plugin
|
|
2
2
|
|
|
3
|
+
## 1.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- update dependency: @typescript-eslint/utils@8.12.2 ([#109](https://github.com/Commencis/js-toolkit/pull/109))
|
|
8
|
+
update dependency: typescript-eslint@8.12.2
|
|
9
|
+
|
|
3
10
|
## 1.1.1
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
package/dist/index.cjs
CHANGED
|
@@ -125,7 +125,7 @@ var rules_default = {
|
|
|
125
125
|
// package.json
|
|
126
126
|
var package_default = {
|
|
127
127
|
name: "@commencis/eslint-plugin",
|
|
128
|
-
version: "1.1.
|
|
128
|
+
version: "1.1.2",
|
|
129
129
|
description: "Commencis ESLint plugin",
|
|
130
130
|
author: "Commencis WEB Team",
|
|
131
131
|
license: "Apache-2.0",
|
|
@@ -159,11 +159,11 @@ var package_default = {
|
|
|
159
159
|
"lint:types": "tsc --noEmit"
|
|
160
160
|
},
|
|
161
161
|
dependencies: {
|
|
162
|
-
"@typescript-eslint/utils": "8.
|
|
162
|
+
"@typescript-eslint/utils": "8.12.2"
|
|
163
163
|
},
|
|
164
164
|
devDependencies: {
|
|
165
165
|
"@commencis/ts-config": "workspace:*",
|
|
166
|
-
tsup: "8.3.
|
|
166
|
+
tsup: "8.3.5",
|
|
167
167
|
typescript: "5.6.3"
|
|
168
168
|
}
|
|
169
169
|
};
|
package/dist/index.js
CHANGED
|
@@ -99,7 +99,7 @@ var rules_default = {
|
|
|
99
99
|
// package.json
|
|
100
100
|
var package_default = {
|
|
101
101
|
name: "@commencis/eslint-plugin",
|
|
102
|
-
version: "1.1.
|
|
102
|
+
version: "1.1.2",
|
|
103
103
|
description: "Commencis ESLint plugin",
|
|
104
104
|
author: "Commencis WEB Team",
|
|
105
105
|
license: "Apache-2.0",
|
|
@@ -133,11 +133,11 @@ var package_default = {
|
|
|
133
133
|
"lint:types": "tsc --noEmit"
|
|
134
134
|
},
|
|
135
135
|
dependencies: {
|
|
136
|
-
"@typescript-eslint/utils": "8.
|
|
136
|
+
"@typescript-eslint/utils": "8.12.2"
|
|
137
137
|
},
|
|
138
138
|
devDependencies: {
|
|
139
139
|
"@commencis/ts-config": "workspace:*",
|
|
140
|
-
tsup: "8.3.
|
|
140
|
+
tsup: "8.3.5",
|
|
141
141
|
typescript: "5.6.3"
|
|
142
142
|
}
|
|
143
143
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commencis/eslint-plugin",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "Commencis ESLint plugin",
|
|
5
5
|
"author": "Commencis WEB Team",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"require": "./dist/index.cjs"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@typescript-eslint/utils": "8.
|
|
32
|
+
"@typescript-eslint/utils": "8.12.2"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"tsup": "8.3.
|
|
35
|
+
"tsup": "8.3.5",
|
|
36
36
|
"typescript": "5.6.3",
|
|
37
37
|
"@commencis/ts-config": "0.0.2"
|
|
38
38
|
},
|