Skip to content

Commit 358f499

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

File tree

15 files changed

+136
-139
lines changed

15 files changed

+136
-139
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.35.0"
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.35.0"
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.35.0":
6632+
version: 41.35.0
6633+
resolution: "renovate@npm:41.35.0"
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.76"
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/a6a9366b9298ed3922b8be9fecd2ba3acf6fae70788512569efeda07415f181129e30b1c19846b7239af7f77a234ebcadd86ea9220e0d0431611022136f75945
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.76":
8038+
version: 3.25.76
8039+
resolution: "zod@npm:3.25.76"
8040+
checksum: 10c0/5718ec35e3c40b600316c5b4c5e4976f7fee68151bc8f8d90ec18a469be9571f072e1bbaace10f1e85cf8892ea12d90821b200e980ab46916a6166a4260a983c
80418041
languageName: node
80428042
linkType: hard
80438043

bazel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"dependencies": {
44
"@microsoft/api-extractor": "7.52.8",
55
"@types/browser-sync": "2.29.0",
6-
"@types/node": "22.16.3",
6+
"@types/node": "22.16.4",
77
"@types/selenium-webdriver": "^4.1.28",
88
"@types/send": "0.17.5",
99
"@types/wait-on": "^5.3.4",

0 commit comments

Comments
 (0)