Skip to content

Commit

Permalink
chore(deps): dependencies 2024-10-21 (#3992)
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: Clément Vannicatte <[email protected]>
  • Loading branch information
3 people authored Oct 21, 2024
1 parent 1c3baf3 commit b8fc148
Show file tree
Hide file tree
Showing 36 changed files with 740 additions and 555 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.9.0
22.10.0
725 changes: 367 additions & 358 deletions .yarn/releases/yarn-4.5.0.cjs → .yarn/releases/yarn-4.5.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.0.cjs
yarnPath: .yarn/releases/yarn-4.5.1.cjs

# esbuild use native binaries, we need both to work locally and on the CI.
supportedArchitectures:
Expand Down
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-javascript/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.9.0
22.10.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 @@ -16,10 +16,10 @@
"test:bundle": "lerna run test:bundle --verbose --include-dependencies"
},
"devDependencies": {
"@types/node": "22.7.5",
"@types/node": "22.7.7",
"@types/semver": "7.5.8",
"bundlesize": "0.18.2",
"execa": "9.4.0",
"execa": "9.4.1",
"lerna": "8.1.8",
"rollup": "4.24.0",
"semver": "7.6.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@types/node": "22.7.5",
"@types/node": "22.7.7",
"jsdom": "25.0.1",
"publint": "0.2.11",
"ts-node": "10.9.2",
"tsup": "8.3.0",
"typescript": "5.6.3",
"vitest": "2.1.2"
"vitest": "2.1.3"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@types/node": "22.7.5",
"@types/node": "22.7.7",
"jsdom": "25.0.1",
"publint": "0.2.11",
"ts-node": "10.9.2",
"tsup": "8.3.0",
"typescript": "5.6.3",
"vitest": "2.1.2"
"vitest": "2.1.3"
},
"dependencies": {
"@algolia/client-common": "5.9.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@types/node": "22.7.5",
"@types/node": "22.7.7",
"jsdom": "25.0.1",
"publint": "0.2.11",
"tsup": "8.3.0",
"typescript": "5.6.3",
"vitest": "2.1.2",
"vitest": "2.1.3",
"xhr-mock": "2.5.1"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@types/node": "22.7.5",
"@types/node": "22.7.7",
"cross-fetch": "4.0.0",
"nock": "13.5.5",
"publint": "0.2.11",
"tsup": "8.3.0",
"typescript": "5.6.3",
"vitest": "2.1.2"
"vitest": "2.1.3"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@types/node": "22.7.5",
"@types/node": "22.7.7",
"nock": "13.5.5",
"publint": "0.2.11",
"tsup": "8.3.0",
"typescript": "5.6.3",
"vitest": "2.1.2"
"vitest": "2.1.3"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@types/node": "22.7.5",
"@types/node": "22.7.7",
"publint": "0.2.11",
"tsup": "8.3.0",
"typescript": "5.6.3"
Expand Down
Loading

0 comments on commit b8fc148

Please sign in to comment.