Skip to content
Open
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
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: ['20.19.0', '22.12.0', '24.10.0']
node-version: ['20.19.0', '22.12.0', '24.11.1']
steps:
- uses: actions/[email protected]
with:
Expand All @@ -38,11 +38,11 @@ jobs:
run: pnpm build --filter="@hey-api/**"

- name: Check examples generated code
if: matrix.node-version == '24.10.0' && matrix.os == 'ubuntu-latest'
if: matrix.node-version == '24.11.1' && matrix.os == 'ubuntu-latest'
run: pnpm examples:check

- name: Build examples
if: matrix.node-version == '24.10.0' && matrix.os == 'ubuntu-latest'
if: matrix.node-version == '24.11.1' && matrix.os == 'ubuntu-latest'
run: pnpm build --filter="@example/**"

- name: Run linter
Expand All @@ -55,11 +55,11 @@ jobs:
run: pnpm test --filter="@hey-api/**" --filter="@test/**"

- name: Test examples
if: matrix.node-version == '24.10.0' && matrix.os == 'ubuntu-latest'
if: matrix.node-version == '24.11.1' && matrix.os == 'ubuntu-latest'
run: pnpm test --filter="@example/**"

- name: Publish preview packages
if: github.event_name == 'pull_request' && matrix.node-version == '24.10.0' && matrix.os == 'ubuntu-latest'
if: github.event_name == 'pull_request' && matrix.node-version == '24.11.1' && matrix.os == 'ubuntu-latest'
run: ./scripts/publish-preview-packages.sh
env:
TURBO_SCM_BASE: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.sha || github.event.before }}
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: ['24.10.0']
node-version: ['24.11.1']
steps:
- uses: actions/[email protected]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: ['24.10.0']
node-version: ['24.11.1']
steps:
- uses: actions/[email protected]

Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-ts-angular-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@hey-api/openapi-ts": "workspace:*",
"@types/express": "4.17.21",
"@types/jasmine": "~5.1.9",
"@types/node": "22.10.5",
"@types/node": "20.19.25",
"@typescript-eslint/eslint-plugin": "8.29.1",
"@typescript-eslint/parser": "8.29.1",
"eslint": "9.17.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-ts-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@hey-api/openapi-ts": "workspace:*",
"@types/express": "4.17.21",
"@types/jasmine": "~5.1.9",
"@types/node": "22.10.5",
"@types/node": "20.19.25",
"@typescript-eslint/eslint-plugin": "8.29.1",
"@typescript-eslint/parser": "8.29.1",
"eslint": "9.17.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-ts-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@hey-api/openapi-ts": "workspace:*",
"@types/node": "22.10.5",
"@types/node": "20.19.25",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"eslint": "9.17.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-ts-ofetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@rushstack/eslint-patch": "1.10.5",
"@tsconfig/node20": "20.1.4",
"@types/jsdom": "21.1.7",
"@types/node": "22.10.5",
"@types/node": "20.19.25",
"@vitejs/plugin-vue": "6.0.1",
"@vitejs/plugin-vue-jsx": "4.1.1",
"@vue/eslint-config-prettier": "10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-ts-pinia-colada/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@rushstack/eslint-patch": "1.10.5",
"@tsconfig/node20": "20.1.4",
"@types/jsdom": "21.1.7",
"@types/node": "22.10.5",
"@types/node": "20.19.25",
"@vitejs/plugin-vue": "6.0.1",
"@vitejs/plugin-vue-jsx": "4.1.1",
"@vue/eslint-config-prettier": "10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-ts-tanstack-vue-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@rushstack/eslint-patch": "1.10.5",
"@tsconfig/node20": "20.1.4",
"@types/jsdom": "21.1.7",
"@types/node": "22.10.5",
"@types/node": "20.19.25",
"@vitejs/plugin-vue": "6.0.1",
"@vitejs/plugin-vue-jsx": "4.1.1",
"@vue/eslint-config-prettier": "10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@eslint/js": "9.32.0",
"@hey-api/custom-client": "workspace:*",
"@hey-api/openapi-ts": "workspace:*",
"@types/node": "24.10.1",
"@types/node": "20.19.25",
"@typescript-eslint/eslint-plugin": "8.29.1",
"@vitest/coverage-v8": "3.1.1",
"dotenv": "17.2.3",
Expand Down
7,310 changes: 2,486 additions & 4,824 deletions pnpm-lock.yaml

Large diffs are not rendered by default.