Skip to content
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

chore(deps): dependencies 2024-10-28 [skip-bc] #4032

Merged
merged 23 commits into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from 22 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
4d9e0fa
chore: automatic empty commit
algolia-bot Oct 25, 2024
9d374aa
fix: only check for bc on main target
shortcuts Oct 25, 2024
505de47
chore(deps): update dependency org.junit.jupiter:junit-jupiter to v5.…
renovate[bot] Oct 26, 2024
8c67e8b
chore(deps): update dependency chai to v5.1.2 (#4034)
renovate[bot] Oct 26, 2024
2b05e5c
chore(deps): update dependency @redocly/cli to v1.25.9 (#4033)
renovate[bot] Oct 26, 2024
9bfb2ff
chore(deps): update dependency publint to v0.2.12 (#4038)
renovate[bot] Oct 26, 2024
f8b2f63
chore(deps): update dependency php/php-src to v8.3.13 (#4036)
renovate[bot] Oct 26, 2024
672a0e9
chore(deps): update actions/setup-java action to v4.5.0 (#4043)
renovate[bot] Oct 26, 2024
7301a7a
fix(deps): update algolia-instantsearch monorepo (#4041)
renovate[bot] Oct 26, 2024
ba70e3b
fix(deps): update dependency com.algolia:algoliasearch to v4.5.4 (#4042)
renovate[bot] Oct 26, 2024
559d131
chore(deps): update dependency rollup to v4.24.2 (#4045)
renovate[bot] Oct 28, 2024
5844017
fix(deps): update ktor monorepo to v3 (major) (#4044)
renovate[bot] Oct 28, 2024
74e552f
chore(deps): update yarn to v4.5.1 (#4040)
renovate[bot] Oct 28, 2024
091e3c8
chore(deps): update dependency scala to v3.5.2 (#4039)
renovate[bot] Oct 28, 2024
fc14c86
chore(deps): update dependency prettier-plugin-java to v2.6.5 (#4037)
renovate[bot] Oct 28, 2024
7540061
chore(deps): update dependency tsup to v8.3.5 (#4046)
renovate[bot] Oct 28, 2024
60425cc
chore(deps): update dependency execa to v9.5.0 (#4049)
renovate[bot] Oct 28, 2024
e8fe33f
chore(deps): update dependency @types/node to v22.8.1 (#4048)
renovate[bot] Oct 28, 2024
857c918
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.1…
renovate[bot] Oct 28, 2024
eb56ae9
some deps
millotp Oct 28, 2024
8051c22
Merge branch 'main' into chore/renovateBaseBranch
shortcuts Oct 28, 2024
09c4a9a
missed a template
millotp Oct 28, 2024
18f7a6a
build
millotp Oct 28, 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
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
# Java for code generation
- name: Install Java
if: inputs.type != 'minimal'
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
distribution: zulu
java-version-file: config/.java-version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ jobs:
run: yarn cli build playground ${{ matrix.client.language }}

- name: Run Java 'algoliasearch' public API validation
if: ${{ matrix.client.language == 'java' && matrix.client.isMainVersion && !contains(format('{0} {1}', github.event.pull_request.title, github.event.head_commit.message), '[skip-bc]') }}
if: ${{ github.base_ref == 'main' && matrix.client.language == 'java' && matrix.client.isMainVersion && !contains(format('{0} {1}', github.event.pull_request.title, github.event.head_commit.message), '[skip-bc]') }}
run: |
cd ${{ matrix.client.path }}
exit_code=0
Expand Down

This file was deleted.

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions clients/algoliasearch-client-javascript/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
compressionLevel: mixed

nodeLinker: node-modules

enableGlobalCache: false

yarnPath: .yarn/releases/yarn-4.3.0.cjs
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.1.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 @@ -15,12 +15,12 @@
"test:bundle": "lerna run test:bundle --verbose --include-dependencies"
},
"devDependencies": {
"@types/node": "22.7.7",
"@types/node": "22.8.1",
"@types/semver": "7.5.8",
"bundlesize": "0.18.2",
"execa": "9.4.1",
"execa": "9.5.0",
"lerna": "8.1.8",
"rollup": "4.24.0",
"rollup": "4.24.2",
"semver": "7.6.3",
"typescript": "5.6.3"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@types/node": "22.7.7",
"@types/node": "22.8.1",
"jsdom": "25.0.1",
"publint": "0.2.11",
"publint": "0.2.12",
"ts-node": "10.9.2",
"tsup": "8.3.0",
"tsup": "8.3.5",
"typescript": "5.6.3",
"vitest": "2.1.3"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@types/node": "22.7.7",
"@types/node": "22.8.1",
"jsdom": "25.0.1",
"publint": "0.2.11",
"publint": "0.2.12",
"ts-node": "10.9.2",
"tsup": "8.3.0",
"tsup": "8.3.5",
"typescript": "5.6.3",
"vitest": "2.1.3"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@types/node": "22.7.7",
"@types/node": "22.8.1",
"jsdom": "25.0.1",
"publint": "0.2.11",
"tsup": "8.3.0",
"publint": "0.2.12",
"tsup": "8.3.5",
"typescript": "5.6.3",
"vitest": "2.1.3",
"xhr-mock": "2.5.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@types/node": "22.7.7",
"@types/node": "22.8.1",
"cross-fetch": "4.0.0",
"nock": "13.5.5",
"publint": "0.2.11",
"tsup": "8.3.0",
"publint": "0.2.12",
"tsup": "8.3.5",
"typescript": "5.6.3",
"vitest": "2.1.3"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@types/node": "22.7.7",
"@types/node": "22.8.1",
"nock": "13.5.5",
"publint": "0.2.11",
"tsup": "8.3.0",
"publint": "0.2.12",
"tsup": "8.3.5",
"typescript": "5.6.3",
"vitest": "2.1.3"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@types/node": "22.7.7",
"publint": "0.2.11",
"tsup": "8.3.0",
"@types/node": "22.8.1",
"publint": "0.2.12",
"tsup": "8.3.5",
"typescript": "5.6.3"
},
"engines": {
Expand Down
Loading
Loading