projen-pipelines 0.2.7 → 0.2.9

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 (57) hide show
  1. package/.jsii +4 -4
  2. package/lib/awscdk/base.js +1 -1
  3. package/lib/awscdk/bash.js +1 -1
  4. package/lib/awscdk/github.js +8 -8
  5. package/lib/awscdk/gitlab.js +1 -1
  6. package/lib/engines/github.js +3 -4
  7. package/lib/steps/artifact-steps.js +2 -2
  8. package/lib/steps/aws-assume-role.step.js +1 -1
  9. package/lib/steps/registries.js +2 -2
  10. package/lib/steps/step.js +4 -4
  11. package/llm.md +214 -0
  12. package/node_modules/semver/README.md +14 -4
  13. package/node_modules/semver/bin/semver.js +2 -1
  14. package/node_modules/semver/classes/semver.js +22 -6
  15. package/node_modules/semver/functions/diff.js +5 -12
  16. package/node_modules/semver/internal/re.js +2 -0
  17. package/node_modules/semver/package.json +8 -7
  18. package/node_modules/spdx-license-ids/README.md +0 -1
  19. package/node_modules/spdx-license-ids/index.json +14 -0
  20. package/node_modules/spdx-license-ids/package.json +3 -13
  21. package/package.json +15 -14
  22. package/node_modules/color-convert/CHANGELOG.md +0 -54
  23. package/node_modules/get-pkg-repo/CHANGELOG.md +0 -17
  24. package/node_modules/get-pkg-repo/node_modules/cliui/CHANGELOG.md +0 -121
  25. package/node_modules/get-pkg-repo/node_modules/yargs/CHANGELOG.md +0 -88
  26. package/node_modules/js-tokens/CHANGELOG.md +0 -151
  27. package/node_modules/json-parse-better-errors/CHANGELOG.md +0 -46
  28. package/node_modules/json-parse-even-better-errors/CHANGELOG.md +0 -50
  29. package/node_modules/kind-of/CHANGELOG.md +0 -160
  30. package/node_modules/meow/node_modules/hosted-git-info/CHANGELOG.md +0 -151
  31. package/node_modules/q/CHANGES.md +0 -800
  32. package/node_modules/read-pkg/node_modules/hosted-git-info/CHANGELOG.md +0 -151
  33. package/node_modules/source-map/CHANGELOG.md +0 -301
  34. package/node_modules/standard-version/node_modules/cliui/CHANGELOG.md +0 -121
  35. package/node_modules/standard-version/node_modules/conventional-changelog/CHANGELOG.md +0 -933
  36. package/node_modules/standard-version/node_modules/conventional-changelog-angular/CHANGELOG.md +0 -408
  37. package/node_modules/standard-version/node_modules/conventional-changelog-atom/CHANGELOG.md +0 -192
  38. package/node_modules/standard-version/node_modules/conventional-changelog-codemirror/CHANGELOG.md +0 -197
  39. package/node_modules/standard-version/node_modules/conventional-changelog-conventionalcommits/CHANGELOG.md +0 -245
  40. package/node_modules/standard-version/node_modules/conventional-changelog-core/CHANGELOG.md +0 -573
  41. package/node_modules/standard-version/node_modules/conventional-changelog-ember/CHANGELOG.md +0 -249
  42. package/node_modules/standard-version/node_modules/conventional-changelog-eslint/CHANGELOG.md +0 -234
  43. package/node_modules/standard-version/node_modules/conventional-changelog-express/CHANGELOG.md +0 -148
  44. package/node_modules/standard-version/node_modules/conventional-changelog-jquery/CHANGELOG.md +0 -237
  45. package/node_modules/standard-version/node_modules/conventional-changelog-jshint/CHANGELOG.md +0 -208
  46. package/node_modules/standard-version/node_modules/conventional-changelog-preset-loader/CHANGELOG.md +0 -183
  47. package/node_modules/standard-version/node_modules/conventional-changelog-writer/CHANGELOG.md +0 -603
  48. package/node_modules/standard-version/node_modules/conventional-commits-filter/CHANGELOG.md +0 -119
  49. package/node_modules/standard-version/node_modules/conventional-commits-parser/CHANGELOG.md +0 -463
  50. package/node_modules/standard-version/node_modules/conventional-recommended-bump/CHANGELOG.md +0 -432
  51. package/node_modules/standard-version/node_modules/git-raw-commits/CHANGELOG.md +0 -182
  52. package/node_modules/standard-version/node_modules/git-semver-tags/CHANGELOG.md +0 -206
  53. package/node_modules/standard-version/node_modules/yargs/CHANGELOG.md +0 -88
  54. package/node_modules/stringify-package/CHANGELOG.md +0 -16
  55. package/node_modules/wrap-ansi/node_modules/color-convert/CHANGELOG.md +0 -54
  56. package/node_modules/y18n/CHANGELOG.md +0 -100
  57. package/node_modules/yargs-parser/CHANGELOG.md +0 -263
@@ -1,151 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
-
5
- <a name="2.8.9"></a>
6
- ## [2.8.9](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9) (2021-04-07)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * backport regex fix from [#76](https://github.com/npm/hosted-git-info/issues/76) ([29adfe5](https://github.com/npm/hosted-git-info/commit/29adfe5)), closes [#84](https://github.com/npm/hosted-git-info/issues/84)
12
-
13
-
14
-
15
- <a name="2.8.8"></a>
16
- ## [2.8.8](https://github.com/npm/hosted-git-info/compare/v2.8.7...v2.8.8) (2020-02-29)
17
-
18
-
19
- ### Bug Fixes
20
-
21
- * [#61](https://github.com/npm/hosted-git-info/issues/61) & [#65](https://github.com/npm/hosted-git-info/issues/65) addressing issues w/ url.URL implmentation which regressed node 6 support ([5038b18](https://github.com/npm/hosted-git-info/commit/5038b18)), closes [#66](https://github.com/npm/hosted-git-info/issues/66)
22
-
23
-
24
-
25
- <a name="2.8.7"></a>
26
- ## [2.8.7](https://github.com/npm/hosted-git-info/compare/v2.8.6...v2.8.7) (2020-02-26)
27
-
28
-
29
- ### Bug Fixes
30
-
31
- * Do not attempt to use url.URL when unavailable ([2d0bb66](https://github.com/npm/hosted-git-info/commit/2d0bb66)), closes [#61](https://github.com/npm/hosted-git-info/issues/61) [#62](https://github.com/npm/hosted-git-info/issues/62)
32
- * Do not pass scp-style URLs to the WhatWG url.URL ([f2cdfcf](https://github.com/npm/hosted-git-info/commit/f2cdfcf)), closes [#60](https://github.com/npm/hosted-git-info/issues/60)
33
-
34
-
35
-
36
- <a name="2.8.6"></a>
37
- ## [2.8.6](https://github.com/npm/hosted-git-info/compare/v2.8.5...v2.8.6) (2020-02-25)
38
-
39
-
40
-
41
- <a name="2.8.5"></a>
42
- ## [2.8.5](https://github.com/npm/hosted-git-info/compare/v2.8.4...v2.8.5) (2019-10-07)
43
-
44
-
45
- ### Bug Fixes
46
-
47
- * updated pathmatch for gitlab ([e8325b5](https://github.com/npm/hosted-git-info/commit/e8325b5)), closes [#51](https://github.com/npm/hosted-git-info/issues/51)
48
- * updated pathmatch for gitlab ([ffe056f](https://github.com/npm/hosted-git-info/commit/ffe056f))
49
-
50
-
51
-
52
- <a name="2.8.4"></a>
53
- ## [2.8.4](https://github.com/npm/hosted-git-info/compare/v2.8.3...v2.8.4) (2019-08-12)
54
-
55
-
56
-
57
- <a name="2.8.3"></a>
58
- ## [2.8.3](https://github.com/npm/hosted-git-info/compare/v2.8.2...v2.8.3) (2019-08-12)
59
-
60
-
61
-
62
- <a name="2.8.2"></a>
63
- ## [2.8.2](https://github.com/npm/hosted-git-info/compare/v2.8.1...v2.8.2) (2019-08-05)
64
-
65
-
66
- ### Bug Fixes
67
-
68
- * http protocol use sshurl by default ([3b1d629](https://github.com/npm/hosted-git-info/commit/3b1d629)), closes [#48](https://github.com/npm/hosted-git-info/issues/48)
69
-
70
-
71
-
72
- <a name="2.8.1"></a>
73
- ## [2.8.1](https://github.com/npm/hosted-git-info/compare/v2.8.0...v2.8.1) (2019-08-05)
74
-
75
-
76
- ### Bug Fixes
77
-
78
- * ignore noCommittish on tarball url generation ([5d4a8d7](https://github.com/npm/hosted-git-info/commit/5d4a8d7))
79
- * use gist tarball url that works for anonymous gists ([1692435](https://github.com/npm/hosted-git-info/commit/1692435))
80
-
81
-
82
-
83
- <a name="2.8.0"></a>
84
- # [2.8.0](https://github.com/npm/hosted-git-info/compare/v2.7.1...v2.8.0) (2019-08-05)
85
-
86
-
87
- ### Bug Fixes
88
-
89
- * Allow slashes in gitlab project section ([bbcf7b2](https://github.com/npm/hosted-git-info/commit/bbcf7b2)), closes [#46](https://github.com/npm/hosted-git-info/issues/46) [#43](https://github.com/npm/hosted-git-info/issues/43)
90
- * **git-host:** disallow URI-encoded slash (%2F) in `path` ([3776fa5](https://github.com/npm/hosted-git-info/commit/3776fa5)), closes [#44](https://github.com/npm/hosted-git-info/issues/44)
91
- * **gitlab:** Do not URL encode slashes in project name for GitLab https URL ([cbf04f9](https://github.com/npm/hosted-git-info/commit/cbf04f9)), closes [#47](https://github.com/npm/hosted-git-info/issues/47)
92
- * do not allow invalid gist urls ([d5cf830](https://github.com/npm/hosted-git-info/commit/d5cf830))
93
- * **cache:** Switch to lru-cache to save ourselves from unlimited memory consumption ([e518222](https://github.com/npm/hosted-git-info/commit/e518222)), closes [#38](https://github.com/npm/hosted-git-info/issues/38)
94
-
95
-
96
- ### Features
97
-
98
- * give these objects a name ([60abaea](https://github.com/npm/hosted-git-info/commit/60abaea))
99
-
100
-
101
-
102
- <a name="2.7.1"></a>
103
- ## [2.7.1](https://github.com/npm/hosted-git-info/compare/v2.7.0...v2.7.1) (2018-07-07)
104
-
105
-
106
- ### Bug Fixes
107
-
108
- * **index:** Guard against non-string types ([5bc580d](https://github.com/npm/hosted-git-info/commit/5bc580d))
109
- * **parse:** Crash on strings that parse to having no host ([c931482](https://github.com/npm/hosted-git-info/commit/c931482)), closes [#35](https://github.com/npm/hosted-git-info/issues/35)
110
-
111
-
112
-
113
- <a name="2.7.0"></a>
114
- # [2.7.0](https://github.com/npm/hosted-git-info/compare/v2.6.1...v2.7.0) (2018-07-06)
115
-
116
-
117
- ### Bug Fixes
118
-
119
- * **github tarball:** update github tarballtemplate ([6efd582](https://github.com/npm/hosted-git-info/commit/6efd582)), closes [#34](https://github.com/npm/hosted-git-info/issues/34)
120
- * **gitlab docs:** switched to lowercase anchors for readmes ([701bcd1](https://github.com/npm/hosted-git-info/commit/701bcd1))
121
-
122
-
123
- ### Features
124
-
125
- * **all:** Support www. prefixes on hostnames ([3349575](https://github.com/npm/hosted-git-info/commit/3349575)), closes [#32](https://github.com/npm/hosted-git-info/issues/32)
126
-
127
-
128
-
129
- <a name="2.6.1"></a>
130
- ## [2.6.1](https://github.com/npm/hosted-git-info/compare/v2.6.0...v2.6.1) (2018-06-25)
131
-
132
- ### Bug Fixes
133
-
134
- * **Revert:** "compat: remove Object.assign fallback ([#25](https://github.com/npm/hosted-git-info/issues/25))" ([cce5a62](https://github.com/npm/hosted-git-info/commit/cce5a62))
135
- * **Revert:** "git-host: fix forgotten extend()" ([a815ec9](https://github.com/npm/hosted-git-info/commit/a815ec9))
136
-
137
-
138
-
139
- <a name="2.6.0"></a>
140
- # [2.6.0](https://github.com/npm/hosted-git-info/compare/v2.5.0...v2.6.0) (2018-03-07)
141
-
142
-
143
- ### Bug Fixes
144
-
145
- * **compat:** remove Object.assign fallback ([#25](https://github.com/npm/hosted-git-info/issues/25)) ([627ab55](https://github.com/npm/hosted-git-info/commit/627ab55))
146
- * **git-host:** fix forgotten extend() ([eba1f7b](https://github.com/npm/hosted-git-info/commit/eba1f7b))
147
-
148
-
149
- ### Features
150
-
151
- * **browse:** fragment support for browse() ([#28](https://github.com/npm/hosted-git-info/issues/28)) ([cd5e5bb](https://github.com/npm/hosted-git-info/commit/cd5e5bb))
@@ -1,301 +0,0 @@
1
- # Change Log
2
-
3
- ## 0.5.6
4
-
5
- * Fix for regression when people were using numbers as names in source maps. See
6
- #236.
7
-
8
- ## 0.5.5
9
-
10
- * Fix "regression" of unsupported, implementation behavior that half the world
11
- happens to have come to depend on. See #235.
12
-
13
- * Fix regression involving function hoisting in SpiderMonkey. See #233.
14
-
15
- ## 0.5.4
16
-
17
- * Large performance improvements to source-map serialization. See #228 and #229.
18
-
19
- ## 0.5.3
20
-
21
- * Do not include unnecessary distribution files. See
22
- commit ef7006f8d1647e0a83fdc60f04f5a7ca54886f86.
23
-
24
- ## 0.5.2
25
-
26
- * Include browser distributions of the library in package.json's `files`. See
27
- issue #212.
28
-
29
- ## 0.5.1
30
-
31
- * Fix latent bugs in IndexedSourceMapConsumer.prototype._parseMappings. See
32
- ff05274becc9e6e1295ed60f3ea090d31d843379.
33
-
34
- ## 0.5.0
35
-
36
- * Node 0.8 is no longer supported.
37
-
38
- * Use webpack instead of dryice for bundling.
39
-
40
- * Big speedups serializing source maps. See pull request #203.
41
-
42
- * Fix a bug with `SourceMapConsumer.prototype.sourceContentFor` and sources that
43
- explicitly start with the source root. See issue #199.
44
-
45
- ## 0.4.4
46
-
47
- * Fix an issue where using a `SourceMapGenerator` after having created a
48
- `SourceMapConsumer` from it via `SourceMapConsumer.fromSourceMap` failed. See
49
- issue #191.
50
-
51
- * Fix an issue with where `SourceMapGenerator` would mistakenly consider
52
- different mappings as duplicates of each other and avoid generating them. See
53
- issue #192.
54
-
55
- ## 0.4.3
56
-
57
- * A very large number of performance improvements, particularly when parsing
58
- source maps. Collectively about 75% of time shaved off of the source map
59
- parsing benchmark!
60
-
61
- * Fix a bug in `SourceMapConsumer.prototype.allGeneratedPositionsFor` and fuzzy
62
- searching in the presence of a column option. See issue #177.
63
-
64
- * Fix a bug with joining a source and its source root when the source is above
65
- the root. See issue #182.
66
-
67
- * Add the `SourceMapConsumer.prototype.hasContentsOfAllSources` method to
68
- determine when all sources' contents are inlined into the source map. See
69
- issue #190.
70
-
71
- ## 0.4.2
72
-
73
- * Add an `.npmignore` file so that the benchmarks aren't pulled down by
74
- dependent projects. Issue #169.
75
-
76
- * Add an optional `column` argument to
77
- `SourceMapConsumer.prototype.allGeneratedPositionsFor` and better handle lines
78
- with no mappings. Issues #172 and #173.
79
-
80
- ## 0.4.1
81
-
82
- * Fix accidentally defining a global variable. #170.
83
-
84
- ## 0.4.0
85
-
86
- * The default direction for fuzzy searching was changed back to its original
87
- direction. See #164.
88
-
89
- * There is now a `bias` option you can supply to `SourceMapConsumer` to control
90
- the fuzzy searching direction. See #167.
91
-
92
- * About an 8% speed up in parsing source maps. See #159.
93
-
94
- * Added a benchmark for parsing and generating source maps.
95
-
96
- ## 0.3.0
97
-
98
- * Change the default direction that searching for positions fuzzes when there is
99
- not an exact match. See #154.
100
-
101
- * Support for environments using json2.js for JSON serialization. See #156.
102
-
103
- ## 0.2.0
104
-
105
- * Support for consuming "indexed" source maps which do not have any remote
106
- sections. See pull request #127. This introduces a minor backwards
107
- incompatibility if you are monkey patching `SourceMapConsumer.prototype`
108
- methods.
109
-
110
- ## 0.1.43
111
-
112
- * Performance improvements for `SourceMapGenerator` and `SourceNode`. See issue
113
- #148 for some discussion and issues #150, #151, and #152 for implementations.
114
-
115
- ## 0.1.42
116
-
117
- * Fix an issue where `SourceNode`s from different versions of the source-map
118
- library couldn't be used in conjunction with each other. See issue #142.
119
-
120
- ## 0.1.41
121
-
122
- * Fix a bug with getting the source content of relative sources with a "./"
123
- prefix. See issue #145 and [Bug 1090768](bugzil.la/1090768).
124
-
125
- * Add the `SourceMapConsumer.prototype.computeColumnSpans` method to compute the
126
- column span of each mapping.
127
-
128
- * Add the `SourceMapConsumer.prototype.allGeneratedPositionsFor` method to find
129
- all generated positions associated with a given original source and line.
130
-
131
- ## 0.1.40
132
-
133
- * Performance improvements for parsing source maps in SourceMapConsumer.
134
-
135
- ## 0.1.39
136
-
137
- * Fix a bug where setting a source's contents to null before any source content
138
- had been set before threw a TypeError. See issue #131.
139
-
140
- ## 0.1.38
141
-
142
- * Fix a bug where finding relative paths from an empty path were creating
143
- absolute paths. See issue #129.
144
-
145
- ## 0.1.37
146
-
147
- * Fix a bug where if the source root was an empty string, relative source paths
148
- would turn into absolute source paths. Issue #124.
149
-
150
- ## 0.1.36
151
-
152
- * Allow the `names` mapping property to be an empty string. Issue #121.
153
-
154
- ## 0.1.35
155
-
156
- * A third optional parameter was added to `SourceNode.fromStringWithSourceMap`
157
- to specify a path that relative sources in the second parameter should be
158
- relative to. Issue #105.
159
-
160
- * If no file property is given to a `SourceMapGenerator`, then the resulting
161
- source map will no longer have a `null` file property. The property will
162
- simply not exist. Issue #104.
163
-
164
- * Fixed a bug where consecutive newlines were ignored in `SourceNode`s.
165
- Issue #116.
166
-
167
- ## 0.1.34
168
-
169
- * Make `SourceNode` work with windows style ("\r\n") newlines. Issue #103.
170
-
171
- * Fix bug involving source contents and the
172
- `SourceMapGenerator.prototype.applySourceMap`. Issue #100.
173
-
174
- ## 0.1.33
175
-
176
- * Fix some edge cases surrounding path joining and URL resolution.
177
-
178
- * Add a third parameter for relative path to
179
- `SourceMapGenerator.prototype.applySourceMap`.
180
-
181
- * Fix issues with mappings and EOLs.
182
-
183
- ## 0.1.32
184
-
185
- * Fixed a bug where SourceMapConsumer couldn't handle negative relative columns
186
- (issue 92).
187
-
188
- * Fixed test runner to actually report number of failed tests as its process
189
- exit code.
190
-
191
- * Fixed a typo when reporting bad mappings (issue 87).
192
-
193
- ## 0.1.31
194
-
195
- * Delay parsing the mappings in SourceMapConsumer until queried for a source
196
- location.
197
-
198
- * Support Sass source maps (which at the time of writing deviate from the spec
199
- in small ways) in SourceMapConsumer.
200
-
201
- ## 0.1.30
202
-
203
- * Do not join source root with a source, when the source is a data URI.
204
-
205
- * Extend the test runner to allow running single specific test files at a time.
206
-
207
- * Performance improvements in `SourceNode.prototype.walk` and
208
- `SourceMapConsumer.prototype.eachMapping`.
209
-
210
- * Source map browser builds will now work inside Workers.
211
-
212
- * Better error messages when attempting to add an invalid mapping to a
213
- `SourceMapGenerator`.
214
-
215
- ## 0.1.29
216
-
217
- * Allow duplicate entries in the `names` and `sources` arrays of source maps
218
- (usually from TypeScript) we are parsing. Fixes github issue 72.
219
-
220
- ## 0.1.28
221
-
222
- * Skip duplicate mappings when creating source maps from SourceNode; github
223
- issue 75.
224
-
225
- ## 0.1.27
226
-
227
- * Don't throw an error when the `file` property is missing in SourceMapConsumer,
228
- we don't use it anyway.
229
-
230
- ## 0.1.26
231
-
232
- * Fix SourceNode.fromStringWithSourceMap for empty maps. Fixes github issue 70.
233
-
234
- ## 0.1.25
235
-
236
- * Make compatible with browserify
237
-
238
- ## 0.1.24
239
-
240
- * Fix issue with absolute paths and `file://` URIs. See
241
- https://bugzilla.mozilla.org/show_bug.cgi?id=885597
242
-
243
- ## 0.1.23
244
-
245
- * Fix issue with absolute paths and sourcesContent, github issue 64.
246
-
247
- ## 0.1.22
248
-
249
- * Ignore duplicate mappings in SourceMapGenerator. Fixes github issue 21.
250
-
251
- ## 0.1.21
252
-
253
- * Fixed handling of sources that start with a slash so that they are relative to
254
- the source root's host.
255
-
256
- ## 0.1.20
257
-
258
- * Fixed github issue #43: absolute URLs aren't joined with the source root
259
- anymore.
260
-
261
- ## 0.1.19
262
-
263
- * Using Travis CI to run tests.
264
-
265
- ## 0.1.18
266
-
267
- * Fixed a bug in the handling of sourceRoot.
268
-
269
- ## 0.1.17
270
-
271
- * Added SourceNode.fromStringWithSourceMap.
272
-
273
- ## 0.1.16
274
-
275
- * Added missing documentation.
276
-
277
- * Fixed the generating of empty mappings in SourceNode.
278
-
279
- ## 0.1.15
280
-
281
- * Added SourceMapGenerator.applySourceMap.
282
-
283
- ## 0.1.14
284
-
285
- * The sourceRoot is now handled consistently.
286
-
287
- ## 0.1.13
288
-
289
- * Added SourceMapGenerator.fromSourceMap.
290
-
291
- ## 0.1.12
292
-
293
- * SourceNode now generates empty mappings too.
294
-
295
- ## 0.1.11
296
-
297
- * Added name support to SourceNode.
298
-
299
- ## 0.1.10
300
-
301
- * Added sourcesContent support to the customer and generator.
@@ -1,121 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
-
5
- ### [7.0.4](https://www.github.com/yargs/cliui/compare/v7.0.3...v7.0.4) (2020-11-08)
6
-
7
-
8
- ### Bug Fixes
9
-
10
- * **deno:** import UIOptions from definitions ([#97](https://www.github.com/yargs/cliui/issues/97)) ([f04f343](https://www.github.com/yargs/cliui/commit/f04f3439bc78114c7e90f82ff56f5acf16268ea8))
11
-
12
- ### [7.0.3](https://www.github.com/yargs/cliui/compare/v7.0.2...v7.0.3) (2020-10-16)
13
-
14
-
15
- ### Bug Fixes
16
-
17
- * **exports:** node 13.0 and 13.1 require the dotted object form _with_ a string fallback ([#93](https://www.github.com/yargs/cliui/issues/93)) ([eca16fc](https://www.github.com/yargs/cliui/commit/eca16fc05d26255df3280906c36d7f0e5b05c6e9))
18
-
19
- ### [7.0.2](https://www.github.com/yargs/cliui/compare/v7.0.1...v7.0.2) (2020-10-14)
20
-
21
-
22
- ### Bug Fixes
23
-
24
- * **exports:** node 13.0-13.6 require a string fallback ([#91](https://www.github.com/yargs/cliui/issues/91)) ([b529d7e](https://www.github.com/yargs/cliui/commit/b529d7e432901af1af7848b23ed6cf634497d961))
25
-
26
- ### [7.0.1](https://www.github.com/yargs/cliui/compare/v7.0.0...v7.0.1) (2020-08-16)
27
-
28
-
29
- ### Bug Fixes
30
-
31
- * **build:** main should be build/index.cjs ([dc29a3c](https://www.github.com/yargs/cliui/commit/dc29a3cc617a410aa850e06337b5954b04f2cb4d))
32
-
33
- ## [7.0.0](https://www.github.com/yargs/cliui/compare/v6.0.0...v7.0.0) (2020-08-16)
34
-
35
-
36
- ### ⚠ BREAKING CHANGES
37
-
38
- * tsc/ESM/Deno support (#82)
39
- * modernize deps and build (#80)
40
-
41
- ### Build System
42
-
43
- * modernize deps and build ([#80](https://www.github.com/yargs/cliui/issues/80)) ([339d08d](https://www.github.com/yargs/cliui/commit/339d08dc71b15a3928aeab09042af94db2f43743))
44
-
45
-
46
- ### Code Refactoring
47
-
48
- * tsc/ESM/Deno support ([#82](https://www.github.com/yargs/cliui/issues/82)) ([4b777a5](https://www.github.com/yargs/cliui/commit/4b777a5fe01c5d8958c6708695d6aab7dbe5706c))
49
-
50
- ## [6.0.0](https://www.github.com/yargs/cliui/compare/v5.0.0...v6.0.0) (2019-11-10)
51
-
52
-
53
- ### ⚠ BREAKING CHANGES
54
-
55
- * update deps, drop Node 6
56
-
57
- ### Code Refactoring
58
-
59
- * update deps, drop Node 6 ([62056df](https://www.github.com/yargs/cliui/commit/62056df))
60
-
61
- ## [5.0.0](https://github.com/yargs/cliui/compare/v4.1.0...v5.0.0) (2019-04-10)
62
-
63
-
64
- ### Bug Fixes
65
-
66
- * Update wrap-ansi to fix compatibility with latest versions of chalk. ([#60](https://github.com/yargs/cliui/issues/60)) ([7bf79ae](https://github.com/yargs/cliui/commit/7bf79ae))
67
-
68
-
69
- ### BREAKING CHANGES
70
-
71
- * Drop support for node < 6.
72
-
73
-
74
-
75
- <a name="4.1.0"></a>
76
- ## [4.1.0](https://github.com/yargs/cliui/compare/v4.0.0...v4.1.0) (2018-04-23)
77
-
78
-
79
- ### Features
80
-
81
- * add resetOutput method ([#57](https://github.com/yargs/cliui/issues/57)) ([7246902](https://github.com/yargs/cliui/commit/7246902))
82
-
83
-
84
-
85
- <a name="4.0.0"></a>
86
- ## [4.0.0](https://github.com/yargs/cliui/compare/v3.2.0...v4.0.0) (2017-12-18)
87
-
88
-
89
- ### Bug Fixes
90
-
91
- * downgrades strip-ansi to version 3.0.1 ([#54](https://github.com/yargs/cliui/issues/54)) ([5764c46](https://github.com/yargs/cliui/commit/5764c46))
92
- * set env variable FORCE_COLOR. ([#56](https://github.com/yargs/cliui/issues/56)) ([7350e36](https://github.com/yargs/cliui/commit/7350e36))
93
-
94
-
95
- ### Chores
96
-
97
- * drop support for node < 4 ([#53](https://github.com/yargs/cliui/issues/53)) ([b105376](https://github.com/yargs/cliui/commit/b105376))
98
-
99
-
100
- ### Features
101
-
102
- * add fallback for window width ([#45](https://github.com/yargs/cliui/issues/45)) ([d064922](https://github.com/yargs/cliui/commit/d064922))
103
-
104
-
105
- ### BREAKING CHANGES
106
-
107
- * officially drop support for Node < 4
108
-
109
-
110
-
111
- <a name="3.2.0"></a>
112
- ## [3.2.0](https://github.com/yargs/cliui/compare/v3.1.2...v3.2.0) (2016-04-11)
113
-
114
-
115
- ### Bug Fixes
116
-
117
- * reduces tarball size ([acc6c33](https://github.com/yargs/cliui/commit/acc6c33))
118
-
119
- ### Features
120
-
121
- * adds standard-version for release management ([ff84e32](https://github.com/yargs/cliui/commit/ff84e32))