Skip to content

Commit 998f47f

Browse files
committed
build: update all non-major dependencies
1 parent f2a610b commit 998f47f

File tree

11 files changed

+286
-19
lines changed

11 files changed

+286
-19
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/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": "39.191.0"
6+
"renovate": "39.191.1"
77
}
88
}

.github/ng-renovate/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5616,7 +5616,7 @@ __metadata:
56165616
version: 0.0.0-use.local
56175617
resolution: "ng-renovate@workspace:."
56185618
dependencies:
5619-
renovate: "npm:39.191.0"
5619+
renovate: "npm:39.191.1"
56205620
languageName: unknown
56215621
linkType: soft
56225622

@@ -6368,9 +6368,9 @@ __metadata:
63686368
languageName: node
63696369
linkType: hard
63706370

6371-
"renovate@npm:39.191.0":
6372-
version: 39.191.0
6373-
resolution: "renovate@npm:39.191.0"
6371+
"renovate@npm:39.191.1":
6372+
version: 39.191.1
6373+
resolution: "renovate@npm:39.191.1"
63746374
dependencies:
63756375
"@aws-sdk/client-codecommit": "npm:3.738.0"
63766376
"@aws-sdk/client-ec2": "npm:3.738.0"
@@ -6495,7 +6495,7 @@ __metadata:
64956495
bin:
64966496
renovate: dist/renovate.js
64976497
renovate-config-validator: dist/config-validator.js
6498-
checksum: 10c0/f307bdf8ca2832cb3ffd522c664d21575e94b4ab23932aaab9f1d81621bc959e533087a47f1b806e7191297023f052f05f80c5a062c76c774be9ed8a706daffc
6498+
checksum: 10c0/b5b6dd2591682cddfcd71a484e6d2630dab9b0528c0fcc5fa078d9b6c877dec49804d6a705b9bc254054435432a6dab90f744eddc8dce45330dcad54700b6ef6
64996499
languageName: node
65006500
linkType: hard
65016501

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.

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.51.1",
55
"typescript": "5.8.2",
6-
"@types/node": "22.13.9",
6+
"@types/node": "22.13.10",
77
"esbuild": "0.25.0"
88
},
99
"pnpm": {

0 commit comments

Comments
 (0)