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))