@adobe/helix-shared-config 7.21.1 → 8.2.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.
Files changed (62) hide show
  1. package/CHANGELOG.md +878 -0
  2. package/package.json +28 -24
  3. package/src/BaseConfig.js +25 -9
  4. package/src/IgnoreConfig.js +43 -0
  5. package/src/IndexConfig.js +38 -0
  6. package/src/MountConfig.js +1 -0
  7. package/src/SchemaDerivedConfig.js +5 -3
  8. package/src/SitemapConfig.js +119 -0
  9. package/src/SitemapHandler.js +58 -0
  10. package/src/ValidationError.js +46 -0
  11. package/src/config-wrapper.d.ts +1 -0
  12. package/src/config-wrapper.js +0 -6
  13. package/src/fetchconfig/cache.js +2 -2
  14. package/src/fetchconfig/fetch.js +1 -1
  15. package/src/index.js +6 -10
  16. package/src/parsers/BaseParser.js +84 -0
  17. package/src/parsers/GlobfileParser.js +82 -0
  18. package/src/schemas/fstab.example.1.json +6 -1
  19. package/src/schemas/fstab.schema.json +12 -1
  20. package/src/schemas/index.schema.json +24 -3
  21. package/src/schemas/mountpoint.schema.json +4 -0
  22. package/src/schemas/sitemap-language.description.md +11 -0
  23. package/src/schemas/sitemap-language.schema.json +49 -0
  24. package/src/schemas/sitemap.description.md +3 -0
  25. package/src/schemas/sitemap.schema.json +52 -0
  26. package/src/schemas/{markup.schema.json → sitemapconfig.schema.json} +11 -7
  27. package/src/Condition.js +0 -573
  28. package/src/ConfigValidator.js +0 -103
  29. package/src/DynamicRedirect.js +0 -125
  30. package/src/HelixConfig.js +0 -138
  31. package/src/MarkupConfig.js +0 -35
  32. package/src/Origin.js +0 -159
  33. package/src/Performance.js +0 -80
  34. package/src/Redirect.js +0 -64
  35. package/src/RedirectConfig.js +0 -64
  36. package/src/RedirectRuleHandler.js +0 -46
  37. package/src/Static.js +0 -119
  38. package/src/Strain.js +0 -332
  39. package/src/Strains.js +0 -68
  40. package/src/schemas/conditions.schema.json +0 -140
  41. package/src/schemas/config.description.md +0 -7
  42. package/src/schemas/config.example.1.json +0 -26
  43. package/src/schemas/config.schema.json +0 -44
  44. package/src/schemas/giturl.schema.json +0 -62
  45. package/src/schemas/markupconfig.schema.json +0 -38
  46. package/src/schemas/markupmapping.description.md +0 -242
  47. package/src/schemas/markupmapping.schema.json +0 -122
  48. package/src/schemas/origin.description.md +0 -5
  49. package/src/schemas/origin.schema.json +0 -86
  50. package/src/schemas/performance.schema.json +0 -210
  51. package/src/schemas/proxystrain.description.md +0 -20
  52. package/src/schemas/proxystrain.schema.json +0 -87
  53. package/src/schemas/redirect.schema.json +0 -34
  54. package/src/schemas/redirectrule.schema.json +0 -46
  55. package/src/schemas/redirects.description.md +0 -1
  56. package/src/schemas/redirects.schema.json +0 -41
  57. package/src/schemas/runtimestrain.schema.json +0 -144
  58. package/src/schemas/staticgiturl.schema.json +0 -80
  59. package/src/schemas/strains.schema.json +0 -39
  60. package/src/schemas/vanity.schema.json +0 -38
  61. package/src/schemas/version-lock.description.md +0 -3
  62. package/src/schemas/version-lock.schema.json +0 -35
package/CHANGELOG.md CHANGED
@@ -1,8 +1,886 @@
1
+ # [@adobe/helix-shared-config-v8.2.0](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config-v8.1.0...@adobe/helix-shared-config-v8.2.0) (2022-06-18)
2
+
3
+
4
+ ### Features
5
+
6
+ * allow to specify microsoft tenantid for custom domains ([#698](https://github.com/adobe/helix-shared/issues/698)) ([d5b7744](https://github.com/adobe/helix-shared/commit/d5b7744b21f2f4fa5e5e661dd75d16a77c541e2f))
7
+
8
+ # [@adobe/helix-shared-config-v8.1.0](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config-v8.0.0...@adobe/helix-shared-config-v8.1.0) (2022-06-16)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **sitemap:** create a separate context for each sitemap ([a27e80b](https://github.com/adobe/helix-shared/commit/a27e80be6a437d8e18071b5f0adcbcfbb52e5ab1))
14
+ * **sitemap:** use h1 ([25a4f97](https://github.com/adobe/helix-shared/commit/25a4f97229cd5f140c95f67200c002ecfba57662))
15
+
16
+
17
+ ### Features
18
+
19
+ * **sitemap:** allow resetting the fetch context ([df861d8](https://github.com/adobe/helix-shared/commit/df861d88c564b1a0cad2800b531a0444f586e728))
20
+ * **sitemap:** propagate resets ([41f77ab](https://github.com/adobe/helix-shared/commit/41f77abbd960073c2dff2575762efc4988783bc3))
21
+ * **sitemaps:** add `getContents()` and `getXML()` methods to retrieve sitemap content ([ee3fb07](https://github.com/adobe/helix-shared/commit/ee3fb07a170f016c15862623ca3b7e6debca283f))
22
+
23
+ # [@adobe/helix-shared-config-v8.0.0](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config-v7.21.1...@adobe/helix-shared-config-v8.0.0) (2022-06-05)
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * add mocha ([#631](https://github.com/adobe/helix-shared/issues/631)) ([2849219](https://github.com/adobe/helix-shared/commit/2849219986aff4a31f1c6c3d1e137b1e2732027d))
29
+ * add url to github mount ([#526](https://github.com/adobe/helix-shared/issues/526)) ([5f989bf](https://github.com/adobe/helix-shared/commit/5f989bf8494ba42c895e96c9e5c2d33b2ae67e80))
30
+ * allow adding sitemap or languages ([#690](https://github.com/adobe/helix-shared/issues/690)) ([5f095ef](https://github.com/adobe/helix-shared/commit/5f095ef276e1a44a36d9f3168d25ecf1074fa4ad))
31
+ * **deps:** update adobe fixes ([0e2b0a5](https://github.com/adobe/helix-shared/commit/0e2b0a59cbcc86653b3294d84e13e1dcada508ee))
32
+ * **deps:** update adobe fixes ([067f1bb](https://github.com/adobe/helix-shared/commit/067f1bbe8433e18484647b239318636519797947))
33
+ * **deps:** update adobe fixes ([#497](https://github.com/adobe/helix-shared/issues/497)) ([1864a7f](https://github.com/adobe/helix-shared/commit/1864a7f0dddd9fed4439219a918c66a10c45df5d))
34
+ * **deps:** update adobe fixes ([#520](https://github.com/adobe/helix-shared/issues/520)) ([6fae196](https://github.com/adobe/helix-shared/commit/6fae19681be8058d3a236b94b638b24c314282ab))
35
+ * **deps:** update dependency @adobe/helix-fetch to v2.4.2 ([#543](https://github.com/adobe/helix-shared/issues/543)) ([d06e0c4](https://github.com/adobe/helix-shared/commit/d06e0c4179aee49827ed36256525138a8cea5200))
36
+ * **deps:** update dependency @adobe/helix-fetch to v3 ([bb7b3d4](https://github.com/adobe/helix-shared/commit/bb7b3d45ff1ddb0681628903a65b7973a64533bc))
37
+ * **deps:** update dependency @adobe/helix-fetch to v3.0.9 ([#670](https://github.com/adobe/helix-shared/issues/670)) ([768d02f](https://github.com/adobe/helix-shared/commit/768d02fbfdcab02a24eec568989efc34759b8af3))
38
+ * **deps:** update dependency @adobe/helix-universal to v1.9.1 ([#602](https://github.com/adobe/helix-shared/issues/602)) ([fc9987a](https://github.com/adobe/helix-shared/commit/fc9987a3ec773c5ea0d09a5aef47d1329eb515d5))
39
+ * **deps:** update dependency @adobe/helix-universal to v3 ([#625](https://github.com/adobe/helix-shared/issues/625)) ([cd33862](https://github.com/adobe/helix-shared/commit/cd338620a091c4c7b392ee3da685fbde134ba5b5))
40
+ * **deps:** update dependency ajv to v8.6.0 ([2cbd4d3](https://github.com/adobe/helix-shared/commit/2cbd4d30eaa99909422c2b5700cec691120ced52))
41
+ * **deps:** update dependency ferrum to v1.9.3 ([#568](https://github.com/adobe/helix-shared/issues/568)) ([2f7516f](https://github.com/adobe/helix-shared/commit/2f7516fb3ba5aa4041e6d55069f307cef6bf823a))
42
+ * **deps:** update dependency fs-extra to v10.1.0 ([#673](https://github.com/adobe/helix-shared/issues/673)) ([290378c](https://github.com/adobe/helix-shared/commit/290378cc47c42822bce1ad390bfb400b037c71f0))
43
+ * **deps:** update dependency lint-staged to v12 ([#599](https://github.com/adobe/helix-shared/issues/599)) ([5ccc345](https://github.com/adobe/helix-shared/commit/5ccc3452dd9830f26f90d59d2067eea163dd8173))
44
+ * **deps:** update dependency lru-cache to v7 ([#647](https://github.com/adobe/helix-shared/issues/647)) ([4feaa27](https://github.com/adobe/helix-shared/commit/4feaa27a92f7734a5277231dcfcf2ae8e935eb77))
45
+ * **deps:** update dependency lru-cache to v7.7.3 ([#666](https://github.com/adobe/helix-shared/issues/666)) ([3935048](https://github.com/adobe/helix-shared/commit/39350486ea855fe26730cd9b06ff92d6025f3962))
46
+ * **deps:** update dependency object-hash to v2.2.0 ([07b40d1](https://github.com/adobe/helix-shared/commit/07b40d13748a3256c80ef19fc77d1236d5c88597))
47
+ * **deps:** update dependency object-hash to v3 ([d79b768](https://github.com/adobe/helix-shared/commit/d79b768d7bc0ba5df1e97606bb6ed870804434ad))
48
+ * **deps:** update dependency yaml to v2 and remove unused configs ([e2fd978](https://github.com/adobe/helix-shared/commit/e2fd978130076292c9049822b14718b8b6fa3269))
49
+ * **deps:** update external fixes ([fb55e25](https://github.com/adobe/helix-shared/commit/fb55e255f46951a439b896bf57df8be380129648))
50
+ * **deps:** update external fixes ([24c8309](https://github.com/adobe/helix-shared/commit/24c830978f296cd3f4fea71983cd028ec1377d3a))
51
+ * **deps:** update external fixes ([cdddbc5](https://github.com/adobe/helix-shared/commit/cdddbc590c52d6ebf336e7943387d8fb393c6524))
52
+ * **deps:** update external fixes ([06e6c6e](https://github.com/adobe/helix-shared/commit/06e6c6ebd829422274f49bf11f6bb0613d1635b7))
53
+ * **deps:** update external fixes ([fdbdea1](https://github.com/adobe/helix-shared/commit/fdbdea1b3de6d9323f506766d4a4905f8572700b))
54
+ * **deps:** update external fixes ([2d80dbd](https://github.com/adobe/helix-shared/commit/2d80dbd0a32dba90d83f91cfe403055835647c1e))
55
+ * **deps:** update external fixes ([3325d4d](https://github.com/adobe/helix-shared/commit/3325d4d7f37dfa0cc7b41d5cb5ef718a0361c966))
56
+ * **deps:** update external fixes ([a8dc79e](https://github.com/adobe/helix-shared/commit/a8dc79ee25573553aa5747478b66080888df2240))
57
+ * **deps:** update external fixes ([f055338](https://github.com/adobe/helix-shared/commit/f0553387ba74ffd1eae0457afca7a46beef5d376))
58
+ * **deps:** update external fixes ([94dbdfd](https://github.com/adobe/helix-shared/commit/94dbdfd8efddc3dae1facae99a21b9b629c22aec))
59
+ * **deps:** update external fixes ([ad49a64](https://github.com/adobe/helix-shared/commit/ad49a64bfdadcea4e4475ec6a36c9bfee14b62dc))
60
+ * **deps:** update external fixes ([#498](https://github.com/adobe/helix-shared/issues/498)) ([8e99853](https://github.com/adobe/helix-shared/commit/8e99853cd5458b3009ad9679247fe2c0f0b34617))
61
+ * **deps:** update external fixes ([#506](https://github.com/adobe/helix-shared/issues/506)) ([6f237fe](https://github.com/adobe/helix-shared/commit/6f237fe13e87015265a31e0ce2ce3e0dc9d43c4d))
62
+ * **deps:** update external fixes ([#567](https://github.com/adobe/helix-shared/issues/567)) ([0ce7d79](https://github.com/adobe/helix-shared/commit/0ce7d79342e070b7ad933582fcec8b9b4c60a465))
63
+ * **deps:** update external fixes ([#665](https://github.com/adobe/helix-shared/issues/665)) ([fb2322d](https://github.com/adobe/helix-shared/commit/fb2322d680d3bed29fb04beeed46173a5bd16bd9))
64
+ * **deps:** update external fixes ([#668](https://github.com/adobe/helix-shared/issues/668)) ([d32918b](https://github.com/adobe/helix-shared/commit/d32918b2885cabee8792f9d3ef1b65199668b9ad))
65
+ * **deps:** update external fixes ([#669](https://github.com/adobe/helix-shared/issues/669)) ([abf4a21](https://github.com/adobe/helix-shared/commit/abf4a21a686361ee387fd272fe0ee769c1acfb71))
66
+ * **deps:** update external fixes ([#680](https://github.com/adobe/helix-shared/issues/680)) ([75dc78e](https://github.com/adobe/helix-shared/commit/75dc78ef83e862f199c2fd56f298f2f9459dd742))
67
+ * don't pin helix-fetch and universal for better deduping ([#639](https://github.com/adobe/helix-shared/issues/639)) ([d4f4060](https://github.com/adobe/helix-shared/commit/d4f40603a1c899e6cfbd51900bb49453a63d32dd))
68
+ * export SitemapConfig ([5074666](https://github.com/adobe/helix-shared/commit/5074666d3bdc867e07aac556addd5956be0103e6))
69
+ * fetch and source should be optional ([#533](https://github.com/adobe/helix-shared/issues/533)) ([a962662](https://github.com/adobe/helix-shared/commit/a962662a2413582b06383b84719fab2ff1bf975c))
70
+ * proxy clone to not change original configuration ([#686](https://github.com/adobe/helix-shared/issues/686)) ([96f9ce7](https://github.com/adobe/helix-shared/commit/96f9ce7dc90cd97efc44ecd7a06151451dee9d3e))
71
+ * reduce dependencies ([#537](https://github.com/adobe/helix-shared/issues/537)) ([289942b](https://github.com/adobe/helix-shared/commit/289942b37ad32560501d8e9a8d6bf2bb10c19429))
72
+ * suppress deprecation warning (maxAge has been replaced by ttl) ([#678](https://github.com/adobe/helix-shared/issues/678)) ([7fb2df9](https://github.com/adobe/helix-shared/commit/7fb2df94f4f06d984c326b5ee897f877d69e86b0))
73
+ * update renovate config to auto detect pin versions ([#644](https://github.com/adobe/helix-shared/issues/644)) ([3ae0423](https://github.com/adobe/helix-shared/commit/3ae04235dd6791685d9a03e5ed52570b73d5be2a))
74
+ * use and export ValidationError ([#532](https://github.com/adobe/helix-shared/issues/532)) ([0c11d92](https://github.com/adobe/helix-shared/commit/0c11d928e902571c4d5e19deed6a4824afe9ef0f))
75
+
76
+
77
+ ### Features
78
+
79
+ * add contains method and improve index config schema ([97c5134](https://github.com/adobe/helix-shared/commit/97c51341ad95ca90eba67d7ae61f322dcd3c0d4a))
80
+ * add folders to fstab ([c91fcda](https://github.com/adobe/helix-shared/commit/c91fcdac54cbddff193c047b5730c897d5f5ca26))
81
+ * add IMS wrapper ([bb52f86](https://github.com/adobe/helix-shared/commit/bb52f86b741e9d43b51076c66a767c35028b6169))
82
+ * add index configuration ([#684](https://github.com/adobe/helix-shared/issues/684)) ([2cdec6f](https://github.com/adobe/helix-shared/commit/2cdec6f0c27b114d239ac524e3776e2d7e65fb18))
83
+ * **config:** add ignore config, parser ([#542](https://github.com/adobe/helix-shared/issues/542)) ([c95ca88](https://github.com/adobe/helix-shared/commit/c95ca88991aa0a8369520459dfe5f599fe25c7f6))
84
+ * introduce helix-sitemap.yaml ([#575](https://github.com/adobe/helix-shared/issues/575)) ([900fe9f](https://github.com/adobe/helix-shared/commit/900fe9fdde4989cdb444b7b4d2ae3aa98965af3e))
85
+ * **schema:** add schemas for helix-data-embed ([#507](https://github.com/adobe/helix-shared/issues/507)) ([4563e25](https://github.com/adobe/helix-shared/commit/4563e25994656bd0c64a0047c4304d06843897cb)), closes [/github.com/adobe/helix-data-embed/pull/356#issuecomment-836357581](https://github.com//github.com/adobe/helix-data-embed/pull/356/issues/issuecomment-836357581)
86
+ * target URI should be allowed relative ([#597](https://github.com/adobe/helix-shared/issues/597)) ([d8327c3](https://github.com/adobe/helix-shared/commit/d8327c34bd3770a2e8151f74555312c18e129b27))
87
+
88
+
89
+ ### BREAKING CHANGES
90
+
91
+ * **deps:** redirects, markup and helix-config removed
92
+
1
93
  # Change Log
2
94
 
3
95
  All notable changes to this project will be documented in this file.
4
96
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
97
 
98
+ ## [2.1.3](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@2.1.2...@adobe/helix-shared-config@2.1.3) (2022-06-04)
99
+
100
+ **Note:** Version bump only for package @adobe/helix-shared-config
101
+
102
+
103
+
104
+
105
+
106
+ ## [2.1.2](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@2.1.1...@adobe/helix-shared-config@2.1.2) (2022-06-02)
107
+
108
+
109
+ ### Bug Fixes
110
+
111
+ * allow adding sitemap or languages ([#690](https://github.com/adobe/helix-shared/issues/690)) ([5f095ef](https://github.com/adobe/helix-shared/commit/5f095ef276e1a44a36d9f3168d25ecf1074fa4ad))
112
+
113
+
114
+
115
+
116
+
117
+ ## [2.1.1](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@2.1.0...@adobe/helix-shared-config@2.1.1) (2022-05-23)
118
+
119
+
120
+ ### Bug Fixes
121
+
122
+ * proxy clone to not change original configuration ([#686](https://github.com/adobe/helix-shared/issues/686)) ([96f9ce7](https://github.com/adobe/helix-shared/commit/96f9ce7dc90cd97efc44ecd7a06151451dee9d3e))
123
+
124
+
125
+
126
+
127
+
128
+ # [2.1.0](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@2.0.7...@adobe/helix-shared-config@2.1.0) (2022-05-20)
129
+
130
+
131
+ ### Features
132
+
133
+ * add index configuration ([#684](https://github.com/adobe/helix-shared/issues/684)) ([2cdec6f](https://github.com/adobe/helix-shared/commit/2cdec6f0c27b114d239ac524e3776e2d7e65fb18))
134
+
135
+
136
+
137
+
138
+
139
+ ## [2.0.7](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@2.0.6...@adobe/helix-shared-config@2.0.7) (2022-05-14)
140
+
141
+
142
+ ### Bug Fixes
143
+
144
+ * **deps:** update external fixes ([#680](https://github.com/adobe/helix-shared/issues/680)) ([75dc78e](https://github.com/adobe/helix-shared/commit/75dc78ef83e862f199c2fd56f298f2f9459dd742))
145
+
146
+
147
+
148
+
149
+
150
+ ## [2.0.6](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@2.0.5...@adobe/helix-shared-config@2.0.6) (2022-05-06)
151
+
152
+
153
+ ### Bug Fixes
154
+
155
+ * suppress deprecation warning (maxAge has been replaced by ttl) ([#678](https://github.com/adobe/helix-shared/issues/678)) ([7fb2df9](https://github.com/adobe/helix-shared/commit/7fb2df94f4f06d984c326b5ee897f877d69e86b0))
156
+
157
+
158
+
159
+
160
+
161
+ ## [2.0.5](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@2.0.4...@adobe/helix-shared-config@2.0.5) (2022-05-03)
162
+
163
+ **Note:** Version bump only for package @adobe/helix-shared-config
164
+
165
+
166
+
167
+
168
+
169
+ ## [2.0.4](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@2.0.3...@adobe/helix-shared-config@2.0.4) (2022-05-03)
170
+
171
+ **Note:** Version bump only for package @adobe/helix-shared-config
172
+
173
+
174
+
175
+
176
+
177
+ ## [2.0.3](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@2.0.2...@adobe/helix-shared-config@2.0.3) (2022-04-30)
178
+
179
+
180
+ ### Bug Fixes
181
+
182
+ * **deps:** update external fixes ([fb55e25](https://github.com/adobe/helix-shared/commit/fb55e255f46951a439b896bf57df8be380129648))
183
+
184
+
185
+
186
+
187
+
188
+ ## [2.0.2](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@2.0.1...@adobe/helix-shared-config@2.0.2) (2022-04-16)
189
+
190
+
191
+ ### Bug Fixes
192
+
193
+ * **deps:** update dependency fs-extra to v10.1.0 ([#673](https://github.com/adobe/helix-shared/issues/673)) ([290378c](https://github.com/adobe/helix-shared/commit/290378cc47c42822bce1ad390bfb400b037c71f0))
194
+
195
+
196
+
197
+
198
+
199
+ ## [2.0.1](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@2.0.0...@adobe/helix-shared-config@2.0.1) (2022-04-16)
200
+
201
+
202
+ ### Bug Fixes
203
+
204
+ * **deps:** update external fixes ([24c8309](https://github.com/adobe/helix-shared/commit/24c830978f296cd3f4fea71983cd028ec1377d3a))
205
+
206
+
207
+
208
+
209
+
210
+ # [2.0.0](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.23...@adobe/helix-shared-config@2.0.0) (2022-04-11)
211
+
212
+
213
+ ### Bug Fixes
214
+
215
+ * **deps:** update dependency yaml to v2 and remove unused configs ([e2fd978](https://github.com/adobe/helix-shared/commit/e2fd978130076292c9049822b14718b8b6fa3269))
216
+
217
+
218
+ ### BREAKING CHANGES
219
+
220
+ * **deps:** redirects, markup and helix-config removed
221
+
222
+
223
+
224
+
225
+
226
+ ## [1.7.23](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.22...@adobe/helix-shared-config@1.7.23) (2022-04-10)
227
+
228
+
229
+ ### Bug Fixes
230
+
231
+ * **deps:** update dependency @adobe/helix-fetch to v3.0.9 ([#670](https://github.com/adobe/helix-shared/issues/670)) ([768d02f](https://github.com/adobe/helix-shared/commit/768d02fbfdcab02a24eec568989efc34759b8af3))
232
+ * **deps:** update external fixes ([#669](https://github.com/adobe/helix-shared/issues/669)) ([abf4a21](https://github.com/adobe/helix-shared/commit/abf4a21a686361ee387fd272fe0ee769c1acfb71))
233
+
234
+
235
+
236
+
237
+
238
+ ## [1.7.22](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.21...@adobe/helix-shared-config@1.7.22) (2022-04-05)
239
+
240
+
241
+ ### Bug Fixes
242
+
243
+ * **deps:** update external fixes ([#668](https://github.com/adobe/helix-shared/issues/668)) ([d32918b](https://github.com/adobe/helix-shared/commit/d32918b2885cabee8792f9d3ef1b65199668b9ad))
244
+
245
+
246
+
247
+
248
+
249
+ ## [1.7.21](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.20...@adobe/helix-shared-config@1.7.21) (2022-04-02)
250
+
251
+
252
+ ### Bug Fixes
253
+
254
+ * **deps:** update dependency lru-cache to v7.7.3 ([#666](https://github.com/adobe/helix-shared/issues/666)) ([3935048](https://github.com/adobe/helix-shared/commit/39350486ea855fe26730cd9b06ff92d6025f3962))
255
+
256
+
257
+
258
+
259
+
260
+ ## [1.7.20](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.19...@adobe/helix-shared-config@1.7.20) (2022-03-28)
261
+
262
+
263
+ ### Bug Fixes
264
+
265
+ * **deps:** update external fixes ([#665](https://github.com/adobe/helix-shared/issues/665)) ([fb2322d](https://github.com/adobe/helix-shared/commit/fb2322d680d3bed29fb04beeed46173a5bd16bd9))
266
+
267
+
268
+
269
+
270
+
271
+ ## [1.7.19](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.18...@adobe/helix-shared-config@1.7.19) (2022-03-18)
272
+
273
+ **Note:** Version bump only for package @adobe/helix-shared-config
274
+
275
+
276
+
277
+
278
+
279
+ ## [1.7.18](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.17...@adobe/helix-shared-config@1.7.18) (2022-03-12)
280
+
281
+ **Note:** Version bump only for package @adobe/helix-shared-config
282
+
283
+
284
+
285
+
286
+
287
+ ## [1.7.17](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.16...@adobe/helix-shared-config@1.7.17) (2022-03-10)
288
+
289
+ **Note:** Version bump only for package @adobe/helix-shared-config
290
+
291
+
292
+
293
+
294
+
295
+ ## [1.7.16](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.15...@adobe/helix-shared-config@1.7.16) (2022-02-28)
296
+
297
+
298
+ ### Bug Fixes
299
+
300
+ * **deps:** update external fixes ([cdddbc5](https://github.com/adobe/helix-shared/commit/cdddbc590c52d6ebf336e7943387d8fb393c6524))
301
+
302
+
303
+
304
+
305
+
306
+ ## [1.7.15](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.14...@adobe/helix-shared-config@1.7.15) (2022-02-23)
307
+
308
+
309
+ ### Bug Fixes
310
+
311
+ * **deps:** update dependency object-hash to v3 ([d79b768](https://github.com/adobe/helix-shared/commit/d79b768d7bc0ba5df1e97606bb6ed870804434ad))
312
+
313
+
314
+
315
+
316
+
317
+ ## [1.7.14](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.13...@adobe/helix-shared-config@1.7.14) (2022-02-14)
318
+
319
+
320
+ ### Bug Fixes
321
+
322
+ * **deps:** update dependency lru-cache to v7 ([#647](https://github.com/adobe/helix-shared/issues/647)) ([4feaa27](https://github.com/adobe/helix-shared/commit/4feaa27a92f7734a5277231dcfcf2ae8e935eb77))
323
+
324
+
325
+
326
+
327
+
328
+ ## [1.7.13](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.12...@adobe/helix-shared-config@1.7.13) (2022-02-10)
329
+
330
+ **Note:** Version bump only for package @adobe/helix-shared-config
331
+
332
+
333
+
334
+
335
+
336
+ ## [1.7.12](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.11...@adobe/helix-shared-config@1.7.12) (2022-02-10)
337
+
338
+
339
+ ### Bug Fixes
340
+
341
+ * update renovate config to auto detect pin versions ([#644](https://github.com/adobe/helix-shared/issues/644)) ([3ae0423](https://github.com/adobe/helix-shared/commit/3ae04235dd6791685d9a03e5ed52570b73d5be2a))
342
+
343
+
344
+
345
+
346
+
347
+ ## [1.7.11](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.10...@adobe/helix-shared-config@1.7.11) (2022-02-09)
348
+
349
+ **Note:** Version bump only for package @adobe/helix-shared-config
350
+
351
+
352
+
353
+
354
+
355
+ ## [1.7.10](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.9...@adobe/helix-shared-config@1.7.10) (2022-02-09)
356
+
357
+ **Note:** Version bump only for package @adobe/helix-shared-config
358
+
359
+
360
+
361
+
362
+
363
+ ## [1.7.9](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.8...@adobe/helix-shared-config@1.7.9) (2022-02-09)
364
+
365
+
366
+ ### Bug Fixes
367
+
368
+ * don't pin helix-fetch and universal for better deduping ([#639](https://github.com/adobe/helix-shared/issues/639)) ([d4f4060](https://github.com/adobe/helix-shared/commit/d4f40603a1c899e6cfbd51900bb49453a63d32dd))
369
+
370
+
371
+
372
+
373
+
374
+ ## [1.7.8](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.7...@adobe/helix-shared-config@1.7.8) (2022-02-09)
375
+
376
+
377
+ ### Bug Fixes
378
+
379
+ * **deps:** update external fixes ([06e6c6e](https://github.com/adobe/helix-shared/commit/06e6c6ebd829422274f49bf11f6bb0613d1635b7))
380
+
381
+
382
+
383
+
384
+
385
+ ## [1.7.7](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.6...@adobe/helix-shared-config@1.7.7) (2022-02-03)
386
+
387
+ **Note:** Version bump only for package @adobe/helix-shared-config
388
+
389
+
390
+
391
+
392
+
393
+ ## [1.7.6](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.5...@adobe/helix-shared-config@1.7.6) (2022-02-03)
394
+
395
+
396
+ ### Bug Fixes
397
+
398
+ * add mocha ([#631](https://github.com/adobe/helix-shared/issues/631)) ([2849219](https://github.com/adobe/helix-shared/commit/2849219986aff4a31f1c6c3d1e137b1e2732027d))
399
+ * **deps:** update dependency @adobe/helix-universal to v3 ([#625](https://github.com/adobe/helix-shared/issues/625)) ([cd33862](https://github.com/adobe/helix-shared/commit/cd338620a091c4c7b392ee3da685fbde134ba5b5))
400
+
401
+
402
+
403
+
404
+
405
+ ## [1.7.5](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.4...@adobe/helix-shared-config@1.7.5) (2022-01-27)
406
+
407
+ **Note:** Version bump only for package @adobe/helix-shared-config
408
+
409
+
410
+
411
+
412
+
413
+ ## [1.7.4](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.3...@adobe/helix-shared-config@1.7.4) (2022-01-15)
414
+
415
+
416
+ ### Bug Fixes
417
+
418
+ * **deps:** update external fixes ([fdbdea1](https://github.com/adobe/helix-shared/commit/fdbdea1b3de6d9323f506766d4a4905f8572700b))
419
+
420
+
421
+
422
+
423
+
424
+ ## [1.7.3](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.2...@adobe/helix-shared-config@1.7.3) (2022-01-03)
425
+
426
+ **Note:** Version bump only for package @adobe/helix-shared-config
427
+
428
+
429
+
430
+
431
+
432
+ ## [1.7.2](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.1...@adobe/helix-shared-config@1.7.2) (2021-12-11)
433
+
434
+ **Note:** Version bump only for package @adobe/helix-shared-config
435
+
436
+
437
+
438
+
439
+
440
+ ## [1.7.1](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.0...@adobe/helix-shared-config@1.7.1) (2021-12-07)
441
+
442
+ **Note:** Version bump only for package @adobe/helix-shared-config
443
+
444
+
445
+
446
+
447
+
448
+ # [1.7.0](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.6.0...@adobe/helix-shared-config@1.7.0) (2021-12-04)
449
+
450
+
451
+ ### Features
452
+
453
+ * add folders to fstab ([c91fcda](https://github.com/adobe/helix-shared/commit/c91fcdac54cbddff193c047b5730c897d5f5ca26))
454
+
455
+
456
+
457
+
458
+
459
+ # [1.6.0](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.5.3...@adobe/helix-shared-config@1.6.0) (2021-12-02)
460
+
461
+
462
+ ### Features
463
+
464
+ * add contains method and improve index config schema ([97c5134](https://github.com/adobe/helix-shared/commit/97c51341ad95ca90eba67d7ae61f322dcd3c0d4a))
465
+
466
+
467
+
468
+
469
+
470
+ ## [1.5.3](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.5.2...@adobe/helix-shared-config@1.5.3) (2021-11-27)
471
+
472
+
473
+ ### Bug Fixes
474
+
475
+ * **deps:** update dependency @adobe/helix-universal to v1.9.1 ([#602](https://github.com/adobe/helix-shared/issues/602)) ([fc9987a](https://github.com/adobe/helix-shared/commit/fc9987a3ec773c5ea0d09a5aef47d1329eb515d5))
476
+ * **deps:** update external fixes ([2d80dbd](https://github.com/adobe/helix-shared/commit/2d80dbd0a32dba90d83f91cfe403055835647c1e))
477
+
478
+
479
+
480
+
481
+
482
+ ## [1.5.2](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.5.1...@adobe/helix-shared-config@1.5.2) (2021-11-20)
483
+
484
+
485
+ ### Bug Fixes
486
+
487
+ * **deps:** update dependency lint-staged to v12 ([#599](https://github.com/adobe/helix-shared/issues/599)) ([5ccc345](https://github.com/adobe/helix-shared/commit/5ccc3452dd9830f26f90d59d2067eea163dd8173))
488
+ * **deps:** update external fixes ([3325d4d](https://github.com/adobe/helix-shared/commit/3325d4d7f37dfa0cc7b41d5cb5ef718a0361c966))
489
+
490
+
491
+
492
+
493
+
494
+ ## [1.5.1](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.5.0...@adobe/helix-shared-config@1.5.1) (2021-11-15)
495
+
496
+
497
+ ### Bug Fixes
498
+
499
+ * **deps:** update external fixes ([a8dc79e](https://github.com/adobe/helix-shared/commit/a8dc79ee25573553aa5747478b66080888df2240))
500
+
501
+
502
+
503
+
504
+
505
+ # [1.5.0](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.4.7...@adobe/helix-shared-config@1.5.0) (2021-11-11)
506
+
507
+
508
+ ### Features
509
+
510
+ * target URI should be allowed relative ([#597](https://github.com/adobe/helix-shared/issues/597)) ([d8327c3](https://github.com/adobe/helix-shared/commit/d8327c34bd3770a2e8151f74555312c18e129b27))
511
+
512
+
513
+
514
+
515
+
516
+ ## [1.4.7](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.4.6...@adobe/helix-shared-config@1.4.7) (2021-11-09)
517
+
518
+ **Note:** Version bump only for package @adobe/helix-shared-config
519
+
520
+
521
+
522
+
523
+
524
+ ## [1.4.6](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.4.5...@adobe/helix-shared-config@1.4.6) (2021-11-06)
525
+
526
+ **Note:** Version bump only for package @adobe/helix-shared-config
527
+
528
+
529
+
530
+
531
+
532
+ ## [1.4.5](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.4.4...@adobe/helix-shared-config@1.4.5) (2021-10-25)
533
+
534
+ **Note:** Version bump only for package @adobe/helix-shared-config
535
+
536
+
537
+
538
+
539
+
540
+ ## [1.4.4](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.4.3...@adobe/helix-shared-config@1.4.4) (2021-10-20)
541
+
542
+ **Note:** Version bump only for package @adobe/helix-shared-config
543
+
544
+
545
+
546
+
547
+
548
+ ## [1.4.3](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.4.2...@adobe/helix-shared-config@1.4.3) (2021-10-18)
549
+
550
+
551
+ ### Bug Fixes
552
+
553
+ * **deps:** update dependency @adobe/helix-fetch to v3 ([bb7b3d4](https://github.com/adobe/helix-shared/commit/bb7b3d45ff1ddb0681628903a65b7973a64533bc))
554
+
555
+
556
+
557
+
558
+
559
+ ## [1.4.2](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.4.1...@adobe/helix-shared-config@1.4.2) (2021-10-08)
560
+
561
+ **Note:** Version bump only for package @adobe/helix-shared-config
562
+
563
+
564
+
565
+
566
+
567
+ ## [1.4.1](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.4.0...@adobe/helix-shared-config@1.4.1) (2021-10-05)
568
+
569
+
570
+ ### Bug Fixes
571
+
572
+ * export SitemapConfig ([5074666](https://github.com/adobe/helix-shared/commit/5074666d3bdc867e07aac556addd5956be0103e6))
573
+
574
+
575
+
576
+
577
+
578
+ # [1.4.0](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.3.2...@adobe/helix-shared-config@1.4.0) (2021-10-04)
579
+
580
+
581
+ ### Features
582
+
583
+ * introduce helix-sitemap.yaml ([#575](https://github.com/adobe/helix-shared/issues/575)) ([900fe9f](https://github.com/adobe/helix-shared/commit/900fe9fdde4989cdb444b7b4d2ae3aa98965af3e))
584
+
585
+
586
+
587
+
588
+
589
+ ## [1.3.2](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.3.1...@adobe/helix-shared-config@1.3.2) (2021-09-27)
590
+
591
+ **Note:** Version bump only for package @adobe/helix-shared-config
592
+
593
+
594
+
595
+
596
+
597
+ ## [1.3.1](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.3.0...@adobe/helix-shared-config@1.3.1) (2021-09-20)
598
+
599
+
600
+ ### Bug Fixes
601
+
602
+ * **deps:** update dependency ferrum to v1.9.3 ([#568](https://github.com/adobe/helix-shared/issues/568)) ([2f7516f](https://github.com/adobe/helix-shared/commit/2f7516fb3ba5aa4041e6d55069f307cef6bf823a))
603
+
604
+
605
+
606
+
607
+
608
+ # [1.3.0](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.2.3...@adobe/helix-shared-config@1.3.0) (2021-09-17)
609
+
610
+
611
+ ### Bug Fixes
612
+
613
+ * **deps:** update external fixes ([#567](https://github.com/adobe/helix-shared/issues/567)) ([0ce7d79](https://github.com/adobe/helix-shared/commit/0ce7d79342e070b7ad933582fcec8b9b4c60a465))
614
+
615
+
616
+ ### Features
617
+
618
+ * add IMS wrapper ([bb52f86](https://github.com/adobe/helix-shared/commit/bb52f86b741e9d43b51076c66a767c35028b6169))
619
+
620
+
621
+
622
+
623
+
624
+ ## [1.2.3](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.2.2...@adobe/helix-shared-config@1.2.3) (2021-09-02)
625
+
626
+ **Note:** Version bump only for package @adobe/helix-shared-config
627
+
628
+
629
+
630
+
631
+
632
+ ## [1.2.2](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.2.1...@adobe/helix-shared-config@1.2.2) (2021-08-28)
633
+
634
+ **Note:** Version bump only for package @adobe/helix-shared-config
635
+
636
+
637
+
638
+
639
+
640
+ ## [1.2.1](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.2.0...@adobe/helix-shared-config@1.2.1) (2021-08-21)
641
+
642
+ **Note:** Version bump only for package @adobe/helix-shared-config
643
+
644
+
645
+
646
+
647
+
648
+ # [1.2.0](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.1.15...@adobe/helix-shared-config@1.2.0) (2021-08-18)
649
+
650
+
651
+ ### Features
652
+
653
+ * **config:** add ignore config, parser ([#542](https://github.com/adobe/helix-shared/issues/542)) ([c95ca88](https://github.com/adobe/helix-shared/commit/c95ca88991aa0a8369520459dfe5f599fe25c7f6))
654
+
655
+
656
+
657
+
658
+
659
+ ## [1.1.15](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.1.14...@adobe/helix-shared-config@1.1.15) (2021-08-18)
660
+
661
+
662
+ ### Bug Fixes
663
+
664
+ * **deps:** update dependency @adobe/helix-fetch to v2.4.2 ([#543](https://github.com/adobe/helix-shared/issues/543)) ([d06e0c4](https://github.com/adobe/helix-shared/commit/d06e0c4179aee49827ed36256525138a8cea5200))
665
+
666
+
667
+
668
+
669
+
670
+ ## [1.1.14](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.1.13...@adobe/helix-shared-config@1.1.14) (2021-08-14)
671
+
672
+
673
+ ### Bug Fixes
674
+
675
+ * **deps:** update external fixes ([f055338](https://github.com/adobe/helix-shared/commit/f0553387ba74ffd1eae0457afca7a46beef5d376))
676
+
677
+
678
+
679
+
680
+
681
+ ## [1.1.13](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.1.12...@adobe/helix-shared-config@1.1.13) (2021-08-09)
682
+
683
+
684
+ ### Bug Fixes
685
+
686
+ * reduce dependencies ([#537](https://github.com/adobe/helix-shared/issues/537)) ([289942b](https://github.com/adobe/helix-shared/commit/289942b37ad32560501d8e9a8d6bf2bb10c19429))
687
+
688
+
689
+
690
+
691
+
692
+ ## [1.1.12](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.1.11...@adobe/helix-shared-config@1.1.12) (2021-07-31)
693
+
694
+
695
+ ### Bug Fixes
696
+
697
+ * **deps:** update adobe fixes ([0e2b0a5](https://github.com/adobe/helix-shared/commit/0e2b0a59cbcc86653b3294d84e13e1dcada508ee))
698
+
699
+
700
+
701
+
702
+
703
+ ## [1.1.11](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.1.10...@adobe/helix-shared-config@1.1.11) (2021-07-27)
704
+
705
+
706
+ ### Bug Fixes
707
+
708
+ * fetch and source should be optional ([#533](https://github.com/adobe/helix-shared/issues/533)) ([a962662](https://github.com/adobe/helix-shared/commit/a962662a2413582b06383b84719fab2ff1bf975c))
709
+
710
+
711
+
712
+
713
+
714
+ ## [1.1.10](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.1.9...@adobe/helix-shared-config@1.1.10) (2021-07-27)
715
+
716
+
717
+ ### Bug Fixes
718
+
719
+ * use and export ValidationError ([#532](https://github.com/adobe/helix-shared/issues/532)) ([0c11d92](https://github.com/adobe/helix-shared/commit/0c11d928e902571c4d5e19deed6a4824afe9ef0f))
720
+
721
+
722
+
723
+
724
+
725
+ ## [1.1.9](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.1.8...@adobe/helix-shared-config@1.1.9) (2021-07-18)
726
+
727
+
728
+ ### Bug Fixes
729
+
730
+ * **deps:** update external fixes ([94dbdfd](https://github.com/adobe/helix-shared/commit/94dbdfd8efddc3dae1facae99a21b9b629c22aec))
731
+
732
+
733
+
734
+
735
+
736
+ ## [1.1.8](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.1.7...@adobe/helix-shared-config@1.1.8) (2021-07-13)
737
+
738
+
739
+ ### Bug Fixes
740
+
741
+ * add url to github mount ([#526](https://github.com/adobe/helix-shared/issues/526)) ([5f989bf](https://github.com/adobe/helix-shared/commit/5f989bf8494ba42c895e96c9e5c2d33b2ae67e80))
742
+
743
+
744
+
745
+
746
+
747
+ ## [1.1.7](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.1.6...@adobe/helix-shared-config@1.1.7) (2021-07-05)
748
+
749
+ **Note:** Version bump only for package @adobe/helix-shared-config
750
+
751
+
752
+
753
+
754
+
755
+ ## [1.1.6](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.1.5...@adobe/helix-shared-config@1.1.6) (2021-06-13)
756
+
757
+
758
+ ### Bug Fixes
759
+
760
+ * **deps:** update adobe fixes ([#520](https://github.com/adobe/helix-shared/issues/520)) ([6fae196](https://github.com/adobe/helix-shared/commit/6fae19681be8058d3a236b94b638b24c314282ab))
761
+
762
+
763
+
764
+
765
+
766
+ ## [1.1.5](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.1.4...@adobe/helix-shared-config@1.1.5) (2021-06-12)
767
+
768
+
769
+ ### Bug Fixes
770
+
771
+ * **deps:** update dependency ajv to v8.6.0 ([2cbd4d3](https://github.com/adobe/helix-shared/commit/2cbd4d30eaa99909422c2b5700cec691120ced52))
772
+
773
+
774
+
775
+
776
+
777
+ ## [1.1.4](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.1.3...@adobe/helix-shared-config@1.1.4) (2021-06-05)
778
+
779
+ **Note:** Version bump only for package @adobe/helix-shared-config
780
+
781
+
782
+
783
+
784
+
785
+ ## [1.1.3](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.1.2...@adobe/helix-shared-config@1.1.3) (2021-05-29)
786
+
787
+
788
+ ### Bug Fixes
789
+
790
+ * **deps:** update dependency object-hash to v2.2.0 ([07b40d1](https://github.com/adobe/helix-shared/commit/07b40d13748a3256c80ef19fc77d1236d5c88597))
791
+
792
+
793
+
794
+
795
+
796
+ ## [1.1.2](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.1.1...@adobe/helix-shared-config@1.1.2) (2021-05-25)
797
+
798
+
799
+ ### Bug Fixes
800
+
801
+ * **deps:** update adobe fixes ([067f1bb](https://github.com/adobe/helix-shared/commit/067f1bbe8433e18484647b239318636519797947))
802
+ * **deps:** update external fixes ([ad49a64](https://github.com/adobe/helix-shared/commit/ad49a64bfdadcea4e4475ec6a36c9bfee14b62dc))
803
+
804
+
805
+
806
+
807
+
808
+ ## [1.1.1](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.1.0...@adobe/helix-shared-config@1.1.1) (2021-05-17)
809
+
810
+ **Note:** Version bump only for package @adobe/helix-shared-config
811
+
812
+
813
+
814
+
815
+
816
+ # [1.1.0](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.0.5...@adobe/helix-shared-config@1.1.0) (2021-05-11)
817
+
818
+
819
+ ### Features
820
+
821
+ * **schema:** add schemas for helix-data-embed ([#507](https://github.com/adobe/helix-shared/issues/507)) ([4563e25](https://github.com/adobe/helix-shared/commit/4563e25994656bd0c64a0047c4304d06843897cb)), closes [/github.com/adobe/helix-data-embed/pull/356#issuecomment-836357581](https://github.com//github.com/adobe/helix-data-embed/pull/356/issues/issuecomment-836357581)
822
+
823
+
824
+
825
+
826
+
827
+ ## [1.0.5](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.0.4...@adobe/helix-shared-config@1.0.5) (2021-05-11)
828
+
829
+ **Note:** Version bump only for package @adobe/helix-shared-config
830
+
831
+
832
+
833
+
834
+
835
+ ## [1.0.4](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.0.3...@adobe/helix-shared-config@1.0.4) (2021-05-09)
836
+
837
+
838
+ ### Bug Fixes
839
+
840
+ * **deps:** update external fixes ([#506](https://github.com/adobe/helix-shared/issues/506)) ([6f237fe](https://github.com/adobe/helix-shared/commit/6f237fe13e87015265a31e0ce2ce3e0dc9d43c4d))
841
+
842
+
843
+
844
+
845
+
846
+ ## [1.0.3](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.0.2...@adobe/helix-shared-config@1.0.3) (2021-05-03)
847
+
848
+
849
+ ### Bug Fixes
850
+
851
+ * **deps:** update external fixes ([#498](https://github.com/adobe/helix-shared/issues/498)) ([8e99853](https://github.com/adobe/helix-shared/commit/8e99853cd5458b3009ad9679247fe2c0f0b34617))
852
+
853
+
854
+
855
+
856
+
857
+ ## [1.0.2](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.0.1...@adobe/helix-shared-config@1.0.2) (2021-05-02)
858
+
859
+ **Note:** Version bump only for package @adobe/helix-shared-config
860
+
861
+
862
+
863
+
864
+
865
+ ## [1.0.1](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.0.0...@adobe/helix-shared-config@1.0.1) (2021-04-29)
866
+
867
+
868
+ ### Bug Fixes
869
+
870
+ * **deps:** update adobe fixes ([#497](https://github.com/adobe/helix-shared/issues/497)) ([1864a7f](https://github.com/adobe/helix-shared/commit/1864a7f0dddd9fed4439219a918c66a10c45df5d))
871
+
872
+
873
+
874
+
875
+
876
+ # [1.0.0](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@7.21.1...@adobe/helix-shared-config@1.0.0) (2021-04-29)
877
+
878
+ **Note:** Version bump only for package @adobe/helix-shared-config
879
+
880
+
881
+
882
+
883
+
6
884
  ## 7.21.1 (2021-04-29)
7
885
 
8
886