Skip to content

chore(deps): dependencies 2024-10-07 #3876

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 33 commits into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
597bc7b
chore: automatic empty commit
algolia-bot Oct 4, 2024
aefde67
Merge branch 'main' into chore/renovateBaseBranch
shortcuts Oct 7, 2024
7705799
chore(deps): update dependency @actions/artifact to v2.1.10 (#3878)
renovate[bot] Oct 7, 2024
d729ad9
chore(deps): update redsun82/setup-swift digest to 362f49f (#3900)
renovate[bot] Oct 7, 2024
30c5777
chore: skip if file not found
shortcuts Oct 7, 2024
f8abba7
Merge branch 'main' into chore/renovateBaseBranch
shortcuts Oct 7, 2024
6790600
chore(deps): update dependency java to v17.0.12+7 (#3902)
renovate[bot] Oct 7, 2024
fde7be1
chore(deps): update dependency dart to v3.5.3 (#3901)
renovate[bot] Oct 7, 2024
7f7c523
chore(deps): update dependency eslint-plugin-import to v2.31.0 (#3904)
renovate[bot] Oct 7, 2024
3b7d59c
chore(deps): update dependency google/google-java-format to v1.24.0 (…
renovate[bot] Oct 7, 2024
f9f6b9f
chore(deps): update dependency vitest to v2.1.2 (#3885)
renovate[bot] Oct 7, 2024
cc25638
chore(deps): update dependency eslint-plugin-jsdoc to v50.3.1 (#3882)
renovate[bot] Oct 7, 2024
5c6dccd
chore(deps): update dependency argcomplete to v3.5.1 (#3896)
renovate[bot] Oct 7, 2024
1ec750b
fix(deps): update module github.com/kinbiko/jsonassert to v1.2.0 (#3894)
renovate[bot] Oct 7, 2024
60fa2c8
fix(deps): update dependency com.algolia:algoliasearch to v4.4.0 (#3893)
renovate[bot] Oct 7, 2024
fad6c00
chore(deps): update dependency wiremock.net to 1.6.6 (#3886)
renovate[bot] Oct 7, 2024
1a14313
chore(deps): update dependency macos to v14 (#3911)
renovate[bot] Oct 7, 2024
489be08
chore(deps): update dependency golang to v1.23.2 (#3883)
renovate[bot] Oct 7, 2024
7fe31d5
chore(deps): update dependency swiftlang/swift to v5.10.1 (#3905)
renovate[bot] Oct 7, 2024
65a3785
chore(deps): update typescript-eslint monorepo to v8.8.0 (#3907)
renovate[bot] Oct 7, 2024
500aec6
chore(deps): update dependency rollup to v4.24.0 (#3891)
renovate[bot] Oct 7, 2024
e86f44d
chore(deps): update dependency @openapitools/openapi-generator-cli to…
renovate[bot] Oct 7, 2024
6ba7dd9
chore(deps): update babel monorepo to v7.25.7 (#3877)
renovate[bot] Oct 7, 2024
5916b43
chore(deps): update dependency @redocly/cli to v1.25.5 (#3880)
renovate[bot] Oct 7, 2024
19e173c
chore(deps): update dependency @vitest/eslint-plugin to v1.1.6 (#3881)
renovate[bot] Oct 7, 2024
c488f0f
chore(deps): update dependency @actions/core to v1.11.1 (#3887)
renovate[bot] Oct 7, 2024
c664d31
chore(deps): update dependency org.junit.jupiter:junit-jupiter to v5.…
renovate[bot] Oct 7, 2024
edee540
chore(deps): replace dependency eslint-plugin-vitest with @vitest/esl…
renovate[bot] Oct 7, 2024
04adf7d
chore(deps): update dependency @stylistic/eslint-plugin to v2.9.0 (#3…
renovate[bot] Oct 7, 2024
b1d23e3
chore(deps): update dependency eslint-plugin-unused-imports to v4 (#3…
renovate[bot] Oct 7, 2024
b128683
chore: swifty darty javy
shortcuts Oct 7, 2024
7de4cd1
chore: revert swifty upgrady
shortcuts Oct 7, 2024
f3e6896
chore: revert swifty upgrady
shortcuts Oct 7, 2024
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
4 changes: 1 addition & 3 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ module.exports = {
'@typescript-eslint/no-namespace': 0,
'import/dynamic-import-chunkname': 0,

'unused-imports/no-unused-imports-ts': 2,
'unused-imports/no-unused-imports': 2,
'@typescript-eslint/no-unused-vars': 2,
'@typescript-eslint/consistent-indexed-object-style': 2,
'@typescript-eslint/member-ordering': [
Expand Down Expand Up @@ -205,8 +205,6 @@ module.exports = {
{
files: ['clients/algoliasearch-client-javascript/packages/**/__tests__/**/*.ts'],

extends: ["plugin:vitest/legacy-recommended"],

plugins: ['@vitest/eslint-plugin'],
},
{
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
- name: Download Java formatter
if: inputs.type != 'minimal'
shell: bash
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
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

# JavaScript for monorepo and tooling
- name: Install Node
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ target
**/.DS_Store
.gradle
build
.build
pom.xml

dist
Expand Down
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-java/.java-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17.0.12
17.0.12+7
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.22.5",
"rollup": "4.24.0",
"semver": "7.6.3",
"typescript": "5.6.2"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"ts-node": "10.9.2",
"tsup": "8.3.0",
"typescript": "5.6.2",
"vitest": "2.1.1"
"vitest": "2.1.2"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"ts-node": "10.9.2",
"tsup": "8.3.0",
"typescript": "5.6.2",
"vitest": "2.1.1"
"vitest": "2.1.2"
},
"dependencies": {
"@algolia/client-common": "5.7.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"publint": "0.2.11",
"tsup": "8.3.0",
"typescript": "5.6.2",
"vitest": "2.1.1",
"vitest": "2.1.2",
"xhr-mock": "2.5.1"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"publint": "0.2.11",
"tsup": "8.3.0",
"typescript": "5.6.2",
"vitest": "2.1.1"
"vitest": "2.1.2"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"publint": "0.2.11",
"tsup": "8.3.0",
"typescript": "5.6.2",
"vitest": "2.1.1"
"vitest": "2.1.2"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Loading
Loading