@adobe/aem-cli 16.21.6 → 16.21.8

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
+ ## [16.21.8](https://github.com/adobe/helix-cli/compare/v16.21.7...v16.21.8) (2026-08-13)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency @adobe/helix-html-pipeline to v6.29.12 ([#2778](https://github.com/adobe/helix-cli/issues/2778)) ([80b8a7d](https://github.com/adobe/helix-cli/commit/80b8a7d153f943f943c8d781a7bc8a3e4b254c7f))
7
+
8
+ ## [16.21.7](https://github.com/adobe/helix-cli/compare/v16.21.6...v16.21.7) (2026-08-12)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update dependency @adobe/helix-html-pipeline to v6.29.11 ([#2777](https://github.com/adobe/helix-cli/issues/2777)) ([b242bec](https://github.com/adobe/helix-cli/commit/b242bec84d49cf8016cd3377aed6c24049a74c3f))
14
+
1
15
  ## [16.21.6](https://github.com/adobe/helix-cli/compare/v16.21.5...v16.21.6) (2026-08-09)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/aem-cli",
3
- "version": "16.21.6",
3
+ "version": "16.21.8",
4
4
  "description": "AEM CLI",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "dependencies": {
46
46
  "@adobe/fetch": "4.3.1",
47
- "@adobe/helix-html-pipeline": "6.29.9",
47
+ "@adobe/helix-html-pipeline": "6.29.12",
48
48
  "@adobe/helix-html2md": "2.2.3",
49
49
  "@adobe/helix-log": "7.0.0",
50
50
  "@adobe/helix-shared-config": "11.1.30",
@@ -89,7 +89,7 @@
89
89
  "yargs": "18.0.0"
90
90
  },
91
91
  "devDependencies": {
92
- "@adobe/eslint-config-helix": "3.0.29",
92
+ "@adobe/eslint-config-helix": "3.0.30",
93
93
  "@eslint/config-helpers": "0.6.0",
94
94
  "@semantic-release/changelog": "7.0.0",
95
95
  "@semantic-release/git": "11.0.0",
@@ -23,15 +23,15 @@
23
23
  }
24
24
  },
25
25
  "node_modules/@adobe/eslint-config-helix": {
26
- "version": "3.0.29",
27
- "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.29.tgz",
28
- "integrity": "sha512-Qg3Mf6Onx8Wki3LxBqJeHaOyf/r+ixJ0dB9A1CHjK+8DDqUS8ZcTTcSP4+Yt0R41OmCvCATPsvtov5js4N54FQ==",
26
+ "version": "3.0.30",
27
+ "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.30.tgz",
28
+ "integrity": "sha512-1NStwifE5Xys3tPemh8nkiyHSHd+AtqJtkn+pfPDTHtcHDFlR9y03XYr9zlloVrk/mWo6gxVZed+Scj6os2VHQ==",
29
29
  "dev": true,
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
- "@eslint/config-helpers": "0.6.0",
32
+ "@eslint/config-helpers": "0.7.0",
33
33
  "eslint-plugin-import": "2.32.0",
34
- "globals": "17.7.0"
34
+ "globals": "17.8.0"
35
35
  },
36
36
  "engines": {
37
37
  "node": ">= 12"
@@ -40,6 +40,32 @@
40
40
  "eslint": "^9.0.0"
41
41
  }
42
42
  },
43
+ "node_modules/@adobe/eslint-config-helix/node_modules/@eslint/config-helpers": {
44
+ "version": "0.7.0",
45
+ "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.7.0.tgz",
46
+ "integrity": "sha512-DObd/KKUsU+FaFv4PLxSRenpXfQWmPXXP3pPZ6/K1PCrMu2vQpMDMuQe/BqYeoLcz8ro0bVDF1RxOJgfVEdhUw==",
47
+ "dev": true,
48
+ "license": "Apache-2.0",
49
+ "dependencies": {
50
+ "@eslint/core": "^1.2.1"
51
+ },
52
+ "engines": {
53
+ "node": "^20.19.0 || ^22.13.0 || >=24"
54
+ }
55
+ },
56
+ "node_modules/@adobe/eslint-config-helix/node_modules/@eslint/core": {
57
+ "version": "1.2.1",
58
+ "resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.2.1.tgz",
59
+ "integrity": "sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==",
60
+ "dev": true,
61
+ "license": "Apache-2.0",
62
+ "dependencies": {
63
+ "@types/json-schema": "^7.0.15"
64
+ },
65
+ "engines": {
66
+ "node": "^20.19.0 || ^22.13.0 || >=24"
67
+ }
68
+ },
43
69
  "node_modules/@babel/code-frame": {
44
70
  "version": "7.27.1",
45
71
  "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
@@ -3632,9 +3658,9 @@
3632
3658
  }
3633
3659
  },
3634
3660
  "node_modules/globals": {
3635
- "version": "17.7.0",
3636
- "resolved": "https://registry.npmjs.org/globals/-/globals-17.7.0.tgz",
3637
- "integrity": "sha512-Czmyns5dUsq4seFBR/Kdydhmo8y9kC79hiSkPn0YcGtNnYWnrgt0vjrSjx9tspoDGWm2CMarffRuLjM4xUz8xg==",
3661
+ "version": "17.8.0",
3662
+ "resolved": "https://registry.npmjs.org/globals/-/globals-17.8.0.tgz",
3663
+ "integrity": "sha512-Zz/LMDZScFmkakeL2cTHzf+PbWKdpU3uclqkZT7TjDG58j5WPt0PpA+n9uPI24fZtlw07q0OtEi84K+umsRzqQ==",
3638
3664
  "dev": true,
3639
3665
  "license": "MIT",
3640
3666
  "engines": {