@servicetitan/lazy-module 21.9.0 → 21.10.0

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 (2) hide show
  1. package/package.json +5 -5
  2. package/CHANGELOG.md +0 -283
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicetitan/lazy-module",
3
- "version": "21.9.0",
3
+ "version": "21.10.0",
4
4
  "description": "",
5
5
  "homepage": "https://docs.st.dev/docs/frontend/lazy-module",
6
6
  "repository": {
@@ -16,9 +16,9 @@
16
16
  "src"
17
17
  ],
18
18
  "devDependencies": {
19
- "@servicetitan/error-boundary": "^21.9.0",
20
- "@servicetitan/log-service": "^21.9.0",
21
- "@servicetitan/react-ioc": "^21.9.0",
19
+ "@servicetitan/error-boundary": "^21.10.0",
20
+ "@servicetitan/log-service": "^21.10.0",
21
+ "@servicetitan/react-ioc": "^21.10.0",
22
22
  "@types/react": "~17.0.38",
23
23
  "react": "~17.0.2"
24
24
  },
@@ -34,5 +34,5 @@
34
34
  "cli": {
35
35
  "webpack": false
36
36
  },
37
- "gitHead": "e30223af73b7d021ec6c70c4b665f25b2021114b"
37
+ "gitHead": "f0fda3c26c6bb275978d9a5c68d0d2f7fc6132aa"
38
38
  }
package/CHANGELOG.md DELETED
@@ -1,283 +0,0 @@
1
- # v20.1.0 (Thu Jan 27 2022)
2
-
3
- #### ⚠️ Pushed to `master`
4
-
5
- - Merge branch 'fp/FAR-893' into master ([@rgdelato](https://github.com/rgdelato))
6
-
7
- #### Authors: 1
8
-
9
- - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
10
-
11
- ---
12
-
13
- # v20.0.0 (Thu Jan 13 2022)
14
-
15
- #### 💥 Breaking Change
16
-
17
- - Startup: chunking support for the web components [#1184](https://github.com/servicetitan/uikit/pull/1184) ([@xarety](https://github.com/xarety))
18
-
19
- #### Authors: 1
20
-
21
- - Denis Gordeev ([@xarety](https://github.com/xarety))
22
-
23
- ---
24
-
25
- # v19.4.0 (Mon Jan 10 2022)
26
-
27
- #### 🔩 Dependency Updates
28
-
29
- - Bump @types/react from 17.0.37 to 17.0.38 [#1209](https://github.com/servicetitan/uikit/pull/1209) ([@dependabot[bot]](https://github.com/dependabot[bot]))
30
-
31
- #### Authors: 1
32
-
33
- - [@dependabot[bot]](https://github.com/dependabot[bot])
34
-
35
- ---
36
-
37
- # v19.2.0 (Wed Dec 15 2021)
38
-
39
- #### 🔩 Dependency Updates
40
-
41
- - Bump @types/react from 17.0.36 to 17.0.37 [#1129](https://github.com/servicetitan/uikit/pull/1129) ([@dependabot[bot]](https://github.com/dependabot[bot]))
42
-
43
- #### Authors: 1
44
-
45
- - [@dependabot[bot]](https://github.com/dependabot[bot])
46
-
47
- ---
48
-
49
- # v19.1.0 (Wed Dec 08 2021)
50
-
51
- #### 🔩 Dependency Updates
52
-
53
- - Bump @types/react from 17.0.35 to 17.0.36 [#1113](https://github.com/servicetitan/uikit/pull/1113) ([@dependabot[bot]](https://github.com/dependabot[bot]))
54
-
55
- #### Authors: 1
56
-
57
- - [@dependabot[bot]](https://github.com/dependabot[bot])
58
-
59
- ---
60
-
61
- # v19.0.0 (Wed Nov 24 2021)
62
-
63
- #### 🔩 Dependency Updates
64
-
65
- - Bump @types/react from 17.0.34 to 17.0.35 [#1089](https://github.com/servicetitan/uikit/pull/1089) ([@dependabot[bot]](https://github.com/dependabot[bot]))
66
-
67
- #### Authors: 1
68
-
69
- - [@dependabot[bot]](https://github.com/dependabot[bot])
70
-
71
- ---
72
-
73
- # v18.1.0 (Wed Nov 17 2021)
74
-
75
- #### 🔩 Dependency Updates
76
-
77
- - Bump @types/react from 17.0.33 to 17.0.34 [#1063](https://github.com/servicetitan/uikit/pull/1063) ([@dependabot[bot]](https://github.com/dependabot[bot]))
78
-
79
- #### Authors: 1
80
-
81
- - [@dependabot[bot]](https://github.com/dependabot[bot])
82
-
83
- ---
84
-
85
- # v17.5.0 (Fri Nov 12 2021)
86
-
87
- #### 🚀 Enhancement
88
-
89
- - Log service: improve error logging for unexpected usages [#1083](https://github.com/servicetitan/uikit/pull/1083) ([@kanoshin](https://github.com/kanoshin))
90
-
91
- #### Authors: 1
92
-
93
- - Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
94
-
95
- ---
96
-
97
- # v17.3.1 (Wed Nov 03 2021)
98
-
99
- #### 🔩 Dependency Updates
100
-
101
- - Bump dependencies [#1062](https://github.com/servicetitan/uikit/pull/1062) ([@xarety](https://github.com/xarety))
102
-
103
- #### Authors: 1
104
-
105
- - Denis Gordeev ([@xarety](https://github.com/xarety))
106
-
107
- ---
108
-
109
- # v17.2.1 (Tue Oct 26 2021)
110
-
111
- #### 🔩 Dependency Updates
112
-
113
- - Bump @types/react from 17.0.32 to 17.0.33 [#1041](https://github.com/servicetitan/uikit/pull/1041) ([@dependabot[bot]](https://github.com/dependabot[bot]))
114
- - Bump @types/react from 17.0.30 to 17.0.32 [#1033](https://github.com/servicetitan/uikit/pull/1033) ([@dependabot[bot]](https://github.com/dependabot[bot]))
115
- - Bump @types/react from 17.0.27 to 17.0.30 [#996](https://github.com/servicetitan/uikit/pull/996) ([@dependabot[bot]](https://github.com/dependabot[bot]))
116
-
117
- #### Authors: 1
118
-
119
- - [@dependabot[bot]](https://github.com/dependabot[bot])
120
-
121
- ---
122
-
123
- # v17.1.1 (Tue Oct 05 2021)
124
-
125
- #### 🔩 Dependency Updates
126
-
127
- - Bump @types/react from 17.0.26 to 17.0.27 [#949](https://github.com/servicetitan/uikit/pull/949) ([@dependabot[bot]](https://github.com/dependabot[bot]))
128
-
129
- #### Authors: 1
130
-
131
- - [@dependabot[bot]](https://github.com/dependabot[bot])
132
-
133
- ---
134
-
135
- # v17.1.0 (Sat Oct 02 2021)
136
-
137
- #### 🔩 Dependency Updates
138
-
139
- - Bump @types/react from 17.0.25 to 17.0.26 [#940](https://github.com/servicetitan/uikit/pull/940) ([@dependabot[bot]](https://github.com/dependabot[bot]))
140
-
141
- #### Authors: 1
142
-
143
- - [@dependabot[bot]](https://github.com/dependabot[bot])
144
-
145
- ---
146
-
147
- # v17.0.0 (Thu Sep 30 2021)
148
-
149
- #### 💥 Breaking Change
150
-
151
- - Bump typescript from 4.3.5 to 4.4.3 [#857](https://github.com/servicetitan/uikit/pull/857) ([@kanoshin](https://github.com/kanoshin))
152
-
153
- #### 🔩 Dependency Updates
154
-
155
- - Bump @typescript-eslint/eslint-plugin from 4.31.1 to 4.32.0 [#918](https://github.com/servicetitan/uikit/pull/918) ([@dependabot[bot]](https://github.com/dependabot[bot]))
156
-
157
- #### Authors: 2
158
-
159
- - [@dependabot[bot]](https://github.com/dependabot[bot])
160
- - Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
161
-
162
- ---
163
-
164
- # v16.0.0 (Fri Sep 24 2021)
165
-
166
- #### 🔩 Dependency Updates
167
-
168
- - Bump @types/react from 17.0.21 to 17.0.24 [#897](https://github.com/servicetitan/uikit/pull/897) ([@dependabot[bot]](https://github.com/dependabot[bot]))
169
- - Bump @types/react from 17.0.20 to 17.0.21 [#860](https://github.com/servicetitan/uikit/pull/860) ([@dependabot[bot]](https://github.com/dependabot[bot]))
170
- - Bump @types/react from 17.0.19 to 17.0.20 [#817](https://github.com/servicetitan/uikit/pull/817) ([@dependabot[bot]](https://github.com/dependabot[bot]))
171
-
172
- #### Authors: 1
173
-
174
- - [@dependabot[bot]](https://github.com/dependabot[bot])
175
-
176
- ---
177
-
178
- # v14.3.0 (Mon Aug 23 2021)
179
-
180
- #### 🔩 Dependency Updates
181
-
182
- - Bump @types/react from 17.0.18 to 17.0.19 [#768](https://github.com/servicetitan/uikit/pull/768) ([@dependabot[bot]](https://github.com/dependabot[bot]))
183
- - Bump @types/react from 17.0.17 to 17.0.18 [#760](https://github.com/servicetitan/uikit/pull/760) ([@dependabot[bot]](https://github.com/dependabot[bot]))
184
- - Bump @types/react from 17.0.16 to 17.0.17 [#747](https://github.com/servicetitan/uikit/pull/747) ([@dependabot[bot]](https://github.com/dependabot[bot]))
185
-
186
- #### Authors: 1
187
-
188
- - [@dependabot[bot]](https://github.com/dependabot[bot])
189
-
190
- ---
191
-
192
- # v14.2.0 (Fri Aug 06 2021)
193
-
194
- #### 🐛 Bug Fix
195
-
196
- - Stylelint config: disable no-invalid-position-at-import-rule [#732](https://github.com/servicetitan/uikit/pull/732) ([@kanoshin](https://github.com/kanoshin))
197
-
198
- #### 🔩 Dependency Updates
199
-
200
- - Bump @types/react from 17.0.15 to 17.0.16 [#728](https://github.com/servicetitan/uikit/pull/728) ([@dependabot[bot]](https://github.com/dependabot[bot]))
201
-
202
- #### Authors: 2
203
-
204
- - [@dependabot[bot]](https://github.com/dependabot[bot])
205
- - Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
206
-
207
- ---
208
-
209
- # v14.1.1 (Thu Aug 05 2021)
210
-
211
- #### 🔩 Dependency Updates
212
-
213
- - Update dependencies [#705](https://github.com/servicetitan/uikit/pull/705) ([@xarety](https://github.com/xarety) [@kanoshin](https://github.com/kanoshin))
214
-
215
- #### Authors: 2
216
-
217
- - Denis Gordeev ([@xarety](https://github.com/xarety))
218
- - Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
219
-
220
- ---
221
-
222
- # v14.1.0 (Fri Jul 30 2021)
223
-
224
- #### 🔩 Dependency Updates
225
-
226
- - Bump @types/react from 17.0.9 to 17.0.14 [#652](https://github.com/servicetitan/uikit/pull/652) ([@dependabot[bot]](https://github.com/dependabot[bot]))
227
-
228
- #### Authors: 1
229
-
230
- - [@dependabot[bot]](https://github.com/dependabot[bot])
231
-
232
- ---
233
-
234
- # v14.0.0 (Fri Jul 23 2021)
235
-
236
- #### 💥 Breaking Change
237
-
238
- - Updating React 17 and react-jsx transform [#620](https://github.com/servicetitan/uikit/pull/620) ([@rgdelato](https://github.com/rgdelato) [@StreetStrider](https://github.com/StreetStrider) [@kanoshin](https://github.com/kanoshin))
239
-
240
- #### Authors: 3
241
-
242
- - Ivan Pukhtin ([@StreetStrider](https://github.com/StreetStrider))
243
- - Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
244
- - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
245
-
246
- ---
247
-
248
- # v12.5.0 (Wed Jun 16 2021)
249
-
250
- :tada: This release contains work from a new contributor! :tada:
251
-
252
- Thank you, Mike Kozhevnikov ([@mkozhevnikov](https://github.com/mkozhevnikov)), for all your work!
253
-
254
- #### 🐛 Bug Fix
255
-
256
- - Startup: WatchIgnorePlugin requires at least one value [#622](https://github.com/servicetitan/uikit/pull/622) ([@xarety](https://github.com/xarety))
257
- - Hash browser router: correct basename handling [#616](https://github.com/servicetitan/uikit/pull/616) ([@xarety](https://github.com/xarety))
258
- - FAR-792: Fixing existing subpackage CHANGELOG.md files [#621](https://github.com/servicetitan/uikit/pull/621) ([@rgdelato](https://github.com/rgdelato))
259
-
260
- #### Authors: 2
261
-
262
- - Denis Gordeev ([@xarety](https://github.com/xarety))
263
- - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
264
-
265
- ---
266
-
267
- # v12.4.0 (Tue Jun 08 2021)
268
-
269
- #### ⚠️ Pushed to `master`
270
-
271
- - Undo fail publish consequences ([@xarety](https://github.com/xarety))
272
- - Publish ([@xarety](https://github.com/xarety))
273
-
274
- #### 🔩 Dependency Updates
275
-
276
- - Bump @types/react from 17.0.8 to 17.0.9 [#607](https://github.com/servicetitan/uikit/pull/607) ([@dependabot[bot]](https://github.com/dependabot[bot]))
277
- - Bump @types/react from 17.0.6 to 17.0.8 [#575](https://github.com/servicetitan/uikit/pull/575) ([@dependabot[bot]](https://github.com/dependabot[bot]))
278
- - Bump @types/react from 17.0.5 to 17.0.6 [#551](https://github.com/servicetitan/uikit/pull/551) ([@dependabot[bot]](https://github.com/dependabot[bot]))
279
-
280
- #### Authors: 2
281
-
282
- - [@dependabot[bot]](https://github.com/dependabot[bot])
283
- - Denis Gordeev ([@xarety](https://github.com/xarety))