Skip to content

Commit 3129ead

Browse files
committed
build: lock file maintenance
See associated pull request for more information.
1 parent 64e129b commit 3129ead

File tree

4 files changed

+397
-317
lines changed

4 files changed

+397
-317
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
@@ -1881,9 +1881,9 @@ __metadata:
18811881
languageName: node
18821882
linkType: hard
18831883

1884-
"@smithy/core@npm:^3.6.0, @smithy/core@npm:^3.7.0":
1885-
version: 3.7.0
1886-
resolution: "@smithy/core@npm:3.7.0"
1884+
"@smithy/core@npm:^3.6.0, @smithy/core@npm:^3.7.1":
1885+
version: 3.7.1
1886+
resolution: "@smithy/core@npm:3.7.1"
18871887
dependencies:
18881888
"@smithy/middleware-serde": "npm:^4.0.8"
18891889
"@smithy/protocol-http": "npm:^5.1.2"
@@ -1894,7 +1894,7 @@ __metadata:
18941894
"@smithy/util-stream": "npm:^4.2.3"
18951895
"@smithy/util-utf8": "npm:^4.0.0"
18961896
tslib: "npm:^2.6.2"
1897-
checksum: 10c0/b49848fda805c88f3422db823f19d7ad59859e3180f0cc9f6e0d174a111c09251d00ba788fc3539512fbc08fa53d38977c58b21ddac8f4f74f6cc7f1918066be
1897+
checksum: 10c0/3828f48b776a50ee58896fd8fdcd2ae28e2142114118b5ee78892c6e40f74c63f7dbb39199a324f9858d87ca3362e72563e47ddd81c38895da070c9503325405
18981898
languageName: node
18991899
linkType: hard
19001900

@@ -2064,36 +2064,36 @@ __metadata:
20642064
languageName: node
20652065
linkType: hard
20662066

2067-
"@smithy/middleware-endpoint@npm:^4.1.13, @smithy/middleware-endpoint@npm:^4.1.15":
2068-
version: 4.1.15
2069-
resolution: "@smithy/middleware-endpoint@npm:4.1.15"
2067+
"@smithy/middleware-endpoint@npm:^4.1.13, @smithy/middleware-endpoint@npm:^4.1.16":
2068+
version: 4.1.16
2069+
resolution: "@smithy/middleware-endpoint@npm:4.1.16"
20702070
dependencies:
2071-
"@smithy/core": "npm:^3.7.0"
2071+
"@smithy/core": "npm:^3.7.1"
20722072
"@smithy/middleware-serde": "npm:^4.0.8"
20732073
"@smithy/node-config-provider": "npm:^4.1.3"
20742074
"@smithy/shared-ini-file-loader": "npm:^4.0.4"
20752075
"@smithy/types": "npm:^4.3.1"
20762076
"@smithy/url-parser": "npm:^4.0.4"
20772077
"@smithy/util-middleware": "npm:^4.0.4"
20782078
tslib: "npm:^2.6.2"
2079-
checksum: 10c0/13078862d3355c2bc8db89d822194d4fdd41c19208f8ffc866c1926d2a5fc72aa91acff9d391034cb0d92b8d0e43f3b13cc0752d89d0a175031c603036c0fb83
2079+
checksum: 10c0/9f19d65ec1ed88e6a7a214821087286304199bbc613b157cca9dd7eab12f3ab6554fb38b9681759c75285210b21b4cc1527add1eafd46f9f5bfb8ca5679eebeb
20802080
languageName: node
20812081
linkType: hard
20822082

20832083
"@smithy/middleware-retry@npm:^4.1.14":
2084-
version: 4.1.16
2085-
resolution: "@smithy/middleware-retry@npm:4.1.16"
2084+
version: 4.1.17
2085+
resolution: "@smithy/middleware-retry@npm:4.1.17"
20862086
dependencies:
20872087
"@smithy/node-config-provider": "npm:^4.1.3"
20882088
"@smithy/protocol-http": "npm:^5.1.2"
20892089
"@smithy/service-error-classification": "npm:^4.0.6"
2090-
"@smithy/smithy-client": "npm:^4.4.7"
2090+
"@smithy/smithy-client": "npm:^4.4.8"
20912091
"@smithy/types": "npm:^4.3.1"
20922092
"@smithy/util-middleware": "npm:^4.0.4"
20932093
"@smithy/util-retry": "npm:^4.0.6"
20942094
tslib: "npm:^2.6.2"
20952095
uuid: "npm:^9.0.1"
2096-
checksum: 10c0/d5a6def8456d7b01b51436702c1b3434c5d88bbd8c3a175b1865205178050f3fa14842e5b40119cba33a9057d0992a0670f9c906c827f573af75bf0009af95c2
2096+
checksum: 10c0/d8b8ce6180a1b9bef099c95a0f8bfcd232f12fc662a65f7ac2d65839009678af33665284c29b8abdb92de47f20f40ec95307a5f1d74623a3374158d800598b43
20972097
languageName: node
20982098
linkType: hard
20992099

@@ -2219,18 +2219,18 @@ __metadata:
22192219
languageName: node
22202220
linkType: hard
22212221

2222-
"@smithy/smithy-client@npm:^4.4.5, @smithy/smithy-client@npm:^4.4.7":
2223-
version: 4.4.7
2224-
resolution: "@smithy/smithy-client@npm:4.4.7"
2222+
"@smithy/smithy-client@npm:^4.4.5, @smithy/smithy-client@npm:^4.4.8":
2223+
version: 4.4.8
2224+
resolution: "@smithy/smithy-client@npm:4.4.8"
22252225
dependencies:
2226-
"@smithy/core": "npm:^3.7.0"
2227-
"@smithy/middleware-endpoint": "npm:^4.1.15"
2226+
"@smithy/core": "npm:^3.7.1"
2227+
"@smithy/middleware-endpoint": "npm:^4.1.16"
22282228
"@smithy/middleware-stack": "npm:^4.0.4"
22292229
"@smithy/protocol-http": "npm:^5.1.2"
22302230
"@smithy/types": "npm:^4.3.1"
22312231
"@smithy/util-stream": "npm:^4.2.3"
22322232
tslib: "npm:^2.6.2"
2233-
checksum: 10c0/36940434596ef8beae97343d075f67b954439a254fa3bea4dc6dd1206cfa35be3aa81daedb88605040905136e091198a64de79eb225e13b8d8de226a74e00d1f
2233+
checksum: 10c0/2e7a0138dcf8afed63e998254f75d90fdb8da34f96cd09f84c7736eb5118f2b539b1ccb1dce697fdd7df7653d9c34b663731b22bfd1e0cb5dbdd8f797a01dfd9
22342234
languageName: node
22352235
linkType: hard
22362236

@@ -2313,30 +2313,30 @@ __metadata:
23132313
linkType: hard
23142314

23152315
"@smithy/util-defaults-mode-browser@npm:^4.0.21":
2316-
version: 4.0.23
2317-
resolution: "@smithy/util-defaults-mode-browser@npm:4.0.23"
2316+
version: 4.0.24
2317+
resolution: "@smithy/util-defaults-mode-browser@npm:4.0.24"
23182318
dependencies:
23192319
"@smithy/property-provider": "npm:^4.0.4"
2320-
"@smithy/smithy-client": "npm:^4.4.7"
2320+
"@smithy/smithy-client": "npm:^4.4.8"
23212321
"@smithy/types": "npm:^4.3.1"
23222322
bowser: "npm:^2.11.0"
23232323
tslib: "npm:^2.6.2"
2324-
checksum: 10c0/97ee414cae037ad47a78022435890a281fd4fbfeb68af85c53790db0a703c252b1b42856b8afe4e88c407c3b1d5390108548e6aa7807d6b5130bf5f60f916323
2324+
checksum: 10c0/f0738ae262dd79c17cfa060a26cfd84de6b51d7a238f3d48bc960f2e9888e68af719b825243c99ec65828edda52883bd70361cedd7224f290981d71963edbc07
23252325
languageName: node
23262326
linkType: hard
23272327

23282328
"@smithy/util-defaults-mode-node@npm:^4.0.21":
2329-
version: 4.0.23
2330-
resolution: "@smithy/util-defaults-mode-node@npm:4.0.23"
2329+
version: 4.0.24
2330+
resolution: "@smithy/util-defaults-mode-node@npm:4.0.24"
23312331
dependencies:
23322332
"@smithy/config-resolver": "npm:^4.1.4"
23332333
"@smithy/credential-provider-imds": "npm:^4.0.6"
23342334
"@smithy/node-config-provider": "npm:^4.1.3"
23352335
"@smithy/property-provider": "npm:^4.0.4"
2336-
"@smithy/smithy-client": "npm:^4.4.7"
2336+
"@smithy/smithy-client": "npm:^4.4.8"
23372337
"@smithy/types": "npm:^4.3.1"
23382338
tslib: "npm:^2.6.2"
2339-
checksum: 10c0/2b2a77a59f871bc2f1732dcccc1bb648b23e2559e362d12c6efa82dad6d50436c8ba3acfeb72cb1fcb460c277bdf0ec0724687a3433bf6e298b460e11b16c4f2
2339+
checksum: 10c0/4ca648d7d660bf62c096d2a4b7639e0178898def45aa5e9d0b5ddd4cd6f49478155465145a44c1634e8e3149b7e6f79a19f91f93e584d765118504bac81225c0
23402340
languageName: node
23412341
linkType: hard
23422342

@@ -2612,11 +2612,11 @@ __metadata:
26122612
linkType: hard
26132613

26142614
"@types/node@npm:*, @types/node@npm:>=13.7.0":
2615-
version: 24.0.14
2616-
resolution: "@types/node@npm:24.0.14"
2615+
version: 24.0.15
2616+
resolution: "@types/node@npm:24.0.15"
26172617
dependencies:
26182618
undici-types: "npm:~7.8.0"
2619-
checksum: 10c0/536b5a816554ad1522e9e0c1d517b317f8478798bd76a332d83690aa42b19b5b263eb295ee25f9d0badb430ee6e36412ee9070cb5e3359f6bdcf7e08f94302f1
2619+
checksum: 10c0/39ead0c0ff25dde29357630b5eaa7dd73cf3af796dbd0f01ed439a8af01cbddfa6b68aa9d67fb3243962836170a4463ff856c47fa822250c585987f707eb42b3
26202620
languageName: node
26212621
linkType: hard
26222622

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)