Skip to content

Commit

Permalink
chore(deps): dependencies 2024-12-02 [skip-bc] (#4174)
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: Pierre Millot <pierre.millot@algolia.com>
  • Loading branch information
3 people authored Dec 2, 2024
1 parent b54f1c3 commit 641c1c3
Show file tree
Hide file tree
Showing 43 changed files with 3,314 additions and 2,862 deletions.
160 changes: 80 additions & 80 deletions .yarn/releases/yarn-4.5.2.cjs → .yarn/releases/yarn-4.5.3.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.2.cjs
yarnPath: .yarn/releases/yarn-4.5.3.cjs

# esbuild use native binaries, we need both to work locally and on the CI.
supportedArchitectures:
Expand Down

Large diffs are not rendered by default.

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

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.1.cjs
yarnPath: .yarn/releases/yarn-4.5.3.cjs
6 changes: 3 additions & 3 deletions clients/algoliasearch-client-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"test:bundle": "lerna run test:bundle --verbose --include-dependencies"
},
"devDependencies": {
"@types/node": "22.9.3",
"@types/node": "22.10.1",
"bundlewatch": "0.4.0",
"execa": "9.5.1",
"lerna": "8.1.9",
"rollup": "4.27.4",
"typescript": "5.6.3"
"rollup": "4.28.0",
"typescript": "5.7.2"
},
"bundlewatch": {
"files": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.0",
"@types/node": "22.9.3",
"@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.5"
"vitest": "2.1.6"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.0",
"@types/node": "22.9.3",
"@types/node": "22.10.1",
"publint": "0.2.12",
"rollup": "4.27.4",
"rollup": "4.28.0",
"tsup": "8.3.5",
"typescript": "5.7.2"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.0",
"@types/node": "22.9.3",
"@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.5"
"vitest": "2.1.6"
},
"dependencies": {
"@algolia/client-common": "5.15.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.0",
"@types/node": "22.9.3",
"@types/node": "22.10.1",
"jsdom": "25.0.1",
"publint": "0.2.12",
"tsup": "8.3.5",
"typescript": "5.7.2",
"vitest": "2.1.5",
"vitest": "2.1.6",
"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.17.0",
"@types/node": "22.9.3",
"@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.5"
"vitest": "2.1.6"
},
"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.17.0",
"@types/node": "22.9.3",
"@types/node": "22.10.1",
"nock": "13.5.6",
"publint": "0.2.12",
"tsup": "8.3.5",
"typescript": "5.7.2",
"vitest": "2.1.5"
"vitest": "2.1.6"
},
"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.17.0",
"@types/node": "22.9.3",
"@types/node": "22.10.1",
"publint": "0.2.12",
"tsup": "8.3.5",
"typescript": "5.7.2"
Expand Down
Loading

0 comments on commit 641c1c3

Please sign in to comment.