@adobe/aem-cli 16.16.2 → 16.16.4
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.4](https://github.com/adobe/helix-cli/compare/v16.16.3...v16.16.4) (2025-11-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update adobe fixes ([#2640](https://github.com/adobe/helix-cli/issues/2640)) ([f9933d2](https://github.com/adobe/helix-cli/commit/f9933d2d35f3b125af208877f4db989149650675))
|
|
7
|
+
|
|
8
|
+
## [16.16.3](https://github.com/adobe/helix-cli/compare/v16.16.2...v16.16.3) (2025-11-18)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** update dependency glob to v11.1.0 [security] ([#2639](https://github.com/adobe/helix-cli/issues/2639)) ([7021b7b](https://github.com/adobe/helix-cli/commit/7021b7b049b6e8ff38a45f840cf632e6552be948))
|
|
14
|
+
|
|
1
15
|
## [16.16.2](https://github.com/adobe/helix-cli/compare/v16.16.1...v16.16.2) (2025-11-14)
|
|
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.4",
|
|
4
4
|
"description": "AEM CLI",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@adobe/helix-log": "7.0.0",
|
|
48
48
|
"@adobe/helix-shared-config": "11.1.12",
|
|
49
49
|
"@adobe/helix-shared-git": "3.0.20",
|
|
50
|
-
"@adobe/helix-shared-indexer": "2.2.
|
|
50
|
+
"@adobe/helix-shared-indexer": "2.2.6",
|
|
51
51
|
"camelcase": "8.0.0",
|
|
52
52
|
"chalk-template": "1.1.2",
|
|
53
53
|
"chokidar": "4.0.3",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"express": "5.1.0",
|
|
59
59
|
"faye-websocket": "0.11.4",
|
|
60
60
|
"fs-extra": "11.3.2",
|
|
61
|
-
"glob": "11.0
|
|
61
|
+
"glob": "11.1.0",
|
|
62
62
|
"glob-to-regexp": "0.4.1",
|
|
63
63
|
"hast-util-select": "6.0.4",
|
|
64
64
|
"http-proxy-agent": "7.0.2",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"yargs": "18.0.0"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
|
-
"@adobe/eslint-config-helix": "3.0.
|
|
84
|
+
"@adobe/eslint-config-helix": "3.0.14",
|
|
85
85
|
"@eslint/config-helpers": "0.4.1",
|
|
86
86
|
"@semantic-release/changelog": "6.0.3",
|
|
87
87
|
"@semantic-release/git": "10.0.1",
|
|
@@ -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.14",
|
|
26
|
+
"resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.14.tgz",
|
|
27
|
+
"integrity": "sha512-iiUSln1YLCFVo8disanfQf0En5Z62SEcKio4YvIHd17/w8md0apaOE/oxhsKIwxBxvq0lXIiR+GUHVvq+Yvqhg==",
|
|
28
28
|
"dev": true,
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@eslint/config-helpers": "0.4.
|
|
31
|
+
"@eslint/config-helpers": "0.4.2",
|
|
32
32
|
"eslint-plugin-import": "2.32.0",
|
|
33
|
-
"globals": "16.
|
|
33
|
+
"globals": "16.5.0"
|
|
34
34
|
},
|
|
35
35
|
"engines": {
|
|
36
36
|
"node": ">= 12"
|
|
@@ -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.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
|
+
},
|
|
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",
|
|
@@ -3497,9 +3523,9 @@
|
|
|
3497
3523
|
}
|
|
3498
3524
|
},
|
|
3499
3525
|
"node_modules/globals": {
|
|
3500
|
-
"version": "16.
|
|
3501
|
-
"resolved": "https://registry.npmjs.org/globals/-/globals-16.
|
|
3502
|
-
"integrity": "sha512-
|
|
3526
|
+
"version": "16.5.0",
|
|
3527
|
+
"resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz",
|
|
3528
|
+
"integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==",
|
|
3503
3529
|
"dev": true,
|
|
3504
3530
|
"license": "MIT",
|
|
3505
3531
|
"engines": {
|