@atlaskit/dependency-version-analytics 1.6.1 → 1.6.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 +50 -44
- package/dist/cjs/constants.js +3 -5
- package/dist/cjs/util/analytics.js +1 -1
- package/dist/es2019/util/analytics.js +1 -1
- package/dist/esm/util/analytics.js +1 -1
- package/package.json +5 -4
- package/report.api.md +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,166 +1,172 @@
|
|
|
1
1
|
# @atlaskit/dependency-version-analytics
|
|
2
2
|
|
|
3
|
+
## 1.6.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#43610](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43610) [`b43034e49a9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b43034e49a9) - Bump Axios version to patch the vulnerability
|
|
8
|
+
|
|
3
9
|
## 1.6.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
6
12
|
|
|
7
|
-
- [`1d902045dff`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d902045dff) - Skip alpha versions packages
|
|
13
|
+
- [#40619](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40619) [`1d902045dff`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d902045dff) - Skip alpha versions packages
|
|
8
14
|
|
|
9
15
|
## 1.6.0
|
|
10
16
|
|
|
11
17
|
### Minor Changes
|
|
12
18
|
|
|
13
|
-
- [`d6cf767ff5e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6cf767ff5e) - Use subWorkDir flag to get root package.json
|
|
19
|
+
- [#40000](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40000) [`d6cf767ff5e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6cf767ff5e) - Use subWorkDir flag to get root package.json
|
|
14
20
|
|
|
15
21
|
## 1.5.1
|
|
16
22
|
|
|
17
23
|
### Patch Changes
|
|
18
24
|
|
|
19
|
-
- [`b8ca83aa350`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8ca83aa350) - Swap exec with spawn to avoid maxBuffer errors
|
|
25
|
+
- [#39405](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39405) [`b8ca83aa350`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8ca83aa350) - Swap exec with spawn to avoid maxBuffer errors
|
|
20
26
|
|
|
21
27
|
## 1.5.0
|
|
22
28
|
|
|
23
29
|
### Minor Changes
|
|
24
30
|
|
|
25
|
-
- [`d23cb258eb0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d23cb258eb0) - Using flags.cwd to set current workDir and use package.json from current workDir instead of root
|
|
31
|
+
- [#39186](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39186) [`d23cb258eb0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d23cb258eb0) - Using flags.cwd to set current workDir and use package.json from current workDir instead of root
|
|
26
32
|
|
|
27
33
|
## 1.4.9
|
|
28
34
|
|
|
29
35
|
### Patch Changes
|
|
30
36
|
|
|
31
|
-
- [`0fd070e4bba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0fd070e4bba) - Improved logs
|
|
37
|
+
- [#39119](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39119) [`0fd070e4bba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0fd070e4bba) - Improved logs
|
|
32
38
|
|
|
33
39
|
## 1.4.8
|
|
34
40
|
|
|
35
41
|
### Patch Changes
|
|
36
42
|
|
|
37
|
-
- [`27db2e84c40`](https://bitbucket.org/atlassian/atlassian-frontend/commits/27db2e84c40) - Removing '--current' postfix from packageName before checking it for support
|
|
43
|
+
- [#38998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38998) [`27db2e84c40`](https://bitbucket.org/atlassian/atlassian-frontend/commits/27db2e84c40) - Removing '--current' postfix from packageName before checking it for support
|
|
38
44
|
|
|
39
45
|
## 1.4.7
|
|
40
46
|
|
|
41
47
|
### Patch Changes
|
|
42
48
|
|
|
43
|
-
- [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
49
|
+
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
44
50
|
|
|
45
51
|
## 1.4.6
|
|
46
52
|
|
|
47
53
|
### Patch Changes
|
|
48
54
|
|
|
49
|
-
- [`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use injected env vars instead of version.json
|
|
55
|
+
- [#37925](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37925) [`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use injected env vars instead of version.json
|
|
50
56
|
|
|
51
57
|
## 1.4.5
|
|
52
58
|
|
|
53
59
|
### Patch Changes
|
|
54
60
|
|
|
55
|
-
- [`b9355830504`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9355830504) - Opt out of peer dependency enforcement
|
|
61
|
+
- [#37340](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37340) [`b9355830504`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9355830504) - Opt out of peer dependency enforcement
|
|
56
62
|
|
|
57
63
|
## 1.4.4
|
|
58
64
|
|
|
59
65
|
### Patch Changes
|
|
60
66
|
|
|
61
|
-
- [`3fb20c4aeba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fb20c4aeba) - Add postinstall check to enforce internal peer dependencies
|
|
67
|
+
- [#36757](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36757) [`3fb20c4aeba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fb20c4aeba) - Add postinstall check to enforce internal peer dependencies
|
|
62
68
|
|
|
63
69
|
## 1.4.3
|
|
64
70
|
|
|
65
71
|
### Patch Changes
|
|
66
72
|
|
|
67
|
-
- [`50cf866a219`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50cf866a219) - bump semver
|
|
73
|
+
- [#35950](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35950) [`50cf866a219`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50cf866a219) - bump semver
|
|
68
74
|
|
|
69
75
|
## 1.4.2
|
|
70
76
|
|
|
71
77
|
### Patch Changes
|
|
72
78
|
|
|
73
|
-
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
79
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793) [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
74
80
|
|
|
75
81
|
## 1.4.1
|
|
76
82
|
|
|
77
83
|
### Patch Changes
|
|
78
84
|
|
|
79
|
-
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
85
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649) [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
80
86
|
|
|
81
87
|
## 1.4.0
|
|
82
88
|
|
|
83
89
|
### Minor Changes
|
|
84
90
|
|
|
85
|
-
- [`34c045e90ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/34c045e90ed) - Added supportedPackages to product flow
|
|
91
|
+
- [#33371](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33371) [`34c045e90ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/34c045e90ed) - Added supportedPackages to product flow
|
|
86
92
|
|
|
87
93
|
## 1.3.0
|
|
88
94
|
|
|
89
95
|
### Minor Changes
|
|
90
96
|
|
|
91
|
-
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
97
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
92
98
|
|
|
93
99
|
## 1.2.2
|
|
94
100
|
|
|
95
101
|
### Patch Changes
|
|
96
102
|
|
|
97
|
-
- [`2d3cc41d7d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d3cc41d7d6) - Removed logic to fetch tags metadata during product flow.
|
|
103
|
+
- [#33099](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33099) [`2d3cc41d7d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d3cc41d7d6) - Removed logic to fetch tags metadata during product flow.
|
|
98
104
|
|
|
99
105
|
## 1.2.1
|
|
100
106
|
|
|
101
107
|
### Patch Changes
|
|
102
108
|
|
|
103
|
-
- [`7873dd15ba2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7873dd15ba2) - Updated version analytics events to exclude tags
|
|
109
|
+
- [#33019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33019) [`7873dd15ba2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7873dd15ba2) - Updated version analytics events to exclude tags
|
|
104
110
|
|
|
105
111
|
## 1.2.0
|
|
106
112
|
|
|
107
113
|
### Minor Changes
|
|
108
114
|
|
|
109
|
-
- [`b734af05daf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b734af05daf) - Added support for non-ak scoped packages
|
|
115
|
+
- [#32737](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32737) [`b734af05daf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b734af05daf) - Added support for non-ak scoped packages
|
|
110
116
|
|
|
111
117
|
## 1.1.0
|
|
112
118
|
|
|
113
119
|
### Minor Changes
|
|
114
120
|
|
|
115
|
-
- [`dd9a70fcafc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd9a70fcafc) - Add npm dist-tags (latest, next, rc, hotfix) to analytics
|
|
121
|
+
- [#30415](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30415) [`dd9a70fcafc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd9a70fcafc) - Add npm dist-tags (latest, next, rc, hotfix) to analytics
|
|
116
122
|
|
|
117
123
|
## 1.0.0
|
|
118
124
|
|
|
119
125
|
### Major Changes
|
|
120
126
|
|
|
121
|
-
- [`7913f15625c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7913f15625c) - Upgraded @atlassiansox/analytics-node-client from 2.2.1 to 3.2.1
|
|
127
|
+
- [#29512](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29512) [`7913f15625c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7913f15625c) - Upgraded @atlassiansox/analytics-node-client from 2.2.1 to 3.2.1
|
|
122
128
|
|
|
123
129
|
## 0.4.2
|
|
124
130
|
|
|
125
131
|
### Patch Changes
|
|
126
132
|
|
|
127
|
-
- [`f7f61c05062`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7f61c05062) - The 'debug' dependency was updated from 2.2 to 4.3.4
|
|
133
|
+
- [#28684](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28684) [`f7f61c05062`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7f61c05062) - The 'debug' dependency was updated from 2.2 to 4.3.4
|
|
128
134
|
|
|
129
135
|
## 0.4.1
|
|
130
136
|
|
|
131
137
|
### Patch Changes
|
|
132
138
|
|
|
133
|
-
- [`708957d360f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/708957d360f) - Upgrade a dependency package simple-git
|
|
139
|
+
- [#29170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29170) [`708957d360f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/708957d360f) - Upgrade a dependency package simple-git
|
|
134
140
|
|
|
135
141
|
## 0.4.0
|
|
136
142
|
|
|
137
143
|
### Minor Changes
|
|
138
144
|
|
|
139
|
-
- [`00ea8db4763`](https://bitbucket.org/atlassian/atlassian-frontend/commits/00ea8db4763) - Upgrading the simple-git version
|
|
145
|
+
- [#28150](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28150) [`00ea8db4763`](https://bitbucket.org/atlassian/atlassian-frontend/commits/00ea8db4763) - Upgrading the simple-git version
|
|
140
146
|
|
|
141
147
|
## 0.3.13
|
|
142
148
|
|
|
143
149
|
### Patch Changes
|
|
144
150
|
|
|
145
|
-
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
151
|
+
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874) [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
146
152
|
|
|
147
153
|
## 0.3.12
|
|
148
154
|
|
|
149
155
|
### Patch Changes
|
|
150
156
|
|
|
151
|
-
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
157
|
+
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492) [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
152
158
|
|
|
153
159
|
## 0.3.11
|
|
154
160
|
|
|
155
161
|
### Patch Changes
|
|
156
162
|
|
|
157
|
-
- [`ec86e718ae9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ec86e718ae9) - Upgrade internal dependency @atlassiansox/analytics-node-client to fix a bug when bundling the analytics client
|
|
163
|
+
- [#23888](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23888) [`ec86e718ae9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ec86e718ae9) - Upgrade internal dependency @atlassiansox/analytics-node-client to fix a bug when bundling the analytics client
|
|
158
164
|
|
|
159
165
|
## 0.3.10
|
|
160
166
|
|
|
161
167
|
### Patch Changes
|
|
162
168
|
|
|
163
|
-
- [`a424e62b264`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a424e62b264) - Changes to support Node 16 Typescript definitions from `@types/node`.
|
|
169
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650) [`a424e62b264`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a424e62b264) - Changes to support Node 16 Typescript definitions from `@types/node`.
|
|
164
170
|
|
|
165
171
|
## 0.3.9
|
|
166
172
|
|
|
@@ -172,7 +178,7 @@
|
|
|
172
178
|
|
|
173
179
|
### Patch Changes
|
|
174
180
|
|
|
175
|
-
- [`1977986ea86`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1977986ea86) - Bumping dependencies via Renovate:
|
|
181
|
+
- [#20310](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20310) [`1977986ea86`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1977986ea86) - Bumping dependencies via Renovate:
|
|
176
182
|
|
|
177
183
|
- simple-git
|
|
178
184
|
|
|
@@ -180,7 +186,7 @@
|
|
|
180
186
|
|
|
181
187
|
### Patch Changes
|
|
182
188
|
|
|
183
|
-
- [`5c45b17200d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5c45b17200d) - Bumping dependencies via Renovate:
|
|
189
|
+
- [#19927](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19927) [`5c45b17200d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5c45b17200d) - Bumping dependencies via Renovate:
|
|
184
190
|
|
|
185
191
|
- simple-git
|
|
186
192
|
|
|
@@ -188,19 +194,19 @@
|
|
|
188
194
|
|
|
189
195
|
### Patch Changes
|
|
190
196
|
|
|
191
|
-
- [`4d32baaa06a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d32baaa06a) - Major bump inquirer to latest
|
|
197
|
+
- [#19537](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19537) [`4d32baaa06a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d32baaa06a) - Major bump inquirer to latest
|
|
192
198
|
|
|
193
199
|
## 0.3.5
|
|
194
200
|
|
|
195
201
|
### Patch Changes
|
|
196
202
|
|
|
197
|
-
- [`99ef999a39f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/99ef999a39f) - Renovate Bot upgraded simple-git from ^1.130.0 to 2.48.0
|
|
203
|
+
- [#18957](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18957) [`99ef999a39f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/99ef999a39f) - Renovate Bot upgraded simple-git from ^1.130.0 to 2.48.0
|
|
198
204
|
|
|
199
205
|
## 0.3.4
|
|
200
206
|
|
|
201
207
|
### Patch Changes
|
|
202
208
|
|
|
203
|
-
- [`bca63cdea49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bca63cdea49) - Remove url-parse
|
|
209
|
+
- [#18668](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18668) [`bca63cdea49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bca63cdea49) - Remove url-parse
|
|
204
210
|
|
|
205
211
|
We should use browser built-ins not url-parse
|
|
206
212
|
|
|
@@ -208,25 +214,25 @@
|
|
|
208
214
|
|
|
209
215
|
### Patch Changes
|
|
210
216
|
|
|
211
|
-
- [`650aa20f6fe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/650aa20f6fe) - Upgrade meow dependency
|
|
217
|
+
- [#16649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16649) [`650aa20f6fe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/650aa20f6fe) - Upgrade meow dependency
|
|
212
218
|
|
|
213
219
|
## 0.3.2
|
|
214
220
|
|
|
215
221
|
### Patch Changes
|
|
216
222
|
|
|
217
|
-
- [`84270dcf31a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/84270dcf31a) - Bump dependency "meow" to version ^6.0.0
|
|
223
|
+
- [#9018](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9018) [`84270dcf31a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/84270dcf31a) - Bump dependency "meow" to version ^6.0.0
|
|
218
224
|
|
|
219
225
|
## 0.3.1
|
|
220
226
|
|
|
221
227
|
### Patch Changes
|
|
222
228
|
|
|
223
|
-
- [`9f6045d38ce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f6045d38ce) - Upgrade analytics-node-client dependency
|
|
229
|
+
- [#9025](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9025) [`9f6045d38ce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f6045d38ce) - Upgrade analytics-node-client dependency
|
|
224
230
|
|
|
225
231
|
## 0.3.0
|
|
226
232
|
|
|
227
233
|
### Minor Changes
|
|
228
234
|
|
|
229
|
-
- [`98deccc667`](https://bitbucket.org/atlassian/atlassian-frontend/commits/98deccc667) - Add support for repositories using yarn workspaces
|
|
235
|
+
- [#7071](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7071) [`98deccc667`](https://bitbucket.org/atlassian/atlassian-frontend/commits/98deccc667) - Add support for repositories using yarn workspaces
|
|
230
236
|
|
|
231
237
|
Upgrade events are sent for dependencies listed in any declared workspace, not only the root package.json. An upgrade event is only sent when all workspaces move to a new version. The lowest semver version across the repo is used as the aggregated version of a dependency.
|
|
232
238
|
|
|
@@ -234,25 +240,25 @@
|
|
|
234
240
|
|
|
235
241
|
### Minor Changes
|
|
236
242
|
|
|
237
|
-
- [`b3d3b36c06`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3d3b36c06) - Add statlas flag that uploads last run state to statlas rather than a git tag
|
|
243
|
+
- [#6793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6793) [`b3d3b36c06`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3d3b36c06) - Add statlas flag that uploads last run state to statlas rather than a git tag
|
|
238
244
|
|
|
239
245
|
## 0.1.21
|
|
240
246
|
|
|
241
247
|
### Patch Changes
|
|
242
248
|
|
|
243
|
-
- [`3f51c7d0b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f51c7d0b8) - Fix versionString not including version range or prerelease info
|
|
249
|
+
- [#6734](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6734) [`3f51c7d0b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f51c7d0b8) - Fix versionString not including version range or prerelease info
|
|
244
250
|
|
|
245
251
|
## 0.1.20
|
|
246
252
|
|
|
247
253
|
### Patch Changes
|
|
248
254
|
|
|
249
|
-
- [`365c4257e0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/365c4257e0) - Fix types not being resolvable
|
|
255
|
+
- [#6673](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6673) [`365c4257e0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/365c4257e0) - Fix types not being resolvable
|
|
250
256
|
|
|
251
257
|
## 0.1.19
|
|
252
258
|
|
|
253
259
|
### Patch Changes
|
|
254
260
|
|
|
255
|
-
- [`c8a5330883`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8a5330883) - Fix custom jira suffixed dependencies used for independent upgrades.
|
|
261
|
+
- [#6631](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6631) [`c8a5330883`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8a5330883) - Fix custom jira suffixed dependencies used for independent upgrades.
|
|
256
262
|
|
|
257
263
|
'--current' suffixed deps are now treated as normal deps and converted to a non-suffixed name and proper version. '--next' deps are ignored.
|
|
258
264
|
upgradeType is now also fixed to reflect the 'upgrade' upgradeType rather than 'add' and 'remove'.
|
|
@@ -266,19 +272,19 @@
|
|
|
266
272
|
|
|
267
273
|
### Patch Changes
|
|
268
274
|
|
|
269
|
-
- [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
|
|
275
|
+
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857) [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
|
|
270
276
|
|
|
271
277
|
## 0.1.17
|
|
272
278
|
|
|
273
279
|
### Patch Changes
|
|
274
280
|
|
|
275
|
-
- [`7ef9198547`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ef9198547) - Update dependency name & version to take into account `--next` and `--current`.
|
|
281
|
+
- [#5623](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5623) [`7ef9198547`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ef9198547) - Update dependency name & version to take into account `--next` and `--current`.
|
|
276
282
|
|
|
277
283
|
## 0.1.16
|
|
278
284
|
|
|
279
285
|
### Patch Changes
|
|
280
286
|
|
|
281
|
-
- [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
|
|
287
|
+
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497) [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
|
|
282
288
|
This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
|
|
283
289
|
Also add `typescript` to `devDependencies` to denote version that the package was built with.
|
|
284
290
|
|
|
@@ -286,7 +292,7 @@
|
|
|
286
292
|
|
|
287
293
|
### Patch Changes
|
|
288
294
|
|
|
289
|
-
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
|
|
295
|
+
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885) [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
|
|
290
296
|
|
|
291
297
|
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
|
|
292
298
|
to prevent duplicates of tslib being bundled.
|
package/dist/cjs/constants.js
CHANGED
|
@@ -4,9 +4,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.DEP_TYPES = exports.DEFAULT_TAG = void 0;
|
|
7
|
-
const DEFAULT_TAG = 'atlaskit-dependency-version-analytics-last-run';
|
|
8
|
-
exports.
|
|
9
|
-
const DEP_TYPES = [{
|
|
7
|
+
const DEFAULT_TAG = exports.DEFAULT_TAG = 'atlaskit-dependency-version-analytics-last-run';
|
|
8
|
+
const DEP_TYPES = exports.DEP_TYPES = [{
|
|
10
9
|
packageJsonKey: 'devDependencies',
|
|
11
10
|
depTypeName: 'devDependency'
|
|
12
11
|
}, {
|
|
@@ -18,5 +17,4 @@ const DEP_TYPES = [{
|
|
|
18
17
|
}, {
|
|
19
18
|
packageJsonKey: 'optionalDependencies',
|
|
20
19
|
depTypeName: 'optionalDependency'
|
|
21
|
-
}];
|
|
22
|
-
exports.DEP_TYPES = DEP_TYPES;
|
|
20
|
+
}];
|
|
@@ -67,7 +67,7 @@ function createUpgradeEvent(name, version, previousVersion, date, optionalEventA
|
|
|
67
67
|
}
|
|
68
68
|
});
|
|
69
69
|
return {
|
|
70
|
-
cliVersion: "1.6.
|
|
70
|
+
cliVersion: "1.6.2",
|
|
71
71
|
dependencyName: name,
|
|
72
72
|
versionString: eventVersion,
|
|
73
73
|
major: parsedVersion ? `${parsedVersion.major}` : null,
|
|
@@ -59,7 +59,7 @@ export function createUpgradeEvent(name, version, previousVersion, date, optiona
|
|
|
59
59
|
}
|
|
60
60
|
});
|
|
61
61
|
return {
|
|
62
|
-
cliVersion: "1.6.
|
|
62
|
+
cliVersion: "1.6.2",
|
|
63
63
|
dependencyName: name,
|
|
64
64
|
versionString: eventVersion,
|
|
65
65
|
major: parsedVersion ? `${parsedVersion.major}` : null,
|
|
@@ -66,7 +66,7 @@ export function createUpgradeEvent(name, version, previousVersion, date) {
|
|
|
66
66
|
}
|
|
67
67
|
});
|
|
68
68
|
return _objectSpread({
|
|
69
|
-
cliVersion: "1.6.
|
|
69
|
+
cliVersion: "1.6.2",
|
|
70
70
|
dependencyName: name,
|
|
71
71
|
versionString: eventVersion,
|
|
72
72
|
major: parsedVersion ? "".concat(parsedVersion.major) : null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/dependency-version-analytics",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.2",
|
|
4
4
|
"description": "Tool to pull atlaskit version history from a repo",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -43,14 +43,15 @@
|
|
|
43
43
|
"simple-git": "^3.16.0"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
|
-
"@atlassiansox/analytics-node-client": "^
|
|
46
|
+
"@atlassiansox/analytics-node-client": "^4.0.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0",
|
|
50
|
-
"@atlassiansox/analytics-node-client": "^
|
|
50
|
+
"@atlassiansox/analytics-node-client": "^4.0.0",
|
|
51
|
+
"@types/debug": "^4.1.10",
|
|
51
52
|
"@types/jest": "^26.0.14",
|
|
52
53
|
"@types/micromatch": "^4.0.1",
|
|
53
|
-
"@types/node": "~
|
|
54
|
+
"@types/node": "~18.17.1",
|
|
54
55
|
"jest": "^26.4.2",
|
|
55
56
|
"ts-jest": "26.5.6",
|
|
56
57
|
"ts-node": "^10.9.1",
|