@adobe/aem-cli 16.15.11 → 16.15.13
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,21 @@
|
|
|
1
|
+
## [16.15.13](https://github.com/adobe/helix-cli/compare/v16.15.12...v16.15.13) (2025-11-11)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency ini to v6 ([7c37973](https://github.com/adobe/helix-cli/commit/7c37973c45d7d6956bbc3200d46c2015d7e483fe))
|
|
7
|
+
* **deps:** update external fixes ([#2630](https://github.com/adobe/helix-cli/issues/2630)) ([8671a13](https://github.com/adobe/helix-cli/commit/8671a131f4cb1e3d29e318cfb7c3b3326d2cea77))
|
|
8
|
+
|
|
9
|
+
## [16.15.12](https://github.com/adobe/helix-cli/compare/v16.15.11...v16.15.12) (2025-10-30)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **deps:** update external fixes ([365d90e](https://github.com/adobe/helix-cli/commit/365d90ec1f5bc85bb2bf68a141c7ae0970b449b8))
|
|
15
|
+
* regenerate package-lock.json with all chokidar v3 dependencies ([7681dad](https://github.com/adobe/helix-cli/commit/7681dad542355edd58de5090e13c8e2a783e79f0))
|
|
16
|
+
* regenerate package-lock.json with all missing dependencies ([d0955fe](https://github.com/adobe/helix-cli/commit/d0955feed8591d8599dff61f65231b1d9af6fbe4))
|
|
17
|
+
* update package-lock.json to sync with package.json dependencies ([6a6f392](https://github.com/adobe/helix-cli/commit/6a6f3922175d8e43833ee9283cb8d7559e4cf495))
|
|
18
|
+
|
|
1
19
|
## [16.15.11](https://github.com/adobe/helix-cli/compare/v16.15.10...v16.15.11) (2025-10-20)
|
|
2
20
|
|
|
3
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/aem-cli",
|
|
3
|
-
"version": "16.15.
|
|
3
|
+
"version": "16.15.13",
|
|
4
4
|
"description": "AEM CLI",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -64,8 +64,8 @@
|
|
|
64
64
|
"http-proxy-agent": "7.0.2",
|
|
65
65
|
"https-proxy-agent": "7.0.6",
|
|
66
66
|
"ignore": "7.0.5",
|
|
67
|
-
"ini": "
|
|
68
|
-
"isomorphic-git": "1.34.
|
|
67
|
+
"ini": "6.0.0",
|
|
68
|
+
"isomorphic-git": "1.34.1",
|
|
69
69
|
"jose": "6.1.0",
|
|
70
70
|
"livereload-js": "4.0.2",
|
|
71
71
|
"node-fetch": "3.3.2",
|
|
@@ -74,15 +74,15 @@
|
|
|
74
74
|
"proxy-agent": "6.5.0",
|
|
75
75
|
"proxy-from-env": "1.1.0",
|
|
76
76
|
"rehype-parse": "9.0.1",
|
|
77
|
-
"semver": "7.7.
|
|
77
|
+
"semver": "7.7.3",
|
|
78
78
|
"shelljs": "0.10.0",
|
|
79
79
|
"unified": "11.0.5",
|
|
80
80
|
"uuid": "13.0.0",
|
|
81
81
|
"yargs": "18.0.0"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
|
-
"@adobe/eslint-config-helix": "3.0.
|
|
85
|
-
"@eslint/config-helpers": "0.4.
|
|
84
|
+
"@adobe/eslint-config-helix": "3.0.13",
|
|
85
|
+
"@eslint/config-helpers": "0.4.1",
|
|
86
86
|
"@semantic-release/changelog": "6.0.3",
|
|
87
87
|
"@semantic-release/git": "10.0.1",
|
|
88
88
|
"c8": "10.1.3",
|
|
@@ -90,11 +90,11 @@
|
|
|
90
90
|
"esmock": "2.7.3",
|
|
91
91
|
"husky": "9.1.7",
|
|
92
92
|
"junit-report-builder": "5.1.1",
|
|
93
|
-
"lint-staged": "16.2.
|
|
93
|
+
"lint-staged": "16.2.6",
|
|
94
94
|
"mocha": "11.7.4",
|
|
95
95
|
"mocha-multi-reporters": "1.5.1",
|
|
96
96
|
"nock": "13.5.6",
|
|
97
|
-
"semantic-release": "25.0.
|
|
97
|
+
"semantic-release": "25.0.1",
|
|
98
98
|
"semantic-release-discord-bot": "^1.1.0",
|
|
99
99
|
"sinon": "21.0.0"
|
|
100
100
|
},
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@adobe/eslint-config-helix": "^3.0.9",
|
|
16
|
-
"@eslint/config-helpers": "0.4.
|
|
16
|
+
"@eslint/config-helpers": "0.4.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,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.13",
|
|
26
|
+
"resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.13.tgz",
|
|
27
|
+
"integrity": "sha512-p5FJfGhQVaMGAfwweyh1R46MJi7Pi0XNaZLKH4X7lBA8mgT7oTV9l48H7ifWB+R5rRl2XpsvsZCM2q2HfDRDoA==",
|
|
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.1",
|
|
32
32
|
"eslint-plugin-import": "2.32.0",
|
|
33
33
|
"globals": "16.4.0"
|
|
34
34
|
},
|
|
@@ -122,9 +122,9 @@
|
|
|
122
122
|
}
|
|
123
123
|
},
|
|
124
124
|
"node_modules/@eslint/config-helpers": {
|
|
125
|
-
"version": "0.4.
|
|
126
|
-
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.
|
|
127
|
-
"integrity": "sha512-
|
|
125
|
+
"version": "0.4.1",
|
|
126
|
+
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.1.tgz",
|
|
127
|
+
"integrity": "sha512-csZAzkNhsgwb0I/UAV6/RGFTbiakPCf0ZrGmrIxQpYvGZ00PhTkSnyKNolphgIvmnJeGw6rcGVEXfTzUnFuEvw==",
|
|
128
128
|
"dev": true,
|
|
129
129
|
"license": "Apache-2.0",
|
|
130
130
|
"dependencies": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@adobe/eslint-config-helix": "^3.0.9",
|
|
16
|
-
"@eslint/config-helpers": "0.4.
|
|
16
|
+
"@eslint/config-helpers": "0.4.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",
|