Skip to content

chore(deps): dependencies 2024-12-02 [skip-bc] #4174

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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