semantic-release 20.0.0-beta.4 → 20.0.1

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.
@@ -1,6 +1,6 @@
1
1
  # Node version requirement
2
2
 
3
- **semantic-release** is written using the latest [ECMAScript 2017](https://www.ecma-international.org/publications/standards/Ecma-262.htm) features, without transpilation which **requires Node version 14.17 or higher**.
3
+ **semantic-release** is written using the latest [ECMAScript 2017](https://www.ecma-international.org/publications/standards/Ecma-262.htm) features, without transpilation which **requires Node version 18.0.0 or higher**.
4
4
 
5
5
  **semantic-release** is meant to be used in a CI environment as a development support tool, not as a production dependency.
6
6
  Therefore, the only constraint is to run the `semantic-release` in a CI environment providing version of Node that meets our version requirement.
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": "20.0.0-beta.4",
4
+ "version": "20.0.1",
5
5
  "type": "module",
6
6
  "author": "Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)",
7
7
  "ava": {
@@ -32,7 +32,7 @@
32
32
  "@semantic-release/npm": "^9.0.0",
33
33
  "@semantic-release/release-notes-generator": "^10.0.0",
34
34
  "aggregate-error": "^4.0.1",
35
- "cosmiconfig": "^7.0.0",
35
+ "cosmiconfig": "^8.0.0",
36
36
  "debug": "^4.0.0",
37
37
  "env-ci": "^8.0.0",
38
38
  "execa": "^6.1.0",
@@ -41,7 +41,7 @@
41
41
  "get-stream": "^6.0.0",
42
42
  "git-log-parser": "^1.2.0",
43
43
  "hook-std": "^3.0.0",
44
- "hosted-git-info": "^5.1.0",
44
+ "hosted-git-info": "^6.0.0",
45
45
  "lodash-es": "^4.17.21",
46
46
  "marked": "^4.1.0",
47
47
  "marked-terminal": "^5.1.1",
@@ -56,27 +56,24 @@
56
56
  "yargs": "^17.5.1"
57
57
  },
58
58
  "devDependencies": {
59
- "ava": "4.3.3",
59
+ "ava": "5.1.0",
60
60
  "c8": "7.12.0",
61
61
  "clear-module": "4.1.2",
62
62
  "codecov": "3.8.3",
63
63
  "delay": "5.0.0",
64
64
  "dockerode": "3.3.4",
65
65
  "file-url": "^4.0.0",
66
- "fs-extra": "^10.1.0",
66
+ "fs-extra": "^11.0.0",
67
67
  "got": "^12.5.0",
68
68
  "js-yaml": "4.1.0",
69
69
  "mockserver-client": "5.14.0",
70
70
  "nock": "13.2.9",
71
71
  "p-retry": "^5.1.1",
72
72
  "prettier": "^2.7.1",
73
- "sinon": "14.0.0",
73
+ "sinon": "15.0.1",
74
74
  "stream-buffers": "3.0.2",
75
75
  "tempy": "^3.0.0",
76
- "testdouble": "3.16.6"
77
- },
78
- "overrides": {
79
- "semantic-release": "20.0.0-beta.1"
76
+ "testdouble": "3.16.8"
80
77
  },
81
78
  "engines": {
82
79
  "node": ">=18"