@adobe/aem-cli 16.18.6 → 16.18.7
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,10 @@
|
|
|
1
|
+
## [16.18.7](https://github.com/adobe/helix-cli/compare/v16.18.6...v16.18.7) (2026-04-27)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update external fixes ([#2715](https://github.com/adobe/helix-cli/issues/2715)) ([0ec1edc](https://github.com/adobe/helix-cli/commit/0ec1edc31bcada761cb00cf4c01a44b31690ba39))
|
|
7
|
+
|
|
1
8
|
## [16.18.6](https://github.com/adobe/helix-cli/compare/v16.18.5...v16.18.6) (2026-04-27)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/aem-cli",
|
|
3
|
-
"version": "16.18.
|
|
3
|
+
"version": "16.18.7",
|
|
4
4
|
"description": "AEM CLI",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"cookie": "1.1.1",
|
|
57
57
|
"cookie-parser": "1.4.7",
|
|
58
58
|
"diff": "9.0.0",
|
|
59
|
-
"dotenv": "17.4.
|
|
59
|
+
"dotenv": "17.4.2",
|
|
60
60
|
"express": "5.2.1",
|
|
61
61
|
"faye-websocket": "0.11.4",
|
|
62
62
|
"fs-extra": "11.3.4",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
90
|
"@adobe/eslint-config-helix": "3.0.25",
|
|
91
|
-
"@eslint/config-helpers": "0.5.
|
|
91
|
+
"@eslint/config-helpers": "0.5.5",
|
|
92
92
|
"@semantic-release/changelog": "6.0.3",
|
|
93
93
|
"@semantic-release/git": "10.0.1",
|
|
94
94
|
"c8": "11.0.0",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"nock": "13.5.6",
|
|
103
103
|
"semantic-release": "25.0.3",
|
|
104
104
|
"semantic-release-discord-bot": "^1.1.0",
|
|
105
|
-
"sinon": "21.
|
|
105
|
+
"sinon": "21.1.2"
|
|
106
106
|
},
|
|
107
107
|
"lint-staged": {
|
|
108
108
|
"*.js": "eslint"
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@adobe/eslint-config-helix": "^3.0.9",
|
|
16
|
-
"@eslint/config-helpers": "0.5.
|
|
16
|
+
"@eslint/config-helpers": "0.5.5",
|
|
17
17
|
"@esm-bundle/chai": "4.3.4-fix.0",
|
|
18
18
|
"@web/test-runner": "0.20.2",
|
|
19
19
|
"@web/test-runner-junit-reporter": "0.8.0",
|
|
@@ -39,6 +39,32 @@
|
|
|
39
39
|
"eslint": "^9.0.0"
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
|
+
"node_modules/@adobe/eslint-config-helix/node_modules/@eslint/config-helpers": {
|
|
43
|
+
"version": "0.5.4",
|
|
44
|
+
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.5.4.tgz",
|
|
45
|
+
"integrity": "sha512-jJhqiY3wPMlWWO3370M86CPJ7pt8GmEwSLglMfQhjXal07RCvhmU0as4IuUEW5SJeunfItiEetHmSxCCe9lDBg==",
|
|
46
|
+
"dev": true,
|
|
47
|
+
"license": "Apache-2.0",
|
|
48
|
+
"dependencies": {
|
|
49
|
+
"@eslint/core": "^1.2.0"
|
|
50
|
+
},
|
|
51
|
+
"engines": {
|
|
52
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
"node_modules/@adobe/eslint-config-helix/node_modules/@eslint/core": {
|
|
56
|
+
"version": "1.2.1",
|
|
57
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.2.1.tgz",
|
|
58
|
+
"integrity": "sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==",
|
|
59
|
+
"dev": true,
|
|
60
|
+
"license": "Apache-2.0",
|
|
61
|
+
"dependencies": {
|
|
62
|
+
"@types/json-schema": "^7.0.15"
|
|
63
|
+
},
|
|
64
|
+
"engines": {
|
|
65
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
66
|
+
}
|
|
67
|
+
},
|
|
42
68
|
"node_modules/@babel/code-frame": {
|
|
43
69
|
"version": "7.27.1",
|
|
44
70
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
|
|
@@ -126,13 +152,13 @@
|
|
|
126
152
|
}
|
|
127
153
|
},
|
|
128
154
|
"node_modules/@eslint/config-helpers": {
|
|
129
|
-
"version": "0.5.
|
|
130
|
-
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.5.
|
|
131
|
-
"integrity": "sha512-
|
|
155
|
+
"version": "0.5.5",
|
|
156
|
+
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.5.5.tgz",
|
|
157
|
+
"integrity": "sha512-eIJYKTCECbP/nsKaaruF6LW967mtbQbsw4JTtSVkUQc9MneSkbrgPJAbKl9nWr0ZeowV8BfsarBmPpBzGelA2w==",
|
|
132
158
|
"dev": true,
|
|
133
159
|
"license": "Apache-2.0",
|
|
134
160
|
"dependencies": {
|
|
135
|
-
"@eslint/core": "^1.2.
|
|
161
|
+
"@eslint/core": "^1.2.1"
|
|
136
162
|
},
|
|
137
163
|
"engines": {
|
|
138
164
|
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@adobe/eslint-config-helix": "^3.0.9",
|
|
16
|
-
"@eslint/config-helpers": "0.5.
|
|
16
|
+
"@eslint/config-helpers": "0.5.5",
|
|
17
17
|
"@esm-bundle/chai": "4.3.4-fix.0",
|
|
18
18
|
"@web/test-runner": "0.20.2",
|
|
19
19
|
"@web/test-runner-playwright": "0.11.1",
|