@adobe/helix-config 5.6.0 → 5.6.4

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 (2) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,31 @@
1
+ ## [5.6.4](https://github.com/adobe/helix-config/compare/v5.6.3...v5.6.4) (2025-09-08)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency @adobe/helix-shared-config to v11.1.10 ([#315](https://github.com/adobe/helix-config/issues/315)) ([4353886](https://github.com/adobe/helix-config/commit/4353886f41c25be938bc9069249565ddf4a7fc28))
7
+
8
+ ## [5.6.3](https://github.com/adobe/helix-config/compare/v5.6.2...v5.6.3) (2025-08-22)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * use adobe npm org ([#312](https://github.com/adobe/helix-config/issues/312)) ([fc27105](https://github.com/adobe/helix-config/commit/fc2710575e47a51ff8801a1ba31b5c052626e55f))
14
+
15
+ ## [5.6.2](https://github.com/adobe/helix-config/compare/v5.6.1...v5.6.2) (2025-08-12)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * move to adobe-helix ([1080f83](https://github.com/adobe/helix-config/commit/1080f8321654cc47724bd7f581868ac8cef4746e))
21
+
22
+ ## [5.6.1](https://github.com/adobe/helix-config/compare/v5.6.0...v5.6.1) (2025-08-11)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * **deps:** update adobe fixes ([#309](https://github.com/adobe/helix-config/issues/309)) ([3d4efff](https://github.com/adobe/helix-config/commit/3d4efffbf4fe3dec984d9e1603abbae83a3d8f77))
28
+
1
29
  # [5.6.0](https://github.com/adobe/helix-config/compare/v5.5.0...v5.6.0) (2025-08-06)
2
30
 
3
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/helix-config",
3
- "version": "5.6.0",
3
+ "version": "5.6.4",
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,8 +44,8 @@
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.4",
48
- "mocha": "11.7.1",
47
+ "lint-staged": "16.1.6",
48
+ "mocha": "11.7.2",
49
49
  "mocha-multi-reporters": "1.5.1",
50
50
  "mocha-suppress-logs": "0.6.0",
51
51
  "semantic-release": "24.2.7"
@@ -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.10",
59
59
  "@adobe/helix-shared-server-timing": "1.0.0",
60
60
  "@adobe/helix-shared-utils": "3.0.2"
61
61
  }