Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node_version: [20, 22]
node_version: [20, 22, 24]
fail-fast: false
timeout-minutes: 10

Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 10
name: 'Lint: node-20, ubuntu-latest'
name: 'Lint: node-22, ubuntu-latest'
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand All @@ -55,10 +55,10 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0

- name: Set node version to 20
- name: Set node version to 22
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: 20
node-version: 22
cache: 'pnpm'

- name: Install deps
Expand All @@ -76,18 +76,18 @@ jobs:
ts-check:
runs-on: ubuntu-latest
timeout-minutes: 10
name: 'TS-Check: node-20, ubuntu-latest'
name: 'TS-Check: node-22, ubuntu-latest'
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Install pnpm
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0

- name: Set node version to 20
- name: Set node version to 22
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: 20
node-version: 22
cache: 'pnpm'

- name: Install deps
Expand All @@ -103,7 +103,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [20]
node_version: [22]
fail-fast: false
timeout-minutes: 10

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cockroach-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [20]
node_version: [22]
cockroach_version: [22.2.19, 23.2.20, 24.3.5]
fail-fast: false
timeout-minutes: 10
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0

- name: Set node version to 20
- name: Set node version to 22
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: 20
node-version: 22
cache: 'pnpm'

- name: Install deps
Expand Down Expand Up @@ -51,10 +51,10 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0

- name: Set node version to 20
- name: Set node version to 22
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: 20
node-version: 22
cache: 'pnpm'

- name: Install deps
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0

- name: Set node version to 20
- name: Set node version to 22
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: 20
node-version: 22
cache: 'pnpm'

- name: Setup Pages
Expand Down
30 changes: 15 additions & 15 deletions .github/workflows/postgres-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [20, 22]
node_version: [20, 22, 24]
postgres_version: [13, 14, 15, 16, 17]
fail-fast: false
timeout-minutes: 10
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [20]
node_version: [22]
postgres_version: [17]
fail-fast: false
timeout-minutes: 10
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [20]
node_version: [22]
postgres_version: [17]
fail-fast: false
timeout-minutes: 10
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [20]
node_version: [22]
postgres_version: [17]
fail-fast: false
timeout-minutes: 10
Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [20]
node_version: [22]
postgres_version: [17]
fail-fast: false
timeout-minutes: 10
Expand Down Expand Up @@ -324,7 +324,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [20]
node_version: [22]
postgres_version: [17]
fail-fast: false
timeout-minutes: 10
Expand Down Expand Up @@ -380,7 +380,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [20]
node_version: [22]
postgres_version: [17]
fail-fast: false
timeout-minutes: 10
Expand Down Expand Up @@ -448,7 +448,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [20]
node_version: [22]
postgres_version: [17]
fail-fast: false
timeout-minutes: 10
Expand Down Expand Up @@ -506,7 +506,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [20]
node_version: [22]
postgres_version: [17]
fail-fast: false
timeout-minutes: 10
Expand Down Expand Up @@ -562,7 +562,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [20]
node_version: [22]
postgres_version: [17]
fail-fast: false
timeout-minutes: 10
Expand Down Expand Up @@ -618,7 +618,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [20]
node_version: [22]
postgres_version: [17]
fail-fast: false
timeout-minutes: 10
Expand Down Expand Up @@ -673,7 +673,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [20]
node_version: [22]
postgres_version: [17]
fail-fast: false
timeout-minutes: 10
Expand Down Expand Up @@ -728,7 +728,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [20]
node_version: [22]
postgres_version: [17]
fail-fast: false
timeout-minutes: 10
Expand Down Expand Up @@ -783,7 +783,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [20]
node_version: [22]
postgres_version: [17]
fail-fast: false
timeout-minutes: 10
Expand Down Expand Up @@ -838,7 +838,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [20]
node_version: [22]
postgres_version: [17]
fail-fast: false
timeout-minutes: 10
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0

- name: Set node version to 20
- name: Set node version to 22
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: 20
node-version: 22
cache: 'pnpm'

- name: Prepare
Expand Down
7 changes: 2 additions & 5 deletions eslint.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@ import stylistic from '@stylistic/eslint-plugin';
import eslintPluginVitest from '@vitest/eslint-plugin';
import eslintPluginPrettierRecommended from 'eslint-plugin-prettier/recommended';
import eslintPluginUnicorn from 'eslint-plugin-unicorn';
import { dirname, resolve } from 'node:path';
import { fileURLToPath } from 'node:url';
import { resolve } from 'node:path';
import tseslint from 'typescript-eslint';

const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename);
const gitignorePath = resolve(__dirname, '.gitignore');
const gitignorePath = resolve(import.meta.dirname, '.gitignore');

export default defineConfig(
//#region global
Expand Down