Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
0b35de3
chore: automatic empty commit
algolia-bot Sep 5, 2025
c27c37a
fix(deps): update dependency com.algolia:algoliasearch to v4.25.0 (#5…
renovate[bot] Sep 6, 2025
8cef793
chore(deps): update dependency @cloudflare/vitest-pool-workers to v0.…
renovate[bot] Sep 6, 2025
4f7a216
chore(deps): update dependency @types/node to v22.18.1 (#5315)
renovate[bot] Sep 6, 2025
b34673b
chore(deps): update dependency @types/semver to v7.7.1 (#5316)
renovate[bot] Sep 6, 2025
d90e79a
chore(deps): update dependency knip to v5.63.1 (#5318)
renovate[bot] Sep 6, 2025
978a00a
chore(deps): update dependency lint-staged to v16.1.6 (#5319)
renovate[bot] Sep 6, 2025
ec19d71
chore(deps): update dependency vite to v7.1.4 (#5320)
renovate[bot] Sep 6, 2025
a2bcf3e
chore(deps): update eslint monorepo to v9.35.0 (#5330)
renovate[bot] Sep 7, 2025
d5d7768
chore(deps): update dependency csharpier to v1.1.2 (#5317)
renovate[bot] Sep 8, 2025
9c50ec4
chore(deps): update actions/setup-python action to v6 (#5328)
renovate[bot] Sep 8, 2025
331daa0
chore(deps): update actions/setup-node action to v5 (#5327)
renovate[bot] Sep 8, 2025
4f0c600
chore(deps): update actions/setup-dotnet action to v5 (#5325)
renovate[bot] Sep 8, 2025
c7fd12a
chore(deps): update actions/github-script action to v8 - (#5324)
renovate[bot] Sep 8, 2025
f3a1d0c
chore(deps): update slashgear/action-check-pr-title action to v5 (#5329)
renovate[bot] Sep 8, 2025
b977444
chore(deps): update actions/setup-go action to v6 (#5326)
renovate[bot] Sep 8, 2025
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
8 changes: 4 additions & 4 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:

# JavaScript for monorepo and tooling
- name: Install Node
uses: actions/setup-node@v4
uses: actions/setup-node@v5
with:
node-version-file: .nvmrc
cache: yarn
Expand All @@ -50,7 +50,7 @@ runs:
# Csharp
- name: Install dotnet
if: ${{ inputs.language == 'csharp' }}
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v5
with:
dotnet-version: ${{ inputs.version }}

Expand All @@ -69,7 +69,7 @@ runs:
# Golang
- name: Install golang
if: ${{ inputs.language == 'go' }}
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
cache-dependency-path: clients/algoliasearch-client-go/go.sum
go-version: ${{ inputs.version }}
Expand Down Expand Up @@ -144,7 +144,7 @@ runs:
shell: bash
run: pipx install poetry==2

- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
if: ${{ inputs.language == 'python' }}
with:
python-version: ${{ inputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Create ticket
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
const action = context.payload.action;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
fetch-depth: 0

- name: Pull Request title rules
uses: Slashgear/action-check-pr-title@v4.3.0
uses: Slashgear/action-check-pr-title@v5.0.1

Check warning on line 17 in .github/workflows/pr-title.yml

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

.github/workflows/pr-title.yml#L17

An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release.
with:
regexp: '^(docs|chore|snippets|guides)|((?:feat|fix|docs|style|refactor|perf|test|build|ci|chore|revert)\((?:clients|generators|playground|csharp|dart|go|java|javascript|kotlin|php|python|ruby|scala|swift|cts|specs|scripts|ci|templates|deps)\)): .+'
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Create ticket
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
const action = context.payload.action;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v5
with:
global-json-file: global.json

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Create ticket
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
const action = context.payload.action;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Create ticket
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
const action = context.payload.action;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Create ticket
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
const action = context.payload.action;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Create ticket
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
const action = context.payload.action;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0

- name: Install Node
uses: actions/setup-node@v4
uses: actions/setup-node@v5
with:
node-version-file: .nvmrc
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test:bundle": "lerna run test:bundle --verbose --include-dependencies"
},
"devDependencies": {
"@types/node": "22.18.0",
"@types/node": "22.18.1",
"bundlewatch": "0.4.1",
"execa": "9.6.0",
"lerna": "8.2.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.18.0",
"@types/node": "22.18.1",
"publint": "0.3.12",
"rollup": "4.41.0",
"tsup": "8.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.18.0",
"@types/node": "22.18.1",
"publint": "0.3.12",
"rollup": "4.41.0",
"tsup": "8.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.18.0",
"@types/node": "22.18.1",
"jsdom": "26.1.0",
"publint": "0.3.12",
"ts-node": "10.9.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.18.0",
"@types/node": "22.18.1",
"publint": "0.3.12",
"rollup": "4.41.0",
"tsup": "8.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.18.0",
"@types/node": "22.18.1",
"publint": "0.3.12",
"rollup": "4.41.0",
"tsup": "8.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.18.0",
"@types/node": "22.18.1",
"jsdom": "26.1.0",
"publint": "0.3.12",
"ts-node": "10.9.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.18.0",
"@types/node": "22.18.1",
"jsdom": "26.1.0",
"publint": "0.3.12",
"tsup": "8.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.18.0",
"@types/node": "22.18.1",
"cross-fetch": "4.1.0",
"nock": "14.0.10",
"publint": "0.3.12",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.18.0",
"@types/node": "22.18.1",
"nock": "14.0.10",
"publint": "0.3.12",
"tsup": "8.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.18.0",
"@types/node": "22.18.1",
"publint": "0.3.12",
"tsup": "8.5.0",
"typescript": "5.9.2"
Expand Down
31 changes: 20 additions & 11 deletions clients/algoliasearch-client-javascript/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ __metadata:
"@algolia/requester-fetch": "npm:5.37.0"
"@algolia/requester-node-http": "npm:5.37.0"
"@arethetypeswrong/cli": "npm:0.18.2"
"@types/node": "npm:22.18.0"
"@types/node": "npm:22.18.1"
publint: "npm:0.3.12"
rollup: "npm:4.41.0"
tsup: "npm:8.5.0"
Expand All @@ -31,7 +31,7 @@ __metadata:
"@algolia/requester-fetch": "npm:5.37.0"
"@algolia/requester-node-http": "npm:5.37.0"
"@arethetypeswrong/cli": "npm:0.18.2"
"@types/node": "npm:22.18.0"
"@types/node": "npm:22.18.1"
publint: "npm:0.3.12"
rollup: "npm:4.41.0"
tsup: "npm:8.5.0"
Expand Down Expand Up @@ -78,7 +78,7 @@ __metadata:
resolution: "@algolia/client-common@workspace:packages/client-common"
dependencies:
"@arethetypeswrong/cli": "npm:0.18.2"
"@types/node": "npm:22.18.0"
"@types/node": "npm:22.18.1"
jsdom: "npm:26.1.0"
publint: "npm:0.3.12"
ts-node: "npm:10.9.2"
Expand All @@ -97,7 +97,7 @@ __metadata:
"@algolia/requester-fetch": "npm:5.37.0"
"@algolia/requester-node-http": "npm:5.37.0"
"@arethetypeswrong/cli": "npm:0.18.2"
"@types/node": "npm:22.18.0"
"@types/node": "npm:22.18.1"
publint: "npm:0.3.12"
rollup: "npm:4.41.0"
tsup: "npm:8.5.0"
Expand Down Expand Up @@ -182,7 +182,7 @@ __metadata:
"@algolia/requester-fetch": "npm:5.37.0"
"@algolia/requester-node-http": "npm:5.37.0"
"@arethetypeswrong/cli": "npm:0.18.2"
"@types/node": "npm:22.18.0"
"@types/node": "npm:22.18.1"
publint: "npm:0.3.12"
rollup: "npm:4.41.0"
tsup: "npm:8.5.0"
Expand Down Expand Up @@ -213,7 +213,7 @@ __metadata:
dependencies:
"@algolia/client-common": "npm:5.37.0"
"@arethetypeswrong/cli": "npm:0.18.2"
"@types/node": "npm:22.18.0"
"@types/node": "npm:22.18.1"
jsdom: "npm:26.1.0"
publint: "npm:0.3.12"
ts-node: "npm:10.9.2"
Expand Down Expand Up @@ -263,7 +263,7 @@ __metadata:
dependencies:
"@algolia/client-common": "npm:5.37.0"
"@arethetypeswrong/cli": "npm:0.18.2"
"@types/node": "npm:22.18.0"
"@types/node": "npm:22.18.1"
jsdom: "npm:26.1.0"
publint: "npm:0.3.12"
tsup: "npm:8.5.0"
Expand All @@ -279,7 +279,7 @@ __metadata:
dependencies:
"@algolia/client-common": "npm:5.37.0"
"@arethetypeswrong/cli": "npm:0.18.2"
"@types/node": "npm:22.18.0"
"@types/node": "npm:22.18.1"
cross-fetch: "npm:4.1.0"
nock: "npm:14.0.10"
publint: "npm:0.3.12"
Expand All @@ -295,7 +295,7 @@ __metadata:
dependencies:
"@algolia/client-common": "npm:5.37.0"
"@arethetypeswrong/cli": "npm:0.18.2"
"@types/node": "npm:22.18.0"
"@types/node": "npm:22.18.1"
nock: "npm:14.0.10"
publint: "npm:0.3.12"
tsup: "npm:8.5.0"
Expand All @@ -313,7 +313,7 @@ __metadata:
"@algolia/requester-fetch": "npm:5.37.0"
"@algolia/requester-node-http": "npm:5.37.0"
"@arethetypeswrong/cli": "npm:0.18.2"
"@types/node": "npm:22.18.0"
"@types/node": "npm:22.18.1"
publint: "npm:0.3.12"
tsup: "npm:8.5.0"
typescript: "npm:5.9.2"
Expand Down Expand Up @@ -2303,6 +2303,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:22.18.1":
version: 22.18.1
resolution: "@types/node@npm:22.18.1"
dependencies:
undici-types: "npm:~6.21.0"
checksum: 10/da67f3c3fa4107fbca704e7a71fee36c27f3b6f44af1c466cd5c71eab76a9ffcd6a16f3b97d1e757b9763f1fa1085eebb60cb648c272e36794aca7305b2a15d9
languageName: node
linkType: hard

"@types/normalize-package-data@npm:^2.4.0":
version: 2.4.4
resolution: "@types/normalize-package-data@npm:2.4.4"
Expand Down Expand Up @@ -2509,7 +2518,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "algoliasearch-client-javascript@workspace:."
dependencies:
"@types/node": "npm:22.18.0"
"@types/node": "npm:22.18.1"
bundlewatch: "npm:0.4.1"
execa: "npm:9.6.0"
lerna: "npm:8.2.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Create ticket
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
const action = context.payload.action;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Create ticket
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
const action = context.payload.action;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Create ticket
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
const action = context.payload.action;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: 3.13.7

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Create ticket
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
const action = context.payload.action;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Create ticket
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
const action = context.payload.action;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Create ticket
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
const action = context.payload.action;
Expand Down
Loading