Skip to content

Commit 88a129b

Browse files
chore: update dependencies
1 parent f0536ad commit 88a129b

11 files changed

Lines changed: 1666 additions & 2511 deletions

File tree

.github/workflows/deploy-docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
- name: Install pnpm
2828
uses: pnpm/action-setup@v4
2929
with:
30-
version: 10
30+
version: 11
3131

3232
- name: Use Node.js
3333
uses: actions/setup-node@v4
3434
with:
35-
node-version: 20
35+
node-version: 22
3636

3737
- name: Install dependencies
3838
run: pnpm i

.github/workflows/lint dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
- name: Install pnpm
3131
uses: pnpm/action-setup@v4
3232
with:
33-
version: 10
33+
version: 11
3434

3535
- name: Use Node.js
3636
uses: actions/setup-node@v4
3737
with:
38-
node-version: 20
38+
node-version: 22
3939

4040
- name: Install dependencies
4141
run: pnpm i

.github/workflows/test staging.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
- name: Install pnpm
3131
uses: pnpm/action-setup@v4
3232
with:
33-
version: 10
33+
version: 11
3434

3535
- name: Use Node.js
3636
uses: actions/setup-node@v4
3737
with:
38-
node-version: 20
38+
node-version: 22
3939

4040
- name: Install dependencies
4141
run: pnpm i

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM node:lts AS install-stage
22

3-
RUN --mount=type=secret,id=SIMSUSTECH_NPM_TOKEN echo "//npm.simsus.tech/:_authToken=$(cat /run/secrets/SIMSUSTECH_NPM_TOKEN)" > ~/.npmrc
3+
RUN --mount=type=secret,id=SIMSUSTECH_NPM_TOKEN echo "//npm.simsus.tech/:_authToken=$(cat /run/secrets/SIMSUSTECH_NPM_TOKEN)" >> ~/.npmrc
44

55
WORKDIR /build
66
RUN npm install -g pnpm

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232
"test:e2e": "run-s test:e2e:api"
3333
},
3434
"devDependencies": {
35-
"@changesets/cli": "^2.29.5",
36-
"@commitlint/cli": "^19.8.1",
37-
"@commitlint/config-conventional": "^19.8.1",
35+
"@changesets/cli": "^2.31.0",
36+
"@commitlint/cli": "^21.0.1",
37+
"@commitlint/config-conventional": "^21.0.1",
3838
"changesets": "^1.0.2",
39-
"git-conventional-commits": "^2.8.0",
39+
"git-conventional-commits": "^2.9.0",
4040
"npm-run-all": "^4.1.5",
41-
"oxfmt": "^0.46.0",
42-
"oxlint": "^1.61.0",
43-
"simple-git-hooks": "^2.13.0"
41+
"oxfmt": "^0.50.0",
42+
"oxlint": "^1.65.0",
43+
"simple-git-hooks": "^2.13.1"
4444
},
4545
"simple-git-hooks": {
4646
"pre-commit": "pnpm run lint && pnpm run format:check",

packages/api/package.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,23 +49,23 @@
4949
"@fastify/middie": "9.3.2",
5050
"@fastify/one-line-logger": "2.1.0",
5151
"@fastify/static": "9.1.3",
52-
"@modular-api/api": "0.6.25",
53-
"@modular-api/fastify-checkout": "0.5.14",
54-
"@modular-api/fastify-oidc": "0.9.21",
52+
"@modular-api/api": "0.6.27",
53+
"@modular-api/fastify-checkout": "0.5.16",
54+
"@modular-api/fastify-oidc": "0.9.22",
5555
"@mollie/api-client": "4.5.0",
5656
"@myriaddreamin/typst-ts-node-compiler": "0.7.0-rc2",
5757
"@slimfact/app": "workspace:*",
5858
"@slimfact/tools": "workspace:*",
5959
"@trpc/server": "11.17.0",
6060
"@vitrify/tools": "0.5.2",
61-
"axios": "1.16.0",
61+
"axios": "1.16.1",
6262
"bcryptjs": "3.0.3",
6363
"compress-tag": "3.0.0",
6464
"docker-compose": "1.4.2",
6565
"fastify": "5.8.5",
6666
"handlebars": "4.7.9",
6767
"json-2-csv": "5.5.10",
68-
"kysely": "0.29.0",
68+
"kysely": "0.29.1",
6969
"npm-run-all": "4.1.5",
7070
"otplib": "13.4.0",
7171
"pg": "8.20.0",
@@ -87,22 +87,23 @@
8787
"@types/oidc-provider": "9.5.0",
8888
"@types/pg": "8.20.0",
8989
"@vitejs/plugin-basic-ssl": "^2.3.0",
90-
"@vitejs/plugin-vue": "6.0.6",
90+
"@vitejs/plugin-vue": "6.0.7",
9191
"beasties": "0.4.2",
9292
"date-fns": "4.1.0",
93+
"devcert": "^1.2.3",
9394
"kysely-codegen": "0.20.0",
9495
"nodeunit": "0.11.3",
9596
"oidc-provider": "9.8.3",
96-
"oxfmt": "^0.49.0",
97-
"oxlint": "^1.64.0",
97+
"oxfmt": "^0.50.0",
98+
"oxlint": "^1.65.0",
9899
"quasar": "2.19.3",
99100
"typescript": "6.0.3",
100101
"unocss": "66.6.8",
101102
"unocss-preset-quasar": "0.2.13",
102-
"vite": "8.0.12",
103-
"vitrify": "0.26.5",
103+
"vite": "8.0.13",
104+
"vitrify": "0.26.6",
104105
"vue": "3.5.34",
105-
"vue-router": "5.0.6"
106+
"vue-router": "5.0.7"
106107
},
107108
"dependenciesMeta": {
108109
"@modular-api/fastify-oidc": {

packages/app/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"@iconify-json/fa6-solid": "1.2.4",
5252
"@iconify-json/flagpack": "1.2.7",
5353
"@iconify-json/mdi": "1.2.3",
54-
"@modular-api/fastify-checkout": "0.5.14",
55-
"@modular-api/quasar-components": "0.3.36",
54+
"@modular-api/fastify-checkout": "0.5.16",
55+
"@modular-api/quasar-components": "0.3.37",
5656
"@myriaddreamin/typst-ts-renderer": "0.7.0-rc2",
5757
"@myriaddreamin/typst-ts-web-compiler": "0.7.0-rc2",
5858
"@myriaddreamin/typst.ts": "0.7.0-rc2",
@@ -66,7 +66,7 @@
6666
"@trpc/client": "11.17.0",
6767
"@trpc/server": "11.17.0",
6868
"@vitejs/plugin-basic-ssl": "^2.3.0",
69-
"@vitejs/plugin-vue": "6.0.6",
69+
"@vitejs/plugin-vue": "6.0.7",
7070
"@vue/reactivity": "3.5.34",
7171
"@vue/runtime-core": "3.5.34",
7272
"@vue/runtime-dom": "3.5.34",
@@ -75,27 +75,27 @@
7575
"@vueuse/core": "14.3.0",
7676
"abort-controller": "3.0.0",
7777
"beasties": "0.4.2",
78-
"date-holidays": "3.28.0",
78+
"date-holidays": "3.29.0",
7979
"fastify": "5.8.5",
8080
"icon-gen": "5.0.0",
81-
"kysely": "0.29.0",
81+
"kysely": "0.29.1",
8282
"lionel-oauth-client": "npm:@stefanvh/lionel-oauth-client@^0.7.0",
8383
"node-fetch": "3.3.2",
8484
"npm-run-all": "4.1.5",
85-
"oxfmt": "^0.49.0",
86-
"oxlint": "^1.64.0",
85+
"oxfmt": "^0.50.0",
86+
"oxlint": "^1.65.0",
8787
"pinia": "3.0.4",
8888
"quasar": "2.19.3",
8989
"typescript": "6.0.3",
9090
"unocss": "66.6.8",
9191
"unocss-preset-quasar": "0.2.13",
92-
"vite": "8.0.12",
92+
"vite": "8.0.13",
9393
"vite-plugin-pwa": "1.3.0",
94-
"vitrify": "0.26.5",
94+
"vitrify": "0.26.6",
9595
"vue": "3.5.34",
96-
"vue-router": "5.0.6",
97-
"vue-tsc": "3.2.8",
96+
"vue-router": "5.0.7",
97+
"vue-tsc": "3.2.9",
9898
"workbox-window": "7.4.1",
99-
"ws": "8.20.0"
99+
"ws": "8.20.1"
100100
}
101101
}

packages/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"preview": "vitepress preview ."
66
},
77
"devDependencies": {
8-
"oxfmt": "^0.49.0",
9-
"oxlint": "^1.64.0",
8+
"oxfmt": "^0.50.0",
9+
"oxlint": "^1.65.0",
1010
"vitepress": "2.0.0-alpha.16"
1111
}
1212
}

packages/tools/package.json

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"format:write": "oxfmt --write ."
4646
},
4747
"dependencies": {
48-
"@modular-api/fastify-checkout": "^0.5.14",
48+
"@modular-api/fastify-checkout": "^0.5.16",
4949
"@myriaddreamin/typst-ts-renderer": "0.7.0-rc2",
5050
"@rgrove/parse-xml": "^4.2.0",
5151
"export-to-csv": "^1.4.0",
@@ -57,17 +57,11 @@
5757
"@myriaddreamin/typst-ts-node-compiler": "0.7.0-rc2",
5858
"@myriaddreamin/typst.ts": "0.7.0-rc2",
5959
"@types/iban": "^0.0.35",
60-
"@types/node": "^25.7.0",
60+
"@types/node": "^25.8.0",
6161
"csv-parse": "^6.2.1",
62-
"eslint": "10.3.0",
63-
"eslint-config-prettier": "10.1.8",
64-
"eslint-plugin-prettier": "^5.5.5",
65-
"eslint-plugin-vue": "10.9.1",
66-
"kysely": "0.29.0",
67-
"oxfmt": "^0.49.0",
68-
"oxlint": "^1.64.0",
69-
"typescript": "^6.0.3",
70-
"typescript-eslint": "^8.59.3",
71-
"vue-eslint-parser": "^10.4.0"
62+
"kysely": "0.29.1",
63+
"oxfmt": "^0.50.0",
64+
"oxlint": "^1.65.0",
65+
"typescript": "^6.0.3"
7266
}
7367
}

0 commit comments

Comments
 (0)