@rsdk/eslint-plugin 4.0.0-next.14 → 4.0.0-next.16
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 -0
- package/package.json +7 -5
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.16](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.15...v4.0.0-next.16) (2023-11-30)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rsdk/eslint-plugin
|
|
9
|
+
|
|
10
|
+
## [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)
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* added protocol detector ([#166](https://github.com/R-Vision/rsdk/issues/166)) ([f348995](https://github.com/R-Vision/rsdk/commit/f348995f29648c7392b7375c5b2001197d60eb36))
|
|
15
|
+
|
|
6
16
|
## [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)
|
|
7
17
|
|
|
8
18
|
**Note:** Version bump only for package @rsdk/eslint-plugin
|
|
@@ -31,7 +41,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
31
41
|
|
|
32
42
|
### Bug Fixes
|
|
33
43
|
|
|
34
|
-
* all yarn peers dependency
|
|
44
|
+
* all yarn peers dependency
|
|
45
|
+
issues ([e0db9ef](https://github.com/R-Vision/rsdk/commit/e0db9ef1ab8a4df4e1f8ff6f6a9e3728f497549b))
|
|
35
46
|
|
|
36
47
|
## [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)
|
|
37
48
|
|
|
@@ -41,7 +52,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
41
52
|
|
|
42
53
|
### Features
|
|
43
54
|
|
|
44
|
-
* update eslint plugin deps and
|
|
55
|
+
* update eslint plugin deps and
|
|
56
|
+
conf ([e59f061](https://github.com/R-Vision/rsdk/commit/e59f061f473b47ec220464ee6da19f1acfd3160b))
|
|
45
57
|
|
|
46
58
|
## [3.6.2-next.0](https://github.com/R-Vision/rsdk/compare/v3.6.1...v3.6.2-next.0) (2023-10-25)
|
|
47
59
|
|
|
@@ -55,7 +67,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
55
67
|
|
|
56
68
|
### Bug Fixes
|
|
57
69
|
|
|
58
|
-
* **eslint-plugin:** add eslint stuff to peer
|
|
70
|
+
* **eslint-plugin:** add eslint stuff to peer
|
|
71
|
+
deps ([e7c2624](https://github.com/R-Vision/rsdk/commit/e7c262424dbac2122ae8f39107cebd39b6fa06e3))
|
|
59
72
|
|
|
60
73
|
## [3.1.0](https://github.com/R-Vision/rsdk/compare/v3.1.0-next.3...v3.1.0) (2023-08-09)
|
|
61
74
|
|
|
@@ -81,13 +94,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
81
94
|
|
|
82
95
|
### Bug Fixes
|
|
83
96
|
|
|
84
|
-
* **db.knex:** listener
|
|
97
|
+
* **db.knex:** listener
|
|
98
|
+
leak ([#82](https://github.com/R-Vision/rsdk/issues/82)) ([791cf15](https://github.com/R-Vision/rsdk/commit/791cf1556951878027d3e9824ed92a5690669895))
|
|
85
99
|
|
|
86
100
|
# [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)
|
|
87
101
|
|
|
88
102
|
### Features
|
|
89
103
|
|
|
90
|
-
* add data-source extractor from
|
|
104
|
+
* add data-source extractor from
|
|
105
|
+
PlatformApp ([#76](https://github.com/R-Vision/rsdk/issues/76)) ([c668f12](https://github.com/R-Vision/rsdk/commit/c668f12142a009ac7c4bc5adc84b6fa8b85d413a))
|
|
91
106
|
|
|
92
107
|
# [2.5.0](https://github.com/R-Vision/rsdk/compare/v2.4.4-next.0...v2.5.0) (2023-06-23)
|
|
93
108
|
|
|
@@ -105,7 +120,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
105
120
|
|
|
106
121
|
### Bug Fixes
|
|
107
122
|
|
|
108
|
-
* **deps:** remove unused
|
|
123
|
+
* **deps:** remove unused
|
|
124
|
+
dependencies ([4512c78](https://github.com/R-Vision/rsdk/commit/4512c7891f806dd1cd88275cb89c5fa381eb9917))
|
|
109
125
|
|
|
110
126
|
## [2.4.2](https://github.com/R-Vision/rsdk/compare/v2.4.2-next.0...v2.4.2) (2023-06-16)
|
|
111
127
|
|
|
@@ -115,8 +131,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
115
131
|
|
|
116
132
|
### Bug Fixes
|
|
117
133
|
|
|
118
|
-
* **eslint-plugin:** eslint-plugin-unicorn in
|
|
119
|
-
|
|
134
|
+
* **eslint-plugin:** eslint-plugin-unicorn in
|
|
135
|
+
deps ([cfad3f1](https://github.com/R-Vision/rsdk/commit/cfad3f164d7da6e02b17ec7af539c26a58cb027c))
|
|
136
|
+
* **eslint-plugin:** normalize
|
|
137
|
+
tsconfig.lint.json ([25d77cd](https://github.com/R-Vision/rsdk/commit/25d77cd69206fa6e1c79ba6ae27ee89276b0cfa2))
|
|
120
138
|
|
|
121
139
|
## [2.4.1](https://github.com/R-Vision/rsdk/compare/v2.4.1-next.2...v2.4.1) (2023-06-15)
|
|
122
140
|
|
|
@@ -134,19 +152,22 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
134
152
|
|
|
135
153
|
### Features
|
|
136
154
|
|
|
137
|
-
* change publish config for eslint-plugin, prettier-config,
|
|
155
|
+
* change publish config for eslint-plugin, prettier-config,
|
|
156
|
+
tsconfig ([def7140](https://github.com/R-Vision/rsdk/commit/def714063af0236f35a4290ffc168af4d4037247))
|
|
138
157
|
|
|
139
158
|
# [2.0.0](https://github.com/R-Vision/rsdk/compare/v1.0.12...v2.0.0) (2023-06-06)
|
|
140
159
|
|
|
141
160
|
### Features
|
|
142
161
|
|
|
143
|
-
* eslint-config ->
|
|
162
|
+
* eslint-config ->
|
|
163
|
+
eslint-plugin ([#32](https://github.com/R-Vision/rsdk/issues/32)) ([6a11df8](https://github.com/R-Vision/rsdk/commit/6a11df864cb9710034a95bac2729aedbea3216bf))
|
|
144
164
|
|
|
145
165
|
## 1.0.12 (2023-05-23)
|
|
146
166
|
|
|
147
167
|
### Bug Fixes
|
|
148
168
|
|
|
149
|
-
* remove private dependencies from `peerDependencies`
|
|
169
|
+
* remove private dependencies from `peerDependencies`
|
|
170
|
+
section ([0bce6ff](https://github.com/R-Vision/rsdk/commit/0bce6ffb5b699e2ed1dc9aca77cbdbf085267ff7))
|
|
150
171
|
|
|
151
172
|
## 1.0.11 (2023-05-23)
|
|
152
173
|
|
|
@@ -156,7 +177,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
156
177
|
|
|
157
178
|
### Bug Fixes
|
|
158
179
|
|
|
159
|
-
* add "access: public" to new
|
|
180
|
+
* add "access: public" to new
|
|
181
|
+
packages ([04d5983](https://github.com/R-Vision/rsdk/commit/04d5983cfa3e97c5d8219e07208a0499a8c6bc83))
|
|
160
182
|
|
|
161
183
|
## 1.0.9 (2023-05-21)
|
|
162
184
|
|
|
@@ -186,7 +208,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
186
208
|
|
|
187
209
|
### Bug Fixes
|
|
188
210
|
|
|
189
|
-
* builtin make not private in
|
|
211
|
+
* builtin make not private in
|
|
212
|
+
npm ([50c83b6](https://github.com/R-Vision/rsdk/commit/50c83b6454f9a89f1e99d3b33a497ce2c029d8c6))
|
|
190
213
|
|
|
191
214
|
## 1.0.2 (2023-05-10)
|
|
192
215
|
|
package/index.js
CHANGED
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.16",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"publishConfig": {
|
|
@@ -9,15 +9,17 @@
|
|
|
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
|
+
"eslint-plugin-deprecation": "^2.0.0",
|
|
16
17
|
"eslint-plugin-import": "^2.29.0",
|
|
17
18
|
"eslint-plugin-prettier": "^5.0.1",
|
|
18
19
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
19
|
-
"eslint-plugin-unicorn": "^
|
|
20
|
-
"prettier": "^3.0.0"
|
|
20
|
+
"eslint-plugin-unicorn": "^49.0.0",
|
|
21
|
+
"prettier": "^3.0.0",
|
|
22
|
+
"typescript": "^5.3.2"
|
|
21
23
|
},
|
|
22
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "07aa2600fa268af9225acbb5c97479e7e26d671a"
|
|
23
25
|
}
|