Skip to content

Commit

Permalink
chore(deps): dependencies 2024-12-09 [skip-bc] (#4197)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: shortcuts <vannicattec@gmail.com>
  • Loading branch information
3 people authored Dec 9, 2024
1 parent 456b7df commit 9e1e60f
Show file tree
Hide file tree
Showing 28 changed files with 1,466 additions and 385 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.11.0
22.12.0
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-csharp/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "9.0.100",
"version": "9.0.101",
"rollForward": "latestMinor"
}
}
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-javascript/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.11.0
22.12.0
4 changes: 2 additions & 2 deletions clients/algoliasearch-client-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"devDependencies": {
"@types/node": "22.10.1",
"bundlewatch": "0.4.0",
"execa": "9.5.1",
"execa": "9.5.2",
"lerna": "8.1.9",
"rollup": "4.28.0",
"rollup": "4.28.1",
"typescript": "5.7.2"
},
"bundlewatch": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"test:bundle": "publint . && attw --pack ."
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.0",
"@arethetypeswrong/cli": "0.17.1",
"@types/node": "22.10.1",
"jsdom": "25.0.1",
"publint": "0.2.12",
"ts-node": "10.9.2",
"tsup": "8.3.5",
"typescript": "5.7.2",
"vitest": "2.1.6"
"vitest": "2.1.8"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
"@algolia/requester-node-http": "5.15.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.0",
"@arethetypeswrong/cli": "0.17.1",
"@types/node": "22.10.1",
"publint": "0.2.12",
"rollup": "4.28.0",
"rollup": "4.28.1",
"tsup": "8.3.5",
"typescript": "5.7.2"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"test:bundle": "publint . && attw --pack ."
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.0",
"@arethetypeswrong/cli": "0.17.1",
"@types/node": "22.10.1",
"jsdom": "25.0.1",
"publint": "0.2.12",
"ts-node": "10.9.2",
"tsup": "8.3.5",
"typescript": "5.7.2",
"vitest": "2.1.6"
"vitest": "2.1.8"
},
"dependencies": {
"@algolia/client-common": "5.15.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"@algolia/client-common": "5.15.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.0",
"@arethetypeswrong/cli": "0.17.1",
"@types/node": "22.10.1",
"jsdom": "25.0.1",
"publint": "0.2.12",
"tsup": "8.3.5",
"typescript": "5.7.2",
"vitest": "2.1.6",
"vitest": "2.1.8",
"xhr-mock": "2.5.1"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@
"@algolia/client-common": "5.15.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.0",
"@arethetypeswrong/cli": "0.17.1",
"@types/node": "22.10.1",
"cross-fetch": "4.0.0",
"nock": "13.5.6",
"publint": "0.2.12",
"tsup": "8.3.5",
"typescript": "5.7.2",
"vitest": "2.1.6"
"vitest": "2.1.8"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
"@algolia/client-common": "5.15.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.0",
"@arethetypeswrong/cli": "0.17.1",
"@types/node": "22.10.1",
"nock": "13.5.6",
"publint": "0.2.12",
"tsup": "8.3.5",
"typescript": "5.7.2",
"vitest": "2.1.6"
"vitest": "2.1.8"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@algolia/requester-node-http": "5.15.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.0",
"@arethetypeswrong/cli": "0.17.1",
"@types/node": "22.10.1",
"publint": "0.2.12",
"tsup": "8.3.5",
Expand Down
Loading

0 comments on commit 9e1e60f

Please sign in to comment.