semantic-release 24.1.0 → 24.1.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.
Files changed (1) hide show
  1. package/package.json +8 -10
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": "24.1.0",
4
+ "version": "24.1.2",
5
5
  "type": "module",
6
6
  "author": "Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)",
7
7
  "ava": {
@@ -30,7 +30,7 @@
30
30
  "dependencies": {
31
31
  "@semantic-release/commit-analyzer": "^13.0.0-beta.1",
32
32
  "@semantic-release/error": "^4.0.0",
33
- "@semantic-release/github": "^10.0.0",
33
+ "@semantic-release/github": "^11.0.0",
34
34
  "@semantic-release/npm": "^12.0.0",
35
35
  "@semantic-release/release-notes-generator": "^14.0.0-beta.1",
36
36
  "aggregate-error": "^5.0.0",
@@ -43,7 +43,7 @@
43
43
  "get-stream": "^6.0.0",
44
44
  "git-log-parser": "^1.2.0",
45
45
  "hook-std": "^3.0.0",
46
- "hosted-git-info": "^7.0.0",
46
+ "hosted-git-info": "^8.0.0",
47
47
  "import-from-esm": "^1.3.1",
48
48
  "lodash-es": "^4.17.21",
49
49
  "marked": "^12.0.0",
@@ -62,7 +62,6 @@
62
62
  "ava": "6.1.3",
63
63
  "c8": "10.1.2",
64
64
  "clear-module": "4.1.2",
65
- "codecov": "3.8.3",
66
65
  "cz-conventional-changelog": "3.3.0",
67
66
  "dockerode": "4.0.2",
68
67
  "file-url": "4.0.0",
@@ -72,12 +71,12 @@
72
71
  "lockfile-lint": "4.14.0",
73
72
  "ls-engines": "0.9.3",
74
73
  "mockserver-client": "5.15.0",
75
- "nock": "13.5.4",
76
- "npm-run-all2": "6.2.2",
74
+ "nock": "13.5.5",
75
+ "npm-run-all2": "6.2.3",
77
76
  "p-retry": "6.2.0",
78
77
  "prettier": "3.3.3",
79
- "publint": "0.2.10",
80
- "sinon": "18.0.0",
78
+ "publint": "0.2.11",
79
+ "sinon": "19.0.2",
81
80
  "stream-buffers": "3.0.3",
82
81
  "tempy": "3.1.0",
83
82
  "testdouble": "3.20.2"
@@ -147,7 +146,6 @@
147
146
  }
148
147
  },
149
148
  "scripts": {
150
- "codecov": "codecov -f coverage/coverage-final.json",
151
149
  "lint:prettier": "prettier --check \"*.{js,json,md}\" \".github/**/*.{md,yml}\" \"docs/**/*.md\" \"{bin,lib,test}/**/*.js\"",
152
150
  "lint:prettier:fix": "prettier --write \"*.{js,json,md}\" \".github/**/*.{md,yml}\" \"docs/**/*.md\" \"{bin,lib,test}/**/*.js\"",
153
151
  "lint:lockfile": "lockfile-lint",
@@ -164,5 +162,5 @@
164
162
  "github>semantic-release/.github:renovate-config"
165
163
  ]
166
164
  },
167
- "packageManager": "npm@10.8.2"
165
+ "packageManager": "npm@10.8.3"
168
166
  }