semantic-release 23.0.0 → 23.0.2

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.
@@ -127,7 +127,7 @@ It allows to configure **semantic-release** to write errors to a specific stream
127
127
 
128
128
  Type: `Object` `Boolean`<br>
129
129
 
130
- And object with [`lastRelease`](#lastrelease), [`nextRelease`](#nextrelease), [`commits`](#commits) and [`releases`](#releases) if a release is published or `false` if no release was published.
130
+ An object with [`lastRelease`](#lastrelease), [`nextRelease`](#nextrelease), [`commits`](#commits) and [`releases`](#releases) if a release is published or `false` if no release was published.
131
131
 
132
132
  #### lastRelease
133
133
 
@@ -159,7 +159,7 @@ Example:
159
159
 
160
160
  Type: `Array<Object>`
161
161
 
162
- The list of commit included in the new release.<br>
162
+ The list of commit(s) included in the new release.<br>
163
163
  Each commit object has the following properties:
164
164
 
165
165
  | Name | Type | Description |
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "semantic-release",
3
3
  "description": "Automated semver compliant package publishing",
4
- "version": "23.0.0",
4
+ "version": "23.0.2",
5
5
  "type": "module",
6
6
  "author": "Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)",
7
7
  "ava": {
@@ -45,8 +45,8 @@
45
45
  "hosted-git-info": "^7.0.0",
46
46
  "import-from-esm": "^1.3.1",
47
47
  "lodash-es": "^4.17.21",
48
- "marked": "^11.0.0",
49
- "marked-terminal": "^6.0.0",
48
+ "marked": "^12.0.0",
49
+ "marked-terminal": "^7.0.0",
50
50
  "micromatch": "^4.0.2",
51
51
  "p-each-series": "^3.0.0",
52
52
  "p-reduce": "^3.0.0",
@@ -58,23 +58,23 @@
58
58
  "yargs": "^17.5.1"
59
59
  },
60
60
  "devDependencies": {
61
- "ava": "6.0.1",
62
- "c8": "9.0.0",
61
+ "ava": "6.1.1",
62
+ "c8": "9.1.0",
63
63
  "clear-module": "4.1.2",
64
64
  "codecov": "3.8.3",
65
65
  "cz-conventional-changelog": "3.3.0",
66
66
  "dockerode": "4.0.2",
67
67
  "file-url": "4.0.0",
68
68
  "fs-extra": "11.2.0",
69
- "got": "14.0.0",
69
+ "got": "14.2.0",
70
70
  "js-yaml": "4.1.0",
71
71
  "lockfile-lint": "4.12.1",
72
72
  "ls-engines": "0.9.1",
73
73
  "mockserver-client": "5.15.0",
74
- "nock": "13.4.0",
75
- "npm-run-all2": "6.1.1",
74
+ "nock": "13.5.1",
75
+ "npm-run-all2": "6.1.2",
76
76
  "p-retry": "6.2.0",
77
- "prettier": "3.1.1",
77
+ "prettier": "3.2.5",
78
78
  "publint": "0.2.7",
79
79
  "sinon": "17.0.1",
80
80
  "stream-buffers": "3.0.2",