Skip to content

Commit 4c15647

Browse files
authored
⬆️ upgrade low risk dependencies to their newest minor version (#5025)
* vitest * types * eslint * better-sqlite3 * pluggy-sdk * globals * google-protobuf * fast-check * chokidar * i18next * openid-client * playwright * lru-cache * memfs * redacted font * sass * @vitejs/plugin-basic-ssl * re-resizable * rollup-plugin-visualizer * note * update vrt screenshots * vrt
1 parent 174e13b commit 4c15647

File tree

286 files changed

+481
-273
lines changed

Some content is hidden

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

286 files changed

+481
-273
lines changed

.github/workflows/e2e-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
needs: netlify
3333
runs-on: ubuntu-latest
3434
container:
35-
image: mcr.microsoft.com/playwright:v1.41.1-jammy
35+
image: mcr.microsoft.com/playwright:v1.52.0-jammy
3636
steps:
3737
- uses: actions/checkout@v4
3838
- name: Set up environment
@@ -53,7 +53,7 @@ jobs:
5353
name: Functional Desktop App
5454
runs-on: ubuntu-latest
5555
container:
56-
image: mcr.microsoft.com/playwright:v1.41.1-jammy
56+
image: mcr.microsoft.com/playwright:v1.52.0-jammy
5757
steps:
5858
- uses: actions/checkout@v4
5959
- name: Set up environment
@@ -74,7 +74,7 @@ jobs:
7474
needs: netlify
7575
runs-on: ubuntu-latest
7676
container:
77-
image: mcr.microsoft.com/playwright:v1.41.1-jammy
77+
image: mcr.microsoft.com/playwright:v1.52.0-jammy
7878
steps:
7979
- uses: actions/checkout@v4
8080
- name: Set up environment

.github/workflows/update-vrt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
github.event.issue.pull_request &&
2020
contains(github.event.comment.body, '/update-vrt')
2121
container:
22-
image: mcr.microsoft.com/playwright:v1.41.1-jammy
22+
image: mcr.microsoft.com/playwright:v1.52.0-jammy
2323
steps:
2424
- name: Get PR branch
2525
# Until https://github.com/xt0rted/pull-request-comment-branch/issues/322 is resolved we use the forked version

bin/run-vrt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ echo "Running VRT tests with the following parameters:"
2828
echo "E2E_START_URL: $E2E_START_URL"
2929
echo "VRT_ARGS: $VRT_ARGS"
3030

31-
MSYS_NO_PATHCONV=1 docker run --rm --network host -v "$(pwd)":/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.41.1-jammy /bin/bash \
31+
MSYS_NO_PATHCONV=1 docker run --rm --network host -v "$(pwd)":/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.52.0-jammy /bin/bash \
3232
-c "E2E_START_URL=$E2E_START_URL yarn vrt $VRT_ARGS"

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,19 @@
5353
"prepare": "husky"
5454
},
5555
"devDependencies": {
56-
"@types/node": "^22.14.1",
56+
"@types/node": "^22.15.18",
5757
"@types/prompts": "^2.4.9",
58-
"@typescript-eslint/parser": "^8.26.1",
58+
"@typescript-eslint/parser": "^8.32.1",
5959
"cross-env": "^7.0.3",
60-
"eslint": "^9.22.0",
60+
"eslint": "^9.27.0",
6161
"eslint-config-prettier": "^10.1.5",
62-
"eslint-import-resolver-typescript": "^4.2.7",
62+
"eslint-import-resolver-typescript": "^4.3.5",
6363
"eslint-plugin-import": "^2.31.0",
6464
"eslint-plugin-jsx-a11y": "^6.10.2",
6565
"eslint-plugin-react": "^7.37.5",
6666
"eslint-plugin-react-hooks": "^5.2.0",
6767
"eslint-plugin-rulesdir": "^0.2.2",
68-
"globals": "^15.13.0",
68+
"globals": "^15.15.0",
6969
"html-to-image": "^1.11.13",
7070
"husky": "^9.1.7",
7171
"lint-staged": "^15.5.2",
@@ -76,7 +76,7 @@
7676
"source-map-support": "^0.5.21",
7777
"ts-node": "^10.9.2",
7878
"typescript": "^5.8.3",
79-
"typescript-eslint": "^8.26.1",
79+
"typescript-eslint": "^8.32.1",
8080
"typescript-strict-plugin": "^2.4.4"
8181
},
8282
"resolutions": {

packages/api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@actual-app/crdt": "workspace:^",
27-
"better-sqlite3": "^11.9.1",
27+
"better-sqlite3": "^11.10.0",
2828
"compare-versions": "^6.1.1",
2929
"node-fetch": "^3.3.2",
3030
"uuid": "^9.0.1"
@@ -33,6 +33,6 @@
3333
"@types/uuid": "^9.0.8",
3434
"tsc-alias": "^1.8.16",
3535
"typescript": "^5.8.3",
36-
"vitest": "^3.0.9"
36+
"vitest": "^3.1.3"
3737
}
3838
}

packages/component-library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@types/react": "^19.1.4",
1717
"react": "19.1.0",
1818
"react-dom": "19.1.0",
19-
"vitest": "^3.0.9"
19+
"vitest": "^3.1.3"
2020
},
2121
"exports": {
2222
"./hooks/*": "./src/hooks/*.ts",

packages/crdt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"test": "vitest --globals"
1616
},
1717
"dependencies": {
18-
"google-protobuf": "^3.12.4",
18+
"google-protobuf": "^3.21.4",
1919
"murmurhash": "^2.0.1",
2020
"uuid": "^9.0.1"
2121
},
2222
"devDependencies": {
2323
"@types/uuid": "^9.0.8",
2424
"ts-protoc-gen": "^0.15.0",
2525
"typescript": "^5.8.3",
26-
"vitest": "^3.0.9"
26+
"vitest": "^3.1.3"
2727
}
2828
}

packages/desktop-client/README.md

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)