@adobe/aem-cli 16.15.7 → 16.15.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,31 @@
|
|
|
1
|
+
## [16.15.10](https://github.com/adobe/helix-cli/compare/v16.15.9...v16.15.10) (2025-10-16)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* regenerate package-lock.json to fix npm ci failures ([1a9c885](https://github.com/adobe/helix-cli/commit/1a9c885f4567be03d1a5b7e561eb6350f4007d83))
|
|
7
|
+
* remove NPM_TOKEN to enable OIDC trusted publishing ([2ef8251](https://github.com/adobe/helix-cli/commit/2ef8251755ef423bb35987781a6824e8baa23bdf))
|
|
8
|
+
* upgrade @semantic-release/npm to 13.0.0 for OIDC support ([efcef3d](https://github.com/adobe/helix-cli/commit/efcef3ddc87db5a2da2b665151a007cdd5f68dbf))
|
|
9
|
+
* upgrade to @semantic-release/npm@13.1.0-beta.1 for OIDC ([5331bd5](https://github.com/adobe/helix-cli/commit/5331bd5c2ef87c4a41343996a322bbb58c5768f3))
|
|
10
|
+
* use npm overrides to force @semantic-release/npm@13.1.0-beta.1 ([f33209a](https://github.com/adobe/helix-cli/commit/f33209adac25b40af0e4c541e012318cc99e19cc))
|
|
11
|
+
|
|
12
|
+
## [16.15.9](https://github.com/adobe/helix-cli/compare/v16.15.8...v16.15.9) (2025-10-16)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* enable npm trusted publishers with OIDC ([b5dd177](https://github.com/adobe/helix-cli/commit/b5dd177c4d42c50023bf8681ad96810f18e2bd4b))
|
|
18
|
+
|
|
19
|
+
## [16.15.8](https://github.com/adobe/helix-cli/compare/v16.15.7...v16.15.8) (2025-10-16)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* **deps:** update dependency @adobe/helix-shared-config to v11.1.12 ([86729d3](https://github.com/adobe/helix-cli/commit/86729d35c43d5572639a5227ce5c4c077cf6c9f3))
|
|
25
|
+
* **deps:** update external fixes ([d5078f8](https://github.com/adobe/helix-cli/commit/d5078f8fe2ad8b9050af4bfdaf41fc6e5cfefb86))
|
|
26
|
+
* regenerate package-lock.json to fix CI ([7f9daa4](https://github.com/adobe/helix-cli/commit/7f9daa4fa63fffb16c7b9b05b858a9aa20e71da1))
|
|
27
|
+
* regenerate package-lock.json with updated dependencies ([23421da](https://github.com/adobe/helix-cli/commit/23421da7286ddde7e6cef391b2054f161a8a174e))
|
|
28
|
+
|
|
1
29
|
## [16.15.7](https://github.com/adobe/helix-cli/compare/v16.15.6...v16.15.7) (2025-10-02)
|
|
2
30
|
|
|
3
31
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/aem-cli",
|
|
3
|
-
"version": "16.15.
|
|
3
|
+
"version": "16.15.10",
|
|
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.
|
|
48
|
+
"@adobe/helix-shared-config": "11.1.12",
|
|
49
49
|
"@adobe/helix-shared-git": "3.0.20",
|
|
50
50
|
"@adobe/helix-shared-indexer": "2.2.5",
|
|
51
51
|
"camelcase": "8.0.0",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"compression": "1.8.1",
|
|
55
55
|
"cookie": "1.0.2",
|
|
56
56
|
"cookie-parser": "1.4.7",
|
|
57
|
-
"dotenv": "17.2.
|
|
57
|
+
"dotenv": "17.2.3",
|
|
58
58
|
"express": "5.1.0",
|
|
59
59
|
"faye-websocket": "0.11.4",
|
|
60
60
|
"fs-extra": "11.3.2",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"https-proxy-agent": "7.0.6",
|
|
66
66
|
"ignore": "7.0.5",
|
|
67
67
|
"ini": "5.0.0",
|
|
68
|
-
"isomorphic-git": "1.33.
|
|
68
|
+
"isomorphic-git": "1.33.3",
|
|
69
69
|
"jose": "6.1.0",
|
|
70
70
|
"livereload-js": "4.0.2",
|
|
71
71
|
"node-fetch": "3.3.2",
|
|
@@ -81,8 +81,8 @@
|
|
|
81
81
|
"yargs": "18.0.0"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
|
-
"@adobe/eslint-config-helix": "3.0.
|
|
85
|
-
"@eslint/config-helpers": "0.
|
|
84
|
+
"@adobe/eslint-config-helix": "3.0.11",
|
|
85
|
+
"@eslint/config-helpers": "0.4.0",
|
|
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.
|
|
94
|
-
"mocha": "11.7.
|
|
93
|
+
"lint-staged": "16.2.3",
|
|
94
|
+
"mocha": "11.7.4",
|
|
95
95
|
"mocha-multi-reporters": "1.5.1",
|
|
96
96
|
"nock": "13.5.6",
|
|
97
|
-
"semantic-release": "
|
|
97
|
+
"semantic-release": "25.0.0",
|
|
98
98
|
"semantic-release-discord-bot": "^1.1.0",
|
|
99
99
|
"sinon": "21.0.0"
|
|
100
100
|
},
|