@rsdk/eslint-plugin 4.0.0-next.13 → 4.0.0-next.15
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 +36 -13
- package/index.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [4.0.0-next.15](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.14...v4.0.0-next.15) (2023-11-30)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* added protocol detector ([#166](https://github.com/R-Vision/rsdk/issues/166)) ([f348995](https://github.com/R-Vision/rsdk/commit/f348995f29648c7392b7375c5b2001197d60eb36))
|
|
11
|
+
|
|
12
|
+
## [4.0.0-next.14](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.13...v4.0.0-next.14) (2023-11-29)
|
|
13
|
+
|
|
14
|
+
**Note:** Version bump only for package @rsdk/eslint-plugin
|
|
15
|
+
|
|
6
16
|
## [4.0.0-next.13](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.12...v4.0.0-next.13) (2023-11-29)
|
|
7
17
|
|
|
8
18
|
**Note:** Version bump only for package @rsdk/eslint-plugin
|
|
@@ -27,7 +37,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
27
37
|
|
|
28
38
|
### Bug Fixes
|
|
29
39
|
|
|
30
|
-
* all yarn peers dependency
|
|
40
|
+
* all yarn peers dependency
|
|
41
|
+
issues ([e0db9ef](https://github.com/R-Vision/rsdk/commit/e0db9ef1ab8a4df4e1f8ff6f6a9e3728f497549b))
|
|
31
42
|
|
|
32
43
|
## [4.0.0-next.0](https://github.com/R-Vision/rsdk/compare/v3.6.2-next.0...v4.0.0-next.0) (2023-10-26)
|
|
33
44
|
|
|
@@ -37,7 +48,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
37
48
|
|
|
38
49
|
### Features
|
|
39
50
|
|
|
40
|
-
* update eslint plugin deps and
|
|
51
|
+
* update eslint plugin deps and
|
|
52
|
+
conf ([e59f061](https://github.com/R-Vision/rsdk/commit/e59f061f473b47ec220464ee6da19f1acfd3160b))
|
|
41
53
|
|
|
42
54
|
## [3.6.2-next.0](https://github.com/R-Vision/rsdk/compare/v3.6.1...v3.6.2-next.0) (2023-10-25)
|
|
43
55
|
|
|
@@ -51,7 +63,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
51
63
|
|
|
52
64
|
### Bug Fixes
|
|
53
65
|
|
|
54
|
-
* **eslint-plugin:** add eslint stuff to peer
|
|
66
|
+
* **eslint-plugin:** add eslint stuff to peer
|
|
67
|
+
deps ([e7c2624](https://github.com/R-Vision/rsdk/commit/e7c262424dbac2122ae8f39107cebd39b6fa06e3))
|
|
55
68
|
|
|
56
69
|
## [3.1.0](https://github.com/R-Vision/rsdk/compare/v3.1.0-next.3...v3.1.0) (2023-08-09)
|
|
57
70
|
|
|
@@ -77,13 +90,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
77
90
|
|
|
78
91
|
### Bug Fixes
|
|
79
92
|
|
|
80
|
-
* **db.knex:** listener
|
|
93
|
+
* **db.knex:** listener
|
|
94
|
+
leak ([#82](https://github.com/R-Vision/rsdk/issues/82)) ([791cf15](https://github.com/R-Vision/rsdk/commit/791cf1556951878027d3e9824ed92a5690669895))
|
|
81
95
|
|
|
82
96
|
# [2.6.0-next.3](https://github.com/R-Vision/rsdk/compare/v2.6.0-next.2...v2.6.0-next.3) (2023-07-07)
|
|
83
97
|
|
|
84
98
|
### Features
|
|
85
99
|
|
|
86
|
-
* add data-source extractor from
|
|
100
|
+
* add data-source extractor from
|
|
101
|
+
PlatformApp ([#76](https://github.com/R-Vision/rsdk/issues/76)) ([c668f12](https://github.com/R-Vision/rsdk/commit/c668f12142a009ac7c4bc5adc84b6fa8b85d413a))
|
|
87
102
|
|
|
88
103
|
# [2.5.0](https://github.com/R-Vision/rsdk/compare/v2.4.4-next.0...v2.5.0) (2023-06-23)
|
|
89
104
|
|
|
@@ -101,7 +116,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
101
116
|
|
|
102
117
|
### Bug Fixes
|
|
103
118
|
|
|
104
|
-
* **deps:** remove unused
|
|
119
|
+
* **deps:** remove unused
|
|
120
|
+
dependencies ([4512c78](https://github.com/R-Vision/rsdk/commit/4512c7891f806dd1cd88275cb89c5fa381eb9917))
|
|
105
121
|
|
|
106
122
|
## [2.4.2](https://github.com/R-Vision/rsdk/compare/v2.4.2-next.0...v2.4.2) (2023-06-16)
|
|
107
123
|
|
|
@@ -111,8 +127,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
111
127
|
|
|
112
128
|
### Bug Fixes
|
|
113
129
|
|
|
114
|
-
* **eslint-plugin:** eslint-plugin-unicorn in
|
|
115
|
-
|
|
130
|
+
* **eslint-plugin:** eslint-plugin-unicorn in
|
|
131
|
+
deps ([cfad3f1](https://github.com/R-Vision/rsdk/commit/cfad3f164d7da6e02b17ec7af539c26a58cb027c))
|
|
132
|
+
* **eslint-plugin:** normalize
|
|
133
|
+
tsconfig.lint.json ([25d77cd](https://github.com/R-Vision/rsdk/commit/25d77cd69206fa6e1c79ba6ae27ee89276b0cfa2))
|
|
116
134
|
|
|
117
135
|
## [2.4.1](https://github.com/R-Vision/rsdk/compare/v2.4.1-next.2...v2.4.1) (2023-06-15)
|
|
118
136
|
|
|
@@ -130,19 +148,22 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
130
148
|
|
|
131
149
|
### Features
|
|
132
150
|
|
|
133
|
-
* change publish config for eslint-plugin, prettier-config,
|
|
151
|
+
* change publish config for eslint-plugin, prettier-config,
|
|
152
|
+
tsconfig ([def7140](https://github.com/R-Vision/rsdk/commit/def714063af0236f35a4290ffc168af4d4037247))
|
|
134
153
|
|
|
135
154
|
# [2.0.0](https://github.com/R-Vision/rsdk/compare/v1.0.12...v2.0.0) (2023-06-06)
|
|
136
155
|
|
|
137
156
|
### Features
|
|
138
157
|
|
|
139
|
-
* eslint-config ->
|
|
158
|
+
* eslint-config ->
|
|
159
|
+
eslint-plugin ([#32](https://github.com/R-Vision/rsdk/issues/32)) ([6a11df8](https://github.com/R-Vision/rsdk/commit/6a11df864cb9710034a95bac2729aedbea3216bf))
|
|
140
160
|
|
|
141
161
|
## 1.0.12 (2023-05-23)
|
|
142
162
|
|
|
143
163
|
### Bug Fixes
|
|
144
164
|
|
|
145
|
-
* remove private dependencies from `peerDependencies`
|
|
165
|
+
* remove private dependencies from `peerDependencies`
|
|
166
|
+
section ([0bce6ff](https://github.com/R-Vision/rsdk/commit/0bce6ffb5b699e2ed1dc9aca77cbdbf085267ff7))
|
|
146
167
|
|
|
147
168
|
## 1.0.11 (2023-05-23)
|
|
148
169
|
|
|
@@ -152,7 +173,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
152
173
|
|
|
153
174
|
### Bug Fixes
|
|
154
175
|
|
|
155
|
-
* add "access: public" to new
|
|
176
|
+
* add "access: public" to new
|
|
177
|
+
packages ([04d5983](https://github.com/R-Vision/rsdk/commit/04d5983cfa3e97c5d8219e07208a0499a8c6bc83))
|
|
156
178
|
|
|
157
179
|
## 1.0.9 (2023-05-21)
|
|
158
180
|
|
|
@@ -182,7 +204,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
182
204
|
|
|
183
205
|
### Bug Fixes
|
|
184
206
|
|
|
185
|
-
* builtin make not private in
|
|
207
|
+
* builtin make not private in
|
|
208
|
+
npm ([50c83b6](https://github.com/R-Vision/rsdk/commit/50c83b6454f9a89f1e99d3b33a497ce2c029d8c6))
|
|
186
209
|
|
|
187
210
|
## 1.0.2 (2023-05-10)
|
|
188
211
|
|
package/index.js
CHANGED
|
@@ -123,7 +123,7 @@ module.exports = {
|
|
|
123
123
|
'unicorn/no-unused-properties': 'off',
|
|
124
124
|
'@typescript-eslint/no-unused-vars': [
|
|
125
125
|
'error',
|
|
126
|
-
{
|
|
126
|
+
{varsIgnorePattern: '^_', argsIgnorePattern: '^_'},
|
|
127
127
|
],
|
|
128
128
|
// Пытался как-то консистентно эту историю организовать, но это около невозможно потому что порты например нет смысла делить
|
|
129
129
|
'unicorn/numeric-separators-style': 'off',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsdk/eslint-plugin",
|
|
3
|
-
"version": "4.0.0-next.
|
|
3
|
+
"version": "4.0.0-next.15",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"publishConfig": {
|
|
@@ -9,15 +9,15 @@
|
|
|
9
9
|
"license": "Apache License 2.0",
|
|
10
10
|
"peerDependencies": {
|
|
11
11
|
"@typescript-eslint/eslint-plugin": "^6.9.0",
|
|
12
|
-
"@typescript-eslint/parser": "^6.
|
|
12
|
+
"@typescript-eslint/parser": "^6.13.1",
|
|
13
13
|
"eslint": "^8.52.0",
|
|
14
14
|
"eslint-config-prettier": "^9.0.0",
|
|
15
15
|
"eslint-formatter-codeframe": "^7.32.1",
|
|
16
16
|
"eslint-plugin-import": "^2.29.0",
|
|
17
17
|
"eslint-plugin-prettier": "^5.0.1",
|
|
18
18
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
19
|
-
"eslint-plugin-unicorn": "^
|
|
19
|
+
"eslint-plugin-unicorn": "^49.0.0",
|
|
20
20
|
"prettier": "^3.0.0"
|
|
21
21
|
},
|
|
22
|
-
"gitHead": "
|
|
22
|
+
"gitHead": "8abd89d7800375749b024410dc3465ff40389277"
|
|
23
23
|
}
|