@adobe/helix-shared-config 11.0.12 → 11.0.14

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.14](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config-v11.0.13...@adobe/helix-shared-config-v11.0.14) (2025-01-13)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update external fixes ([#1045](https://github.com/adobe/helix-shared/issues/1045)) ([3c997c6](https://github.com/adobe/helix-shared/commit/3c997c6108e245b0204dd5ad88a7e05b2bd8e38b))
7
+
8
+ # [@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)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update dependency ignore to v7 ([#1038](https://github.com/adobe/helix-shared/issues/1038)) ([539890f](https://github.com/adobe/helix-shared/commit/539890f5c83eb03078c135806ba385e0b9e7fb65))
14
+
1
15
  # [@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)
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.12",
3
+ "version": "11.0.14",
4
4
  "description": "Shared modules of the Helix Project - config",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
@@ -44,7 +44,7 @@
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.1",
48
48
  "lru-cache": "11.0.2",
49
49
  "yaml": "2.7.0"
50
50
  },
@@ -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;