Skip to content

chore(deps): dependencies 2024-12-30 [skip-bc] #4286

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 12 commits into from
Dec 31, 2024
Merged
574 changes: 287 additions & 287 deletions .yarn/releases/yarn-4.5.3.cjs → .yarn/releases/yarn-4.6.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
@@ -4,7 +4,7 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.3.cjs
yarnPath: .yarn/releases/yarn-4.6.0.cjs

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

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
@@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.3.cjs
yarnPath: .yarn/releases/yarn-4.6.0.cjs
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ jobs:
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.6
ruby-version: 3.4.1
bundler-cache: true

- uses: rubygems/release-gem@a25424ba2ba8b387abc8ef40807c2c85b96cbe32
2 changes: 1 addition & 1 deletion config/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.6
3.4.1
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@
"eslint-plugin-json": "4.0.1",
"eslint-plugin-yml": "1.16.0",
"husky": "9.1.7",
"lint-staged": "15.2.11",
"lint-staged": "15.3.0",
"oxlint": "0.11.1",
"pinst": "3.0.0",
"prettier": "3.4.2",
@@ -47,7 +47,7 @@
"renovate-config-algolia": "2.2.0",
"typescript": "5.7.2"
},
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"engines": {
"node": "^22.0.0",
"yarn": "^4.0.0"
6 changes: 3 additions & 3 deletions playground/javascript/browser/package.json
Original file line number Diff line number Diff line change
@@ -26,8 +26,8 @@
"eslint-plugin-react-refresh": "0.4.16",
"globals": "15.14.0",
"typescript": "5.7.2",
"typescript-eslint": "8.18.1",
"vite": "6.0.5"
"typescript-eslint": "8.19.0",
"vite": "6.0.6"
},
"packageManager": "yarn@4.5.3"
"packageManager": "yarn@4.6.0"
}
2 changes: 1 addition & 1 deletion tests/output/csharp/src/Algolia.Search.Tests.csproj
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="6.0.2">
<PackageReference Include="coverlet.collector" Version="6.0.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/output/javascript/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
yarnPath: .yarn/releases/yarn-4.5.3.cjs
yarnPath: .yarn/releases/yarn-4.6.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion website/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.3.cjs
yarnPath: .yarn/releases/yarn-4.6.0.cjs
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -30,5 +30,5 @@
"react-dom": "18.3.1",
"remark-smartypants": "3.0.2"
},
"packageManager": "yarn@4.5.3"
"packageManager": "yarn@4.6.0"
}
402 changes: 72 additions & 330 deletions yarn.lock

Large diffs are not rendered by default.