Skip to content

Commit 3c4c876

Browse files
algolia-botshortcutsrenovate[bot]millotp
authored
chore(deps): dependencies 2024-10-07 (#3876)
Co-authored-by: Clément Vannicatte <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pierre Millot <[email protected]>
1 parent 1f715a1 commit 3c4c876

File tree

32 files changed

+864
-674
lines changed

32 files changed

+864
-674
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ module.exports = {
121121
'@typescript-eslint/no-namespace': 0,
122122
'import/dynamic-import-chunkname': 0,
123123

124-
'unused-imports/no-unused-imports-ts': 2,
124+
'unused-imports/no-unused-imports': 2,
125125
'@typescript-eslint/no-unused-vars': 2,
126126
'@typescript-eslint/consistent-indexed-object-style': 2,
127127
'@typescript-eslint/member-ordering': [
@@ -205,8 +205,6 @@ module.exports = {
205205
{
206206
files: ['clients/algoliasearch-client-javascript/packages/**/__tests__/**/*.ts'],
207207

208-
extends: ["plugin:vitest/legacy-recommended"],
209-
210208
plugins: ['@vitest/eslint-plugin'],
211209
},
212210
{

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
- name: Download Java formatter
3535
if: inputs.type != 'minimal'
3636
shell: bash
37-
run: curl --retry 3 -L "https://github.com/google/google-java-format/releases/download/v1.23.0/google-java-format-1.23.0-all-deps.jar" > /tmp/java-formatter.jar
37+
run: curl --retry 3 -L "https://github.com/google/google-java-format/releases/download/v1.24.0/google-java-format-1.24.0-all-deps.jar" > /tmp/java-formatter.jar
3838

3939
# JavaScript for monorepo and tooling
4040
- name: Install Node

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ target
2020
**/.DS_Store
2121
.gradle
2222
build
23+
.build
2324
pom.xml
2425

2526
dist
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17.0.12
1+
17.0.12+7

clients/algoliasearch-client-javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"bundlesize": "0.18.2",
2222
"execa": "9.4.0",
2323
"lerna": "8.1.8",
24-
"rollup": "4.22.5",
24+
"rollup": "4.24.0",
2525
"semver": "7.6.3",
2626
"typescript": "5.6.2"
2727
},

clients/algoliasearch-client-javascript/packages/client-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"ts-node": "10.9.2",
4242
"tsup": "8.3.0",
4343
"typescript": "5.6.2",
44-
"vitest": "2.1.1"
44+
"vitest": "2.1.2"
4545
},
4646
"engines": {
4747
"node": ">= 14.0.0"

clients/algoliasearch-client-javascript/packages/logger-console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"ts-node": "10.9.2",
4242
"tsup": "8.3.0",
4343
"typescript": "5.6.2",
44-
"vitest": "2.1.1"
44+
"vitest": "2.1.2"
4545
},
4646
"dependencies": {
4747
"@algolia/client-common": "5.7.0"

clients/algoliasearch-client-javascript/packages/requester-browser-xhr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"publint": "0.2.11",
4141
"tsup": "8.3.0",
4242
"typescript": "5.6.2",
43-
"vitest": "2.1.1",
43+
"vitest": "2.1.2",
4444
"xhr-mock": "2.5.1"
4545
},
4646
"engines": {

clients/algoliasearch-client-javascript/packages/requester-fetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"publint": "0.2.11",
5858
"tsup": "8.3.0",
5959
"typescript": "5.6.2",
60-
"vitest": "2.1.1"
60+
"vitest": "2.1.2"
6161
},
6262
"engines": {
6363
"node": ">= 14.0.0"

clients/algoliasearch-client-javascript/packages/requester-node-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"publint": "0.2.11",
4444
"tsup": "8.3.0",
4545
"typescript": "5.6.2",
46-
"vitest": "2.1.1"
46+
"vitest": "2.1.2"
4747
},
4848
"engines": {
4949
"node": ">= 14.0.0"

0 commit comments

Comments
 (0)