@rsdk/eslint-plugin 4.0.0-next.14 → 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.
Files changed (3) hide show
  1. package/CHANGELOG.md +32 -13
  2. package/index.js +1 -1
  3. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
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
+
6
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)
7
13
 
8
14
  **Note:** Version bump only for package @rsdk/eslint-plugin
@@ -31,7 +37,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
31
37
 
32
38
  ### Bug Fixes
33
39
 
34
- * all yarn peers dependency issues ([e0db9ef](https://github.com/R-Vision/rsdk/commit/e0db9ef1ab8a4df4e1f8ff6f6a9e3728f497549b))
40
+ * all yarn peers dependency
41
+ issues ([e0db9ef](https://github.com/R-Vision/rsdk/commit/e0db9ef1ab8a4df4e1f8ff6f6a9e3728f497549b))
35
42
 
36
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)
37
44
 
@@ -41,7 +48,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
41
48
 
42
49
  ### Features
43
50
 
44
- * update eslint plugin deps and conf ([e59f061](https://github.com/R-Vision/rsdk/commit/e59f061f473b47ec220464ee6da19f1acfd3160b))
51
+ * update eslint plugin deps and
52
+ conf ([e59f061](https://github.com/R-Vision/rsdk/commit/e59f061f473b47ec220464ee6da19f1acfd3160b))
45
53
 
46
54
  ## [3.6.2-next.0](https://github.com/R-Vision/rsdk/compare/v3.6.1...v3.6.2-next.0) (2023-10-25)
47
55
 
@@ -55,7 +63,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
55
63
 
56
64
  ### Bug Fixes
57
65
 
58
- * **eslint-plugin:** add eslint stuff to peer deps ([e7c2624](https://github.com/R-Vision/rsdk/commit/e7c262424dbac2122ae8f39107cebd39b6fa06e3))
66
+ * **eslint-plugin:** add eslint stuff to peer
67
+ deps ([e7c2624](https://github.com/R-Vision/rsdk/commit/e7c262424dbac2122ae8f39107cebd39b6fa06e3))
59
68
 
60
69
  ## [3.1.0](https://github.com/R-Vision/rsdk/compare/v3.1.0-next.3...v3.1.0) (2023-08-09)
61
70
 
@@ -81,13 +90,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
81
90
 
82
91
  ### Bug Fixes
83
92
 
84
- * **db.knex:** listener leak ([#82](https://github.com/R-Vision/rsdk/issues/82)) ([791cf15](https://github.com/R-Vision/rsdk/commit/791cf1556951878027d3e9824ed92a5690669895))
93
+ * **db.knex:** listener
94
+ leak ([#82](https://github.com/R-Vision/rsdk/issues/82)) ([791cf15](https://github.com/R-Vision/rsdk/commit/791cf1556951878027d3e9824ed92a5690669895))
85
95
 
86
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)
87
97
 
88
98
  ### Features
89
99
 
90
- * add data-source extractor from PlatformApp ([#76](https://github.com/R-Vision/rsdk/issues/76)) ([c668f12](https://github.com/R-Vision/rsdk/commit/c668f12142a009ac7c4bc5adc84b6fa8b85d413a))
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))
91
102
 
92
103
  # [2.5.0](https://github.com/R-Vision/rsdk/compare/v2.4.4-next.0...v2.5.0) (2023-06-23)
93
104
 
@@ -105,7 +116,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
105
116
 
106
117
  ### Bug Fixes
107
118
 
108
- * **deps:** remove unused dependencies ([4512c78](https://github.com/R-Vision/rsdk/commit/4512c7891f806dd1cd88275cb89c5fa381eb9917))
119
+ * **deps:** remove unused
120
+ dependencies ([4512c78](https://github.com/R-Vision/rsdk/commit/4512c7891f806dd1cd88275cb89c5fa381eb9917))
109
121
 
110
122
  ## [2.4.2](https://github.com/R-Vision/rsdk/compare/v2.4.2-next.0...v2.4.2) (2023-06-16)
111
123
 
@@ -115,8 +127,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
115
127
 
116
128
  ### Bug Fixes
117
129
 
118
- * **eslint-plugin:** eslint-plugin-unicorn in deps ([cfad3f1](https://github.com/R-Vision/rsdk/commit/cfad3f164d7da6e02b17ec7af539c26a58cb027c))
119
- * **eslint-plugin:** normalize tsconfig.lint.json ([25d77cd](https://github.com/R-Vision/rsdk/commit/25d77cd69206fa6e1c79ba6ae27ee89276b0cfa2))
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))
120
134
 
121
135
  ## [2.4.1](https://github.com/R-Vision/rsdk/compare/v2.4.1-next.2...v2.4.1) (2023-06-15)
122
136
 
@@ -134,19 +148,22 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
134
148
 
135
149
  ### Features
136
150
 
137
- * change publish config for eslint-plugin, prettier-config, tsconfig ([def7140](https://github.com/R-Vision/rsdk/commit/def714063af0236f35a4290ffc168af4d4037247))
151
+ * change publish config for eslint-plugin, prettier-config,
152
+ tsconfig ([def7140](https://github.com/R-Vision/rsdk/commit/def714063af0236f35a4290ffc168af4d4037247))
138
153
 
139
154
  # [2.0.0](https://github.com/R-Vision/rsdk/compare/v1.0.12...v2.0.0) (2023-06-06)
140
155
 
141
156
  ### Features
142
157
 
143
- * eslint-config -> eslint-plugin ([#32](https://github.com/R-Vision/rsdk/issues/32)) ([6a11df8](https://github.com/R-Vision/rsdk/commit/6a11df864cb9710034a95bac2729aedbea3216bf))
158
+ * eslint-config ->
159
+ eslint-plugin ([#32](https://github.com/R-Vision/rsdk/issues/32)) ([6a11df8](https://github.com/R-Vision/rsdk/commit/6a11df864cb9710034a95bac2729aedbea3216bf))
144
160
 
145
161
  ## 1.0.12 (2023-05-23)
146
162
 
147
163
  ### Bug Fixes
148
164
 
149
- * remove private dependencies from `peerDependencies` section ([0bce6ff](https://github.com/R-Vision/rsdk/commit/0bce6ffb5b699e2ed1dc9aca77cbdbf085267ff7))
165
+ * remove private dependencies from `peerDependencies`
166
+ section ([0bce6ff](https://github.com/R-Vision/rsdk/commit/0bce6ffb5b699e2ed1dc9aca77cbdbf085267ff7))
150
167
 
151
168
  ## 1.0.11 (2023-05-23)
152
169
 
@@ -156,7 +173,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
156
173
 
157
174
  ### Bug Fixes
158
175
 
159
- * add "access: public" to new packages ([04d5983](https://github.com/R-Vision/rsdk/commit/04d5983cfa3e97c5d8219e07208a0499a8c6bc83))
176
+ * add "access: public" to new
177
+ packages ([04d5983](https://github.com/R-Vision/rsdk/commit/04d5983cfa3e97c5d8219e07208a0499a8c6bc83))
160
178
 
161
179
  ## 1.0.9 (2023-05-21)
162
180
 
@@ -186,7 +204,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
186
204
 
187
205
  ### Bug Fixes
188
206
 
189
- * builtin make not private in npm ([50c83b6](https://github.com/R-Vision/rsdk/commit/50c83b6454f9a89f1e99d3b33a497ce2c029d8c6))
207
+ * builtin make not private in
208
+ npm ([50c83b6](https://github.com/R-Vision/rsdk/commit/50c83b6454f9a89f1e99d3b33a497ce2c029d8c6))
190
209
 
191
210
  ## 1.0.2 (2023-05-10)
192
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
- { varsIgnorePattern: '^_', argsIgnorePattern: '^_' },
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.14",
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.9.0",
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": "^48.0.1",
19
+ "eslint-plugin-unicorn": "^49.0.0",
20
20
  "prettier": "^3.0.0"
21
21
  },
22
- "gitHead": "567e6d331c4caa6fdadbe0329f91c471b877f7a4"
22
+ "gitHead": "8abd89d7800375749b024410dc3465ff40389277"
23
23
  }