@adobe/helix-config 5.5.0 → 5.6.3

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,31 @@
1
+ ## [5.6.3](https://github.com/adobe/helix-config/compare/v5.6.2...v5.6.3) (2025-08-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * use adobe npm org ([#312](https://github.com/adobe/helix-config/issues/312)) ([fc27105](https://github.com/adobe/helix-config/commit/fc2710575e47a51ff8801a1ba31b5c052626e55f))
7
+
8
+ ## [5.6.2](https://github.com/adobe/helix-config/compare/v5.6.1...v5.6.2) (2025-08-12)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * move to adobe-helix ([1080f83](https://github.com/adobe/helix-config/commit/1080f8321654cc47724bd7f581868ac8cef4746e))
14
+
15
+ ## [5.6.1](https://github.com/adobe/helix-config/compare/v5.6.0...v5.6.1) (2025-08-11)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **deps:** update adobe fixes ([#309](https://github.com/adobe/helix-config/issues/309)) ([3d4efff](https://github.com/adobe/helix-config/commit/3d4efffbf4fe3dec984d9e1603abbae83a3d8f77))
21
+
22
+ # [5.6.0](https://github.com/adobe/helix-config/compare/v5.5.0...v5.6.0) (2025-08-06)
23
+
24
+
25
+ ### Features
26
+
27
+ * include x-hlx-version header ([8b95c95](https://github.com/adobe/helix-config/commit/8b95c9517d543a76188ff449523ae0965a79a540))
28
+
1
29
  # [5.5.0](https://github.com/adobe/helix-config/compare/v5.4.10...v5.5.0) (2025-07-29)
2
30
 
3
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/helix-config",
3
- "version": "5.5.0",
3
+ "version": "5.6.3",
4
4
  "description": "Helix Config",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
@@ -35,8 +35,8 @@
35
35
  "reporter-options": "configFile=.mocha-multi.json"
36
36
  },
37
37
  "devDependencies": {
38
- "@adobe/eslint-config-helix": "3.0.8",
39
- "@eslint/config-helpers": "0.3.0",
38
+ "@adobe/eslint-config-helix": "3.0.9",
39
+ "@eslint/config-helpers": "0.3.1",
40
40
  "@semantic-release/changelog": "6.0.3",
41
41
  "@semantic-release/git": "10.0.1",
42
42
  "@semantic-release/npm": "12.0.2",
@@ -44,7 +44,7 @@
44
44
  "eslint": "9.4.0",
45
45
  "husky": "9.1.7",
46
46
  "junit-report-builder": "5.1.1",
47
- "lint-staged": "16.1.2",
47
+ "lint-staged": "16.1.5",
48
48
  "mocha": "11.7.1",
49
49
  "mocha-multi-reporters": "1.5.1",
50
50
  "mocha-suppress-logs": "0.6.0",
@@ -55,7 +55,7 @@
55
55
  "*.cjs": "eslint"
56
56
  },
57
57
  "dependencies": {
58
- "@adobe/helix-shared-config": "11.1.8",
58
+ "@adobe/helix-shared-config": "11.1.9",
59
59
  "@adobe/helix-shared-server-timing": "1.0.0",
60
60
  "@adobe/helix-shared-utils": "3.0.2"
61
61
  }
@@ -536,6 +536,7 @@ export async function getConfigResponse(ctx, opts) {
536
536
  },
537
537
  });
538
538
  }
539
+ headers['x-hlx-version'] = siteConfig.data.legacy ? 4 : 5;
539
540
 
540
541
  const config = siteConfig.data;
541
542
  if (scope === SCOPE_PIPELINE || config.extends?.profile === 'default') {