Skip to content

Commit cda96c3

Browse files
fix(deps): update all non-major dependencies
1 parent 15aa5ae commit cda96c3

File tree

42 files changed

+9117
-13507
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+9117
-13507
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install Deno
3939
uses: denoland/setup-deno@v1
4040
with:
41-
deno-version: v1.x
41+
deno-version: 1.46.3
4242

4343
- name: Install Bun
4444
uses: oven-sh/setup-bun@v2
@@ -48,7 +48,7 @@ jobs:
4848
- name: Install pnpm
4949
uses: pnpm/action-setup@v4
5050
with:
51-
version: 9
51+
version: 9.15.9
5252

5353
- name: Set Node version to ${{ matrix.node_version }}
5454
uses: actions/setup-node@v4

.github/workflows/cq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
- name: Install pnpm
2929
uses: pnpm/action-setup@v4
3030
with:
31-
version: 9
31+
version: 9.15.9
3232

3333
- name: Set Node version to 20
3434
uses: actions/setup-node@v4
3535
with:
36-
node-version: 20
36+
node-version: 20.19.6
3737
check-latest: true
3838
cache: "pnpm"
3939

.github/workflows/deno.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ jobs:
2323
- name: Install pnpm
2424
uses: pnpm/action-setup@v4
2525
with:
26-
version: 9
26+
version: 9.15.9
2727

2828
- name: Set Node version to 20
2929
uses: actions/setup-node@v4
3030
with:
31-
node-version: 20
31+
node-version: 20.19.6
3232
cache: "pnpm"
3333

3434
- name: Install Deno
3535
uses: denoland/setup-deno@v1
3636
with:
37-
deno-version: v1.x
37+
deno-version: 1.46.3
3838

3939
- name: Install
4040
run: pnpm install

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333
- name: Install pnpm
3434
uses: pnpm/action-setup@v4
3535
with:
36-
version: 9
36+
version: 9.15.9
3737

3838
- name: Set Node version to 20
3939
uses: actions/setup-node@v4
4040
with:
41-
node-version: 20
41+
node-version: 20.19.6
4242
registry-url: "https://registry.npmjs.org"
4343
cache: "pnpm"
4444

deno-build/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"start": "tsx src/index.ts"
1010
},
1111
"dependencies": {
12-
"@babel/core": "^7.26.0",
13-
"@babel/preset-typescript": "^7.26.0",
14-
"@babel/traverse": "^7.25.9",
15-
"@cyco130/eslint-config": "^5.0.1",
12+
"@babel/core": "^7.28.5",
13+
"@babel/preset-typescript": "^7.28.5",
14+
"@babel/traverse": "^7.28.5",
15+
"@cyco130/eslint-config": "^5.1.0",
1616
"@types/babel__core": "^7.20.5",
17-
"@types/babel__traverse": "^7.20.6",
18-
"@types/node": "^18.19.67",
19-
"eslint": "^9.16.0",
20-
"tsx": "^4.19.2",
21-
"typescript": "^5.7.2"
17+
"@types/babel__traverse": "^7.28.0",
18+
"@types/node": "^18.19.130",
19+
"eslint": "^9.39.2",
20+
"tsx": "^4.21.0",
21+
"typescript": "^5.9.3"
2222
}
2323
}

examples/basic/node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@hattip/adapter-cloudflare-workers": "^0.0.49",
1111
"@hattip/adapter-node": "^0.0.49",
12-
"@types/node": "^18.19.67",
13-
"wrangler": "^3.91.0"
12+
"@types/node": "^18.19.130",
13+
"wrangler": "^3.114.16"
1414
}
1515
}

examples/vite/hono/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@hattip/adapter-node": "^0.0.49",
1212
"@hattip/core": "^0.0.49",
1313
"@hattip/vite": "^0.0.49",
14-
"hono": "^4.6.12",
15-
"vite": "^6.0.1"
14+
"hono": "^4.11.3",
15+
"vite": "^6.4.1"
1616
}
1717
}

examples/vite/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"@hattip/response": "^0.0.49",
1313
"@hattip/router": "^0.0.49",
1414
"@hattip/vite": "^0.0.49",
15-
"vite": "^6.0.1"
15+
"vite": "^6.4.1"
1616
}
1717
}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
},
2121
"devDependencies": {
2222
"cross-env": "^7.0.3",
23-
"graphql": "^16.9.0",
23+
"graphql": "^16.12.0",
2424
"husky": "^9.1.7",
25-
"lint-staged": "^15.2.10",
26-
"prettier": "^3.4.1",
27-
"rimraf": "^6.0.1",
28-
"vite": "^6.0.1",
29-
"vitest": "^2.1.6"
25+
"lint-staged": "^15.5.2",
26+
"prettier": "^3.7.4",
27+
"rimraf": "^6.1.2",
28+
"vite": "^6.4.1",
29+
"vitest": "^2.1.9"
3030
},
3131
"dependencies": {
32-
"typescript": "^5.7.2"
32+
"typescript": "^5.9.3"
3333
}
3434
}

packages/adapter/adapter-aws-lambda/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@
3030
"test:package": "publint --strict"
3131
},
3232
"devDependencies": {
33-
"@cyco130/eslint-config": "^5.0.1",
34-
"@types/node": "^18.19.67",
35-
"eslint": "^9.16.0",
36-
"publint": "^0.2.12",
37-
"tsup": "^8.3.5",
38-
"typescript": "^5.7.2"
33+
"@cyco130/eslint-config": "^5.1.0",
34+
"@types/node": "^18.19.130",
35+
"eslint": "^9.39.2",
36+
"publint": "^0.3.16",
37+
"tsup": "^8.5.1",
38+
"typescript": "^5.9.3"
3939
},
4040
"dependencies": {
4141
"@hattip/adapter-node": "workspace:*",
4242
"@hattip/core": "workspace:*",
4343
"@hattip/polyfills": "workspace:*",
44-
"@types/aws-lambda": "^8.10.146",
44+
"@types/aws-lambda": "^8.10.159",
4545
"aws-lambda": "^1.0.7",
46-
"lambda-stream": "^0.5.0"
46+
"lambda-stream": "^0.6.0"
4747
}
4848
}

0 commit comments

Comments
 (0)