@adobe/aem-cli 16.16.25 → 16.16.27
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.16.27](https://github.com/adobe/helix-cli/compare/v16.16.26...v16.16.27) (2026-03-23)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update adobe fixes ([#2692](https://github.com/adobe/helix-cli/issues/2692)) ([2b3b95f](https://github.com/adobe/helix-cli/commit/2b3b95f549afc41654dd1ca7c028b368d9f4d325))
|
|
7
|
+
|
|
8
|
+
## [16.16.26](https://github.com/adobe/helix-cli/compare/v16.16.25...v16.16.26) (2026-03-23)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** update external fixes ([#2691](https://github.com/adobe/helix-cli/issues/2691)) ([99d542f](https://github.com/adobe/helix-cli/commit/99d542ffdbc559acb63d5c4cd8ee3188b663f935))
|
|
14
|
+
|
|
1
15
|
## [16.16.25](https://github.com/adobe/helix-cli/compare/v16.16.24...v16.16.25) (2026-03-09)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/aem-cli",
|
|
3
|
-
"version": "16.16.
|
|
3
|
+
"version": "16.16.27",
|
|
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.2.3",
|
|
47
47
|
"@adobe/helix-log": "7.0.0",
|
|
48
|
-
"@adobe/helix-shared-config": "11.1.
|
|
48
|
+
"@adobe/helix-shared-config": "11.1.18",
|
|
49
49
|
"@adobe/helix-shared-git": "3.0.21",
|
|
50
50
|
"@adobe/helix-shared-indexer": "2.2.6",
|
|
51
51
|
"camelcase": "9.0.0",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"dotenv": "17.3.1",
|
|
58
58
|
"express": "5.2.1",
|
|
59
59
|
"faye-websocket": "0.11.4",
|
|
60
|
-
"fs-extra": "11.3.
|
|
60
|
+
"fs-extra": "11.3.4",
|
|
61
61
|
"glob": "13.0.6",
|
|
62
62
|
"glob-to-regexp": "0.4.1",
|
|
63
63
|
"hast-util-select": "6.0.4",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"ignore": "7.0.5",
|
|
67
67
|
"ini": "6.0.0",
|
|
68
68
|
"isomorphic-git": "1.37.2",
|
|
69
|
-
"jose": "6.1
|
|
69
|
+
"jose": "6.2.1",
|
|
70
70
|
"livereload-js": "4.0.2",
|
|
71
71
|
"node-fetch": "3.3.2",
|
|
72
72
|
"open": "11.0.0",
|
|
@@ -82,8 +82,8 @@
|
|
|
82
82
|
"yargs": "18.0.0"
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
|
-
"@adobe/eslint-config-helix": "3.0.
|
|
86
|
-
"@eslint/config-helpers": "0.5.
|
|
85
|
+
"@adobe/eslint-config-helix": "3.0.23",
|
|
86
|
+
"@eslint/config-helpers": "0.5.3",
|
|
87
87
|
"@semantic-release/changelog": "6.0.3",
|
|
88
88
|
"@semantic-release/git": "10.0.1",
|
|
89
89
|
"c8": "10.1.3",
|
|
@@ -91,13 +91,13 @@
|
|
|
91
91
|
"esmock": "2.7.3",
|
|
92
92
|
"husky": "9.1.7",
|
|
93
93
|
"junit-report-builder": "5.1.1",
|
|
94
|
-
"lint-staged": "16.2
|
|
94
|
+
"lint-staged": "16.3.2",
|
|
95
95
|
"mocha": "11.7.5",
|
|
96
96
|
"mocha-multi-reporters": "1.5.1",
|
|
97
97
|
"nock": "13.5.6",
|
|
98
98
|
"semantic-release": "25.0.3",
|
|
99
99
|
"semantic-release-discord-bot": "^1.1.0",
|
|
100
|
-
"sinon": "21.0.
|
|
100
|
+
"sinon": "21.0.2"
|
|
101
101
|
},
|
|
102
102
|
"lint-staged": {
|
|
103
103
|
"*.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.3",
|
|
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",
|
|
@@ -22,15 +22,15 @@
|
|
|
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.23",
|
|
26
|
+
"resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.23.tgz",
|
|
27
|
+
"integrity": "sha512-CdZ9ehUwq3HvEOSzo1VPHbWTNEEilCmyZkPJ7489pR6T5cCO1A1f/HU4PEsSwT7JOB5PrPhBWGZ2hW9leFZXmA==",
|
|
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.3",
|
|
32
32
|
"eslint-plugin-import": "2.32.0",
|
|
33
|
-
"globals": "17.
|
|
33
|
+
"globals": "17.4.0"
|
|
34
34
|
},
|
|
35
35
|
"engines": {
|
|
36
36
|
"node": ">= 12"
|
|
@@ -126,22 +126,22 @@
|
|
|
126
126
|
}
|
|
127
127
|
},
|
|
128
128
|
"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-
|
|
129
|
+
"version": "0.5.3",
|
|
130
|
+
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.5.3.tgz",
|
|
131
|
+
"integrity": "sha512-lzGN0onllOZCGroKJmRwY6QcEHxbjBw1gwB8SgRSqK8YbbtEXMvKynsXc3553ckIEBxsbMBU7oOZXKIPGZNeZw==",
|
|
132
132
|
"dev": true,
|
|
133
133
|
"license": "Apache-2.0",
|
|
134
134
|
"dependencies": {
|
|
135
|
-
"@eslint/core": "^1.1.
|
|
135
|
+
"@eslint/core": "^1.1.1"
|
|
136
136
|
},
|
|
137
137
|
"engines": {
|
|
138
138
|
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
139
139
|
}
|
|
140
140
|
},
|
|
141
141
|
"node_modules/@eslint/config-helpers/node_modules/@eslint/core": {
|
|
142
|
-
"version": "1.1.
|
|
143
|
-
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.1.
|
|
144
|
-
"integrity": "sha512
|
|
142
|
+
"version": "1.1.1",
|
|
143
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.1.1.tgz",
|
|
144
|
+
"integrity": "sha512-QUPblTtE51/7/Zhfv8BDwO0qkkzQL7P/aWWbqcf4xWLEYn1oKjdO0gglQBB4GAsu7u6wjijbCmzsUTy6mnk6oQ==",
|
|
145
145
|
"dev": true,
|
|
146
146
|
"license": "Apache-2.0",
|
|
147
147
|
"dependencies": {
|
|
@@ -3569,9 +3569,9 @@
|
|
|
3569
3569
|
}
|
|
3570
3570
|
},
|
|
3571
3571
|
"node_modules/globals": {
|
|
3572
|
-
"version": "17.
|
|
3573
|
-
"resolved": "https://registry.npmjs.org/globals/-/globals-17.
|
|
3574
|
-
"integrity": "sha512-
|
|
3572
|
+
"version": "17.4.0",
|
|
3573
|
+
"resolved": "https://registry.npmjs.org/globals/-/globals-17.4.0.tgz",
|
|
3574
|
+
"integrity": "sha512-hjrNztw/VajQwOLsMNT1cbJiH2muO3OROCHnbehc8eY5JyD2gqz4AcMHPqgaOR59DjgUjYAYLeH699g/eWi2jw==",
|
|
3575
3575
|
"dev": true,
|
|
3576
3576
|
"license": "MIT",
|
|
3577
3577
|
"engines": {
|
|
@@ -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.3",
|
|
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",
|