@adobe/aem-cli 16.13.0 → 16.13.2
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.13.2](https://github.com/adobe/helix-cli/compare/v16.13.1...v16.13.2) (2025-09-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update external dependencies except isomorphic-git ([9174c36](https://github.com/adobe/helix-cli/commit/9174c3603d33807f86586cd70cd823f4fde60e3b)), closes [#2593](https://github.com/adobe/helix-cli/issues/2593)
|
|
7
|
+
|
|
8
|
+
## [16.13.1](https://github.com/adobe/helix-cli/compare/v16.13.0...v16.13.1) (2025-09-16)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** update adobe fixes ([#2592](https://github.com/adobe/helix-cli/issues/2592)) ([895362a](https://github.com/adobe/helix-cli/commit/895362a741a2fbdda5e3fd40d80638ead43bde80))
|
|
14
|
+
|
|
1
15
|
# [16.13.0](https://github.com/adobe/helix-cli/compare/v16.12.0...v16.13.0) (2025-09-16)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/aem-cli",
|
|
3
|
-
"version": "16.13.
|
|
3
|
+
"version": "16.13.2",
|
|
4
4
|
"description": "AEM CLI",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -25,7 +25,8 @@
|
|
|
25
25
|
"reporter-options": "configFile=.mocha-multi.json",
|
|
26
26
|
"loader": "esmock",
|
|
27
27
|
"exclude": [
|
|
28
|
-
"test/browser/**"
|
|
28
|
+
"test/browser/**",
|
|
29
|
+
"test/tmp/**"
|
|
29
30
|
]
|
|
30
31
|
},
|
|
31
32
|
"repository": {
|
|
@@ -42,7 +43,7 @@
|
|
|
42
43
|
"node": ">=18"
|
|
43
44
|
},
|
|
44
45
|
"dependencies": {
|
|
45
|
-
"@adobe/fetch": "4.2.
|
|
46
|
+
"@adobe/fetch": "4.2.3",
|
|
46
47
|
"@adobe/helix-log": "7.0.0",
|
|
47
48
|
"@adobe/helix-shared-config": "11.1.10",
|
|
48
49
|
"@adobe/helix-shared-git": "3.0.20",
|
|
@@ -53,10 +54,10 @@
|
|
|
53
54
|
"compression": "1.8.1",
|
|
54
55
|
"cookie": "1.0.2",
|
|
55
56
|
"cookie-parser": "1.4.7",
|
|
56
|
-
"dotenv": "17.2.
|
|
57
|
+
"dotenv": "17.2.2",
|
|
57
58
|
"express": "5.1.0",
|
|
58
59
|
"faye-websocket": "0.11.4",
|
|
59
|
-
"fs-extra": "11.3.
|
|
60
|
+
"fs-extra": "11.3.1",
|
|
60
61
|
"glob": "11.0.3",
|
|
61
62
|
"glob-to-regexp": "0.4.1",
|
|
62
63
|
"hast-util-select": "6.0.4",
|
|
@@ -65,7 +66,7 @@
|
|
|
65
66
|
"ignore": "7.0.5",
|
|
66
67
|
"ini": "5.0.0",
|
|
67
68
|
"isomorphic-git": "1.32.2",
|
|
68
|
-
"jose": "6.0
|
|
69
|
+
"jose": "6.1.0",
|
|
69
70
|
"livereload-js": "4.0.2",
|
|
70
71
|
"node-fetch": "3.3.2",
|
|
71
72
|
"open": "10.2.0",
|
|
@@ -80,17 +81,17 @@
|
|
|
80
81
|
"yargs": "18.0.0"
|
|
81
82
|
},
|
|
82
83
|
"devDependencies": {
|
|
83
|
-
"@adobe/eslint-config-helix": "3.0.
|
|
84
|
-
"@eslint/config-helpers": "0.3.
|
|
84
|
+
"@adobe/eslint-config-helix": "3.0.10",
|
|
85
|
+
"@eslint/config-helpers": "0.3.1",
|
|
85
86
|
"@semantic-release/changelog": "6.0.3",
|
|
86
87
|
"@semantic-release/git": "10.0.1",
|
|
87
88
|
"c8": "10.1.3",
|
|
88
89
|
"eslint": "9.4.0",
|
|
89
|
-
"esmock": "2.7.
|
|
90
|
+
"esmock": "2.7.2",
|
|
90
91
|
"husky": "9.1.7",
|
|
91
92
|
"junit-report-builder": "5.1.1",
|
|
92
|
-
"lint-staged": "16.1.
|
|
93
|
-
"mocha": "11.7.
|
|
93
|
+
"lint-staged": "16.1.6",
|
|
94
|
+
"mocha": "11.7.2",
|
|
94
95
|
"mocha-multi-reporters": "1.5.1",
|
|
95
96
|
"nock": "13.5.6",
|
|
96
97
|
"semantic-release": "24.2.7",
|
|
@@ -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.10",
|
|
26
|
+
"resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.10.tgz",
|
|
27
|
+
"integrity": "sha512-DYfyd/RLHT9cAbkjj73sqkXEJAbnbWtRl4Tduq88Wqq0Ek47nxOr8AoWbOdrBRkvF3pRA8hS1SrQ9BhMxBytug==",
|
|
28
28
|
"dev": true,
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@eslint/config-helpers": "0.3.1",
|
|
32
32
|
"eslint-plugin-import": "2.32.0",
|
|
33
|
-
"globals": "16.
|
|
33
|
+
"globals": "16.4.0"
|
|
34
34
|
},
|
|
35
35
|
"engines": {
|
|
36
36
|
"node": ">= 12"
|
|
@@ -3501,9 +3501,9 @@
|
|
|
3501
3501
|
}
|
|
3502
3502
|
},
|
|
3503
3503
|
"node_modules/globals": {
|
|
3504
|
-
"version": "16.
|
|
3505
|
-
"resolved": "https://registry.npmjs.org/globals/-/globals-16.
|
|
3506
|
-
"integrity": "sha512-
|
|
3504
|
+
"version": "16.4.0",
|
|
3505
|
+
"resolved": "https://registry.npmjs.org/globals/-/globals-16.4.0.tgz",
|
|
3506
|
+
"integrity": "sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==",
|
|
3507
3507
|
"dev": true,
|
|
3508
3508
|
"license": "MIT",
|
|
3509
3509
|
"engines": {
|