-
-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1546 from hey-api/fix/deps
chore: fix deps
- Loading branch information
Showing
24 changed files
with
1,269 additions
and
1,475 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,15 +18,11 @@ jobs: | |
strategy: | ||
matrix: | ||
os: [macos-latest, ubuntu-latest, windows-latest] | ||
# node-version: [18.x, 20.x, 22.x] | ||
# tests decided to fail for Node 18 out of nowhere, disable for now | ||
node-version: [20.x, 22.x] | ||
node-version: ['18.20.5', '20.11.1', '22.11.0'] | ||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: pnpm/action-setup@v4 | ||
with: | ||
version: 8.15.7 | ||
- uses: pnpm/[email protected] | ||
|
||
- uses: actions/setup-node@v4 | ||
with: | ||
|
@@ -36,8 +32,12 @@ jobs: | |
- name: Install dependencies | ||
run: pnpm install | ||
|
||
- name: Build library | ||
run: pnpm build | ||
- name: Build packages | ||
run: pnpm --filter './packages/**' run build | ||
|
||
- name: Build examples | ||
if: matrix.node-version == '22.11.0' && matrix.os == 'ubuntu-latest' | ||
run: pnpm --filter './examples/**' run build | ||
|
||
- name: Run linter | ||
run: pnpm lint | ||
|
@@ -52,5 +52,5 @@ jobs: | |
run: pnpm test:e2e | ||
|
||
- name: Publish previews | ||
if: matrix.node-version == '22.x' && matrix.os == 'ubuntu-latest' | ||
if: matrix.node-version == '22.11.0' && matrix.os == 'ubuntu-latest' | ||
run: pnpx pkg-pr-new publish --compact --pnpm './packages/*' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,9 +21,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: pnpm/action-setup@v4 | ||
with: | ||
version: 8.15.7 | ||
- uses: pnpm/[email protected] | ||
|
||
- uses: actions/setup-node@v4 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,9 +21,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: pnpm/action-setup@v4 | ||
with: | ||
version: 8.15.7 | ||
- uses: pnpm/[email protected] | ||
|
||
- uses: actions/setup-node@v4 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,29 +37,30 @@ | |
"typecheck": "pnpm --recursive typecheck" | ||
}, | ||
"engines": { | ||
"node": "^18.0.0 || >=20.0.0" | ||
"node": "^18.20.5 || ^20.11.1 || >=22.11.0" | ||
}, | ||
"devDependencies": { | ||
"@arethetypeswrong/cli": "0.16.4", | ||
"@arethetypeswrong/cli": "0.17.2", | ||
"@changesets/changelog-github": "0.5.0", | ||
"@changesets/cli": "2.27.8", | ||
"@types/node": "20.14.10", | ||
"@typescript-eslint/eslint-plugin": "7.15.0", | ||
"@types/node": "22.10.5", | ||
"@typescript-eslint/eslint-plugin": "7.18.0", | ||
"@vitest/coverage-v8": "1.6.0", | ||
"eslint": "9.6.0", | ||
"eslint": "9.17.0", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-plugin-simple-import-sort": "12.1.1", | ||
"eslint-plugin-sort-destructure-keys": "2.0.0", | ||
"eslint-plugin-sort-keys-fix": "1.1.2", | ||
"eslint-plugin-typescript-sort-keys": "3.2.0", | ||
"eslint-plugin-vue": "9.23.0", | ||
"globals": "15.8.0", | ||
"husky": "9.0.11", | ||
"lint-staged": "15.2.7", | ||
"prettier": "3.3.2", | ||
"tsup": "8.3.0", | ||
"eslint-plugin-typescript-sort-keys": "3.3.0", | ||
"eslint-plugin-vue": "9.32.0", | ||
"globals": "15.14.0", | ||
"husky": "9.1.7", | ||
"lint-staged": "15.3.0", | ||
"prettier": "3.4.2", | ||
"tsup": "8.3.5", | ||
"typescript": "5.5.3", | ||
"typescript-eslint": "7.15.0", | ||
"typescript-eslint": "8.19.1", | ||
"vitest": "1.6.0" | ||
} | ||
}, | ||
"packageManager": "[email protected]+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.