semantic-release 17.3.5 → 17.3.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/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  <h1 align="center" style="border-bottom: none;">📦🚀 semantic-release</h1>
2
2
  <h3 align="center">Fully automated version management and package publishing</h3>
3
3
  <p align="center">
4
- <a href="https://spectrum.chat/semantic-release">
5
- <img alt="Join the community on Spectrum" src="https://withspectrum.github.io/badge/badge.svg">
4
+ <a href="https://github.com/semantic-release/semantic-release/discussions">
5
+ <img alt="Join the community on GitHub Discussions" src="https://img.shields.io/badge/Join%20the%20community-on%20GitHub%20Discussions-blue">
6
6
  </a>
7
7
  <a href="https://github.com/semantic-release/semantic-release/actions?query=workflow%3ATest+branch%3Amaster">
8
8
  <img alt="Build states" src="https://github.com/semantic-release/semantic-release/workflows/Test/badge.svg">
@@ -131,7 +131,7 @@ In order to use **semantic-release** you need:
131
131
  ## Get help
132
132
 
133
133
  - [Stack Overflow](https://stackoverflow.com/questions/tagged/semantic-release)
134
- - [Spectrum community](https://spectrum.chat/semantic-release)
134
+ - [GitHub Discussions](https://github.com/semantic-release/semantic-release/discussions)
135
135
  - [Twitter](https://twitter.com/SemanticRelease)
136
136
 
137
137
  ## Badge
@@ -91,6 +91,9 @@
91
91
  - [semantic-release-github-pages](https://github.com/qiwi/semantic-release-gh-pages-plugin)
92
92
  - `verifyConditions`: Verify the presence of the auth token set via environment variables.
93
93
  - `publish`: Pushes commit to the documentation branch.
94
+ - [semantic-release-github-pullrequest](https://github.com/asbiin/semantic-release-github-pullrequest)
95
+ - `verifyConditions`: Verify the presence and the validity of the GitHub authentication and other configuration.
96
+ - `publish`: Create a branch to upload all assets and create the pull request on the base branch on GitHub.
94
97
  - [leiningen-semantic-release](https://github.com/NoxHarmonium/leiningen-semantic-release)
95
98
  - `verifyConditions`: Checks the project.clj is syntactically valid.
96
99
  - `prepare`: Update the project.clj version and package the output jar file.
@@ -8,7 +8,7 @@ Here is a few example of the CI services that can be used to achieve this:
8
8
  - [CircleCI Workflows](https://circleci.com/docs/2.0/workflows)
9
9
  - [GitHub Actions](https://github.com/features/actions)
10
10
  - [Codeship Deployment Pipelines](https://documentation.codeship.com/basic/builds-and-configuration/deployment-pipelines)
11
- - [GitLab Pipelines](https://docs.gitlab.com/ee/ci/pipelines.html#introduction-to-pipelines-and-jobs)
11
+ - [GitLab Pipelines](https://docs.gitlab.com/ce/ci/introduction/)
12
12
  - [Codefresh Pipelines](https://codefresh.io/docs/docs/configure-ci-cd-pipeline/introduction-to-codefresh-pipelines)
13
13
  - [Wercker Workflows](http://devcenter.wercker.com/docs/workflows)
14
14
  - [GoCD Pipelines](https://docs.gocd.org/current/introduction/concepts_in_go.html#pipeline).
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": "17.3.5",
4
+ "version": "17.3.9",
5
5
  "author": "Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)",
6
6
  "ava": {
7
7
  "files": [
@@ -26,18 +26,18 @@
26
26
  "@semantic-release/npm": "^7.0.0",
27
27
  "@semantic-release/release-notes-generator": "^9.0.0",
28
28
  "aggregate-error": "^3.0.0",
29
- "cosmiconfig": "^6.0.0",
29
+ "cosmiconfig": "^7.0.0",
30
30
  "debug": "^4.0.0",
31
31
  "env-ci": "^5.0.0",
32
- "execa": "^4.0.0",
32
+ "execa": "^5.0.0",
33
33
  "figures": "^3.0.0",
34
34
  "find-versions": "^4.0.0",
35
- "get-stream": "^5.0.0",
35
+ "get-stream": "^6.0.0",
36
36
  "git-log-parser": "^1.2.0",
37
37
  "hook-std": "^2.0.0",
38
38
  "hosted-git-info": "^3.0.0",
39
39
  "lodash": "^4.17.15",
40
- "marked": "^1.0.0",
40
+ "marked": "^2.0.0",
41
41
  "marked-terminal": "^4.0.0",
42
42
  "micromatch": "^4.0.2",
43
43
  "p-each-series": "^2.1.0",
@@ -50,24 +50,24 @@
50
50
  "yargs": "^16.2.0"
51
51
  },
52
52
  "devDependencies": {
53
- "ava": "^3.1.0",
54
- "clear-module": "^4.0.0",
55
- "codecov": "^3.0.0",
56
- "delay": "^4.0.0",
57
- "dockerode": "^3.0.0",
58
- "file-url": "^3.0.0",
59
- "fs-extra": "^9.0.0",
60
- "got": "^11.0.0",
61
- "js-yaml": "^3.10.0",
62
- "mockserver-client": "^5.1.1",
63
- "nock": "^12.0.0",
64
- "nyc": "^15.0.0",
65
- "p-retry": "^4.0.0",
66
- "proxyquire": "^2.0.0",
67
- "sinon": "^9.0.0",
68
- "stream-buffers": "^3.0.2",
69
- "tempy": "^0.5.0",
70
- "xo": "^0.29.0"
53
+ "ava": "3.15.0",
54
+ "clear-module": "4.1.1",
55
+ "codecov": "3.8.1",
56
+ "delay": "5.0.0",
57
+ "dockerode": "3.2.1",
58
+ "file-url": "3.0.0",
59
+ "fs-extra": "9.1.0",
60
+ "got": "11.8.1",
61
+ "js-yaml": "3.14.0",
62
+ "mockserver-client": "5.11.2",
63
+ "nock": "13.0.7",
64
+ "nyc": "15.1.0",
65
+ "p-retry": "4.3.0",
66
+ "proxyquire": "2.1.3",
67
+ "sinon": "9.2.4",
68
+ "stream-buffers": "3.0.2",
69
+ "tempy": "1.0.0",
70
+ "xo": "0.29.1"
71
71
  },
72
72
  "engines": {
73
73
  "node": ">=10.18"