Skip to content

Commit 846e87a

Browse files
committed
build: update all non-major dependencies
See associated pull request for more information.
1 parent b1fcd6b commit 846e87a

File tree

13 files changed

+88
-91
lines changed

13 files changed

+88
-91
lines changed

.github/local-actions/branch-manager/main.js

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64396,7 +64396,7 @@ async function sendRequestWithRetries(state, request2, options, createdAt, retri
6439664396
return sendRequestWithRetries(state, request2, options, createdAt, retries);
6439764397
}
6439864398
}
64399-
var VERSION12 = "8.0.1";
64399+
var VERSION12 = "8.0.2";
6440064400
function createAppAuth(options) {
6440164401
if (!options.appId) {
6440264402
throw new Error("[@octokit/auth-app] appId option is required");
@@ -64409,12 +64409,10 @@ function createAppAuth(options) {
6440964409
"[@octokit/auth-app] installationId is set to a falsy value"
6441064410
);
6441164411
}
64412-
const log = Object.assign(
64413-
{
64414-
warn: console.warn.bind(console)
64415-
},
64416-
options.log
64417-
);
64412+
const log = options.log || {};
64413+
if (typeof log.warn !== "function") {
64414+
log.warn = console.warn.bind(console);
64415+
}
6441864416
const request2 = options.request || request.defaults({
6441964417
headers: {
6442064418
"user-agent": `octokit-auth-app.js/${VERSION12} ${getUserAgent()}`

.github/local-actions/labels-sync/main.js

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42877,7 +42877,7 @@ async function sendRequestWithRetries(state, request2, options, createdAt, retri
4287742877
return sendRequestWithRetries(state, request2, options, createdAt, retries);
4287842878
}
4287942879
}
42880-
var VERSION12 = "8.0.1";
42880+
var VERSION12 = "8.0.2";
4288142881
function createAppAuth(options) {
4288242882
if (!options.appId) {
4288342883
throw new Error("[@octokit/auth-app] appId option is required");
@@ -42890,12 +42890,10 @@ function createAppAuth(options) {
4289042890
"[@octokit/auth-app] installationId is set to a falsy value"
4289142891
);
4289242892
}
42893-
const log = Object.assign(
42894-
{
42895-
warn: console.warn.bind(console)
42896-
},
42897-
options.log
42898-
);
42893+
const log = options.log || {};
42894+
if (typeof log.warn !== "function") {
42895+
log.warn = console.warn.bind(console);
42896+
}
4289942897
const request2 = options.request || request.defaults({
4290042898
headers: {
4290142899
"user-agent": `octokit-auth-app.js/${VERSION12} ${getUserAgent()}`

.github/local-actions/lock-closed/main.js

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42614,7 +42614,7 @@ async function sendRequestWithRetries(state, request2, options, createdAt, retri
4261442614
return sendRequestWithRetries(state, request2, options, createdAt, retries);
4261542615
}
4261642616
}
42617-
var VERSION12 = "8.0.1";
42617+
var VERSION12 = "8.0.2";
4261842618
function createAppAuth(options) {
4261942619
if (!options.appId) {
4262042620
throw new Error("[@octokit/auth-app] appId option is required");
@@ -42627,12 +42627,10 @@ function createAppAuth(options) {
4262742627
"[@octokit/auth-app] installationId is set to a falsy value"
4262842628
);
4262942629
}
42630-
const log = Object.assign(
42631-
{
42632-
warn: console.warn.bind(console)
42633-
},
42634-
options.log
42635-
);
42630+
const log = options.log || {};
42631+
if (typeof log.warn !== "function") {
42632+
log.warn = console.warn.bind(console);
42633+
}
4263642634
const request2 = options.request || request.defaults({
4263742635
headers: {
4263842636
"user-agent": `octokit-auth-app.js/${VERSION12} ${getUserAgent()}`

.github/ng-renovate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"packageManager": "[email protected]",
44
"type": "commonjs",
55
"dependencies": {
6-
"renovate": "41.30.3"
6+
"renovate": "41.32.1"
77
}
88
}

.github/ng-renovate/yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3646,17 +3646,17 @@ __metadata:
36463646
languageName: node
36473647
linkType: hard
36483648

3649-
"editorconfig@npm:3.0.0":
3650-
version: 3.0.0
3651-
resolution: "editorconfig@npm:3.0.0"
3649+
"editorconfig@npm:3.0.1":
3650+
version: 3.0.1
3651+
resolution: "editorconfig@npm:3.0.1"
36523652
dependencies:
36533653
"@one-ini/wasm": "npm:0.2.0"
36543654
commander: "npm:^14.0.0"
36553655
minimatch: "npm:10.0.1"
36563656
semver: "npm:^7.7.2"
36573657
bin:
36583658
editorconfig: bin/editorconfig
3659-
checksum: 10c0/060b98ec1b1f56ce8816306fe7bae767be43d68e05006c1f1ffce9d2864e2a5fa705f9967bcdfac8293743737617476c99b69551f99fa43c8470c1fb5be81fac
3659+
checksum: 10c0/b265b0dbff36a1c67942735746c22b81d56477bb1b86014c93025873ea8460cfe64a21406742239dfdf0c65488c319d9ddb16759716ccf4a98e5911494f83cac
36603660
languageName: node
36613661
linkType: hard
36623662

@@ -5905,7 +5905,7 @@ __metadata:
59055905
version: 0.0.0-use.local
59065906
resolution: "ng-renovate@workspace:."
59075907
dependencies:
5908-
renovate: "npm:41.30.3"
5908+
renovate: "npm:41.32.1"
59095909
languageName: unknown
59105910
linkType: soft
59115911

@@ -6628,9 +6628,9 @@ __metadata:
66286628
languageName: node
66296629
linkType: hard
66306630

6631-
"renovate@npm:41.30.3":
6632-
version: 41.30.3
6633-
resolution: "renovate@npm:41.30.3"
6631+
"renovate@npm:41.32.1":
6632+
version: 41.32.1
6633+
resolution: "renovate@npm:41.32.1"
66346634
dependencies:
66356635
"@aws-sdk/client-codecommit": "npm:3.840.0"
66366636
"@aws-sdk/client-ec2": "npm:3.840.0"
@@ -6685,7 +6685,7 @@ __metadata:
66856685
dequal: "npm:2.0.3"
66866686
detect-indent: "npm:7.0.1"
66876687
diff: "npm:8.0.2"
6688-
editorconfig: "npm:3.0.0"
6688+
editorconfig: "npm:3.0.1"
66896689
email-addresses: "npm:5.0.0"
66906690
emoji-regex: "npm:10.4.0"
66916691
emojibase: "npm:16.0.0"
@@ -6751,7 +6751,7 @@ __metadata:
67516751
vuln-vects: "npm:1.1.0"
67526752
xmldoc: "npm:2.0.2"
67536753
yaml: "npm:2.8.0"
6754-
zod: "npm:3.25.71"
6754+
zod: "npm:3.25.74"
67556755
dependenciesMeta:
67566756
better-sqlite3:
67576757
optional: true
@@ -6762,7 +6762,7 @@ __metadata:
67626762
bin:
67636763
renovate: dist/renovate.js
67646764
renovate-config-validator: dist/config-validator.js
6765-
checksum: 10c0/22662abc1d7763daa0f791ba14b1635b789d64893f1754325b10918d0e459c5fb26734ca3880331747d3979eaa89100ab6d497aec4460374f5290f863e0931b8
6765+
checksum: 10c0/bfbedf43ea6585c28df26ebc058d99795aad6ae3d45834f58dc719d931b5630def3000dcfd07e03f3ba668c1d433b354b759797b238919b3e042a9a35e979410
67666766
languageName: node
67676767
linkType: hard
67686768

@@ -8034,10 +8034,10 @@ __metadata:
80348034
languageName: node
80358035
linkType: hard
80368036

8037-
"zod@npm:3.25.71":
8038-
version: 3.25.71
8039-
resolution: "zod@npm:3.25.71"
8040-
checksum: 10c0/ccb251859609e6eed04b83f96ad7b2b7a189ca78b47176cde2c368102a5416b9c472e91b3fd96ceaa5043b2e513b3aec39fd99c36686ad2ad84f6c440afca53a
8037+
"zod@npm:3.25.74":
8038+
version: 3.25.74
8039+
resolution: "zod@npm:3.25.74"
8040+
checksum: 10c0/59e38b046ac333b5bd1ba325a83b6798721227cbfb1e69dfc7159bd7824b904241ab923026edb714fafefec3624265ae374a70aee9a5a45b365bd31781ffa105
80418041
languageName: node
80428042
linkType: hard
80438043

github-actions/branch-manager/main.js

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42877,7 +42877,7 @@ async function sendRequestWithRetries(state, request2, options, createdAt, retri
4287742877
return sendRequestWithRetries(state, request2, options, createdAt, retries);
4287842878
}
4287942879
}
42880-
var VERSION12 = "8.0.1";
42880+
var VERSION12 = "8.0.2";
4288142881
function createAppAuth(options) {
4288242882
if (!options.appId) {
4288342883
throw new Error("[@octokit/auth-app] appId option is required");
@@ -42890,12 +42890,10 @@ function createAppAuth(options) {
4289042890
"[@octokit/auth-app] installationId is set to a falsy value"
4289142891
);
4289242892
}
42893-
const log = Object.assign(
42894-
{
42895-
warn: console.warn.bind(console)
42896-
},
42897-
options.log
42898-
);
42893+
const log = options.log || {};
42894+
if (typeof log.warn !== "function") {
42895+
log.warn = console.warn.bind(console);
42896+
}
4289942897
const request2 = options.request || request.defaults({
4290042898
headers: {
4290142899
"user-agent": `octokit-auth-app.js/${VERSION12} ${getUserAgent()}`

github-actions/feature-request/main.js

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42614,7 +42614,7 @@ async function sendRequestWithRetries(state, request2, options, createdAt, retri
4261442614
return sendRequestWithRetries(state, request2, options, createdAt, retries);
4261542615
}
4261642616
}
42617-
var VERSION12 = "8.0.1";
42617+
var VERSION12 = "8.0.2";
4261842618
function createAppAuth(options) {
4261942619
if (!options.appId) {
4262042620
throw new Error("[@octokit/auth-app] appId option is required");
@@ -42627,12 +42627,10 @@ function createAppAuth(options) {
4262742627
"[@octokit/auth-app] installationId is set to a falsy value"
4262842628
);
4262942629
}
42630-
const log2 = Object.assign(
42631-
{
42632-
warn: console.warn.bind(console)
42633-
},
42634-
options.log
42635-
);
42630+
const log2 = options.log || {};
42631+
if (typeof log2.warn !== "function") {
42632+
log2.warn = console.warn.bind(console);
42633+
}
4263642634
const request2 = options.request || request.defaults({
4263742635
headers: {
4263842636
"user-agent": `octokit-auth-app.js/${VERSION12} ${getUserAgent()}`

github-actions/org-file-sync/main.js

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42614,7 +42614,7 @@ async function sendRequestWithRetries(state, request2, options, createdAt, retri
4261442614
return sendRequestWithRetries(state, request2, options, createdAt, retries);
4261542615
}
4261642616
}
42617-
var VERSION12 = "8.0.1";
42617+
var VERSION12 = "8.0.2";
4261842618
function createAppAuth(options) {
4261942619
if (!options.appId) {
4262042620
throw new Error("[@octokit/auth-app] appId option is required");
@@ -42627,12 +42627,10 @@ function createAppAuth(options) {
4262742627
"[@octokit/auth-app] installationId is set to a falsy value"
4262842628
);
4262942629
}
42630-
const log = Object.assign(
42631-
{
42632-
warn: console.warn.bind(console)
42633-
},
42634-
options.log
42635-
);
42630+
const log = options.log || {};
42631+
if (typeof log.warn !== "function") {
42632+
log.warn = console.warn.bind(console);
42633+
}
4263642634
const request2 = options.request || request.defaults({
4263742635
headers: {
4263842636
"user-agent": `octokit-auth-app.js/${VERSION12} ${getUserAgent()}`

github-actions/post-approval-changes/main.js

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42614,7 +42614,7 @@ async function sendRequestWithRetries(state, request2, options, createdAt, retri
4261442614
return sendRequestWithRetries(state, request2, options, createdAt, retries);
4261542615
}
4261642616
}
42617-
var VERSION12 = "8.0.1";
42617+
var VERSION12 = "8.0.2";
4261842618
function createAppAuth(options) {
4261942619
if (!options.appId) {
4262042620
throw new Error("[@octokit/auth-app] appId option is required");
@@ -42627,12 +42627,10 @@ function createAppAuth(options) {
4262742627
"[@octokit/auth-app] installationId is set to a falsy value"
4262842628
);
4262942629
}
42630-
const log = Object.assign(
42631-
{
42632-
warn: console.warn.bind(console)
42633-
},
42634-
options.log
42635-
);
42630+
const log = options.log || {};
42631+
if (typeof log.warn !== "function") {
42632+
log.warn = console.warn.bind(console);
42633+
}
4263642634
const request2 = options.request || request.defaults({
4263742635
headers: {
4263842636
"user-agent": `octokit-auth-app.js/${VERSION12} ${getUserAgent()}`

github-actions/pull-request-labeling/main.js

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43342,7 +43342,7 @@ async function sendRequestWithRetries(state, request2, options, createdAt, retri
4334243342
return sendRequestWithRetries(state, request2, options, createdAt, retries);
4334343343
}
4334443344
}
43345-
var VERSION12 = "8.0.1";
43345+
var VERSION12 = "8.0.2";
4334643346
function createAppAuth(options) {
4334743347
if (!options.appId) {
4334843348
throw new Error("[@octokit/auth-app] appId option is required");
@@ -43355,12 +43355,10 @@ function createAppAuth(options) {
4335543355
"[@octokit/auth-app] installationId is set to a falsy value"
4335643356
);
4335743357
}
43358-
const log = Object.assign(
43359-
{
43360-
warn: console.warn.bind(console)
43361-
},
43362-
options.log
43363-
);
43358+
const log = options.log || {};
43359+
if (typeof log.warn !== "function") {
43360+
log.warn = console.warn.bind(console);
43361+
}
4336443362
const request2 = options.request || request.defaults({
4336543363
headers: {
4336643364
"user-agent": `octokit-auth-app.js/${VERSION12} ${getUserAgent()}`

0 commit comments

Comments
 (0)