projen-pipelines 0.2.6 → 0.2.8

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 (58) hide show
  1. package/.jsii +61 -59
  2. package/API.md +76 -64
  3. package/lib/awscdk/base.d.ts +5 -1
  4. package/lib/awscdk/base.js +33 -28
  5. package/lib/awscdk/bash.js +5 -3
  6. package/lib/awscdk/github.js +11 -9
  7. package/lib/awscdk/gitlab.js +1 -1
  8. package/lib/engines/github.js +3 -4
  9. package/lib/steps/artifact-steps.js +2 -2
  10. package/lib/steps/aws-assume-role.step.js +1 -1
  11. package/lib/steps/registries.js +2 -2
  12. package/lib/steps/step.js +4 -4
  13. package/node_modules/semver/README.md +14 -4
  14. package/node_modules/semver/bin/semver.js +2 -1
  15. package/node_modules/semver/classes/semver.js +22 -6
  16. package/node_modules/semver/functions/diff.js +5 -12
  17. package/node_modules/semver/internal/re.js +2 -0
  18. package/node_modules/semver/package.json +8 -7
  19. package/node_modules/spdx-license-ids/README.md +0 -1
  20. package/node_modules/spdx-license-ids/index.json +14 -0
  21. package/node_modules/spdx-license-ids/package.json +3 -13
  22. package/package.json +15 -14
  23. package/node_modules/color-convert/CHANGELOG.md +0 -54
  24. package/node_modules/get-pkg-repo/CHANGELOG.md +0 -17
  25. package/node_modules/get-pkg-repo/node_modules/cliui/CHANGELOG.md +0 -121
  26. package/node_modules/get-pkg-repo/node_modules/yargs/CHANGELOG.md +0 -88
  27. package/node_modules/js-tokens/CHANGELOG.md +0 -151
  28. package/node_modules/json-parse-better-errors/CHANGELOG.md +0 -46
  29. package/node_modules/json-parse-even-better-errors/CHANGELOG.md +0 -50
  30. package/node_modules/kind-of/CHANGELOG.md +0 -160
  31. package/node_modules/meow/node_modules/hosted-git-info/CHANGELOG.md +0 -151
  32. package/node_modules/q/CHANGES.md +0 -800
  33. package/node_modules/read-pkg/node_modules/hosted-git-info/CHANGELOG.md +0 -151
  34. package/node_modules/source-map/CHANGELOG.md +0 -301
  35. package/node_modules/standard-version/node_modules/cliui/CHANGELOG.md +0 -121
  36. package/node_modules/standard-version/node_modules/conventional-changelog/CHANGELOG.md +0 -933
  37. package/node_modules/standard-version/node_modules/conventional-changelog-angular/CHANGELOG.md +0 -408
  38. package/node_modules/standard-version/node_modules/conventional-changelog-atom/CHANGELOG.md +0 -192
  39. package/node_modules/standard-version/node_modules/conventional-changelog-codemirror/CHANGELOG.md +0 -197
  40. package/node_modules/standard-version/node_modules/conventional-changelog-conventionalcommits/CHANGELOG.md +0 -245
  41. package/node_modules/standard-version/node_modules/conventional-changelog-core/CHANGELOG.md +0 -573
  42. package/node_modules/standard-version/node_modules/conventional-changelog-ember/CHANGELOG.md +0 -249
  43. package/node_modules/standard-version/node_modules/conventional-changelog-eslint/CHANGELOG.md +0 -234
  44. package/node_modules/standard-version/node_modules/conventional-changelog-express/CHANGELOG.md +0 -148
  45. package/node_modules/standard-version/node_modules/conventional-changelog-jquery/CHANGELOG.md +0 -237
  46. package/node_modules/standard-version/node_modules/conventional-changelog-jshint/CHANGELOG.md +0 -208
  47. package/node_modules/standard-version/node_modules/conventional-changelog-preset-loader/CHANGELOG.md +0 -183
  48. package/node_modules/standard-version/node_modules/conventional-changelog-writer/CHANGELOG.md +0 -603
  49. package/node_modules/standard-version/node_modules/conventional-commits-filter/CHANGELOG.md +0 -119
  50. package/node_modules/standard-version/node_modules/conventional-commits-parser/CHANGELOG.md +0 -463
  51. package/node_modules/standard-version/node_modules/conventional-recommended-bump/CHANGELOG.md +0 -432
  52. package/node_modules/standard-version/node_modules/git-raw-commits/CHANGELOG.md +0 -182
  53. package/node_modules/standard-version/node_modules/git-semver-tags/CHANGELOG.md +0 -206
  54. package/node_modules/standard-version/node_modules/yargs/CHANGELOG.md +0 -88
  55. package/node_modules/stringify-package/CHANGELOG.md +0 -16
  56. package/node_modules/wrap-ansi/node_modules/color-convert/CHANGELOG.md +0 -54
  57. package/node_modules/y18n/CHANGELOG.md +0 -100
  58. package/node_modules/yargs-parser/CHANGELOG.md +0 -263
@@ -1,160 +0,0 @@
1
- # Release history
2
-
3
- All notable changes to this project will be documented in this file.
4
-
5
- The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
- and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
-
8
- <details>
9
- <summary><strong>Guiding Principles</strong></summary>
10
-
11
- - Changelogs are for humans, not machines.
12
- - There should be an entry for every single version.
13
- - The same types of changes should be grouped.
14
- - Versions and sections should be linkable.
15
- - The latest version comes first.
16
- - The release date of each versions is displayed.
17
- - Mention whether you follow Semantic Versioning.
18
-
19
- </details>
20
-
21
- <details>
22
- <summary><strong>Types of changes</strong></summary>
23
-
24
- Changelog entries are classified using the following labels _(from [keep-a-changelog](http://keepachangelog.com/)_):
25
-
26
- - `Added` for new features.
27
- - `Changed` for changes in existing functionality.
28
- - `Deprecated` for soon-to-be removed features.
29
- - `Removed` for now removed features.
30
- - `Fixed` for any bug fixes.
31
- - `Security` in case of vulnerabilities.
32
-
33
- </details>
34
-
35
- ## [6.0.3] - 2020-01-16
36
-
37
- - Merge pull request #31 for issue #30
38
-
39
- ## [6.0.0] - 2017-10-13
40
-
41
- - refactor code to be more performant
42
- - refactor benchmarks
43
-
44
- ## [5.1.0] - 2017-10-13
45
-
46
- **Added**
47
-
48
- - Merge pull request #15 from aretecode/patch-1
49
- - adds support and tests for string & array iterators
50
-
51
- **Changed**
52
-
53
- - updates benchmarks
54
-
55
- ## [5.0.2] - 2017-08-02
56
-
57
- - Merge pull request #14 from struct78/master
58
- - Added `undefined` check
59
-
60
- ## [5.0.0] - 2017-06-21
61
-
62
- - Merge pull request #12 from aretecode/iterator
63
- - Set Iterator + Map Iterator
64
- - streamline `isbuffer`, minor edits
65
-
66
- ## [4.0.0] - 2017-05-19
67
-
68
- - Merge pull request #8 from tunnckoCore/master
69
- - update deps
70
-
71
- ## [3.2.2] - 2017-05-16
72
-
73
- - fix version
74
-
75
- ## [3.2.1] - 2017-05-16
76
-
77
- - add browserify
78
-
79
- ## [3.2.0] - 2017-04-25
80
-
81
- - Merge pull request #10 from ksheedlo/unrequire-buffer
82
- - add `promise` support and tests
83
- - Remove unnecessary `Buffer` check
84
-
85
- ## [3.1.0] - 2016-12-07
86
-
87
- - Merge pull request #7 from laggingreflex/err
88
- - add support for `error` and tests
89
- - run update
90
-
91
- ## [3.0.4] - 2016-07-29
92
-
93
- - move tests
94
- - run update
95
-
96
- ## [3.0.3] - 2016-05-03
97
-
98
- - fix prepublish script
99
- - remove unused dep
100
-
101
- ## [3.0.0] - 2015-11-17
102
-
103
- - add typed array support
104
- - Merge pull request #5 from miguelmota/typed-arrays
105
- - adds new tests
106
-
107
- ## [2.0.1] - 2015-08-21
108
-
109
- - use `is-buffer` module
110
-
111
- ## [2.0.0] - 2015-05-31
112
-
113
- - Create fallback for `Array.isArray` if used as a browser package
114
- - Merge pull request #2 from dtothefp/patch-1
115
- - Merge pull request #3 from pdehaan/patch-1
116
- - Merge branch 'master' of https://github.com/chorks/kind-of into chorks-master
117
- - optimizations, mostly date and regex
118
-
119
- ## [1.1.0] - 2015-02-09
120
-
121
- - adds `buffer` support
122
- - adds tests for `buffer`
123
-
124
- ## [1.0.0] - 2015-01-19
125
-
126
- - update benchmarks
127
- - optimizations based on benchmarks
128
-
129
- ## [0.1.2] - 2014-10-26
130
-
131
- - return `typeof` value if it's not an object. very slight speed improvement
132
- - use `.slice`
133
- - adds benchmarks
134
-
135
- ## [0.1.0] - 2014-9-26
136
-
137
- - first commit
138
-
139
- [6.0.0]: https://github.com/jonschlinkert/kind-of/compare/5.1.0...6.0.0
140
- [5.1.0]: https://github.com/jonschlinkert/kind-of/compare/5.0.2...5.1.0
141
- [5.0.2]: https://github.com/jonschlinkert/kind-of/compare/5.0.1...5.0.2
142
- [5.0.1]: https://github.com/jonschlinkert/kind-of/compare/5.0.0...5.0.1
143
- [5.0.0]: https://github.com/jonschlinkert/kind-of/compare/4.0.0...5.0.0
144
- [4.0.0]: https://github.com/jonschlinkert/kind-of/compare/3.2.2...4.0.0
145
- [3.2.2]: https://github.com/jonschlinkert/kind-of/compare/3.2.1...3.2.2
146
- [3.2.1]: https://github.com/jonschlinkert/kind-of/compare/3.2.0...3.2.1
147
- [3.2.0]: https://github.com/jonschlinkert/kind-of/compare/3.1.0...3.2.0
148
- [3.1.0]: https://github.com/jonschlinkert/kind-of/compare/3.0.4...3.1.0
149
- [3.0.4]: https://github.com/jonschlinkert/kind-of/compare/3.0.3...3.0.4
150
- [3.0.3]: https://github.com/jonschlinkert/kind-of/compare/3.0.0...3.0.3
151
- [3.0.0]: https://github.com/jonschlinkert/kind-of/compare/2.0.1...3.0.0
152
- [2.0.1]: https://github.com/jonschlinkert/kind-of/compare/2.0.0...2.0.1
153
- [2.0.0]: https://github.com/jonschlinkert/kind-of/compare/1.1.0...2.0.0
154
- [1.1.0]: https://github.com/jonschlinkert/kind-of/compare/1.0.0...1.1.0
155
- [1.0.0]: https://github.com/jonschlinkert/kind-of/compare/0.1.2...1.0.0
156
- [0.1.2]: https://github.com/jonschlinkert/kind-of/compare/0.1.0...0.1.2
157
- [0.1.0]: https://github.com/jonschlinkert/kind-of/commit/2fae09b0b19b1aadb558e9be39f0c3ef6034eb87
158
-
159
- [Unreleased]: https://github.com/jonschlinkert/kind-of/compare/0.1.2...HEAD
160
- [keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog
@@ -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))