Skip to content

Commit f172f3f

Browse files
angular-robotjosephperrott
authored andcommitted
build: update all non-major dependencies (#2704)
PR Close #2704
1 parent e3af58e commit f172f3f

File tree

5 files changed

+242
-27
lines changed

5 files changed

+242
-27
lines changed

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

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60573,13 +60573,13 @@ function createPrompt(view) {
6057360573
rl.on("close", hooksCleanup);
6057460574
cleanups.add(() => rl.removeListener("close", hooksCleanup));
6057560575
cycle(() => {
60576-
var _a, _b;
60576+
var _a;
6057760577
try {
6057860578
const nextView = view(config2, (value) => {
6057960579
setImmediate(() => resolve(value));
6058060580
});
6058160581
if (nextView === void 0) {
60582-
const callerFilename = (_b = (_a = callSites[1]) == null ? void 0 : _a.getFileName) == null ? void 0 : _b.call(_a);
60582+
const callerFilename = (_a = callSites[1]) == null ? void 0 : _a.getFileName();
6058360583
throw new Error(`Prompt functions must return a string.
6058460584
at ${callerFilename}`);
6058560585
}
@@ -60665,14 +60665,17 @@ function normalizeChoices(choices) {
6066560665
};
6066660666
}
6066760667
const name = choice.name ?? String(choice.value);
60668-
return {
60668+
const normalizedChoice = {
6066960669
value: choice.value,
6067060670
name,
6067160671
short: choice.short ?? name,
60672-
description: choice.description,
6067360672
disabled: choice.disabled ?? false,
6067460673
checked: choice.checked ?? false
6067560674
};
60675+
if (choice.description) {
60676+
normalizedChoice.description = choice.description;
60677+
}
60678+
return normalizedChoice;
6067660679
});
6067760680
}
6067860681
var esm_default2 = createPrompt((config2, done) => {
@@ -61311,13 +61314,16 @@ function normalizeChoices4(choices) {
6131161314
};
6131261315
}
6131361316
const name = choice.name ?? String(choice.value);
61314-
return {
61317+
const normalizedChoice = {
6131561318
value: choice.value,
6131661319
name,
61317-
description: choice.description,
6131861320
short: choice.short ?? name,
6131961321
disabled: choice.disabled ?? false
6132061322
};
61323+
if (choice.description) {
61324+
normalizedChoice.description = choice.description;
61325+
}
61326+
return normalizedChoice;
6132161327
});
6132261328
}
6132361329
var esm_default10 = createPrompt((config2, done) => {
@@ -61475,13 +61481,16 @@ function normalizeChoices5(choices) {
6147561481
};
6147661482
}
6147761483
const name = choice.name ?? String(choice.value);
61478-
return {
61484+
const normalizedChoice = {
6147961485
value: choice.value,
6148061486
name,
61481-
description: choice.description,
6148261487
short: choice.short ?? name,
6148361488
disabled: choice.disabled ?? false
6148461489
};
61490+
if (choice.description) {
61491+
normalizedChoice.description = choice.description;
61492+
}
61493+
return normalizedChoice;
6148561494
});
6148661495
}
6148761496
var esm_default11 = createPrompt((config2, done) => {

.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.232.3"
6+
"renovate": "39.233.3"
77
}
88
}

.github/ng-renovate/yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2606,9 +2606,9 @@ __metadata:
26062606
languageName: node
26072607
linkType: hard
26082608

2609-
"@yarnpkg/core@npm:4.2.1":
2610-
version: 4.2.1
2611-
resolution: "@yarnpkg/core@npm:4.2.1"
2609+
"@yarnpkg/core@npm:4.3.0":
2610+
version: 4.3.0
2611+
resolution: "@yarnpkg/core@npm:4.3.0"
26122612
dependencies:
26132613
"@arcanis/slice-ansi": "npm:^1.1.1"
26142614
"@types/semver": "npm:^7.1.0"
@@ -2636,7 +2636,7 @@ __metadata:
26362636
treeify: "npm:^1.1.0"
26372637
tslib: "npm:^2.4.0"
26382638
tunnel: "npm:^0.0.6"
2639-
checksum: 10c0/6943450ea0955cffb71e64c0154ecb81721ce8e9a6b4575d357d26732e1c632b805b52d305fd09e55607d38fba169cc680ad84ff3ca48d23a146ccda0a0e1b5e
2639+
checksum: 10c0/db5fec40cdbdcd71866e2fd39d5540197f278a15077ba886867201c9f707f0e3ae314043d12da6ed690c5440939fa2c6ddb74fc3b3b2f24a02df350f3227b0ae
26402640
languageName: node
26412641
linkType: hard
26422642

@@ -5649,7 +5649,7 @@ __metadata:
56495649
version: 0.0.0-use.local
56505650
resolution: "ng-renovate@workspace:."
56515651
dependencies:
5652-
renovate: "npm:39.232.3"
5652+
renovate: "npm:39.233.3"
56535653
languageName: unknown
56545654
linkType: soft
56555655

@@ -6408,9 +6408,9 @@ __metadata:
64086408
languageName: node
64096409
linkType: hard
64106410

6411-
"renovate@npm:39.232.3":
6412-
version: 39.232.3
6413-
resolution: "renovate@npm:39.232.3"
6411+
"renovate@npm:39.233.3":
6412+
version: 39.233.3
6413+
resolution: "renovate@npm:39.233.3"
64146414
dependencies:
64156415
"@aws-sdk/client-codecommit": "npm:3.777.0"
64166416
"@aws-sdk/client-ec2": "npm:3.779.0"
@@ -6440,7 +6440,7 @@ __metadata:
64406440
"@renovatebot/pep440": "npm:4.1.0"
64416441
"@renovatebot/ruby-semver": "npm:4.0.0"
64426442
"@sindresorhus/is": "npm:4.6.0"
6443-
"@yarnpkg/core": "npm:4.2.1"
6443+
"@yarnpkg/core": "npm:4.3.0"
64446444
"@yarnpkg/parsers": "npm:3.0.3"
64456445
agentkeepalive: "npm:4.6.0"
64466446
aggregate-error: "npm:3.1.0"
@@ -6537,7 +6537,7 @@ __metadata:
65376537
bin:
65386538
renovate: dist/renovate.js
65396539
renovate-config-validator: dist/config-validator.js
6540-
checksum: 10c0/9f936bef9d01d397f5b7d0025d2382b1ad44c80b56519bba0158cbc70e22e534ff90bed2f74ae7f411f08e38530e8d9ad623fa8dee39626d1c38eb6cfa0234e8
6540+
checksum: 10c0/c831e8f67061679688e1706c7f2ad53340740f10bd7cb8eea599bc39e27b7dcdb54a9255906c31c45b764bc3d2941867df956e2aa6da6dba00fa67802fdb7c5c
65416541
languageName: node
65426542
linkType: hard
65436543

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ nodejs_register_toolchains(
5555

5656
http_archive(
5757
name = "aspect_rules_js",
58-
sha256 = "05576ae674015b112b7c40c165735386eb9917affe8013e310d5602a093f2382",
59-
strip_prefix = "rules_js-2.3.3",
60-
url = "https://github.com/aspect-build/rules_js/releases/download/v2.3.3/rules_js-v2.3.3.tar.gz",
58+
sha256 = "373e912bd986c38e54da82f15174984563866d14b60c5392e5b39e82b3bdf576",
59+
strip_prefix = "rules_js-2.3.4",
60+
url = "https://github.com/aspect-build/rules_js/releases/download/v2.3.4/rules_js-v2.3.4.tar.gz",
6161
)
6262

6363
load("@aspect_rules_js//js:repositories.bzl", "rules_js_dependencies")

0 commit comments

Comments
 (0)