semantic-release 21.0.7 → 21.0.9

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/LICENSE CHANGED
@@ -9,8 +9,8 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
9
  copies of the Software, and to permit persons to whom the Software is
10
10
  furnished to do so, subject to the following conditions:
11
11
 
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
14
 
15
15
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
16
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
@@ -107,7 +107,7 @@
107
107
  - `verifyConditions`: Verify the presence and the validity of the authentication and the assets option configuration.
108
108
  - `publish`: Publish a Gitea release, optionally uploading file assets.
109
109
  - `addChannel`: Update a Gitea release's pre-release field.
110
- - [@google/semantic-release-replace-plugin](https://github.com/google/semantic-release-replace-plugin)
110
+ - [semantic-release-replace-plugin](https://github.com/jpoehnelt/semantic-release-replace-plugin)
111
111
  - `prepare`: Replace version strings in files using regex and glob.
112
112
  - [semantic-release-rubygem](https://github.com/Gusto/semantic-release-rubygem)
113
113
  - `verifyConditions`: Locate and validate a `.gemspec` file, locate and validate a `lib/**/version.rb` file, verify the presence of the `GEM_HOST_API_KEY` environment variable, and create a credentials file with the API key.
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": "21.0.7",
4
+ "version": "21.0.9",
5
5
  "type": "module",
6
6
  "author": "Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)",
7
7
  "ava": {
@@ -35,13 +35,13 @@
35
35
  "cosmiconfig": "^8.0.0",
36
36
  "debug": "^4.0.0",
37
37
  "env-ci": "^9.0.0",
38
- "execa": "^7.0.0",
38
+ "execa": "^8.0.0",
39
39
  "figures": "^5.0.0",
40
40
  "find-versions": "^5.1.0",
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": "^6.0.0",
44
+ "hosted-git-info": "^7.0.0",
45
45
  "lodash-es": "^4.17.21",
46
46
  "marked": "^5.0.0",
47
47
  "marked-terminal": "^5.1.1",
@@ -57,7 +57,7 @@
57
57
  },
58
58
  "devDependencies": {
59
59
  "ava": "5.3.1",
60
- "c8": "8.0.0",
60
+ "c8": "8.0.1",
61
61
  "clear-module": "4.1.2",
62
62
  "codecov": "3.8.3",
63
63
  "dockerode": "3.3.5",
@@ -66,12 +66,12 @@
66
66
  "got": "13.0.0",
67
67
  "js-yaml": "4.1.0",
68
68
  "mockserver-client": "5.15.0",
69
- "nock": "13.3.1",
69
+ "nock": "13.3.3",
70
70
  "p-retry": "5.1.2",
71
- "prettier": "2.8.8",
71
+ "prettier": "3.0.2",
72
72
  "sinon": "15.2.0",
73
73
  "stream-buffers": "3.0.2",
74
- "tempy": "3.0.0",
74
+ "tempy": "3.1.0",
75
75
  "testdouble": "3.18.0"
76
76
  },
77
77
  "engines": {