@adobe/aem-cli 16.19.8 → 16.19.10

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.19.10](https://github.com/adobe/helix-cli/compare/v16.19.9...v16.19.10) (2026-05-25)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update adobe fixes ([#2731](https://github.com/adobe/helix-cli/issues/2731)) ([7fe14c8](https://github.com/adobe/helix-cli/commit/7fe14c802bbc4d5f296caba0461816bf5a494369))
7
+
8
+ ## [16.19.9](https://github.com/adobe/helix-cli/compare/v16.19.8...v16.19.9) (2026-05-25)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update external fixes ([#2729](https://github.com/adobe/helix-cli/issues/2729)) ([5b41d2c](https://github.com/adobe/helix-cli/commit/5b41d2c135b8e407ad68f422f59d14b5241dfba1))
14
+
1
15
  ## [16.19.8](https://github.com/adobe/helix-cli/compare/v16.19.7...v16.19.8) (2026-05-20)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/aem-cli",
3
- "version": "16.19.8",
3
+ "version": "16.19.10",
4
4
  "description": "AEM CLI",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -45,8 +45,8 @@
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.24",
49
- "@adobe/helix-shared-git": "3.0.24",
48
+ "@adobe/helix-shared-config": "11.1.25",
49
+ "@adobe/helix-shared-git": "3.0.25",
50
50
  "@adobe/helix-shared-indexer": "2.2.7",
51
51
  "@adobe/helix-shared-process-queue": "3.1.9",
52
52
  "camelcase": "9.0.0",
@@ -59,7 +59,7 @@
59
59
  "dotenv": "17.4.2",
60
60
  "express": "5.2.1",
61
61
  "faye-websocket": "0.11.4",
62
- "fs-extra": "11.3.4",
62
+ "fs-extra": "11.3.5",
63
63
  "glob": "13.0.6",
64
64
  "glob-to-regexp": "0.4.1",
65
65
  "hast-util-select": "6.0.4",
@@ -79,7 +79,7 @@
79
79
  "proxy-agent": "8.0.1",
80
80
  "proxy-from-env": "2.1.0",
81
81
  "rehype-parse": "9.0.1",
82
- "semver": "7.7.4",
82
+ "semver": "7.8.0",
83
83
  "shelljs": "0.10.0",
84
84
  "unified": "11.0.5",
85
85
  "uuid": "14.0.0",
@@ -87,13 +87,13 @@
87
87
  "yargs": "18.0.0"
88
88
  },
89
89
  "devDependencies": {
90
- "@adobe/eslint-config-helix": "3.0.27",
91
- "@eslint/config-helpers": "0.5.5",
90
+ "@adobe/eslint-config-helix": "3.0.28",
91
+ "@eslint/config-helpers": "0.6.0",
92
92
  "@semantic-release/changelog": "6.0.3",
93
93
  "@semantic-release/git": "10.0.1",
94
94
  "c8": "11.0.0",
95
95
  "eslint": "9.4.0",
96
- "esmock": "2.7.4",
96
+ "esmock": "2.7.5",
97
97
  "husky": "9.1.7",
98
98
  "junit-report-builder": "5.1.2",
99
99
  "lint-staged": "16.4.0",
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "devDependencies": {
15
15
  "@adobe/eslint-config-helix": "^3.0.9",
16
- "@eslint/config-helpers": "0.5.5",
16
+ "@eslint/config-helpers": "0.6.0",
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,13 +22,13 @@
22
22
  }
23
23
  },
24
24
  "node_modules/@adobe/eslint-config-helix": {
25
- "version": "3.0.27",
26
- "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.27.tgz",
27
- "integrity": "sha512-tjko8Ut6q+eJnN3XXYAjIQ1zjS1TEFlf/hecjP/JymphFZHUazhiCsGEVvi6WoUM5zMFnxYFhD9qY+ALpEPb5A==",
25
+ "version": "3.0.28",
26
+ "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.28.tgz",
27
+ "integrity": "sha512-72/yDsVc0NfR/6FawFH+7bMTuUzijTuGtI4GtMkcRAEmpF9CE+fdee4t8YC4lFBpMKpoAKkN/XxNTTnaWaOFzg==",
28
28
  "dev": true,
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@eslint/config-helpers": "0.5.5",
31
+ "@eslint/config-helpers": "0.6.0",
32
32
  "eslint-plugin-import": "2.32.0",
33
33
  "globals": "17.6.0"
34
34
  },
@@ -126,9 +126,9 @@
126
126
  }
127
127
  },
128
128
  "node_modules/@eslint/config-helpers": {
129
- "version": "0.5.5",
130
- "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.5.5.tgz",
131
- "integrity": "sha512-eIJYKTCECbP/nsKaaruF6LW967mtbQbsw4JTtSVkUQc9MneSkbrgPJAbKl9nWr0ZeowV8BfsarBmPpBzGelA2w==",
129
+ "version": "0.6.0",
130
+ "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.6.0.tgz",
131
+ "integrity": "sha512-ii6Bw9jJ2zi2cWA2Z+9/QZ/+3DX6kwaV5Q986D/CdP3Lap3w/pgQZ373FV7byY/i7L4IRH/G43I5dz1ClsCbpA==",
132
132
  "dev": true,
133
133
  "license": "Apache-2.0",
134
134
  "dependencies": {
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "devDependencies": {
15
15
  "@adobe/eslint-config-helix": "^3.0.9",
16
- "@eslint/config-helpers": "0.5.5",
16
+ "@eslint/config-helpers": "0.6.0",
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",