Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Aug 31, 2024
1 parent 8c1b05e commit 1f9a2a6
Show file tree
Hide file tree
Showing 4 changed files with 895 additions and 927 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- uses: denoland/setup-deno@v1
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: pnpm lint && [ -z "$(git status --porcelain)" ]
Expand All @@ -56,7 +56,7 @@ jobs:
security-events: write
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down
45 changes: 23 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,44 +29,45 @@
],
"scripts": {
"build": "pnpm i && tsup && git add -f dist",
"check": "pnpm lint && pnpm test",
"lint": "pnpm build && pnpm lint:only",
"lint:only": "lefthook run pre-commit && publint && attw --pack",
"test": "pnpm test:node && pnpm test:deno && pnpm test:bun",
"test:bun": "bun --cwd=tests/bun test",
"test:deno": "DENO_NO_PACKAGE_JSON=1 deno test tests/deno/index.test.ts --parallel --no-check",
"test:deno": "DENO_FUTURE=1 DENO_NO_PACKAGE_JSON=1 deno test tests/deno/index.test.ts --parallel --no-check",
"test:node": "tsx --test tests/node/index.test.ts"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.3",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"@arethetypeswrong/cli": "^0.15.4",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
"@release-it/conventional-changelog": "^8.0.1",
"@types/bun": "^1.1.6",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"@types/bun": "^1.1.8",
"@types/node": "^22.5.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-unicorn": "^54.0.0",
"jsr": "^0.12.4",
"lefthook": "^1.6.18",
"prettier": "^3.3.2",
"prettier-plugin-packagejson": "^2.5.0",
"publint": "^0.2.8",
"release-it": "^17.4.0",
"eslint-plugin-unicorn": "^55.0.0",
"jsr": "^0.13.1",
"lefthook": "^1.7.14",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.2",
"publint": "^0.2.10",
"release-it": "^17.6.0",
"replace": "^1.2.2",
"tsup": "^8.1.0",
"tsx": "^4.15.7",
"typescript": "^5.5.2"
"tsup": "^8.2.4",
"tsx": "^4.19.0",
"typescript": "^5.5.4"
},
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.9.0",
"runkitExampleFilename": "dist/example.js"
}
Loading

0 comments on commit 1f9a2a6

Please sign in to comment.