Skip to content

Commit 1789727

Browse files
chore(deps): update dependency @arethetypeswrong/cli to v0.17.1 (#4217)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 51e9afa commit 1789727

File tree

9 files changed

+47
-15
lines changed

9 files changed

+47
-15
lines changed

clients/algoliasearch-client-javascript/packages/client-common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"test:bundle": "publint . && attw --pack ."
3636
},
3737
"devDependencies": {
38-
"@arethetypeswrong/cli": "0.17.0",
38+
"@arethetypeswrong/cli": "0.17.1",
3939
"@types/node": "22.10.1",
4040
"jsdom": "25.0.1",
4141
"publint": "0.2.12",

clients/algoliasearch-client-javascript/packages/client-composition/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@algolia/requester-node-http": "5.15.0"
5656
},
5757
"devDependencies": {
58-
"@arethetypeswrong/cli": "0.17.0",
58+
"@arethetypeswrong/cli": "0.17.1",
5959
"@types/node": "22.10.1",
6060
"publint": "0.2.12",
6161
"rollup": "4.28.1",

clients/algoliasearch-client-javascript/packages/logger-console/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"test:bundle": "publint . && attw --pack ."
3636
},
3737
"devDependencies": {
38-
"@arethetypeswrong/cli": "0.17.0",
38+
"@arethetypeswrong/cli": "0.17.1",
3939
"@types/node": "22.10.1",
4040
"jsdom": "25.0.1",
4141
"publint": "0.2.12",

clients/algoliasearch-client-javascript/packages/requester-browser-xhr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@algolia/client-common": "5.15.0"
3636
},
3737
"devDependencies": {
38-
"@arethetypeswrong/cli": "0.17.0",
38+
"@arethetypeswrong/cli": "0.17.1",
3939
"@types/node": "22.10.1",
4040
"jsdom": "25.0.1",
4141
"publint": "0.2.12",

clients/algoliasearch-client-javascript/packages/requester-fetch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@algolia/client-common": "5.15.0"
5252
},
5353
"devDependencies": {
54-
"@arethetypeswrong/cli": "0.17.0",
54+
"@arethetypeswrong/cli": "0.17.1",
5555
"@types/node": "22.10.1",
5656
"cross-fetch": "4.0.0",
5757
"nock": "13.5.6",

clients/algoliasearch-client-javascript/packages/requester-node-http/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@algolia/client-common": "5.15.0"
3939
},
4040
"devDependencies": {
41-
"@arethetypeswrong/cli": "0.17.0",
41+
"@arethetypeswrong/cli": "0.17.1",
4242
"@types/node": "22.10.1",
4343
"nock": "13.5.6",
4444
"publint": "0.2.12",

clients/algoliasearch-client-javascript/packages/requester-testing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@algolia/requester-node-http": "5.15.0"
5050
},
5151
"devDependencies": {
52-
"@arethetypeswrong/cli": "0.17.0",
52+
"@arethetypeswrong/cli": "0.17.1",
5353
"@types/node": "22.10.1",
5454
"publint": "0.2.12",
5555
"tsup": "8.3.5",

clients/algoliasearch-client-javascript/yarn.lock

+39-7
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ __metadata:
4343
version: 0.0.0-use.local
4444
resolution: "@algolia/client-common@workspace:packages/client-common"
4545
dependencies:
46-
"@arethetypeswrong/cli": "npm:0.17.0"
46+
"@arethetypeswrong/cli": "npm:0.17.1"
4747
"@types/node": "npm:22.10.1"
4848
jsdom: "npm:25.0.1"
4949
publint: "npm:0.2.12"
@@ -62,7 +62,7 @@ __metadata:
6262
"@algolia/requester-browser-xhr": "npm:5.15.0"
6363
"@algolia/requester-fetch": "npm:5.15.0"
6464
"@algolia/requester-node-http": "npm:5.15.0"
65-
"@arethetypeswrong/cli": "npm:0.17.0"
65+
"@arethetypeswrong/cli": "npm:0.17.1"
6666
"@types/node": "npm:22.10.1"
6767
publint: "npm:0.2.12"
6868
rollup: "npm:4.28.1"
@@ -161,7 +161,7 @@ __metadata:
161161
resolution: "@algolia/logger-console@workspace:packages/logger-console"
162162
dependencies:
163163
"@algolia/client-common": "npm:5.15.0"
164-
"@arethetypeswrong/cli": "npm:0.17.0"
164+
"@arethetypeswrong/cli": "npm:0.17.1"
165165
"@types/node": "npm:22.10.1"
166166
jsdom: "npm:25.0.1"
167167
publint: "npm:0.2.12"
@@ -211,7 +211,7 @@ __metadata:
211211
resolution: "@algolia/requester-browser-xhr@workspace:packages/requester-browser-xhr"
212212
dependencies:
213213
"@algolia/client-common": "npm:5.15.0"
214-
"@arethetypeswrong/cli": "npm:0.17.0"
214+
"@arethetypeswrong/cli": "npm:0.17.1"
215215
"@types/node": "npm:22.10.1"
216216
jsdom: "npm:25.0.1"
217217
publint: "npm:0.2.12"
@@ -227,7 +227,7 @@ __metadata:
227227
resolution: "@algolia/requester-fetch@workspace:packages/requester-fetch"
228228
dependencies:
229229
"@algolia/client-common": "npm:5.15.0"
230-
"@arethetypeswrong/cli": "npm:0.17.0"
230+
"@arethetypeswrong/cli": "npm:0.17.1"
231231
"@types/node": "npm:22.10.1"
232232
cross-fetch: "npm:4.0.0"
233233
nock: "npm:13.5.6"
@@ -243,7 +243,7 @@ __metadata:
243243
resolution: "@algolia/requester-node-http@workspace:packages/requester-node-http"
244244
dependencies:
245245
"@algolia/client-common": "npm:5.15.0"
246-
"@arethetypeswrong/cli": "npm:0.17.0"
246+
"@arethetypeswrong/cli": "npm:0.17.1"
247247
"@types/node": "npm:22.10.1"
248248
nock: "npm:13.5.6"
249249
publint: "npm:0.2.12"
@@ -261,7 +261,7 @@ __metadata:
261261
"@algolia/requester-browser-xhr": "npm:5.15.0"
262262
"@algolia/requester-fetch": "npm:5.15.0"
263263
"@algolia/requester-node-http": "npm:5.15.0"
264-
"@arethetypeswrong/cli": "npm:0.17.0"
264+
"@arethetypeswrong/cli": "npm:0.17.1"
265265
"@types/node": "npm:22.10.1"
266266
publint: "npm:0.2.12"
267267
tsup: "npm:8.3.5"
@@ -293,6 +293,23 @@ __metadata:
293293
languageName: node
294294
linkType: hard
295295

296+
"@arethetypeswrong/cli@npm:0.17.1":
297+
version: 0.17.1
298+
resolution: "@arethetypeswrong/cli@npm:0.17.1"
299+
dependencies:
300+
"@arethetypeswrong/core": "npm:0.17.1"
301+
chalk: "npm:^4.1.2"
302+
cli-table3: "npm:^0.6.3"
303+
commander: "npm:^10.0.1"
304+
marked: "npm:^9.1.2"
305+
marked-terminal: "npm:^7.1.0"
306+
semver: "npm:^7.5.4"
307+
bin:
308+
attw: dist/index.js
309+
checksum: 10/7a964dbdaa9ba7d4bd0ed47d5d90c79040523d064892b98cf03eea64980e302d30b7d88ba905458b7303c1b0277b372d046b2de838b7d92da06924093e718a3e
310+
languageName: node
311+
linkType: hard
312+
296313
"@arethetypeswrong/core@npm:0.17.0":
297314
version: 0.17.0
298315
resolution: "@arethetypeswrong/core@npm:0.17.0"
@@ -308,6 +325,21 @@ __metadata:
308325
languageName: node
309326
linkType: hard
310327

328+
"@arethetypeswrong/core@npm:0.17.1":
329+
version: 0.17.1
330+
resolution: "@arethetypeswrong/core@npm:0.17.1"
331+
dependencies:
332+
"@andrewbranch/untar.js": "npm:^1.0.3"
333+
cjs-module-lexer: "npm:^1.2.3"
334+
fflate: "npm:^0.8.2"
335+
lru-cache: "npm:^10.4.3"
336+
semver: "npm:^7.5.4"
337+
typescript: "npm:5.6.1-rc"
338+
validate-npm-package-name: "npm:^5.0.0"
339+
checksum: 10/bf6340ee54a7598663b8ddf8b3f49f9bf4fe345ff2e30385140afb0591f37fe11136a836cc6a2199f923695eedab053ed341541d0fa2df0224ca6b7bb1f24c68
340+
languageName: node
341+
linkType: hard
342+
311343
"@babel/code-frame@npm:^7.0.0":
312344
version: 7.26.2
313345
resolution: "@babel/code-frame@npm:7.26.2"

templates/javascript/clients/package.mustache

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"jsdom": "25.0.1",
137137
"vitest": "2.1.8",
138138
{{/isAlgoliasearchClient}}
139-
"@arethetypeswrong/cli": "0.17.0",
139+
"@arethetypeswrong/cli": "0.17.1",
140140
"@types/node": "22.10.1",
141141
"publint": "0.2.12",
142142
"rollup": "4.28.1",

0 commit comments

Comments
 (0)