@adobe/aem-cli 16.18.3 → 16.18.5
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.18.5](https://github.com/adobe/helix-cli/compare/v16.18.4...v16.18.5) (2026-04-21)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update external major ([#2713](https://github.com/adobe/helix-cli/issues/2713)) ([72143f3](https://github.com/adobe/helix-cli/commit/72143f3670c00b2d41dbd1629a562612039f7d71))
|
|
7
|
+
|
|
8
|
+
## [16.18.4](https://github.com/adobe/helix-cli/compare/v16.18.3...v16.18.4) (2026-04-21)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** update adobe fixes ([#2714](https://github.com/adobe/helix-cli/issues/2714)) ([e555c3f](https://github.com/adobe/helix-cli/commit/e555c3f1e61a68bea2c4fbda36911165f673a192))
|
|
14
|
+
|
|
1
15
|
## [16.18.3](https://github.com/adobe/helix-cli/compare/v16.18.2...v16.18.3) (2026-04-21)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/aem-cli",
|
|
3
|
-
"version": "16.18.
|
|
3
|
+
"version": "16.18.5",
|
|
4
4
|
"description": "AEM CLI",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@adobe/fetch": "4.3.0",
|
|
47
47
|
"@adobe/helix-log": "7.0.0",
|
|
48
|
-
"@adobe/helix-shared-config": "11.1.
|
|
48
|
+
"@adobe/helix-shared-config": "11.1.21",
|
|
49
49
|
"@adobe/helix-shared-git": "3.0.23",
|
|
50
50
|
"@adobe/helix-shared-indexer": "2.2.7",
|
|
51
51
|
"@adobe/helix-shared-process-queue": "3.1.8",
|
|
@@ -64,8 +64,8 @@
|
|
|
64
64
|
"glob-to-regexp": "0.4.1",
|
|
65
65
|
"hast-util-select": "6.0.4",
|
|
66
66
|
"hast-util-to-html": "9.0.5",
|
|
67
|
-
"http-proxy-agent": "
|
|
68
|
-
"https-proxy-agent": "
|
|
67
|
+
"http-proxy-agent": "9.0.0",
|
|
68
|
+
"https-proxy-agent": "9.0.0",
|
|
69
69
|
"ignore": "7.0.5",
|
|
70
70
|
"ini": "6.0.0",
|
|
71
71
|
"isomorphic-git": "1.37.5",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"node-fetch": "3.3.2",
|
|
77
77
|
"open": "11.0.0",
|
|
78
78
|
"progress": "2.0.3",
|
|
79
|
-
"proxy-agent": "
|
|
79
|
+
"proxy-agent": "8.0.1",
|
|
80
80
|
"proxy-from-env": "2.1.0",
|
|
81
81
|
"rehype-parse": "9.0.1",
|
|
82
82
|
"semver": "7.7.4",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"yargs": "18.0.0"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
|
-
"@adobe/eslint-config-helix": "3.0.
|
|
90
|
+
"@adobe/eslint-config-helix": "3.0.25",
|
|
91
91
|
"@eslint/config-helpers": "0.5.4",
|
|
92
92
|
"@semantic-release/changelog": "6.0.3",
|
|
93
93
|
"@semantic-release/git": "10.0.1",
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
24
|
"node_modules/@adobe/eslint-config-helix": {
|
|
25
|
-
"version": "3.0.
|
|
26
|
-
"resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.
|
|
27
|
-
"integrity": "sha512-
|
|
25
|
+
"version": "3.0.25",
|
|
26
|
+
"resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.25.tgz",
|
|
27
|
+
"integrity": "sha512-3m8DoRPS/vq91ANyqbrgh/YnDljbHhZXpKooSWRK+OIoArkY6ju/NSFYYzbLj5ImVmfg3I4JPoiiWnNR/OTCGQ==",
|
|
28
28
|
"dev": true,
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@eslint/config-helpers": "0.5.
|
|
31
|
+
"@eslint/config-helpers": "0.5.4",
|
|
32
32
|
"eslint-plugin-import": "2.32.0",
|
|
33
33
|
"globals": "17.4.0"
|
|
34
34
|
},
|
|
@@ -39,32 +39,6 @@
|
|
|
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.3",
|
|
44
|
-
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.5.3.tgz",
|
|
45
|
-
"integrity": "sha512-lzGN0onllOZCGroKJmRwY6QcEHxbjBw1gwB8SgRSqK8YbbtEXMvKynsXc3553ckIEBxsbMBU7oOZXKIPGZNeZw==",
|
|
46
|
-
"dev": true,
|
|
47
|
-
"license": "Apache-2.0",
|
|
48
|
-
"dependencies": {
|
|
49
|
-
"@eslint/core": "^1.1.1"
|
|
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
|
-
},
|
|
68
42
|
"node_modules/@babel/code-frame": {
|
|
69
43
|
"version": "7.27.1",
|
|
70
44
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
|