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
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
Expand All @@ -42,7 +42,7 @@ jobs:
with:
repository: awslabs/llrt
latest: true
fileName: llrt-linux-x64.zip
fileName: llrt-linux-x64.zip
out-file-path: downloads
# Manually unzip because this seems to corrupt the binary
extract: false
Expand Down Expand Up @@ -101,6 +101,6 @@ jobs:
body: |
Updates the runtime compat data.
Runtime versions:

${{ steps.get-versions.outputs.versions }}
base: main
8 changes: 4 additions & 4 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
},
"dependencies": {
"@nuxt/devtools": "latest",
"nuxt": "^3.14.159",
"nuxt": "^3.15.4",
"runtime-compat-data": "workspace:^"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.6.1",
"@nuxt/eslint-config": "^0.7.6",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"postcss": "^8.5.3",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.14"
"tailwindcss": "^3.4.17"
}
}
2 changes: 1 addition & 1 deletion generator/runtimes/edge-light/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "MIT",
"devDependencies": {
"unbuild": "^2.0.0",
"typescript": "^5.6.3"
"typescript": "^5.8.2"
},
"unbuild": {
"entries": [
Expand Down
4 changes: 2 additions & 2 deletions generator/runtimes/fastly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"private": true,
"type": "module",
"dependencies": {
"@fastly/js-compute": "^3.26.0",
"@fastly/js-compute": "^3.32.2",
"unbuild": "^2.0.0",
"start-server-and-test": "^2.0.8"
"start-server-and-test": "^2.0.10"
},
"scripts": {
"build": "unbuild && js-compute-runtime ./dist/handler.mjs ./bin/main.wasm",
Expand Down
2 changes: 1 addition & 1 deletion generator/runtimes/llrt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "MIT",
"devDependencies": {
"unbuild": "^2.0.0",
"typescript": "^5.6.3"
"typescript": "^5.8.2"
},
"unbuild": {
"entries": [
Expand Down
4 changes: 2 additions & 2 deletions generator/runtimes/netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"start": "start-server-and-test start-server http://localhost:8888 run"
},
"devDependencies": {
"start-server-and-test": "^2.0.8",
"netlify-cli": "^18.0.3"
"start-server-and-test": "^2.0.10",
"netlify-cli": "^18.1.0"
},
"keywords": [],
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion generator/runtimes/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "MIT",
"devDependencies": {
"unbuild": "^2.0.0",
"typescript": "^5.6.3"
"typescript": "^5.8.2"
},
"unbuild": {
"entries": [
Expand Down
2 changes: 1 addition & 1 deletion generator/runtimes/wasmer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"dependencies": {
"unbuild": "^2.0.0",
"start-server-and-test": "^2.0.8"
"start-server-and-test": "^2.0.10"
},
"scripts": {
"build": "unbuild",
Expand Down
8 changes: 4 additions & 4 deletions generator/runtimes/workerd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@cloudflare/workers-types": "^4.20241106.0",
"@cloudflare/workers-types": "^4.20250303.0",
"unbuild": "^2.0.0",
"typescript": "^5.6.3",
"workerd": "^1.20241106.1",
"start-server-and-test": "^2.0.8"
"typescript": "^5.8.2",
"workerd": "^1.20250303.0",
"start-server-and-test": "^2.0.10"
},
"unbuild": {
"entries": [
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"website": "pnpm run --filter \"website\" dev"
},
"devDependencies": {
"@mdn/browser-compat-data": "^5.6.14",
"@types/node": "^22.9.0",
"automd": "^0.3.12",
"eslint": "^9.14.0",
"eslint-config-unjs": "^0.4.1",
"prettier": "^3.3.3"
"@mdn/browser-compat-data": "^5.7.0",
"@types/node": "^22.13.9",
"automd": "^0.4.0",
"eslint": "^9.21.0",
"eslint-config-unjs": "^0.4.2",
"prettier": "^3.5.3"
},
"packageManager": "pnpm@9.12.3"
"packageManager": "pnpm@9.15.6"
}
Loading
Loading