@adobe/aem-cli 16.16.18 → 16.16.20

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.20](https://github.com/adobe/helix-cli/compare/v16.16.19...v16.16.20) (2026-02-10)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update adobe fixes ([#2672](https://github.com/adobe/helix-cli/issues/2672)) ([caf48de](https://github.com/adobe/helix-cli/commit/caf48decae1d5421fc724ffc01622dee3317f3cb))
7
+
8
+ ## [16.16.19](https://github.com/adobe/helix-cli/compare/v16.16.18...v16.16.19) (2026-01-06)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update dependency @adobe/helix-shared-config to v11.1.14 ([#2661](https://github.com/adobe/helix-cli/issues/2661)) ([45f5566](https://github.com/adobe/helix-cli/commit/45f5566935fbfbe076831caad481d7fa39f19c21))
14
+
1
15
  ## [16.16.18](https://github.com/adobe/helix-cli/compare/v16.16.17...v16.16.18) (2026-01-05)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/aem-cli",
3
- "version": "16.16.18",
3
+ "version": "16.16.20",
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.13",
48
+ "@adobe/helix-shared-config": "11.1.15",
49
49
  "@adobe/helix-shared-git": "3.0.21",
50
50
  "@adobe/helix-shared-indexer": "2.2.6",
51
51
  "camelcase": "9.0.0",
@@ -82,8 +82,8 @@
82
82
  "yargs": "18.0.0"
83
83
  },
84
84
  "devDependencies": {
85
- "@adobe/eslint-config-helix": "3.0.15",
86
- "@eslint/config-helpers": "0.5.0",
85
+ "@adobe/eslint-config-helix": "3.0.18",
86
+ "@eslint/config-helpers": "0.5.1",
87
87
  "@semantic-release/changelog": "6.0.3",
88
88
  "@semantic-release/git": "10.0.1",
89
89
  "c8": "10.1.3",
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "devDependencies": {
15
15
  "@adobe/eslint-config-helix": "^3.0.9",
16
- "@eslint/config-helpers": "0.5.0",
16
+ "@eslint/config-helpers": "0.5.1",
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.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==",
25
+ "version": "3.0.18",
26
+ "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.18.tgz",
27
+ "integrity": "sha512-8JDqLn3TgaxS2Y3jd1sRfhy6mNOjBxHFAhS+7EjU0O0bRR41mvgyZfWBg9m0bVLvHrLkUNWR6iJsQ9LDwkEMnQ==",
28
28
  "dev": true,
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@eslint/config-helpers": "0.5.0",
31
+ "@eslint/config-helpers": "0.5.1",
32
32
  "eslint-plugin-import": "2.32.0",
33
- "globals": "16.5.0"
33
+ "globals": "17.1.0"
34
34
  },
35
35
  "engines": {
36
36
  "node": ">= 12"
@@ -122,22 +122,22 @@
122
122
  }
123
123
  },
124
124
  "node_modules/@eslint/config-helpers": {
125
- "version": "0.5.0",
126
- "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.5.0.tgz",
127
- "integrity": "sha512-OCt2pY98qw68AXjNDGn+9q3vnqvBh4OFTZWmzaWH2thEpAugBZCBDRMHZa7oGsX+/ZybKOiKjJ6XX1E8hxcxGg==",
125
+ "version": "0.5.1",
126
+ "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.5.1.tgz",
127
+ "integrity": "sha512-QN8067dXsXAl9HIvqws7STEviheRFojX3zek5OpC84oBxDGqizW9731ByF/ASxqQihbWrVDdZXS+Ihnsckm9dg==",
128
128
  "dev": true,
129
129
  "license": "Apache-2.0",
130
130
  "dependencies": {
131
- "@eslint/core": "^1.0.0"
131
+ "@eslint/core": "^1.0.1"
132
132
  },
133
133
  "engines": {
134
134
  "node": "^20.19.0 || ^22.13.0 || >=24"
135
135
  }
136
136
  },
137
137
  "node_modules/@eslint/config-helpers/node_modules/@eslint/core": {
138
- "version": "1.0.0",
139
- "resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.0.0.tgz",
140
- "integrity": "sha512-PRfWP+8FOldvbApr6xL7mNCw4cJcSTq4GA7tYbgq15mRb0kWKO/wEB2jr+uwjFH3sZvEZneZyCUGTxsv4Sahyw==",
138
+ "version": "1.0.1",
139
+ "resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.0.1.tgz",
140
+ "integrity": "sha512-r18fEAj9uCk+VjzGt2thsbOmychS+4kxI14spVNibUO2vqKX7obOG+ymZljAwuPZl+S3clPGwCwTDtrdqTiY6Q==",
141
141
  "dev": true,
142
142
  "license": "Apache-2.0",
143
143
  "dependencies": {
@@ -3536,9 +3536,9 @@
3536
3536
  }
3537
3537
  },
3538
3538
  "node_modules/globals": {
3539
- "version": "16.5.0",
3540
- "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz",
3541
- "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==",
3539
+ "version": "17.1.0",
3540
+ "resolved": "https://registry.npmjs.org/globals/-/globals-17.1.0.tgz",
3541
+ "integrity": "sha512-8HoIcWI5fCvG5NADj4bDav+er9B9JMj2vyL2pI8D0eismKyUvPLTSs+Ln3wqhwcp306i73iyVnEKx3F6T47TGw==",
3542
3542
  "dev": true,
3543
3543
  "license": "MIT",
3544
3544
  "engines": {
@@ -5546,9 +5546,9 @@
5546
5546
  }
5547
5547
  },
5548
5548
  "node_modules/qs": {
5549
- "version": "6.14.0",
5550
- "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.0.tgz",
5551
- "integrity": "sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==",
5549
+ "version": "6.14.1",
5550
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.1.tgz",
5551
+ "integrity": "sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==",
5552
5552
  "dev": true,
5553
5553
  "license": "BSD-3-Clause",
5554
5554
  "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.0",
16
+ "@eslint/config-helpers": "0.5.1",
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",