Skip to content

Commit 2198a40

Browse files
committed
chore(deps): upgrade dependencies
1 parent 920854b commit 2198a40

File tree

13 files changed

+2540
-2499
lines changed

13 files changed

+2540
-2499
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v4
3434

3535
# Configure Node.js and install NPM dependencies
36-
- uses: actions/setup-node@v3
36+
- uses: actions/setup-node@v4
3737
with: { node-version: "${{ env.NODE_VERSION }}", cache: "yarn" }
3838
- run: yarn install
3939

@@ -50,7 +50,7 @@ jobs:
5050

5151
# Compile and save build artifacts
5252
- run: yarn build
53-
- uses: actions/upload-artifact@v3
53+
- uses: actions/upload-artifact@v4
5454
with: { name: "build", path: "app/dist\nedge/dist\n" }
5555

5656
deploy:
@@ -62,10 +62,10 @@ jobs:
6262
url: ${{ inputs.environment == 'prod' && 'https://example.com' || format('https://{0}.example.com', inputs.environment || 'test') }}
6363
steps:
6464
- uses: actions/checkout@v4
65-
- uses: actions/setup-node@v3
65+
- uses: actions/setup-node@v4
6666
with: { node-version: "${{ env.NODE_VERSION }}", cache: "yarn" }
6767
- run: yarn install
68-
- uses: actions/download-artifact@v3
68+
- uses: actions/download-artifact@v4
6969
with: { name: "build" }
7070
- run: yarn workspace edge deploy --env=${{ inputs.environment || 'test' }}
7171
if: ${{ false }}

.vscode/react.code-snippets

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"}",
1515
"",
1616
"export type ${1}Props = Omit<${2}Props, \"children\">;",
17-
""
17+
"",
1818
],
19-
"description": "React Component"
19+
"description": "React Component",
2020
},
2121
"ReactRoute": {
2222
"scope": "javascriptreact,typescriptreact",
@@ -29,8 +29,8 @@
2929
" <${2}>$0</${2}>",
3030
" );",
3131
"}",
32-
""
32+
"",
3333
],
34-
"description": "React Route Component"
35-
}
34+
"description": "React Route Component",
35+
},
3636
}

.yarn/releases/yarn-4.0.2.cjs .yarn/releases/yarn-4.1.0.cjs

+336-336
Large diffs are not rendered by default.

.yarnrc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ nodeLinker: pnp
77
packageExtensions:
88
local-pkg@*:
99
dependencies:
10-
happy-dom: ^10.11.2
10+
happy-dom: ^13.3.8
1111

12-
yarnPath: .yarn/releases/yarn-4.0.2.cjs
12+
yarnPath: .yarn/releases/yarn-4.1.0.cjs

app/package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -16,34 +16,34 @@
1616
"app:deploy": "yarn workspace app deploy"
1717
},
1818
"dependencies": {
19-
"@babel/runtime": "^7.23.8",
19+
"@babel/runtime": "^7.23.9",
2020
"@emotion/react": "^11.11.3",
2121
"@emotion/styled": "^11.11.0",
22-
"@mui/base": "^5.0.0-beta.31",
23-
"@mui/icons-material": "^5.15.4",
24-
"@mui/joy": "^5.0.0-beta.22",
25-
"@mui/lab": "^5.0.0-alpha.160",
26-
"@mui/material": "^5.15.4",
27-
"firebase": "^10.7.1",
28-
"jotai": "^2.6.1",
29-
"jotai-effect": "^0.2.3",
22+
"@mui/base": "^5.0.0-beta.36",
23+
"@mui/icons-material": "^5.15.10",
24+
"@mui/joy": "^5.0.0-beta.28",
25+
"@mui/lab": "^5.0.0-alpha.165",
26+
"@mui/material": "^5.15.10",
27+
"firebase": "^10.8.0",
28+
"jotai": "^2.6.4",
29+
"jotai-effect": "^0.5.0",
3030
"localforage": "^1.10.0",
3131
"notistack": "^3.0.1",
3232
"react": "^18.2.0",
3333
"react-dom": "^18.2.0",
34-
"react-router-dom": "^6.21.1"
34+
"react-router-dom": "^6.22.0"
3535
},
3636
"devDependencies": {
37-
"@babel/core": "^7.23.7",
37+
"@babel/core": "^7.23.9",
3838
"@emotion/babel-plugin": "^11.11.0",
39-
"@types/node": "^20.10.8",
40-
"@types/react": "^18.2.47",
41-
"@types/react-dom": "^18.2.18",
39+
"@types/node": "^20.11.18",
40+
"@types/react": "^18.2.55",
41+
"@types/react-dom": "^18.2.19",
4242
"@vitejs/plugin-react": "^4.2.1",
4343
"envars": "^1.0.2",
44-
"happy-dom": "^13.0.0",
44+
"happy-dom": "^13.3.8",
4545
"typescript": "~5.3.3",
46-
"vite": "~5.0.11",
47-
"vitest": "~1.1.3"
46+
"vite": "~5.1.2",
47+
"vitest": "~1.2.2"
4848
}
4949
}

db/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
"test": "vitest"
1515
},
1616
"dependencies": {
17-
"@google-cloud/firestore": "^7.1.0",
18-
"@googleapis/identitytoolkit": "^8.0.0",
17+
"@google-cloud/firestore": "^7.3.0",
18+
"@googleapis/identitytoolkit": "^8.0.1",
1919
"zod": "^3.22.4"
2020
},
2121
"devDependencies": {
22-
"@types/node": "^20.10.8",
23-
"dotenv": "^16.3.1",
22+
"@types/node": "^20.11.18",
23+
"dotenv": "^16.4.4",
2424
"ora": "^8.0.1",
2525
"typescript": "~5.3.3",
26-
"vite": "~5.0.11",
27-
"vite-node": "~1.1.3",
28-
"vitest": "~1.1.3"
26+
"vite": "~5.1.2",
27+
"vite-node": "~1.2.2",
28+
"vitest": "~1.2.2"
2929
}
3030
}

edge/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@
1919
},
2020
"dependencies": {
2121
"@hono/zod-validator": "^0.1.11",
22-
"hono": "^3.12.1",
23-
"jose": "^5.2.0",
22+
"hono": "^4.0.2",
23+
"jose": "^5.2.2",
2424
"web-auth-library": "^1.0.3",
2525
"zod": "^3.22.4"
2626
},
2727
"devDependencies": {
28-
"@cloudflare/workers-types": "^4.20231218.0",
29-
"@types/node": "^20.10.8",
30-
"happy-dom": "^13.0.0",
28+
"@cloudflare/workers-types": "^4.20240208.0",
29+
"@types/node": "^20.11.18",
30+
"happy-dom": "^13.3.8",
3131
"toml": "^3.0.0",
3232
"typescript": "~5.3.3",
33-
"vite": "~5.0.11",
34-
"vitest": "~1.1.3",
35-
"vitest-environment-miniflare": "^2.14.1"
33+
"vite": "~5.1.2",
34+
"vitest": "~1.2.2",
35+
"vitest-environment-miniflare": "^2.14.2"
3636
}
3737
}

edge/routes/api-login.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ export const handler = app.post(
2323
),
2424

2525
// Handle the request
26-
({ req, jsonT }) => {
26+
({ req, json }) => {
2727
const input = req.valid("json");
2828
// TODO: Implement the login logic
29-
return jsonT<LoginResponse>({ email: input.email });
29+
return json<LoginResponse>({ email: input.email });
3030
},
3131
);
3232

edge/routes/echo.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { app } from "../core/app.js";
55

66
export const handler = app.get("/echo", ({ json, req }) => {
77
return json({
8-
headers: Object.fromEntries(req.headers.entries()),
8+
headers: Object.fromEntries(req.raw.headers.entries()),
99
cf: req.raw.cf,
1010
});
1111
});

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "root",
33
"version": "0.0.0",
4-
"packageManager": "yarn@4.0.2",
4+
"packageManager": "yarn@4.1.0",
55
"private": true,
66
"type": "module",
77
"workspaces": [
@@ -22,9 +22,9 @@
2222
"devDependencies": {
2323
"@emotion/babel-plugin": "^11.11.0",
2424
"@emotion/eslint-plugin": "^11.11.0",
25-
"@types/eslint": "^8.56.1",
26-
"@typescript-eslint/eslint-plugin": "^6.18.1",
27-
"@typescript-eslint/parser": "^6.18.1",
25+
"@types/eslint": "^8.56.2",
26+
"@typescript-eslint/eslint-plugin": "^7.0.1",
27+
"@typescript-eslint/parser": "^7.0.1",
2828
"eslint": "^8.56.0",
2929
"eslint-config-prettier": "^9.1.0",
3030
"eslint-import-resolver-typescript": "^3.6.1",
@@ -33,14 +33,14 @@
3333
"eslint-plugin-react": "^7.33.2",
3434
"eslint-plugin-react-hooks": "^4.6.0",
3535
"graphql": "^16.8.1",
36-
"happy-dom": "^13.0.0",
37-
"husky": "^8.0.3",
38-
"prettier": "^3.1.1",
36+
"happy-dom": "^13.3.8",
37+
"husky": "^9.0.11",
38+
"prettier": "^3.2.5",
3939
"react": "^18.2.0",
4040
"relay-config": "^12.0.1",
4141
"typescript": "~5.3.3",
42-
"vite": "~5.0.11",
43-
"vitest": "~1.1.3"
42+
"vite": "~5.1.2",
43+
"vitest": "~1.2.2"
4444
},
4545
"prettier": {
4646
"printWidth": 80,

scripts/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
"private": true,
55
"type": "module",
66
"dependencies": {
7-
"dotenv": "^16.3.1",
7+
"dotenv": "^16.4.4",
88
"execa": "^8.0.1",
99
"get-port": "^7.0.0",
1010
"got": "^13.0.0",
1111
"graphql": "^16.8.1",
1212
"lodash-es": "^4.17.21",
13-
"miniflare": "^3.20231218.1",
14-
"prettier": "^3.1.1",
13+
"miniflare": "^3.20240129.2",
14+
"prettier": "^3.2.5",
1515
"toml": "^3.0.0",
16-
"vite": "^5.0.11",
17-
"wrangler": "^3.22.4",
16+
"vite": "^5.1.2",
17+
"wrangler": "^3.28.2",
1818
"zx": "^7.2.3"
1919
}
2020
}

server/package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -15,38 +15,38 @@
1515
"test": "vitest"
1616
},
1717
"dependencies": {
18-
"@google-cloud/firestore": "^7.1.0",
19-
"@googleapis/identitytoolkit": "^8.0.0",
20-
"@trpc/server": "^10.45.0",
18+
"@google-cloud/firestore": "^7.3.0",
19+
"@googleapis/identitytoolkit": "^8.0.1",
20+
"@trpc/server": "^10.45.1",
2121
"db": "workspace:*",
2222
"envalid": "^8.0.0",
2323
"express": "^4.18.2",
24-
"google-auth-library": "^9.4.1",
24+
"google-auth-library": "^9.6.3",
2525
"got": "^13.0.0",
2626
"http-errors": "^2.0.0",
2727
"http-proxy-middleware": "^2.0.6",
28-
"nanoid": "^5.0.4",
29-
"openai": "^4.24.3",
30-
"pino": "^8.17.2",
28+
"nanoid": "^5.0.5",
29+
"openai": "^4.28.0",
30+
"pino": "^8.18.0",
3131
"pino-http": "^9.0.0",
3232
"pino-pretty": "^10.3.1",
33-
"type-fest": "^4.9.0",
33+
"type-fest": "^4.10.2",
3434
"ws": "^8.16.0",
3535
"zod": "^3.22.4"
3636
},
3737
"devDependencies": {
3838
"@types/express": "^4.17.21",
3939
"@types/http-errors": "^2.0.4",
40-
"@types/node": "^20.10.8",
40+
"@types/node": "^20.11.18",
4141
"@types/supertest": "^6.0.2",
4242
"@types/ws": "^8.5.10",
4343
"envars": "^1.0.2",
4444
"get-port": "^7.0.0",
45-
"supertest": "^6.3.3",
46-
"type-fest": "^4.9.0",
45+
"supertest": "^6.3.4",
46+
"type-fest": "^4.10.2",
4747
"typescript": "~5.3.3",
48-
"vite": "~5.0.11",
49-
"vite-node": "~1.1.3",
50-
"vitest": "~1.1.3"
48+
"vite": "~5.1.2",
49+
"vite-node": "~1.2.2",
50+
"vitest": "~1.2.2"
5151
}
5252
}

0 commit comments

Comments
 (0)