Skip to content

Commit 29e2d3a

Browse files
committed
chore: merge fix
1 parent 0c88faf commit 29e2d3a

3 files changed

Lines changed: 79 additions & 35 deletions

File tree

lib/options.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ export class Options {
254254
dtsGeneratorPath: { type: OptionType.String, hasSensitiveValue: true },
255255
filter: { type: OptionType.String, hasSensitiveValue: true },
256256
lookupPath: { type: OptionType.String, hasSensitiveValue: true },
257-
dtsGeneratorPath: { type: OptionType.String, hasSensitiveValue: true },
258257
super: { type: OptionType.String, hasSensitiveValue: true },
259258
skipDeclarations: { type: OptionType.Boolean, hasSensitiveValue: false },
260259
git: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"@nativescript/doctor": "2.0.17",
6161
"@nativescript/hook": "3.0.4",
6262
"@npmcli/arborist": "9.1.6",
63-
"@rigor789/resolve-package-path": "1.0.7",
6463
"@nstudio/trapezedev-project": "7.2.3",
64+
"@rigor789/resolve-package-path": "1.0.7",
6565
"archiver": "7.0.1",
6666
"axios": "1.13.2",
6767
"byline": "5.0.0",

yarn.lock

Lines changed: 78 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ __metadata:
99
version: 0.0.0-use.local
1010
resolution: "@akylas/nativescript-cli@workspace:."
1111
dependencies:
12-
"@foxt/js-srp": "npm:^0.0.3-patch2"
12+
"@foxt/js-srp": "npm:0.0.3-patch2"
1313
"@nativescript/doctor": "npm:2.0.17"
14-
"@npmcli/arborist": "npm:^9.1.4"
14+
"@nativescript/hook": "npm:3.0.4"
15+
"@npmcli/arborist": "npm:9.1.6"
1516
"@nstudio/trapezedev-project": "npm:7.2.3"
1617
"@rigor789/resolve-package-path": "npm:1.0.7"
1718
"@types/archiver": "npm:^6.0.3"
@@ -41,8 +42,8 @@ __metadata:
4142
"@types/ws": "npm:8.18.1"
4243
"@types/xml2js": "npm:0.4.14"
4344
"@types/yargs": "npm:17.0.33"
44-
archiver: "npm:^7.0.1"
45-
axios: "npm:1.12.2"
45+
archiver: "npm:7.0.1"
46+
axios: "npm:1.13.2"
4647
braces: "npm:>=3.0.3"
4748
byline: "npm:5.0.0"
4849
chai: "npm:5.3.3"
@@ -75,7 +76,7 @@ __metadata:
7576
log4js: "npm:6.9.1"
7677
marked: "npm:15.0.12"
7778
marked-terminal: "npm:7.3.0"
78-
minimatch: "npm:10.0.3"
79+
minimatch: "npm:10.1.1"
7980
mkdirp: "npm:3.0.1"
8081
mocha: "npm:11.7.4"
8182
mute-stream: "npm:2.0.0"
@@ -92,14 +93,14 @@ __metadata:
9293
proxy-lib: "npm:0.4.1"
9394
qr-image: "npm:3.2.0"
9495
qrcode-terminal: "npm:0.12.0"
95-
semver: "npm:7.7.2"
96+
semver: "npm:7.7.3"
9697
shelljs: "npm:0.10.0"
97-
simple-git: "npm:3.28.0"
98+
simple-git: "npm:3.30.0"
9899
simple-plist: "npm:1.4.0"
99100
sinon: "npm:19.0.5"
100101
source-map: "npm:0.7.6"
101102
source-map-support: "npm:0.5.21"
102-
tar: "npm:7.5.1"
103+
tar: "npm:7.5.2"
103104
ts-morph: "npm:25.0.1"
104105
tunnel: "npm:0.0.6"
105106
typescript: "npm:5.7.3"
@@ -183,10 +184,10 @@ __metadata:
183184
languageName: node
184185
linkType: hard
185186

186-
"@foxt/js-srp@npm:^0.0.3-patch2":
187-
version: 0.0.3
188-
resolution: "@foxt/js-srp@npm:0.0.3"
189-
checksum: 10c0/b38df00e80473e4e255e36bfeef242da8f38c0607ab61b2842c911a8472c36ff885ba32d34131bca666411aa63a74692050ea34f74e292ed3468aabe7058208c
187+
"@foxt/js-srp@npm:0.0.3-patch2":
188+
version: 0.0.3-patch2
189+
resolution: "@foxt/js-srp@npm:0.0.3-patch2"
190+
checksum: 10c0/44a5784808abbdef0bcbe47d45d4ca8f7579194af3190b0177e3e8483d651926d97496c54cab571b4ffa2e16947490a57e0c434307609a34d2055e0cc693135d
190191
languageName: node
191192
linkType: hard
192193

@@ -714,6 +715,16 @@ __metadata:
714715
languageName: node
715716
linkType: hard
716717

718+
"@nativescript/hook@npm:3.0.4":
719+
version: 3.0.4
720+
resolution: "@nativescript/hook@npm:3.0.4"
721+
dependencies:
722+
glob: "npm:^11.0.0"
723+
mkdirp: "npm:^3.0.1"
724+
checksum: 10c0/a383e5f42b38a4da6c3cce379f0899abb5ff247b94b5cfa77e6ffb4e898c895457ccd08b0d03bb7f88d848b90f8e23d3e0879157f2911d2932b4738820320651
725+
languageName: node
726+
linkType: hard
727+
717728
"@nodelib/fs.scandir@npm:2.1.5":
718729
version: 2.1.5
719730
resolution: "@nodelib/fs.scandir@npm:2.1.5"
@@ -787,9 +798,9 @@ __metadata:
787798
languageName: node
788799
linkType: hard
789800

790-
"@npmcli/arborist@npm:^9.1.4":
791-
version: 9.1.5
792-
resolution: "@npmcli/arborist@npm:9.1.5"
801+
"@npmcli/arborist@npm:9.1.6":
802+
version: 9.1.6
803+
resolution: "@npmcli/arborist@npm:9.1.6"
793804
dependencies:
794805
"@isaacs/string-locale-compare": "npm:^1.1.0"
795806
"@npmcli/fs": "npm:^4.0.0"
@@ -826,7 +837,7 @@ __metadata:
826837
walk-up-path: "npm:^4.0.0"
827838
bin:
828839
arborist: bin/index.js
829-
checksum: 10c0/40618f54cfa7de5ee14a25fea09541ac0af4399f19c6ea5e32ddc0bd0d961105c039d3c7b08e99d38e4bba547f19a69957c48ee5ae2909ac67f5e7339a71bc9a
840+
checksum: 10c0/359e2a278fda83e60bdfdc410c1d439753d8d390a475e934d31d3fd250a3f2b0693dc7c64f6e9ed9cc5bd0186b21b50c3fc1c5befc0c6ff4996d332477dbe1b1
830841
languageName: node
831842
linkType: hard
832843

@@ -1944,7 +1955,7 @@ __metadata:
19441955
languageName: node
19451956
linkType: hard
19461957

1947-
"archiver@npm:^7.0.1":
1958+
"archiver@npm:7.0.1":
19481959
version: 7.0.1
19491960
resolution: "archiver@npm:7.0.1"
19501961
dependencies:
@@ -2112,14 +2123,14 @@ __metadata:
21122123
languageName: node
21132124
linkType: hard
21142125

2115-
"axios@npm:1.12.2":
2116-
version: 1.12.2
2117-
resolution: "axios@npm:1.12.2"
2126+
"axios@npm:1.13.2":
2127+
version: 1.13.2
2128+
resolution: "axios@npm:1.13.2"
21182129
dependencies:
21192130
follow-redirects: "npm:^1.15.6"
21202131
form-data: "npm:^4.0.4"
21212132
proxy-from-env: "npm:^1.1.0"
2122-
checksum: 10c0/80b063e318cf05cd33a4d991cea0162f3573481946f9129efb7766f38fde4c061c34f41a93a9f9521f02b7c9565ccbc197c099b0186543ac84a24580017adfed
2133+
checksum: 10c0/e8a42e37e5568ae9c7a28c348db0e8cf3e43d06fcbef73f0048669edfe4f71219664da7b6cc991b0c0f01c28a48f037c515263cb79be1f1ae8ff034cd813867b
21232134
languageName: node
21242135
linkType: hard
21252136

@@ -4406,6 +4417,22 @@ __metadata:
44064417
languageName: node
44074418
linkType: hard
44084419

4420+
"glob@npm:^11.0.0":
4421+
version: 11.1.0
4422+
resolution: "glob@npm:11.1.0"
4423+
dependencies:
4424+
foreground-child: "npm:^3.3.1"
4425+
jackspeak: "npm:^4.1.1"
4426+
minimatch: "npm:^10.1.1"
4427+
minipass: "npm:^7.1.2"
4428+
package-json-from-dist: "npm:^1.0.0"
4429+
path-scurry: "npm:^2.0.0"
4430+
bin:
4431+
glob: dist/esm/bin.mjs
4432+
checksum: 10c0/1ceae07f23e316a6fa74581d9a74be6e8c2e590d2f7205034dd5c0435c53f5f7b712c2be00c3b65bf0a49294a1c6f4b98cd84c7637e29453b5aa13b79f1763a2
4433+
languageName: node
4434+
linkType: hard
4435+
44094436
"glob@npm:^11.0.3":
44104437
version: 11.0.3
44114438
resolution: "glob@npm:11.0.3"
@@ -6116,12 +6143,12 @@ __metadata:
61166143
languageName: node
61176144
linkType: hard
61186145

6119-
"minimatch@npm:10.0.3, minimatch@npm:^10.0.3":
6120-
version: 10.0.3
6121-
resolution: "minimatch@npm:10.0.3"
6146+
"minimatch@npm:10.1.1, minimatch@npm:^10.1.1":
6147+
version: 10.1.1
6148+
resolution: "minimatch@npm:10.1.1"
61226149
dependencies:
61236150
"@isaacs/brace-expansion": "npm:^5.0.0"
6124-
checksum: 10c0/e43e4a905c5d70ac4cec8530ceaeccb9c544b1ba8ac45238e2a78121a01c17ff0c373346472d221872563204eabe929ad02669bb575cb1f0cc30facab369f70f
6151+
checksum: 10c0/c85d44821c71973d636091fddbfbffe62370f5ee3caf0241c5b60c18cd289e916200acb2361b7e987558cd06896d153e25d505db9fc1e43e6b4b6752e2702902
61256152
languageName: node
61266153
linkType: hard
61276154

@@ -6143,6 +6170,15 @@ __metadata:
61436170
languageName: node
61446171
linkType: hard
61456172

6173+
"minimatch@npm:^10.0.3":
6174+
version: 10.0.3
6175+
resolution: "minimatch@npm:10.0.3"
6176+
dependencies:
6177+
"@isaacs/brace-expansion": "npm:^5.0.0"
6178+
checksum: 10c0/e43e4a905c5d70ac4cec8530ceaeccb9c544b1ba8ac45238e2a78121a01c17ff0c373346472d221872563204eabe929ad02669bb575cb1f0cc30facab369f70f
6179+
languageName: node
6180+
linkType: hard
6181+
61466182
"minimatch@npm:^5.1.0":
61476183
version: 5.1.6
61486184
resolution: "minimatch@npm:5.1.6"
@@ -8077,6 +8113,15 @@ __metadata:
80778113
languageName: node
80788114
linkType: hard
80798115

8116+
"semver@npm:7.7.3":
8117+
version: 7.7.3
8118+
resolution: "semver@npm:7.7.3"
8119+
bin:
8120+
semver: bin/semver.js
8121+
checksum: 10c0/4afe5c986567db82f44c8c6faef8fe9df2a9b1d98098fc1721f57c696c4c21cebd572f297fc21002f81889492345b8470473bc6f4aff5fb032a6ea59ea2bc45e
8122+
languageName: node
8123+
linkType: hard
8124+
80808125
"semver@npm:^5.3.0, semver@npm:^5.4.1, semver@npm:^5.5.0":
80818126
version: 5.7.2
80828127
resolution: "semver@npm:5.7.2"
@@ -8255,14 +8300,14 @@ __metadata:
82558300
languageName: node
82568301
linkType: hard
82578302

8258-
"simple-git@npm:3.28.0":
8259-
version: 3.28.0
8260-
resolution: "simple-git@npm:3.28.0"
8303+
"simple-git@npm:3.30.0":
8304+
version: 3.30.0
8305+
resolution: "simple-git@npm:3.30.0"
82618306
dependencies:
82628307
"@kwsites/file-exists": "npm:^1.1.1"
82638308
"@kwsites/promise-deferred": "npm:^1.1.1"
82648309
debug: "npm:^4.4.0"
8265-
checksum: 10c0/d78b8f5884967513efa3d3ee419be421207367c65b680ee45f4c9571f909ba89933ffa27d6d7972fbb759bb30b00e435e35ade2b9e788661feb996da6f461932
8310+
checksum: 10c0/ca123580944d55c7f93d17f7a89b39cd43245916b35ed3a8b1269d1f2ae9200e17f098e42af4a2572313726f1273641cbe0748a1ea37d8c803c181fb69068b1d
82668311
languageName: node
82678312
linkType: hard
82688313

@@ -8845,16 +8890,16 @@ __metadata:
88458890
languageName: node
88468891
linkType: hard
88478892

8848-
"tar@npm:7.5.1":
8849-
version: 7.5.1
8850-
resolution: "tar@npm:7.5.1"
8893+
"tar@npm:7.5.2":
8894+
version: 7.5.2
8895+
resolution: "tar@npm:7.5.2"
88518896
dependencies:
88528897
"@isaacs/fs-minipass": "npm:^4.0.0"
88538898
chownr: "npm:^3.0.0"
88548899
minipass: "npm:^7.1.2"
88558900
minizlib: "npm:^3.1.0"
88568901
yallist: "npm:^5.0.0"
8857-
checksum: 10c0/0dad0596a61586180981133b20c32cfd93c5863c5b7140d646714e6ea8ec84583b879e5dc3928a4d683be6e6109ad7ea3de1cf71986d5194f81b3a016c8858c9
8902+
checksum: 10c0/a7d8b801139b52f93a7e34830db0de54c5aa45487c7cb551f6f3d44a112c67f1cb8ffdae856b05fd4f17b1749911f1c26f1e3a23bbe0279e17fd96077f13f467
88588903
languageName: node
88598904
linkType: hard
88608905

0 commit comments

Comments
 (0)