@semantic-release/github 12.0.2 → 12.0.3
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/lib/success.js +1 -1
- package/package.json +8 -8
package/lib/success.js
CHANGED
|
@@ -457,7 +457,7 @@ function buildAssociatedPRsQuery(shas) {
|
|
|
457
457
|
repository(owner: $owner, name: $repo) {
|
|
458
458
|
${shas
|
|
459
459
|
.map((sha) => {
|
|
460
|
-
return `commit${sha.slice(0,
|
|
460
|
+
return `commit${sha.slice(0, 12)}: object(oid: "${sha}") {
|
|
461
461
|
...on Commit {
|
|
462
462
|
oid
|
|
463
463
|
associatedPullRequests(first: 100) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semantic-release/github",
|
|
3
3
|
"description": "semantic-release plugin to publish a GitHub release and comment on released Pull Requests/Issues",
|
|
4
|
-
"version": "12.0.
|
|
4
|
+
"version": "12.0.3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Pierre Vanduynslager (https://twitter.com/@pvdlg_)",
|
|
7
7
|
"ava": {
|
|
@@ -46,14 +46,14 @@
|
|
|
46
46
|
"cpy": "12.1.0",
|
|
47
47
|
"cz-conventional-changelog": "3.3.0",
|
|
48
48
|
"fetch-mock": "npm:@gr2m/fetch-mock@9.11.0-pull-request-644.1",
|
|
49
|
-
"lockfile-lint": "
|
|
50
|
-
"ls-engines": "0.
|
|
49
|
+
"lockfile-lint": "5.0.0",
|
|
50
|
+
"ls-engines": "0.10.0",
|
|
51
51
|
"npm-run-all2": "8.0.4",
|
|
52
|
-
"prettier": "3.
|
|
53
|
-
"publint": "0.3.
|
|
52
|
+
"prettier": "3.8.1",
|
|
53
|
+
"publint": "0.3.17",
|
|
54
54
|
"semantic-release": "25.0.2",
|
|
55
|
-
"sinon": "21.0.
|
|
56
|
-
"tempy": "3.1.
|
|
55
|
+
"sinon": "21.0.1",
|
|
56
|
+
"tempy": "3.1.2"
|
|
57
57
|
},
|
|
58
58
|
"engines": {
|
|
59
59
|
"node": "^22.14.0 || >= 24.10.0"
|
|
@@ -128,5 +128,5 @@
|
|
|
128
128
|
"github>semantic-release/.github:renovate-config"
|
|
129
129
|
]
|
|
130
130
|
},
|
|
131
|
-
"packageManager": "npm@11.
|
|
131
|
+
"packageManager": "npm@11.8.0"
|
|
132
132
|
}
|