Skip to content

Commit b683897

Browse files
committed
build: lock file maintenance
1 parent 04132c6 commit b683897

File tree

10 files changed

+724
-165
lines changed

10 files changed

+724
-165
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60107,12 +60107,11 @@ function cursorDown(n) {
6010760107
return n > 0 ? import_ansi_escapes.default.cursorDown(n) : "";
6010860108
}
6010960109
var ScreenManager = class {
60110-
rl;
6011160110
height = 0;
6011260111
extraLinesUnderPrompt = 0;
6011360112
cursorPos;
60113+
rl;
6011460114
constructor(rl) {
60115-
this.rl = rl;
6011660115
this.rl = rl;
6011760116
this.cursorPos = rl.getCursorPos();
6011860117
}
@@ -60179,23 +60178,22 @@ var PromisePolyfill = class extends Promise {
6017960178
//
6018060179
function getCallSites() {
6018160180
const _prepareStackTrace = Error.prepareStackTrace;
60181+
let result = [];
6018260182
try {
60183-
let result = [];
6018460183
Error.prepareStackTrace = (_, callSites) => {
6018560184
const callSitesWithoutCurrent = callSites.slice(1);
6018660185
result = callSitesWithoutCurrent;
6018760186
return callSitesWithoutCurrent;
6018860187
};
6018960188
new Error().stack;
60189+
} catch {
6019060190
return result;
60191-
} finally {
60192-
Error.prepareStackTrace = _prepareStackTrace;
6019360191
}
60192+
Error.prepareStackTrace = _prepareStackTrace;
60193+
return result;
6019460194
}
6019560195
function createPrompt(view) {
60196-
var _a, _b;
6019760196
const callSites = getCallSites();
60198-
const callerFilename = (_b = (_a = callSites[1]) == null ? void 0 : _a.getFileName) == null ? void 0 : _b.call(_a);
6019960197
const prompt = (config, context2 = {}) => {
6020060198
const { input = process.stdin, signal } = context2;
6020160199
const cleanups = /* @__PURE__ */ new Set();
@@ -60229,11 +60227,13 @@ function createPrompt(view) {
6022960227
rl.on("close", hooksCleanup);
6023060228
cleanups.add(() => rl.removeListener("close", hooksCleanup));
6023160229
cycle(() => {
60230+
var _a, _b;
6023260231
try {
6023360232
const nextView = view(config, (value) => {
6023460233
setImmediate(() => resolve(value));
6023560234
});
6023660235
if (nextView === void 0) {
60236+
const callerFilename = (_b = (_a = callSites[1]) == null ? void 0 : _a.getFileName) == null ? void 0 : _b.call(_a);
6023760237
throw new Error(`Prompt functions must return a string.
6023860238
at ${callerFilename}`);
6023960239
}

.github/ng-renovate/yarn.lock

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2506,11 +2506,11 @@ __metadata:
25062506
linkType: hard
25072507

25082508
"@types/node@npm:*, @types/node@npm:>=13.7.0":
2509-
version: 22.13.9
2510-
resolution: "@types/node@npm:22.13.9"
2509+
version: 22.13.10
2510+
resolution: "@types/node@npm:22.13.10"
25112511
dependencies:
25122512
undici-types: "npm:~6.20.0"
2513-
checksum: 10c0/eb6acd04169a076631dcaab712128d492cd17a1b3f10daae4a377f3d439c860c3cd3e32f4ef221671f56183b976ac7c4089f4193457314a88675ead4663438a4
2513+
checksum: 10c0/a3865f9503d6f718002374f7b87efaadfae62faa499c1a33b12c527cfb9fd86f733e1a1b026b80c5a0e4a965701174bc3305595a7d36078aa1abcf09daa5dee9
25142514
languageName: node
25152515
linkType: hard
25162516

@@ -2699,11 +2699,11 @@ __metadata:
26992699
linkType: hard
27002700

27012701
"acorn@npm:^8.14.0":
2702-
version: 8.14.0
2703-
resolution: "acorn@npm:8.14.0"
2702+
version: 8.14.1
2703+
resolution: "acorn@npm:8.14.1"
27042704
bin:
27052705
acorn: bin/acorn
2706-
checksum: 10c0/6d4ee461a7734b2f48836ee0fbb752903606e576cc100eb49340295129ca0b452f3ba91ddd4424a1d4406a98adfb2ebb6bd0ff4c49d7a0930c10e462719bbfd7
2706+
checksum: 10c0/dbd36c1ed1d2fa3550140000371fcf721578095b18777b85a79df231ca093b08edc6858d75d6e48c73e431c174dcf9214edbd7e6fa5911b93bd8abfa54e47123
27072707
languageName: node
27082708
linkType: hard
27092709

@@ -3111,7 +3111,7 @@ __metadata:
31113111
languageName: node
31123112
linkType: hard
31133113

3114-
"call-bound@npm:^1.0.2, call-bound@npm:^1.0.3":
3114+
"call-bound@npm:^1.0.2, call-bound@npm:^1.0.3, call-bound@npm:^1.0.4":
31153115
version: 1.0.4
31163116
resolution: "call-bound@npm:1.0.4"
31173117
dependencies:
@@ -3209,9 +3209,9 @@ __metadata:
32093209
linkType: hard
32103210

32113211
"ci-info@npm:^4.0.0":
3212-
version: 4.1.0
3213-
resolution: "ci-info@npm:4.1.0"
3214-
checksum: 10c0/0f969ce32a974c542bc8abe4454b220d9d9323bb9415054c92a900faa5fdda0bb222eda68c490127c1d78503510d46b6aca614ecaba5a60515b8ac7e170119e6
3212+
version: 4.2.0
3213+
resolution: "ci-info@npm:4.2.0"
3214+
checksum: 10c0/37a2f4b6a213a5cf835890eb0241f0d5b022f6cfefde58a69e9af8e3a0e71e06d6ad7754b0d4efb9cd2613e58a7a33996d71b56b0d04242722e86666f3f3d058
32153215
languageName: node
32163216
linkType: hard
32173217

@@ -3891,7 +3891,7 @@ __metadata:
38913891
languageName: node
38923892
linkType: hard
38933893

3894-
"for-each@npm:^0.3.3":
3894+
"for-each@npm:^0.3.5":
38953895
version: 0.3.5
38963896
resolution: "for-each@npm:0.3.5"
38973897
dependencies:
@@ -7601,16 +7601,17 @@ __metadata:
76017601
linkType: hard
76027602

76037603
"which-typed-array@npm:^1.1.16, which-typed-array@npm:^1.1.2":
7604-
version: 1.1.18
7605-
resolution: "which-typed-array@npm:1.1.18"
7604+
version: 1.1.19
7605+
resolution: "which-typed-array@npm:1.1.19"
76067606
dependencies:
76077607
available-typed-arrays: "npm:^1.0.7"
76087608
call-bind: "npm:^1.0.8"
7609-
call-bound: "npm:^1.0.3"
7610-
for-each: "npm:^0.3.3"
7609+
call-bound: "npm:^1.0.4"
7610+
for-each: "npm:^0.3.5"
7611+
get-proto: "npm:^1.0.1"
76117612
gopd: "npm:^1.2.0"
76127613
has-tostringtag: "npm:^1.0.2"
7613-
checksum: 10c0/0412f4a91880ca1a2a63056187c2e3de6b129b2b5b6c17bc3729f0f7041047ae48fb7424813e51506addb2c97320003ee18b8c57469d2cde37983ef62126143c
7614+
checksum: 10c0/702b5dc878addafe6c6300c3d0af5983b175c75fcb4f2a72dfc3dd38d93cf9e89581e4b29c854b16ea37e50a7d7fca5ae42ece5c273d8060dcd603b2404bbb3f
76147615
languageName: node
76157616
linkType: hard
76167617

bazel/api-golden/test/fixtures/pkg_no_exports_field/pnpm-lock.yaml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bazel/api-golden/test/fixtures/pkg_no_exports_field/testing/nested/pnpm-lock.yaml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bazel/api-golden/test/fixtures/pkg_no_exports_field/testing/pnpm-lock.yaml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bazel/api-golden/test/fixtures/test_package/pnpm-lock.yaml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bazel/app-bundling/test/pnpm-lock.yaml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bazel/browsers/update-script/pnpm-lock.yaml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/ts_proto/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,11 @@ __metadata:
147147
linkType: hard
148148

149149
"@types/node@npm:>=13.7.0":
150-
version: 22.13.9
151-
resolution: "@types/node@npm:22.13.9"
150+
version: 22.13.10
151+
resolution: "@types/node@npm:22.13.10"
152152
dependencies:
153153
undici-types: "npm:~6.20.0"
154-
checksum: 10c0/eb6acd04169a076631dcaab712128d492cd17a1b3f10daae4a377f3d439c860c3cd3e32f4ef221671f56183b976ac7c4089f4193457314a88675ead4663438a4
154+
checksum: 10c0/a3865f9503d6f718002374f7b87efaadfae62faa499c1a33b12c527cfb9fd86f733e1a1b026b80c5a0e4a965701174bc3305595a7d36078aa1abcf09daa5dee9
155155
languageName: node
156156
linkType: hard
157157

@@ -165,11 +165,11 @@ __metadata:
165165
linkType: hard
166166

167167
"acorn@npm:^8.9.0":
168-
version: 8.14.0
169-
resolution: "acorn@npm:8.14.0"
168+
version: 8.14.1
169+
resolution: "acorn@npm:8.14.1"
170170
bin:
171171
acorn: bin/acorn
172-
checksum: 10c0/6d4ee461a7734b2f48836ee0fbb752903606e576cc100eb49340295129ca0b452f3ba91ddd4424a1d4406a98adfb2ebb6bd0ff4c49d7a0930c10e462719bbfd7
172+
checksum: 10c0/dbd36c1ed1d2fa3550140000371fcf721578095b18777b85a79df231ca093b08edc6858d75d6e48c73e431c174dcf9214edbd7e6fa5911b93bd8abfa54e47123
173173
languageName: node
174174
linkType: hard
175175

0 commit comments

Comments
 (0)