Skip to content

Commit ec81fef

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

File tree

13 files changed

+107
-110
lines changed

13 files changed

+107
-110
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.34.1"
77
}
88
}

.github/ng-renovate/yarn.lock

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1774,25 +1774,25 @@ __metadata:
17741774
languageName: node
17751775
linkType: hard
17761776

1777-
"@renovatebot/osv-offline-db@npm:1.7.3":
1778-
version: 1.7.3
1779-
resolution: "@renovatebot/osv-offline-db@npm:1.7.3"
1777+
"@renovatebot/osv-offline-db@npm:1.7.4":
1778+
version: 1.7.4
1779+
resolution: "@renovatebot/osv-offline-db@npm:1.7.4"
17801780
dependencies:
1781-
"@seald-io/nedb": "npm:^4.1.1"
1782-
checksum: 10c0/147308d56fbd8bfecf75a8140c7b9abf14f733b2d9bc33dda834848a0b977d472ff9e3f253a6e8605d078f39f4340f5745759aa16f4731ddde764cccd07b8649
1781+
"@seald-io/nedb": "npm:^4.1.2"
1782+
checksum: 10c0/8a564d064c74f4b890453c233a759322457cd2c418601ba0e238475ab70d5b19d3053ceef06ece86c66fcba6316944bde09b1aca2ee7ece8091e2e16dde086d8
17831783
languageName: node
17841784
linkType: hard
17851785

1786-
"@renovatebot/osv-offline@npm:1.6.5":
1787-
version: 1.6.5
1788-
resolution: "@renovatebot/osv-offline@npm:1.6.5"
1786+
"@renovatebot/osv-offline@npm:1.6.6":
1787+
version: 1.6.6
1788+
resolution: "@renovatebot/osv-offline@npm:1.6.6"
17891789
dependencies:
1790-
"@renovatebot/osv-offline-db": "npm:1.7.3"
1790+
"@renovatebot/osv-offline-db": "npm:1.7.4"
17911791
adm-zip: "npm:~0.5.16"
17921792
fs-extra: "npm:^11.3.0"
17931793
got: "npm:^11.8.6"
17941794
luxon: "npm:^3.6.1"
1795-
checksum: 10c0/aaa30adc4fdf8d1bba2716c50f17e7e3c56c57b79123d4580b2a67ff3d5416ac75298300aa4b832ba01f83aec533a402e1c779f555e09ee7f9e01753d10c38f7
1795+
checksum: 10c0/0373b0704fd0d739c98212c0361d57c8880c5c06f9b85261939fb9928cea5a450dab064184d68c2d9225d9d1e1cdcb9917fc6aeccc36cc63b5ca26080e1bbe01
17961796
languageName: node
17971797
linkType: hard
17981798

@@ -1817,14 +1817,14 @@ __metadata:
18171817
languageName: node
18181818
linkType: hard
18191819

1820-
"@seald-io/nedb@npm:^4.1.1":
1821-
version: 4.1.1
1822-
resolution: "@seald-io/nedb@npm:4.1.1"
1820+
"@seald-io/nedb@npm:^4.1.2":
1821+
version: 4.1.2
1822+
resolution: "@seald-io/nedb@npm:4.1.2"
18231823
dependencies:
18241824
"@seald-io/binary-search-tree": "npm:^1.0.3"
1825-
localforage: "npm:^1.9.0"
1826-
util: "npm:^0.12.4"
1827-
checksum: 10c0/048baeccbcf01f235c1f17d495a26fcb26b94ee3e9b5126cc0d278b39d5cda7e4499a66181d0b6b6473fecc0a3e8e3c2cd31a49d9f84dce05c232b045dffc477
1825+
localforage: "npm:^1.10.0"
1826+
util: "npm:^0.12.5"
1827+
checksum: 10c0/2507b38e74c579d159173b63d7d3ad869d6d1ab0a77ce5512f6338c4dd93659355a3e457b8406078512181066699429031a528febb298b966168a831075906a9
18281828
languageName: node
18291829
linkType: hard
18301830

@@ -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

@@ -5064,7 +5064,7 @@ __metadata:
50645064
languageName: node
50655065
linkType: hard
50665066

5067-
"localforage@npm:^1.9.0":
5067+
"localforage@npm:^1.10.0":
50685068
version: 1.10.0
50695069
resolution: "localforage@npm:1.10.0"
50705070
dependencies:
@@ -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.34.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.34.1":
6632+
version: 41.34.1
6633+
resolution: "renovate@npm:41.34.1"
66346634
dependencies:
66356635
"@aws-sdk/client-codecommit": "npm:3.840.0"
66366636
"@aws-sdk/client-ec2": "npm:3.840.0"
@@ -6660,7 +6660,7 @@ __metadata:
66606660
"@qnighy/marshal": "npm:0.1.3"
66616661
"@renovatebot/detect-tools": "npm:1.1.0"
66626662
"@renovatebot/kbpgp": "npm:4.0.1"
6663-
"@renovatebot/osv-offline": "npm:1.6.5"
6663+
"@renovatebot/osv-offline": "npm:1.6.6"
66646664
"@renovatebot/pep440": "npm:4.1.0"
66656665
"@renovatebot/ruby-semver": "npm:4.0.0"
66666666
"@sindresorhus/is": "npm:7.0.2"
@@ -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.75"
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/a2f6d0766b5fd4ba709fe9bf813e2ff8a9e3c14c285ae768f769d33269910b66bb8652c09491dee47391e3d2aa3ad126c974a6d06f4b8f5b43f90291dfbc82f2
67666766
languageName: node
67676767
linkType: hard
67686768

@@ -7757,7 +7757,7 @@ __metadata:
77577757
languageName: node
77587758
linkType: hard
77597759

7760-
"util@npm:^0.12.4":
7760+
"util@npm:^0.12.5":
77617761
version: 0.12.5
77627762
resolution: "util@npm:0.12.5"
77637763
dependencies:
@@ -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.75":
8038+
version: 3.25.75
8039+
resolution: "zod@npm:3.25.75"
8040+
checksum: 10c0/e11c83dcd1437401c1edf4f0448bd13b9133e83196385d0ee5407662bef6c08099cb511b5e65f11f2feba244b6709bcd34077c9450c9f3064f75df51b362b5f2
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)