Skip to content

Commit

Permalink
chore(deps): dependencies 2024-09-23 (#3790)
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 <[email protected]>
  • Loading branch information
3 people authored Sep 23, 2024
1 parent e279260 commit 1939114
Show file tree
Hide file tree
Showing 41 changed files with 1,447 additions and 1,230 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.7.0
22.9.0
324 changes: 162 additions & 162 deletions .yarn/releases/yarn-4.4.1.cjs → .yarn/releases/yarn-4.5.0.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.4.1.cjs
yarnPath: .yarn/releases/yarn-4.5.0.cjs

# esbuild use native binaries, we need both to work locally and on the CI.
supportedArchitectures:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
</ItemGroup>

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.7.0
22.9.0
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"bundlesize": "0.18.2",
"execa": "9.4.0",
"lerna": "8.1.8",
"rollup": "4.21.3",
"rollup": "4.22.4",
"semver": "7.6.3",
"typescript": "5.6.2"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@types/node": "22.5.5",
"jsdom": "25.0.0",
"jsdom": "25.0.1",
"publint": "0.2.11",
"ts-node": "10.9.2",
"tsup": "8.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@types/node": "22.5.5",
"jsdom": "25.0.0",
"jsdom": "25.0.1",
"publint": "0.2.11",
"tsup": "8.3.0",
"typescript": "5.6.2",
Expand Down
Loading

0 comments on commit 1939114

Please sign in to comment.