semantic-release 22.0.8 → 22.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -69,7 +69,7 @@ The table below shows which commit message gets you which release type when `sem
69
69
  ### Automation with CI
70
70
 
71
71
  **semantic-release** is meant to be executed on the CI environment after every successful build on the release branch.
72
- This way no human is directly involved in the release process and the releases are guaranteed to be [unromantic and unsentimental](http://sentimentalversioning.org).
72
+ This way no human is directly involved in the release process and the releases are guaranteed to be [unromantic and unsentimental](https://github.com/dominictarr/sentimental-versioning#readme).
73
73
 
74
74
  ### Triggering a release
75
75
 
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": "22.0.8",
4
+ "version": "22.0.9",
5
5
  "type": "module",
6
6
  "author": "Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)",
7
7
  "ava": {
@@ -33,7 +33,7 @@
33
33
  "@semantic-release/npm": "^11.0.0",
34
34
  "@semantic-release/release-notes-generator": "^12.0.0",
35
35
  "aggregate-error": "^5.0.0",
36
- "cosmiconfig": "^8.0.0",
36
+ "cosmiconfig": "^9.0.0",
37
37
  "debug": "^4.0.0",
38
38
  "env-ci": "^10.0.0",
39
39
  "execa": "^8.0.0",
@@ -58,24 +58,24 @@
58
58
  "yargs": "^17.5.1"
59
59
  },
60
60
  "devDependencies": {
61
- "ava": "5.3.1",
61
+ "ava": "6.0.0",
62
62
  "c8": "8.0.1",
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.0",
67
67
  "file-url": "4.0.0",
68
- "fs-extra": "11.1.1",
69
- "got": "13.0.0",
68
+ "fs-extra": "11.2.0",
69
+ "got": "14.0.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.3.8",
74
+ "nock": "13.4.0",
75
75
  "npm-run-all2": "6.1.1",
76
76
  "p-retry": "6.1.0",
77
77
  "prettier": "3.1.0",
78
- "publint": "0.2.5",
78
+ "publint": "0.2.6",
79
79
  "sinon": "17.0.1",
80
80
  "stream-buffers": "3.0.2",
81
81
  "tempy": "3.1.0",