Skip to content

Commit

Permalink
Merge branch 'unjs:main' into http2-support
Browse files Browse the repository at this point in the history
  • Loading branch information
Mastercuber authored Dec 9, 2023
2 parents ea19891 + 8b873f0 commit e6b2868
Show file tree
Hide file tree
Showing 6 changed files with 1,493 additions and 1,012 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
cache: "pnpm"
- run: pnpm install
- name: Fix lint issues
run: pnpm run lint:fix
- uses: autofix-ci/action@8caa572fd27b0019a65e4c695447089c8d3138b9
- uses: autofix-ci/action@bee19d72e71787c12ca0f29de72f2833e437e4c9
with:
commit-message: 'chore: apply automated lint fixes'
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
cache: "pnpm"
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,34 +41,34 @@
"dependencies": {
"@parcel/watcher": "^2.3.0",
"@parcel/watcher-wasm": "2.3.0",
"citty": "^0.1.4",
"clipboardy": "^3.0.0",
"citty": "^0.1.5",
"clipboardy": "^4.0.0",
"consola": "^3.2.3",
"defu": "^6.1.2",
"defu": "^6.1.3",
"get-port-please": "^3.1.1",
"h3": "^1.8.2",
"h3": "^1.9.0",
"http-shutdown": "^1.2.2",
"jiti": "^1.20.0",
"jiti": "^1.21.0",
"mlly": "^1.4.2",
"node-forge": "^1.3.1",
"pathe": "^1.1.1",
"std-env": "^3.4.3",
"ufo": "^1.3.1",
"std-env": "^3.6.0",
"ufo": "^1.3.2",
"untun": "^0.1.2",
"uqr": "^0.1.2"
},
"devDependencies": {
"@types/node": "^20.8.3",
"@types/node-forge": "^1.3.6",
"@vitest/coverage-v8": "^0.34.6",
"@types/node": "^20.10.3",
"@types/node-forge": "^1.3.10",
"@vitest/coverage-v8": "^1.0.1",
"changelogen": "^0.5.5",
"eslint": "^8.51.0",
"eslint": "^8.55.0",
"eslint-config-unjs": "^0.2.1",
"ip-regex": "^5.0.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"prettier": "^3.1.0",
"typescript": "^5.3.2",
"unbuild": "^2.0.0",
"vitest": "^0.34.6"
"vitest": "^1.0.1"
},
"packageManager": "pnpm@8.8.0"
"packageManager": "pnpm@8.11.0"
}
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "listhen -w ."
},
"dependencies": {
"h3": "^1.8.2",
"h3": "^1.9.0",
"listhen": "^1.5.5"
}
}
Loading

0 comments on commit e6b2868

Please sign in to comment.