@atlaskit/codemod-cli 0.21.1 → 0.23.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.
- package/CHANGELOG.md +321 -125
- package/dist/cjs/main.js +1 -1
- package/dist/cjs/presets/migrate-to-new-buttons/codemods/next-migrate-to-new-button-variants.js +1 -1
- package/dist/cjs/presets/migrate-to-new-buttons/utils/constants.js +1 -2
- package/dist/cjs/presets/migrate-to-new-buttons/utils/generate-new-button-element.js +74 -38
- package/dist/es2019/presets/migrate-to-new-buttons/codemods/next-migrate-to-new-button-variants.js +2 -2
- package/dist/es2019/presets/migrate-to-new-buttons/utils/constants.js +0 -1
- package/dist/es2019/presets/migrate-to-new-buttons/utils/generate-new-button-element.js +69 -33
- package/dist/esm/main.js +1 -1
- package/dist/esm/presets/migrate-to-new-buttons/codemods/next-migrate-to-new-button-variants.js +2 -2
- package/dist/esm/presets/migrate-to-new-buttons/utils/constants.js +0 -1
- package/dist/esm/presets/migrate-to-new-buttons/utils/generate-new-button-element.js +74 -38
- package/dist/types/presets/migrate-to-new-buttons/utils/constants.d.ts +0 -1
- package/dist/types/presets/migrate-to-new-buttons/utils/generate-new-button-element.d.ts +14 -1
- package/dist/types-ts4.5/presets/migrate-to-new-buttons/utils/constants.d.ts +0 -1
- package/dist/types-ts4.5/presets/migrate-to-new-buttons/utils/generate-new-button-element.d.ts +14 -1
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,561 +1,757 @@
|
|
|
1
1
|
# @atlaskit/codemod-cli
|
|
2
2
|
|
|
3
|
+
## 0.23.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#98066](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98066)
|
|
8
|
+
[`414a343b18e7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/414a343b18e7) -
|
|
9
|
+
Add new testing abstraction and update some tests
|
|
10
|
+
|
|
11
|
+
## 0.22.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- [#91603](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91603)
|
|
16
|
+
[`7cb9b3b277be`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7cb9b3b277be) -
|
|
17
|
+
Update button mod to prefer render props over UNSAFE\_ APIs
|
|
18
|
+
|
|
3
19
|
## 0.21.1
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
6
22
|
|
|
7
|
-
-
|
|
23
|
+
- [#87918](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/87918)
|
|
24
|
+
[`1de8dc826f8d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1de8dc826f8d) -
|
|
25
|
+
Fixed the duplicated label issue and the missing JSX pragma comment.
|
|
8
26
|
|
|
9
27
|
## 0.21.0
|
|
10
28
|
|
|
11
29
|
### Minor Changes
|
|
12
30
|
|
|
13
|
-
-
|
|
31
|
+
- [#87074](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/87074)
|
|
32
|
+
[`92be609ad553`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/92be609ad553) -
|
|
33
|
+
Adds migration support for LoadingButtons
|
|
14
34
|
|
|
15
35
|
## 0.20.1
|
|
16
36
|
|
|
17
37
|
### Patch Changes
|
|
18
38
|
|
|
19
|
-
-
|
|
39
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
|
|
40
|
+
[`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
|
|
41
|
+
Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
20
42
|
|
|
21
43
|
## 0.20.0
|
|
22
44
|
|
|
23
45
|
### Minor Changes
|
|
24
46
|
|
|
25
|
-
-
|
|
47
|
+
- [#70616](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70616)
|
|
48
|
+
[`533c86673290`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/533c86673290) -
|
|
49
|
+
Adding a new pattern for upgrading Pragmatic drag and drop consumers to `1.0`
|
|
26
50
|
|
|
27
|
-
|
|
51
|
+
Pattern name: `"upgrade-pragmatic-drag-and-drop-to-stable"`
|
|
28
52
|
|
|
29
53
|
## 0.19.0
|
|
30
54
|
|
|
31
55
|
### Minor Changes
|
|
32
56
|
|
|
33
|
-
-
|
|
57
|
+
- [#60956](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60956)
|
|
58
|
+
[`3c438c899565`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3c438c899565) -
|
|
59
|
+
Updated glob dependency to 9.0.0 to fix VULN-1129796
|
|
34
60
|
|
|
35
61
|
## 0.18.0
|
|
36
62
|
|
|
37
63
|
### Minor Changes
|
|
38
64
|
|
|
39
|
-
-
|
|
65
|
+
- [#71146](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/71146)
|
|
66
|
+
[`3e20d00d3d46`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3e20d00d3d46) -
|
|
67
|
+
Moves tokens codemods into the tokens package.
|
|
40
68
|
|
|
41
69
|
### Patch Changes
|
|
42
70
|
|
|
43
|
-
-
|
|
71
|
+
- Updated dependencies
|
|
44
72
|
|
|
45
73
|
## 0.17.10
|
|
46
74
|
|
|
47
75
|
### Patch Changes
|
|
48
76
|
|
|
49
|
-
-
|
|
77
|
+
- [#69779](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69779)
|
|
78
|
+
[`8dd71b2e0653`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8dd71b2e0653) -
|
|
79
|
+
Updated bin property to string as the package name and bin name matches.
|
|
80
|
+
https://yarnpkg.com/configuration/manifest#bin
|
|
50
81
|
|
|
51
82
|
## 0.17.9
|
|
52
83
|
|
|
53
84
|
### Patch Changes
|
|
54
85
|
|
|
55
|
-
-
|
|
56
|
-
-
|
|
86
|
+
- [#67949](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67949)
|
|
87
|
+
[`4ceb213f9313`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4ceb213f9313) -
|
|
88
|
+
Migrate packages to use declarative entry points
|
|
89
|
+
- Updated dependencies
|
|
57
90
|
|
|
58
91
|
## 0.17.8
|
|
59
92
|
|
|
60
93
|
### Patch Changes
|
|
61
94
|
|
|
62
|
-
-
|
|
95
|
+
- [#62539](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/62539)
|
|
96
|
+
[`4055341131ca`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4055341131ca) -
|
|
97
|
+
Update button codemod to add type keywork for type imports
|
|
63
98
|
|
|
64
99
|
## 0.17.7
|
|
65
100
|
|
|
66
101
|
### Patch Changes
|
|
67
102
|
|
|
68
|
-
-
|
|
69
|
-
|
|
103
|
+
- [#61900](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/61900)
|
|
104
|
+
[`101b5d5ef72a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/101b5d5ef72a) -
|
|
105
|
+
Small changes in mixin migration - Use `token` instead of `theamed` to avoid migration to
|
|
106
|
+
depricated code
|
|
107
|
+
- [#62187](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/62187)
|
|
108
|
+
[`03bb58064010`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/03bb58064010) -
|
|
109
|
+
Added a small bug-fix in button codemods: add TODO comment on default buttons with "link" or
|
|
110
|
+
"subtle-link" appearance but without `href`
|
|
70
111
|
|
|
71
112
|
## 0.17.6
|
|
72
113
|
|
|
73
114
|
### Patch Changes
|
|
74
115
|
|
|
75
|
-
-
|
|
116
|
+
- [#61943](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/61943)
|
|
117
|
+
[`dfdb42df4b4c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/dfdb42df4b4c) -
|
|
118
|
+
Now building the `@atlaskit/tokens` package when during `"prestart"` as tokens is required to be
|
|
119
|
+
built for some of the patterns to run.
|
|
76
120
|
|
|
77
121
|
## 0.17.5
|
|
78
122
|
|
|
79
123
|
### Patch Changes
|
|
80
124
|
|
|
81
|
-
-
|
|
125
|
+
- [#59501](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59501)
|
|
126
|
+
[`2c30839b5156`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2c30839b5156) -
|
|
127
|
+
Button migration codemods- updated import path to the new entry point "@atlaskit/button/new"
|
|
82
128
|
|
|
83
129
|
## 0.17.4
|
|
84
130
|
|
|
85
131
|
### Patch Changes
|
|
86
132
|
|
|
87
|
-
-
|
|
133
|
+
- [#59085](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59085)
|
|
134
|
+
[`360ae69766f9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/360ae69766f9) -
|
|
135
|
+
small fix in button migration codemod - don't move the size prop from icon if it is medium.
|
|
88
136
|
|
|
89
137
|
## 0.17.3
|
|
90
138
|
|
|
91
139
|
### Patch Changes
|
|
92
140
|
|
|
93
|
-
-
|
|
141
|
+
- [#57531](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57531)
|
|
142
|
+
[`18f167967f89`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/18f167967f89) -
|
|
143
|
+
Handle button migrations with unsupported props.
|
|
94
144
|
|
|
95
145
|
## 0.17.2
|
|
96
146
|
|
|
97
147
|
### Patch Changes
|
|
98
148
|
|
|
99
|
-
-
|
|
149
|
+
- [#56711](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/56711)
|
|
150
|
+
[`a48d9247ddb2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a48d9247ddb2) -
|
|
151
|
+
Small changes in button migration codemod - renamed UNSAFE_size to
|
|
152
|
+
UNSAFE_iconBefore/iconAfter_size for new link and default buttons
|
|
100
153
|
|
|
101
154
|
## 0.17.1
|
|
102
155
|
|
|
103
156
|
### Patch Changes
|
|
104
157
|
|
|
105
|
-
-
|
|
158
|
+
- [#43812](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43812)
|
|
159
|
+
[`15c0e36ba0f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/15c0e36ba0f) - Update
|
|
160
|
+
button codemods to adapt new API changes for IconButton.
|
|
106
161
|
|
|
107
162
|
## 0.17.0
|
|
108
163
|
|
|
109
164
|
### Minor Changes
|
|
110
165
|
|
|
111
|
-
-
|
|
166
|
+
- [#43699](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43699)
|
|
167
|
+
[`82e6819e04b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/82e6819e04b) - Update
|
|
168
|
+
the codemod-cli to accept custom options, e.g.
|
|
169
|
+
`npx @atlaskit/codemod-cli --foo bar /project/src/file.js`
|
|
112
170
|
|
|
113
171
|
### Patch Changes
|
|
114
172
|
|
|
115
|
-
-
|
|
173
|
+
- Updated dependencies
|
|
116
174
|
|
|
117
175
|
## 0.16.0
|
|
118
176
|
|
|
119
177
|
### Minor Changes
|
|
120
178
|
|
|
121
|
-
-
|
|
179
|
+
- [#41699](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41699)
|
|
180
|
+
[`436fa9358ae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/436fa9358ae) -
|
|
181
|
+
Introduces new codemod “migrate-to-new-buttons” to automate the new button migration.
|
|
122
182
|
|
|
123
183
|
## 0.15.0
|
|
124
184
|
|
|
125
185
|
### Minor Changes
|
|
126
186
|
|
|
127
|
-
-
|
|
187
|
+
- [#40270](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40270)
|
|
188
|
+
[`27bbdfcb6ad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/27bbdfcb6ad) - This
|
|
189
|
+
update includes several improvements and fixes to the css-to-design-tokens preset:
|
|
128
190
|
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
191
|
+
- Resolved transformation errors.
|
|
192
|
+
- Added support for new color properties such as `border-color-left`.
|
|
193
|
+
- Omitted unrecognized functions, including `url`, and certain Less functions to prevent
|
|
194
|
+
compile errors.
|
|
195
|
+
- Enhanced codemod to only substitute raw, named colors and known variables (like old Atlaskit
|
|
196
|
+
colors), and to avoid substituting variables not related to colors.
|
|
197
|
+
- Introduced token filtering for more precise token identification.
|
|
198
|
+
- Added parsing for gradient functions and multiple colors.
|
|
135
199
|
|
|
136
200
|
## 0.14.0
|
|
137
201
|
|
|
138
202
|
### Minor Changes
|
|
139
203
|
|
|
140
|
-
-
|
|
204
|
+
- [#39017](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39017)
|
|
205
|
+
[`26d4e25c2b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/26d4e25c2b3) -
|
|
206
|
+
replace strings that contain only the color name; replace hard-coded colors in template literals
|
|
207
|
+
that have CSS declarations; better color names for literals that have multiple expressions;
|
|
208
|
+
replace full value of box-shadow in template literals
|
|
141
209
|
|
|
142
210
|
## 0.13.4
|
|
143
211
|
|
|
144
212
|
### Patch Changes
|
|
145
213
|
|
|
146
|
-
-
|
|
214
|
+
- [#38813](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38813)
|
|
215
|
+
[`9c4335f135d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c4335f135d) -
|
|
216
|
+
Updated README.md
|
|
147
217
|
|
|
148
218
|
## 0.13.3
|
|
149
219
|
|
|
150
220
|
### Patch Changes
|
|
151
221
|
|
|
152
|
-
-
|
|
222
|
+
- [#35950](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35950)
|
|
223
|
+
[`50cf866a219`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50cf866a219) - bump
|
|
224
|
+
semver
|
|
153
225
|
|
|
154
226
|
## 0.13.2
|
|
155
227
|
|
|
156
228
|
### Patch Changes
|
|
157
229
|
|
|
158
|
-
-
|
|
230
|
+
- [#32800](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32800)
|
|
231
|
+
[`07f0eb8e1f4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07f0eb8e1f4) -
|
|
232
|
+
Refactors `theme-to-design-tokens` to improve its accuracy
|
|
159
233
|
|
|
160
234
|
## 0.13.1
|
|
161
235
|
|
|
162
236
|
### Patch Changes
|
|
163
237
|
|
|
164
|
-
-
|
|
238
|
+
- [#34443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34443)
|
|
239
|
+
[`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) -
|
|
240
|
+
Removing unused dependencies and dev dependencies
|
|
165
241
|
|
|
166
242
|
## 0.13.0
|
|
167
243
|
|
|
168
244
|
### Minor Changes
|
|
169
245
|
|
|
170
|
-
-
|
|
246
|
+
- [#34602](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34602)
|
|
247
|
+
[`c528571ef3d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c528571ef3d) -
|
|
248
|
+
Introduces new codemod "theme-remove-deprecated-mixins" to automate the removal of deprecated
|
|
249
|
+
color mixins
|
|
171
250
|
|
|
172
251
|
## 0.12.3
|
|
173
252
|
|
|
174
253
|
### Patch Changes
|
|
175
254
|
|
|
176
|
-
-
|
|
255
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
|
|
256
|
+
[`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
|
|
257
|
+
legacy types are published for TS 4.5-4.8
|
|
177
258
|
|
|
178
259
|
## 0.12.2
|
|
179
260
|
|
|
180
261
|
### Patch Changes
|
|
181
262
|
|
|
182
|
-
-
|
|
263
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
|
|
264
|
+
[`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
|
|
265
|
+
Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
183
266
|
|
|
184
267
|
## 0.12.1
|
|
185
268
|
|
|
186
269
|
### Patch Changes
|
|
187
270
|
|
|
188
|
-
-
|
|
271
|
+
- [#33377](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33377)
|
|
272
|
+
[`07020547a93`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07020547a93) - Safe
|
|
273
|
+
direct migraiton to design token API. This change is not visible for those who aren't using
|
|
274
|
+
design tokens
|
|
189
275
|
|
|
190
276
|
## 0.12.0
|
|
191
277
|
|
|
192
278
|
### Minor Changes
|
|
193
279
|
|
|
194
|
-
-
|
|
280
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
|
|
281
|
+
[`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
|
|
282
|
+
minor dependency bump
|
|
195
283
|
|
|
196
284
|
### Patch Changes
|
|
197
285
|
|
|
198
|
-
-
|
|
286
|
+
- Updated dependencies
|
|
199
287
|
|
|
200
288
|
## 0.11.5
|
|
201
289
|
|
|
202
290
|
### Patch Changes
|
|
203
291
|
|
|
204
|
-
-
|
|
205
|
-
-
|
|
292
|
+
- [#27634](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27634)
|
|
293
|
+
[`cc84a1ed227`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc84a1ed227) -
|
|
294
|
+
Updates default behaviour of codemods when a suggested token cannot be found
|
|
295
|
+
- Updated dependencies
|
|
206
296
|
|
|
207
297
|
## 0.11.4
|
|
208
298
|
|
|
209
299
|
### Patch Changes
|
|
210
300
|
|
|
211
|
-
-
|
|
301
|
+
- [#29170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29170)
|
|
302
|
+
[`708957d360f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/708957d360f) -
|
|
303
|
+
Upgrade a dependency package simple-git
|
|
212
304
|
|
|
213
305
|
## 0.11.3
|
|
214
306
|
|
|
215
307
|
### Patch Changes
|
|
216
308
|
|
|
217
|
-
-
|
|
309
|
+
- [#27875](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27875)
|
|
310
|
+
[`b14dca751fa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b14dca751fa) -
|
|
311
|
+
Exclude the chart tokens from the list of tokens that we pass into the codemod.
|
|
218
312
|
|
|
219
313
|
## 0.11.2
|
|
220
314
|
|
|
221
315
|
### Patch Changes
|
|
222
316
|
|
|
223
|
-
-
|
|
317
|
+
- Updated dependencies
|
|
224
318
|
|
|
225
319
|
## 0.11.1
|
|
226
320
|
|
|
227
321
|
### Patch Changes
|
|
228
322
|
|
|
229
|
-
-
|
|
323
|
+
- Updated dependencies
|
|
230
324
|
|
|
231
325
|
## 0.11.0
|
|
232
326
|
|
|
233
327
|
### Minor Changes
|
|
234
328
|
|
|
235
|
-
-
|
|
329
|
+
- [#28150](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28150)
|
|
330
|
+
[`00ea8db4763`](https://bitbucket.org/atlassian/atlassian-frontend/commits/00ea8db4763) -
|
|
331
|
+
Upgrading the simple-git version
|
|
236
332
|
|
|
237
333
|
## 0.10.5
|
|
238
334
|
|
|
239
335
|
### Patch Changes
|
|
240
336
|
|
|
241
|
-
-
|
|
337
|
+
- [#27794](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27794)
|
|
338
|
+
[`7a958dda205`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7a958dda205) -
|
|
339
|
+
Updates tokens codemods to only suggest active tokens
|
|
242
340
|
|
|
243
341
|
## 0.10.4
|
|
244
342
|
|
|
245
343
|
### Patch Changes
|
|
246
344
|
|
|
247
|
-
-
|
|
345
|
+
- Updated dependencies
|
|
248
346
|
|
|
249
347
|
## 0.10.3
|
|
250
348
|
|
|
251
349
|
### Patch Changes
|
|
252
350
|
|
|
253
|
-
-
|
|
351
|
+
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
|
|
352
|
+
[`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) -
|
|
353
|
+
Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
254
354
|
|
|
255
355
|
## 0.10.2
|
|
256
356
|
|
|
257
357
|
### Patch Changes
|
|
258
358
|
|
|
259
|
-
-
|
|
359
|
+
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
|
|
360
|
+
[`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) -
|
|
361
|
+
Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
260
362
|
|
|
261
363
|
## 0.10.1
|
|
262
364
|
|
|
263
365
|
### Patch Changes
|
|
264
366
|
|
|
265
|
-
-
|
|
367
|
+
- [#23137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23137)
|
|
368
|
+
[`6ec444547a9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ec444547a9) -
|
|
369
|
+
Applies various fixes to the tokens post-css codemod. Box shadows and border properties are
|
|
370
|
+
respected syntactically
|
|
266
371
|
|
|
267
372
|
## 0.10.0
|
|
268
373
|
|
|
269
374
|
### Minor Changes
|
|
270
375
|
|
|
271
|
-
-
|
|
376
|
+
- [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570)
|
|
377
|
+
[`54c548f34ca`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54c548f34ca) - Adds
|
|
378
|
+
preset codemod for css-to-design-tokens. This codemod transforms css,scss,less color usage to
|
|
379
|
+
design tokens.
|
|
272
380
|
|
|
273
381
|
## 0.9.7
|
|
274
382
|
|
|
275
383
|
### Patch Changes
|
|
276
384
|
|
|
277
|
-
-
|
|
385
|
+
- Updated dependencies
|
|
278
386
|
|
|
279
387
|
## 0.9.6
|
|
280
388
|
|
|
281
389
|
### Patch Changes
|
|
282
390
|
|
|
283
|
-
-
|
|
391
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
|
|
392
|
+
[`a424e62b264`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a424e62b264) -
|
|
393
|
+
Changes to support Node 16 Typescript definitions from `@types/node`.
|
|
284
394
|
|
|
285
395
|
## 0.9.5
|
|
286
396
|
|
|
287
397
|
### Patch Changes
|
|
288
398
|
|
|
289
|
-
-
|
|
399
|
+
- [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) -
|
|
400
|
+
Upgrade to TypeScript 4.2.4
|
|
290
401
|
|
|
291
402
|
## 0.9.4
|
|
292
403
|
|
|
293
404
|
### Patch Changes
|
|
294
405
|
|
|
295
|
-
-
|
|
406
|
+
- Updated dependencies
|
|
296
407
|
|
|
297
408
|
## 0.9.3
|
|
298
409
|
|
|
299
410
|
### Patch Changes
|
|
300
411
|
|
|
301
|
-
-
|
|
412
|
+
- [#20310](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20310)
|
|
413
|
+
[`1977986ea86`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1977986ea86) -
|
|
414
|
+
Bumping dependencies via Renovate:
|
|
302
415
|
|
|
303
|
-
|
|
416
|
+
- simple-git
|
|
304
417
|
|
|
305
418
|
## 0.9.2
|
|
306
419
|
|
|
307
420
|
### Patch Changes
|
|
308
421
|
|
|
309
|
-
-
|
|
422
|
+
- [#19927](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19927)
|
|
423
|
+
[`5c45b17200d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5c45b17200d) -
|
|
424
|
+
Bumping dependencies via Renovate:
|
|
310
425
|
|
|
311
|
-
|
|
426
|
+
- simple-git
|
|
312
427
|
|
|
313
428
|
## 0.9.1
|
|
314
429
|
|
|
315
430
|
### Patch Changes
|
|
316
431
|
|
|
317
|
-
-
|
|
432
|
+
- Updated dependencies
|
|
318
433
|
|
|
319
434
|
## 0.9.0
|
|
320
435
|
|
|
321
436
|
### Minor Changes
|
|
322
437
|
|
|
323
|
-
-
|
|
438
|
+
- [#19516](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19516)
|
|
439
|
+
[`2b8c48b26ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b8c48b26ab) -
|
|
440
|
+
Instrumented `@atlaskit/codemod-cli` with none interaction support
|
|
324
441
|
|
|
325
|
-
|
|
442
|
+
New argument for the codemod-cli has been added to support preselect transform in command line.
|
|
326
443
|
|
|
327
444
|
## 0.8.7
|
|
328
445
|
|
|
329
446
|
### Patch Changes
|
|
330
447
|
|
|
331
|
-
-
|
|
448
|
+
- [#18960](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18960)
|
|
449
|
+
[`54a44d46e29`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a44d46e29) -
|
|
450
|
+
Renovate Bot upgraded simple-git from ^1.130.0 to 2.48.0
|
|
332
451
|
|
|
333
452
|
## 0.8.6
|
|
334
453
|
|
|
335
454
|
### Patch Changes
|
|
336
455
|
|
|
337
|
-
-
|
|
456
|
+
- Updated dependencies
|
|
338
457
|
|
|
339
458
|
## 0.8.5
|
|
340
459
|
|
|
341
460
|
### Patch Changes
|
|
342
461
|
|
|
343
|
-
-
|
|
462
|
+
- [#18965](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18965)
|
|
463
|
+
[`e4dd80187f5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4dd80187f5) -
|
|
464
|
+
Refactors theme-to-tokens codemod with new token names + simplifies logic
|
|
344
465
|
|
|
345
466
|
## 0.8.4
|
|
346
467
|
|
|
347
468
|
### Patch Changes
|
|
348
469
|
|
|
349
|
-
-
|
|
350
|
-
|
|
351
|
-
-
|
|
470
|
+
- [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
|
|
471
|
+
[`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Adds a
|
|
472
|
+
new codemod preset `theme-to-design-tokens` that helps migrate from atlaskit theme to atlaskit
|
|
473
|
+
tokens.
|
|
474
|
+
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Theme
|
|
475
|
+
preset is now picked up by the CLI.
|
|
476
|
+
- Updated dependencies
|
|
352
477
|
|
|
353
478
|
## 0.8.3
|
|
354
479
|
|
|
355
480
|
### Patch Changes
|
|
356
481
|
|
|
357
|
-
-
|
|
482
|
+
- [#17016](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17016)
|
|
483
|
+
[`f4d22b1c8af`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f4d22b1c8af) - Ignore
|
|
484
|
+
directory filtering logic if filtering returns no paths
|
|
358
485
|
|
|
359
486
|
## 0.8.2
|
|
360
487
|
|
|
361
488
|
### Patch Changes
|
|
362
489
|
|
|
363
|
-
-
|
|
490
|
+
- [#16649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16649)
|
|
491
|
+
[`650aa20f6fe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/650aa20f6fe) -
|
|
492
|
+
Upgrade meow dependency
|
|
364
493
|
|
|
365
494
|
## 0.8.1
|
|
366
495
|
|
|
367
496
|
### Patch Changes
|
|
368
497
|
|
|
369
|
-
-
|
|
498
|
+
- [#16252](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16252)
|
|
499
|
+
[`982e2f3d3d2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/982e2f3d3d2) -
|
|
500
|
+
Directory filtering now defaults to true
|
|
370
501
|
|
|
371
502
|
## 0.8.0
|
|
372
503
|
|
|
373
504
|
### Minor Changes
|
|
374
505
|
|
|
375
|
-
-
|
|
506
|
+
- [#15374](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15374)
|
|
507
|
+
[`f3d46c395b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3d46c395b4) - Add
|
|
508
|
+
path filtering to codemod-cli
|
|
376
509
|
|
|
377
510
|
## 0.7.0
|
|
378
511
|
|
|
379
512
|
### Minor Changes
|
|
380
513
|
|
|
381
|
-
-
|
|
514
|
+
- [#13957](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13957)
|
|
515
|
+
[`d3a285fdc82`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3a285fdc82) - Add
|
|
516
|
+
support for codemods authored as .tsx files
|
|
382
517
|
|
|
383
518
|
## 0.6.7
|
|
384
519
|
|
|
385
520
|
### Patch Changes
|
|
386
521
|
|
|
387
|
-
-
|
|
388
|
-
|
|
522
|
+
- [#12535](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12535)
|
|
523
|
+
[`4a67fb592c8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a67fb592c8) - Bump
|
|
524
|
+
jscodeshift to 0.13.0.
|
|
525
|
+
[Commit Changelog](https://github.com/facebook/jscodeshift/commit/2fd5e11f469427d474983b2d1c47be9408677591).
|
|
389
526
|
|
|
390
|
-
|
|
527
|
+
### Added
|
|
391
528
|
|
|
392
|
-
|
|
393
|
-
|
|
529
|
+
- Added a `--fail-on-error` flag to return a `1` error code when errors were found (#416,
|
|
530
|
+
@marcodejongh)
|
|
531
|
+
- Created `template.asyncExpression` (#405, @jedwards1211)
|
|
394
532
|
|
|
395
|
-
|
|
533
|
+
### Changed
|
|
396
534
|
|
|
397
|
-
|
|
535
|
+
- Removed lodash dependency from tsx parser (#432, @JHilker and @robyoder)
|
|
398
536
|
|
|
399
537
|
## 0.6.6
|
|
400
538
|
|
|
401
539
|
### Patch Changes
|
|
402
540
|
|
|
403
|
-
-
|
|
541
|
+
- [#11911](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11911)
|
|
542
|
+
[`d0ef46dee01`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d0ef46dee01) -
|
|
543
|
+
Removes ts-node / cjs bundle switcher from main entrypoint of codemod-utils and updated
|
|
544
|
+
codemod-cli scripts to support
|
|
404
545
|
|
|
405
546
|
## 0.6.5
|
|
406
547
|
|
|
407
548
|
### Patch Changes
|
|
408
549
|
|
|
409
|
-
-
|
|
550
|
+
- [#10735](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10735)
|
|
551
|
+
[`fdbd74cdb32`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fdbd74cdb32) - Remove
|
|
552
|
+
--no-babel flag when parser flow is used
|
|
410
553
|
|
|
411
554
|
## 0.6.4
|
|
412
555
|
|
|
413
556
|
### Patch Changes
|
|
414
557
|
|
|
415
|
-
-
|
|
558
|
+
- [#10705](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10705)
|
|
559
|
+
[`6a0b92d2af9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6a0b92d2af9) -
|
|
560
|
+
MONO-103 Fixed bug were codemod-cli would erronously run
|
|
416
561
|
|
|
417
562
|
## 0.6.3
|
|
418
563
|
|
|
419
564
|
### Patch Changes
|
|
420
565
|
|
|
421
|
-
-
|
|
566
|
+
- [#10392](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10392)
|
|
567
|
+
[`30c279f85eb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/30c279f85eb) - Bump
|
|
568
|
+
atlassian-forks-jscodeshift to "^0.12.2-atlassian-6".
|
|
422
569
|
|
|
423
570
|
## 0.6.2
|
|
424
571
|
|
|
425
572
|
### Patch Changes
|
|
426
573
|
|
|
427
|
-
-
|
|
574
|
+
- [#10060](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10060)
|
|
575
|
+
[`6c420d1698d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c420d1698d) - Fix
|
|
576
|
+
application of --no-babel flag
|
|
428
577
|
|
|
429
578
|
## 0.6.1
|
|
430
579
|
|
|
431
580
|
### Patch Changes
|
|
432
581
|
|
|
433
|
-
-
|
|
582
|
+
- [#10014](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10014)
|
|
583
|
+
[`13d9c023e8d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/13d9c023e8d) - Log
|
|
584
|
+
the package version when running codemod cli
|
|
434
585
|
|
|
435
586
|
## 0.6.0
|
|
436
587
|
|
|
437
588
|
### Minor Changes
|
|
438
589
|
|
|
439
|
-
-
|
|
590
|
+
- [#9924](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9924)
|
|
591
|
+
[`cdd78d4ff38`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cdd78d4ff38) - The
|
|
592
|
+
codemod-cli can fail on error when the flag `--fail-on-error` is passed, it will return a 1 exit
|
|
593
|
+
code when errors were found during execution of codemods
|
|
440
594
|
|
|
441
|
-
|
|
595
|
+
This flag `--fail-on-error` was added as part of this
|
|
596
|
+
[PR](https://github.com/facebook/jscodeshift/pull/416) that forked `jscodeshift`.
|
|
442
597
|
|
|
443
|
-
|
|
598
|
+
In Atlassian Frontend, we are now using the fork of `jscodeshift`,
|
|
599
|
+
[atlassian-forks-jscodeshift](https://www.npmjs.com/package/atlassian-forks-jscodeshift) till we
|
|
600
|
+
get this change back to the library.
|
|
444
601
|
|
|
445
|
-
|
|
602
|
+
Add `--fail-on-error` in the config to be passed as a flag when the codemod runs - only for
|
|
603
|
+
branch integrator.
|
|
446
604
|
|
|
447
605
|
## 0.5.3
|
|
448
606
|
|
|
449
607
|
### Patch Changes
|
|
450
608
|
|
|
451
|
-
-
|
|
452
|
-
|
|
609
|
+
- [#9832](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9832)
|
|
610
|
+
[`d72b572dfc2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d72b572dfc2) - bumped
|
|
611
|
+
jscodeshift@^0.11.0
|
|
612
|
+
- [`d72b572dfc2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d72b572dfc2) - bumped
|
|
613
|
+
@types/jscodeshift@^0.11.0
|
|
453
614
|
|
|
454
615
|
## 0.5.2
|
|
455
616
|
|
|
456
617
|
### Patch Changes
|
|
457
618
|
|
|
458
|
-
-
|
|
619
|
+
- [#9482](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9482)
|
|
620
|
+
[`cfd7c0b5bcc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cfd7c0b5bcc) - Update
|
|
621
|
+
the logic to properly check for the env var FAIL_CODEMODS_ON_ERROR and add `--no-babel` when
|
|
622
|
+
running js file.
|
|
459
623
|
|
|
460
624
|
## 0.5.1
|
|
461
625
|
|
|
462
626
|
### Patch Changes
|
|
463
627
|
|
|
464
|
-
-
|
|
628
|
+
- [#9018](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9018)
|
|
629
|
+
[`6afd79db199`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6afd79db199) - Bump
|
|
630
|
+
dependency "meow" to version ^6.0.0
|
|
465
631
|
|
|
466
632
|
## 0.5.0
|
|
467
633
|
|
|
468
634
|
### Minor Changes
|
|
469
635
|
|
|
470
|
-
-
|
|
471
|
-
|
|
472
|
-
|
|
636
|
+
- [#8789](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8789)
|
|
637
|
+
[`a9e359236b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a9e359236b4) - The
|
|
638
|
+
codemod-cli can fail on error when the flag `--fail-on-error` is passed, it will return a 1 exit
|
|
639
|
+
code when errors were found during execution of codemods This flag `--fail-on-error` was added
|
|
640
|
+
as part of this [PR](https://github.com/facebook/jscodeshift/pull/416) that forked
|
|
641
|
+
`jscodeshift`. In Atlassian Frontend, we are now using the fork of `jscodeshift`,
|
|
642
|
+
[atlassian-forks-jscodeshift](https://www.npmjs.com/package/atlassian-forks-jscodeshift) till we
|
|
643
|
+
get this change back to the library.
|
|
473
644
|
|
|
474
|
-
|
|
645
|
+
Add `--fail-on-error` in the config to be passed as a flag when the codemod runs - only for
|
|
646
|
+
branch integrator.
|
|
475
647
|
|
|
476
648
|
## 0.4.4
|
|
477
649
|
|
|
478
650
|
### Patch Changes
|
|
479
651
|
|
|
480
|
-
-
|
|
652
|
+
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
|
|
653
|
+
[`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) -
|
|
654
|
+
Transpile packages using babel rather than tsc
|
|
481
655
|
|
|
482
656
|
## 0.4.3
|
|
483
657
|
|
|
484
658
|
### Patch Changes
|
|
485
659
|
|
|
486
|
-
-
|
|
487
|
-
|
|
488
|
-
|
|
660
|
+
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
|
|
661
|
+
[`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
|
|
662
|
+
types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
|
|
663
|
+
compiler option. This requires version 3.8 of Typescript, read more about how we handle
|
|
664
|
+
Typescript versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
|
|
665
|
+
`devDependencies` to denote version that the package was built with.
|
|
489
666
|
|
|
490
667
|
## 0.4.2
|
|
491
668
|
|
|
492
669
|
### Patch Changes
|
|
493
670
|
|
|
494
|
-
-
|
|
671
|
+
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
|
|
672
|
+
[`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
|
|
673
|
+
to TypeScript 3.9.6 and tslib to 2.0.0
|
|
495
674
|
|
|
496
|
-
|
|
497
|
-
|
|
675
|
+
Since tslib is a dependency for all our packages we recommend that products also follow this
|
|
676
|
+
tslib upgrade to prevent duplicates of tslib being bundled.
|
|
498
677
|
|
|
499
678
|
## 0.4.1
|
|
500
679
|
|
|
501
680
|
### Patch Changes
|
|
502
681
|
|
|
503
|
-
-
|
|
682
|
+
- [#3841](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3841)
|
|
683
|
+
[`88ceeac950`](https://bitbucket.org/atlassian/atlassian-frontend/commits/88ceeac950) - Fix CLI
|
|
684
|
+
not working due to missing ts-node dependency
|
|
504
685
|
|
|
505
686
|
## 0.4.0
|
|
506
687
|
|
|
507
688
|
### Minor Changes
|
|
508
689
|
|
|
509
|
-
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
690
|
+
- [#3197](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3197)
|
|
691
|
+
[`d9f34d27e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9f34d27e8) - Add
|
|
692
|
+
--packages flag to automatically run codemods for specific packages Add --sinceRef flag to
|
|
693
|
+
automatically run codemods that have been upgraded since a certain git ref Add support for
|
|
694
|
+
running over multiple filepaths Extend support to restricted scoped packages Expose programmatic
|
|
695
|
+
API
|
|
514
696
|
|
|
515
697
|
### Patch Changes
|
|
516
698
|
|
|
517
|
-
-
|
|
518
|
-
|
|
699
|
+
- [`d9f34d27e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9f34d27e8) - Fix
|
|
700
|
+
transforms being sourced from nested node_modules directories Return non-zero exit codes on
|
|
701
|
+
failure
|
|
519
702
|
|
|
520
703
|
## 0.3.4
|
|
521
704
|
|
|
522
705
|
### Patch Changes
|
|
523
706
|
|
|
524
|
-
-
|
|
707
|
+
- [#3093](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3093)
|
|
708
|
+
[`f664568219`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f664568219) - Codemods
|
|
709
|
+
are now presented with their module name prepended to make it easier to see which codemod
|
|
710
|
+
belongs to which packages
|
|
525
711
|
|
|
526
712
|
## 0.3.3
|
|
527
713
|
|
|
528
714
|
### Patch Changes
|
|
529
715
|
|
|
530
|
-
-
|
|
716
|
+
- [#3062](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3062)
|
|
717
|
+
[`4be3a868e1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4be3a868e1) - Ensure
|
|
718
|
+
the library is running with the Node environment + adds ts-lib
|
|
531
719
|
|
|
532
720
|
## 0.3.2
|
|
533
721
|
|
|
534
722
|
### Patch Changes
|
|
535
723
|
|
|
536
|
-
-
|
|
724
|
+
- [#3002](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3002)
|
|
725
|
+
[`78dde805ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78dde805ef) - Fixes an
|
|
726
|
+
issue with loading presets in javascript
|
|
537
727
|
|
|
538
728
|
## 0.3.1
|
|
539
729
|
|
|
540
730
|
### Patch Changes
|
|
541
731
|
|
|
542
|
-
-
|
|
732
|
+
- [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137)
|
|
733
|
+
[`b4e29ceda2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b4e29ceda2) - Fixed
|
|
734
|
+
broken entrypoint
|
|
543
735
|
|
|
544
736
|
## 0.3.0
|
|
545
737
|
|
|
546
738
|
### Minor Changes
|
|
547
739
|
|
|
548
|
-
-
|
|
740
|
+
- [#1868](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/1868)
|
|
741
|
+
[`332a418dd1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/332a418dd1) - Adds the
|
|
742
|
+
concept of presets to act as a library of codemods relevant to an entire library or repo rather
|
|
743
|
+
than specific component codemods. Also introduces the styled-to-emotion codemod
|
|
549
744
|
|
|
550
745
|
## 0.2.0
|
|
551
746
|
|
|
552
747
|
### Minor Changes
|
|
553
748
|
|
|
554
|
-
-
|
|
749
|
+
- [minor][63787f3327](https://bitbucket.org/atlassian/atlassian-frontend/commits/63787f3327):
|
|
555
750
|
|
|
556
|
-
|
|
751
|
+
Initial implementation of the Codemod-cli
|
|
557
752
|
|
|
558
753
|
### Patch Changes
|
|
559
754
|
|
|
560
|
-
-
|
|
561
|
-
|
|
755
|
+
- Updated dependencies
|
|
756
|
+
[168b5f90e5](https://bitbucket.org/atlassian/atlassian-frontend/commits/168b5f90e5):
|
|
757
|
+
- @atlaskit/docs@8.5.1
|