@adobe/helix-shared-config 11.0.11 → 11.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # [@adobe/helix-shared-config-v11.0.13](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config-v11.0.12...@adobe/helix-shared-config-v11.0.13) (2025-01-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency ignore to v7 ([#1038](https://github.com/adobe/helix-shared/issues/1038)) ([539890f](https://github.com/adobe/helix-shared/commit/539890f5c83eb03078c135806ba385e0b9e7fb65))
7
+
8
+ # [@adobe/helix-shared-config-v11.0.12](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config-v11.0.11...@adobe/helix-shared-config-v11.0.12) (2025-01-04)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update external fixes ([#1040](https://github.com/adobe/helix-shared/issues/1040)) ([5425a8a](https://github.com/adobe/helix-shared/commit/5425a8a6915279cf14c28630ad7cdb615414144d))
14
+
1
15
  # [@adobe/helix-shared-config-v11.0.11](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config-v11.0.10...@adobe/helix-shared-config-v11.0.11) (2024-12-02)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/helix-shared-config",
3
- "version": "11.0.11",
3
+ "version": "11.0.13",
4
4
  "description": "Shared modules of the Helix Project - config",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
@@ -44,9 +44,9 @@
44
44
  "ajv-formats": "3.0.1",
45
45
  "cookie": "1.0.2",
46
46
  "fs-extra": "11.2.0",
47
- "ignore": "6.0.2",
47
+ "ignore": "7.0.0",
48
48
  "lru-cache": "11.0.2",
49
- "yaml": "2.6.1"
49
+ "yaml": "2.7.0"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@adobe/helix-shared-wrap": "^1.0.5",
@@ -30,7 +30,7 @@ export class GlobfileParser extends BaseParser {
30
30
  *
31
31
  * @override
32
32
  */
33
- parse(str) {
33
+ parse(str = '') {
34
34
  this._source = str;
35
35
  this._parsed = ignore().add(this._source);
36
36
  return this;