@adobe/aem-cli 16.16.9 → 16.16.11
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.11](https://github.com/adobe/helix-cli/compare/v16.16.10...v16.16.11) (2025-12-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update external fixes ([#2650](https://github.com/adobe/helix-cli/issues/2650)) ([ecb6c6a](https://github.com/adobe/helix-cli/commit/ecb6c6a5e0b6328e20e78a6ce03bd69c3a7ff801))
|
|
7
|
+
|
|
8
|
+
## [16.16.10](https://github.com/adobe/helix-cli/compare/v16.16.9...v16.16.10) (2025-12-02)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** update dependency open to v11 ([#2644](https://github.com/adobe/helix-cli/issues/2644)) ([1fb04e2](https://github.com/adobe/helix-cli/commit/1fb04e2c3a54ea5c840b6adb3901d9aed4fe8a71))
|
|
14
|
+
|
|
1
15
|
## [16.16.9](https://github.com/adobe/helix-cli/compare/v16.16.8...v16.16.9) (2025-12-02)
|
|
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.11",
|
|
4
4
|
"description": "AEM CLI",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -65,11 +65,11 @@
|
|
|
65
65
|
"https-proxy-agent": "7.0.6",
|
|
66
66
|
"ignore": "7.0.5",
|
|
67
67
|
"ini": "6.0.0",
|
|
68
|
-
"isomorphic-git": "1.35.
|
|
68
|
+
"isomorphic-git": "1.35.1",
|
|
69
69
|
"jose": "6.1.2",
|
|
70
70
|
"livereload-js": "4.0.2",
|
|
71
71
|
"node-fetch": "3.3.2",
|
|
72
|
-
"open": "
|
|
72
|
+
"open": "11.0.0",
|
|
73
73
|
"progress": "2.0.3",
|
|
74
74
|
"proxy-agent": "6.5.0",
|
|
75
75
|
"proxy-from-env": "1.1.0",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"yargs": "18.0.0"
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
|
-
"@adobe/eslint-config-helix": "3.0.
|
|
85
|
+
"@adobe/eslint-config-helix": "3.0.15",
|
|
86
86
|
"@eslint/config-helpers": "0.5.0",
|
|
87
87
|
"@semantic-release/changelog": "6.0.3",
|
|
88
88
|
"@semantic-release/git": "10.0.1",
|
|
@@ -91,7 +91,7 @@
|
|
|
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.2.7",
|
|
95
95
|
"mocha": "11.7.5",
|
|
96
96
|
"mocha-multi-reporters": "1.5.1",
|
|
97
97
|
"nock": "13.5.6",
|
|
@@ -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.15",
|
|
26
|
+
"resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.15.tgz",
|
|
27
|
+
"integrity": "sha512-asU/NIotR5mBs+NIOzyt7w/SSHon7PM2oJRN1eSsltBW1CEsZcvvnZW/wc8TusdqV4kenLspVqr2xLPOzDN4VA==",
|
|
28
28
|
"dev": true,
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@eslint/config-helpers": "0.
|
|
31
|
+
"@eslint/config-helpers": "0.5.0",
|
|
32
32
|
"eslint-plugin-import": "2.32.0",
|
|
33
33
|
"globals": "16.5.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.4.2",
|
|
44
|
-
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz",
|
|
45
|
-
"integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==",
|
|
46
|
-
"dev": true,
|
|
47
|
-
"license": "Apache-2.0",
|
|
48
|
-
"dependencies": {
|
|
49
|
-
"@eslint/core": "^0.17.0"
|
|
50
|
-
},
|
|
51
|
-
"engines": {
|
|
52
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
"node_modules/@adobe/eslint-config-helix/node_modules/@eslint/core": {
|
|
56
|
-
"version": "0.17.0",
|
|
57
|
-
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
|
|
58
|
-
"integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
|
|
59
|
-
"dev": true,
|
|
60
|
-
"license": "Apache-2.0",
|
|
61
|
-
"dependencies": {
|
|
62
|
-
"@types/json-schema": "^7.0.15"
|
|
63
|
-
},
|
|
64
|
-
"engines": {
|
|
65
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
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",
|