@adobe/aem-cli 16.1.4 → 16.1.6

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/README.md +1 -2
  3. package/package.json +11 -10
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## [16.1.6](https://github.com/adobe/helix-cli/compare/v16.1.5...v16.1.6) (2024-01-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update adobe fixes ([2bab030](https://github.com/adobe/helix-cli/commit/2bab030a6f6c9a087e454a078f1439c0e0761665))
7
+ * **deps:** update external fixes ([e084373](https://github.com/adobe/helix-cli/commit/e08437365493f769ce8062f0c0911c7cab1735d4))
8
+
9
+ ## [16.1.5](https://github.com/adobe/helix-cli/compare/v16.1.4...v16.1.5) (2023-12-30)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **deps:** update external fixes ([bc993df](https://github.com/adobe/helix-cli/commit/bc993df98dc69140e088072d45ce6f05ca88a00b))
15
+
1
16
  ## [16.1.4](https://github.com/adobe/helix-cli/compare/v16.1.3...v16.1.4) (2023-12-23)
2
17
 
3
18
 
package/README.md CHANGED
@@ -3,10 +3,9 @@
3
3
  ## Status
4
4
 
5
5
  [![codecov](https://img.shields.io/codecov/c/github/adobe/helix-cli.svg)](https://codecov.io/gh/adobe/helix-cli)
6
- [![CircleCI](https://img.shields.io/circleci/project/github/adobe/helix-cli/main.svg)](https://circleci.com/gh/adobe/helix-cli/tree/main)
6
+ ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/adobe/helix-cli/main.yaml)
7
7
  [![GitHub license](https://img.shields.io/github/license/adobe/helix-cli.svg)](https://github.com/adobe/helix-cli/blob/master/LICENSE.txt)
8
8
  [![GitHub issues](https://img.shields.io/github/issues/adobe/helix-cli.svg)](https://github.com/adobe/helix-cli/issues)
9
- [![LGTM Code Quality Grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/adobe/helix-cli.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/adobe/helix-cli)
10
9
 
11
10
  The AEM Command Line Interface allows web developers to create, develop, and deploy digital experiences using the Adobe Experience Manager Sites feature Edge Delivery Services. Some of this functionality was known as Franklin or Project Helix before.
12
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/aem-cli",
3
- "version": "16.1.4",
3
+ "version": "16.1.6",
4
4
  "description": "AEM CLI",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -14,6 +14,7 @@
14
14
  "test-ci-win": "npx mocha --reporter xunit test --reporter-options output=junit/test.xml -t 5000",
15
15
  "lint": "eslint .",
16
16
  "semantic-release": "semantic-release",
17
+ "semantic-release-dry": "semantic-release --dry-run --branches $CI_BRANCH",
17
18
  "prepare": "husky install"
18
19
  },
19
20
  "mocha": {
@@ -39,16 +40,16 @@
39
40
  "dependencies": {
40
41
  "@adobe/fetch": "4.1.1",
41
42
  "@adobe/helix-log": "6.0.1",
42
- "@adobe/helix-shared-config": "10.3.7",
43
+ "@adobe/helix-shared-config": "10.3.8",
43
44
  "@adobe/helix-shared-git": "3.0.4",
44
- "@adobe/helix-shared-indexer": "2.0.17",
45
+ "@adobe/helix-shared-indexer": "2.0.18",
45
46
  "camelcase": "8.0.0",
46
47
  "chalk-template": "1.1.0",
47
48
  "chokidar": "3.5.3",
48
49
  "compression": "1.7.4",
49
50
  "cookie": "0.6.0",
50
51
  "cookie-parser": "1.4.6",
51
- "dotenv": "16.3.1",
52
+ "dotenv": "16.3.2",
52
53
  "express": "4.18.2",
53
54
  "faye-websocket": "0.11.4",
54
55
  "fs-extra": "11.2.0",
@@ -59,10 +60,10 @@
59
60
  "https-proxy-agent": "7.0.2",
60
61
  "ignore": "5.3.0",
61
62
  "ini": "4.1.1",
62
- "isomorphic-git": "1.25.1",
63
+ "isomorphic-git": "1.25.3",
63
64
  "livereload-js": "4.0.2",
64
65
  "node-fetch": "3.3.2",
65
- "open": "10.0.1",
66
+ "open": "10.0.3",
66
67
  "progress": "2.0.3",
67
68
  "proxy-agent": "6.3.1",
68
69
  "proxy-from-env": "1.1.0",
@@ -75,19 +76,19 @@
75
76
  },
76
77
  "devDependencies": {
77
78
  "@adobe/eslint-config-helix": "2.0.5",
78
- "@adobe/helix-shared-dom": "2.0.1",
79
+ "@adobe/helix-shared-dom": "2.0.3",
79
80
  "@adobe/helix-testutils": "0.4.15",
80
81
  "@semantic-release/changelog": "6.0.3",
81
82
  "@semantic-release/git": "10.0.1",
82
- "c8": "8.0.1",
83
+ "c8": "9.1.0",
83
84
  "eslint": "8.56.0",
84
- "esmock": "2.6.0",
85
+ "esmock": "2.6.2",
85
86
  "husky": "8.0.3",
86
87
  "junit-report-builder": "3.1.0",
87
88
  "lint-staged": "15.2.0",
88
89
  "mocha": "10.2.0",
89
90
  "mocha-multi-reporters": "1.5.1",
90
- "nock": "13.4.0",
91
+ "nock": "13.5.0",
91
92
  "semantic-release": "22.0.12",
92
93
  "semantic-release-discord-bot": "^1.1.0",
93
94
  "sinon": "17.0.1"