Skip to content

Commit 59c4617

Browse files
angular-robotjosephperrott
authored andcommitted
build: lock file maintenance (#2903)
See associated pull request for more information. PR Close #2903
1 parent 1ac037c commit 59c4617

File tree

4 files changed

+332
-319
lines changed

4 files changed

+332
-319
lines changed

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

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55642,9 +55642,16 @@ var esm_default2 = createPrompt((config2, done) => {
5564255642
} else if (key.name === shortcuts.invert) {
5564355643
setItems(items.map(toggle));
5564455644
} else if (isNumberKey(key)) {
55645-
const position = Number(key.name) - 1;
55646-
const item = items[position];
55647-
if (item != null && isSelectable(item)) {
55645+
const selectedIndex = Number(key.name) - 1;
55646+
let selectableIndex = -1;
55647+
const position = items.findIndex((item) => {
55648+
if (Separator.isSeparator(item))
55649+
return false;
55650+
selectableIndex++;
55651+
return selectableIndex === selectedIndex;
55652+
});
55653+
const selectedItem = items[position];
55654+
if (selectedItem && isSelectable(selectedItem)) {
5564855655
setActive(position);
5564955656
setItems(items.map((choice, i) => i === position ? toggle(choice) : choice));
5565055657
}
@@ -56480,7 +56487,14 @@ var esm_default11 = createPrompt((config2, done) => {
5648056487
setActive(next);
5648156488
}
5648256489
} else if (isNumberKey(key) && !Number.isNaN(Number(rl.line))) {
56483-
const position = Number(rl.line) - 1;
56490+
const selectedIndex = Number(rl.line) - 1;
56491+
let selectableIndex = -1;
56492+
const position = items.findIndex((item2) => {
56493+
if (Separator.isSeparator(item2))
56494+
return false;
56495+
selectableIndex++;
56496+
return selectableIndex === selectedIndex;
56497+
});
5648456498
const item = items[position];
5648556499
if (item != null && isSelectable3(item)) {
5648656500
setActive(position);

.github/ng-renovate/yarn.lock

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1874,9 +1874,9 @@ __metadata:
18741874
languageName: node
18751875
linkType: hard
18761876

1877-
"@smithy/core@npm:^3.6.0, @smithy/core@npm:^3.7.0":
1878-
version: 3.7.0
1879-
resolution: "@smithy/core@npm:3.7.0"
1877+
"@smithy/core@npm:^3.6.0, @smithy/core@npm:^3.7.1":
1878+
version: 3.7.1
1879+
resolution: "@smithy/core@npm:3.7.1"
18801880
dependencies:
18811881
"@smithy/middleware-serde": "npm:^4.0.8"
18821882
"@smithy/protocol-http": "npm:^5.1.2"
@@ -1887,7 +1887,7 @@ __metadata:
18871887
"@smithy/util-stream": "npm:^4.2.3"
18881888
"@smithy/util-utf8": "npm:^4.0.0"
18891889
tslib: "npm:^2.6.2"
1890-
checksum: 10c0/b49848fda805c88f3422db823f19d7ad59859e3180f0cc9f6e0d174a111c09251d00ba788fc3539512fbc08fa53d38977c58b21ddac8f4f74f6cc7f1918066be
1890+
checksum: 10c0/3828f48b776a50ee58896fd8fdcd2ae28e2142114118b5ee78892c6e40f74c63f7dbb39199a324f9858d87ca3362e72563e47ddd81c38895da070c9503325405
18911891
languageName: node
18921892
linkType: hard
18931893

@@ -2057,36 +2057,36 @@ __metadata:
20572057
languageName: node
20582058
linkType: hard
20592059

2060-
"@smithy/middleware-endpoint@npm:^4.1.13, @smithy/middleware-endpoint@npm:^4.1.15":
2061-
version: 4.1.15
2062-
resolution: "@smithy/middleware-endpoint@npm:4.1.15"
2060+
"@smithy/middleware-endpoint@npm:^4.1.13, @smithy/middleware-endpoint@npm:^4.1.16":
2061+
version: 4.1.16
2062+
resolution: "@smithy/middleware-endpoint@npm:4.1.16"
20632063
dependencies:
2064-
"@smithy/core": "npm:^3.7.0"
2064+
"@smithy/core": "npm:^3.7.1"
20652065
"@smithy/middleware-serde": "npm:^4.0.8"
20662066
"@smithy/node-config-provider": "npm:^4.1.3"
20672067
"@smithy/shared-ini-file-loader": "npm:^4.0.4"
20682068
"@smithy/types": "npm:^4.3.1"
20692069
"@smithy/url-parser": "npm:^4.0.4"
20702070
"@smithy/util-middleware": "npm:^4.0.4"
20712071
tslib: "npm:^2.6.2"
2072-
checksum: 10c0/13078862d3355c2bc8db89d822194d4fdd41c19208f8ffc866c1926d2a5fc72aa91acff9d391034cb0d92b8d0e43f3b13cc0752d89d0a175031c603036c0fb83
2072+
checksum: 10c0/9f19d65ec1ed88e6a7a214821087286304199bbc613b157cca9dd7eab12f3ab6554fb38b9681759c75285210b21b4cc1527add1eafd46f9f5bfb8ca5679eebeb
20732073
languageName: node
20742074
linkType: hard
20752075

20762076
"@smithy/middleware-retry@npm:^4.1.14":
2077-
version: 4.1.16
2078-
resolution: "@smithy/middleware-retry@npm:4.1.16"
2077+
version: 4.1.17
2078+
resolution: "@smithy/middleware-retry@npm:4.1.17"
20792079
dependencies:
20802080
"@smithy/node-config-provider": "npm:^4.1.3"
20812081
"@smithy/protocol-http": "npm:^5.1.2"
20822082
"@smithy/service-error-classification": "npm:^4.0.6"
2083-
"@smithy/smithy-client": "npm:^4.4.7"
2083+
"@smithy/smithy-client": "npm:^4.4.8"
20842084
"@smithy/types": "npm:^4.3.1"
20852085
"@smithy/util-middleware": "npm:^4.0.4"
20862086
"@smithy/util-retry": "npm:^4.0.6"
20872087
tslib: "npm:^2.6.2"
20882088
uuid: "npm:^9.0.1"
2089-
checksum: 10c0/d5a6def8456d7b01b51436702c1b3434c5d88bbd8c3a175b1865205178050f3fa14842e5b40119cba33a9057d0992a0670f9c906c827f573af75bf0009af95c2
2089+
checksum: 10c0/d8b8ce6180a1b9bef099c95a0f8bfcd232f12fc662a65f7ac2d65839009678af33665284c29b8abdb92de47f20f40ec95307a5f1d74623a3374158d800598b43
20902090
languageName: node
20912091
linkType: hard
20922092

@@ -2212,18 +2212,18 @@ __metadata:
22122212
languageName: node
22132213
linkType: hard
22142214

2215-
"@smithy/smithy-client@npm:^4.4.5, @smithy/smithy-client@npm:^4.4.7":
2216-
version: 4.4.7
2217-
resolution: "@smithy/smithy-client@npm:4.4.7"
2215+
"@smithy/smithy-client@npm:^4.4.5, @smithy/smithy-client@npm:^4.4.8":
2216+
version: 4.4.8
2217+
resolution: "@smithy/smithy-client@npm:4.4.8"
22182218
dependencies:
2219-
"@smithy/core": "npm:^3.7.0"
2220-
"@smithy/middleware-endpoint": "npm:^4.1.15"
2219+
"@smithy/core": "npm:^3.7.1"
2220+
"@smithy/middleware-endpoint": "npm:^4.1.16"
22212221
"@smithy/middleware-stack": "npm:^4.0.4"
22222222
"@smithy/protocol-http": "npm:^5.1.2"
22232223
"@smithy/types": "npm:^4.3.1"
22242224
"@smithy/util-stream": "npm:^4.2.3"
22252225
tslib: "npm:^2.6.2"
2226-
checksum: 10c0/36940434596ef8beae97343d075f67b954439a254fa3bea4dc6dd1206cfa35be3aa81daedb88605040905136e091198a64de79eb225e13b8d8de226a74e00d1f
2226+
checksum: 10c0/2e7a0138dcf8afed63e998254f75d90fdb8da34f96cd09f84c7736eb5118f2b539b1ccb1dce697fdd7df7653d9c34b663731b22bfd1e0cb5dbdd8f797a01dfd9
22272227
languageName: node
22282228
linkType: hard
22292229

@@ -2306,30 +2306,30 @@ __metadata:
23062306
linkType: hard
23072307

23082308
"@smithy/util-defaults-mode-browser@npm:^4.0.21":
2309-
version: 4.0.23
2310-
resolution: "@smithy/util-defaults-mode-browser@npm:4.0.23"
2309+
version: 4.0.24
2310+
resolution: "@smithy/util-defaults-mode-browser@npm:4.0.24"
23112311
dependencies:
23122312
"@smithy/property-provider": "npm:^4.0.4"
2313-
"@smithy/smithy-client": "npm:^4.4.7"
2313+
"@smithy/smithy-client": "npm:^4.4.8"
23142314
"@smithy/types": "npm:^4.3.1"
23152315
bowser: "npm:^2.11.0"
23162316
tslib: "npm:^2.6.2"
2317-
checksum: 10c0/97ee414cae037ad47a78022435890a281fd4fbfeb68af85c53790db0a703c252b1b42856b8afe4e88c407c3b1d5390108548e6aa7807d6b5130bf5f60f916323
2317+
checksum: 10c0/f0738ae262dd79c17cfa060a26cfd84de6b51d7a238f3d48bc960f2e9888e68af719b825243c99ec65828edda52883bd70361cedd7224f290981d71963edbc07
23182318
languageName: node
23192319
linkType: hard
23202320

23212321
"@smithy/util-defaults-mode-node@npm:^4.0.21":
2322-
version: 4.0.23
2323-
resolution: "@smithy/util-defaults-mode-node@npm:4.0.23"
2322+
version: 4.0.24
2323+
resolution: "@smithy/util-defaults-mode-node@npm:4.0.24"
23242324
dependencies:
23252325
"@smithy/config-resolver": "npm:^4.1.4"
23262326
"@smithy/credential-provider-imds": "npm:^4.0.6"
23272327
"@smithy/node-config-provider": "npm:^4.1.3"
23282328
"@smithy/property-provider": "npm:^4.0.4"
2329-
"@smithy/smithy-client": "npm:^4.4.7"
2329+
"@smithy/smithy-client": "npm:^4.4.8"
23302330
"@smithy/types": "npm:^4.3.1"
23312331
tslib: "npm:^2.6.2"
2332-
checksum: 10c0/2b2a77a59f871bc2f1732dcccc1bb648b23e2559e362d12c6efa82dad6d50436c8ba3acfeb72cb1fcb460c277bdf0ec0724687a3433bf6e298b460e11b16c4f2
2332+
checksum: 10c0/4ca648d7d660bf62c096d2a4b7639e0178898def45aa5e9d0b5ddd4cd6f49478155465145a44c1634e8e3149b7e6f79a19f91f93e584d765118504bac81225c0
23332333
languageName: node
23342334
linkType: hard
23352335

@@ -2605,11 +2605,11 @@ __metadata:
26052605
linkType: hard
26062606

26072607
"@types/node@npm:*, @types/node@npm:>=13.7.0":
2608-
version: 24.0.14
2609-
resolution: "@types/node@npm:24.0.14"
2608+
version: 24.0.15
2609+
resolution: "@types/node@npm:24.0.15"
26102610
dependencies:
26112611
undici-types: "npm:~7.8.0"
2612-
checksum: 10c0/536b5a816554ad1522e9e0c1d517b317f8478798bd76a332d83690aa42b19b5b263eb295ee25f9d0badb430ee6e36412ee9070cb5e3359f6bdcf7e08f94302f1
2612+
checksum: 10c0/39ead0c0ff25dde29357630b5eaa7dd73cf3af796dbd0f01ed439a8af01cbddfa6b68aa9d67fb3243962836170a4463ff856c47fa822250c585987f707eb42b3
26132613
languageName: node
26142614
linkType: hard
26152615

bazel/pnpm-lock.yaml

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

0 commit comments

Comments
 (0)