⬆️ mid month dependency bump (#6656)

* @types/node (^22.19.1 → ^22.19.3)

* oxlint (^1.37.0 → ^1.38.0)

* better-sqlite3 (^12.4.1 → ^12.5.0)

* vitest (^4.0.9 → ^4.0.16)

* react-aria-components (^1.13.0 → ^1.14.0)

* @codemirror/autocomplete (^6.19.1 → ^6.20.0)

* @codemirror/language (^6.11.3 → ^6.12.1)

* @codemirror/state (^6.5.2 → ^6.5.3)

* @swc/core (^1.15.2 → ^1.15.8)

* @uiw/react-codemirror (^4.25.3 → ^4.25.4)

* @vitejs/plugin-basic-ssl (^2.1.0 → ^2.1.3)

* @vitejs/plugin-react (^5.1.1 → ^5.1.2)

* hyperformula (^3.1.0 → ^3.1.1)

* i18next (^25.6.2 → ^25.7.4)

* jsdom (^27.2.0 → ^27.4.0)

* react-aria (^3.44.0 → ^3.45.0)

* @swc/helpers (^0.5.17 → ^0.5.18)

* react-error-boundary (^6.0.0 → ^6.0.3)

* react-grid-layout (^1.5.2 → ^1.5.3)

* react-i18next (^16.3.3 → ^16.5.1)

* react-simple-pull-to-refresh (^1.3.3 → ^1.3.4)

* sass (^1.94.0 → ^1.97.2)

* vite (^7.2.2 → ^7.3.1)

* vite-plugin-pwa (^1.1.0 → ^1.2.0)

* fs-extra (^11.3.2 → ^11.3.3)

* @easyops-cn/docusaurus-search-local (^0.52.1 → ^0.52.2)

* react (^19.2.0 → ^19.2.3)

* react-dom (^19.2.0 → ^19.2.3)

* @reduxjs/toolkit (^2.10.1 → ^2.11.2)

* lru-cache (^11.2.2 → ^11.2.4)

* ua-parser-js (^2.0.6 → ^2.0.7)

* workbox-precaching (^7.3.0 → ^7.4.0)

* winston (^3.18.3 → ^3.19.0)

* supertest (^7.1.4 → ^7.2.2)

* playwright (^1.56.0 → ^1.57.0)

* stragglers

* note

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
Matt Fiddaman
2026-01-14 20:17:55 +00:00
committed by GitHub
parent c1720f35fd
commit 826ad86ada
19 changed files with 1798 additions and 1236 deletions

View File

@@ -21,7 +21,7 @@
},
"dependencies": {
"@actual-app/crdt": "workspace:^",
"better-sqlite3": "^12.4.1",
"better-sqlite3": "^12.5.0",
"compare-versions": "^6.1.1",
"node-fetch": "^3.3.2",
"uuid": "^13.0.0"
@@ -29,7 +29,7 @@
"devDependencies": {
"tsc-alias": "^1.8.16",
"typescript": "^5.9.3",
"vitest": "^4.0.9"
"vitest": "^4.0.16"
},
"engines": {
"node": ">=20"

View File

@@ -6,6 +6,6 @@
"test": "vitest --run"
},
"devDependencies": {
"vitest": "^4.0.9"
"vitest": "^4.0.16"
}
}

View File

@@ -41,7 +41,7 @@
},
"dependencies": {
"@emotion/css": "^11.13.5",
"react-aria-components": "^1.13.0",
"react-aria-components": "^1.14.0",
"usehooks-ts": "^3.1.1"
},
"devDependencies": {
@@ -49,7 +49,7 @@
"@types/react": "^19.2.5",
"react": "19.2.0",
"react-dom": "19.2.0",
"vitest": "^4.0.9"
"vitest": "^4.0.16"
},
"peerDependencies": {
"react": ">=18.2",

View File

@@ -24,6 +24,6 @@
"protoc-gen-js": "3.21.4-4",
"ts-protoc-gen": "0.15.0",
"typescript": "^5.9.3",
"vitest": "^4.0.9"
"vitest": "^4.0.16"
}
}

View File

@@ -65,10 +65,10 @@ Run manually:
```sh
# Run docker container
docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.56.0-jammy /bin/bash
docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.57.0-jammy /bin/bash
# If you receive an error such as "docker: invalid reference format", please instead use the following command:
docker run --rm --network host -v ${pwd}:/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.56.0-jammy /bin/bash
docker run --rm --network host -v ${pwd}:/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.57.0-jammy /bin/bash
# Once inside the docker container, run the VRT tests: important - they MUST be ran against a HTTPS server.
# Use the ip and port noted earlier

View File

@@ -19,19 +19,19 @@
},
"devDependencies": {
"@actual-app/components": "workspace:*",
"@codemirror/autocomplete": "^6.19.1",
"@codemirror/autocomplete": "^6.20.0",
"@codemirror/lang-javascript": "^6.2.4",
"@codemirror/language": "^6.11.3",
"@codemirror/state": "^6.5.2",
"@codemirror/language": "^6.12.1",
"@codemirror/state": "^6.5.3",
"@codemirror/view": "^6.38.7",
"@emotion/css": "^11.13.5",
"@fontsource/redacted-script": "^5.2.8",
"@juggle/resize-observer": "^3.4.0",
"@lezer/highlight": "^1.2.3",
"@playwright/test": "1.56.1",
"@playwright/test": "1.57.0",
"@rollup/plugin-inject": "^5.0.5",
"@swc/core": "^1.15.2",
"@swc/helpers": "^0.5.17",
"@swc/core": "^1.15.8",
"@swc/helpers": "^0.5.18",
"@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "16.3.0",
@@ -42,22 +42,22 @@
"@types/react-dom": "^19.2.3",
"@types/react-grid-layout": "^1",
"@types/react-modal": "^3.16.3",
"@uiw/react-codemirror": "^4.25.3",
"@uiw/react-codemirror": "^4.25.4",
"@use-gesture/react": "^10.3.1",
"@vitejs/plugin-basic-ssl": "^2.1.0",
"@vitejs/plugin-react": "^5.1.1",
"@vitejs/plugin-basic-ssl": "^2.1.3",
"@vitejs/plugin-react": "^5.1.2",
"auto-text-size": "^0.2.3",
"babel-plugin-react-compiler": "^1.0.0",
"cmdk": "^1.1.1",
"cross-env": "^10.1.0",
"date-fns": "^4.1.0",
"downshift": "9.0.10",
"hyperformula": "^3.1.0",
"i18next": "^25.6.2",
"hyperformula": "^3.1.1",
"i18next": "^25.7.4",
"i18next-parser": "^9.3.0",
"i18next-resources-to-backend": "^1.2.1",
"inter-ui": "^3.19.3",
"jsdom": "^27.2.0",
"jsdom": "^27.4.0",
"lodash": "^4.17.21",
"loot-core": "workspace:*",
"mdast-util-newline-to-break": "^2.0.0",
@@ -67,20 +67,20 @@
"prop-types": "^15.8.1",
"re-resizable": "^6.11.2",
"react": "19.2.0",
"react-aria": "^3.44.0",
"react-aria-components": "^1.13.0",
"react-aria": "^3.45.0",
"react-aria-components": "^1.14.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "19.2.0",
"react-error-boundary": "^6.0.0",
"react-grid-layout": "^1.5.2",
"react-error-boundary": "^6.0.3",
"react-grid-layout": "^1.5.3",
"react-hotkeys-hook": "^5.2.1",
"react-i18next": "^16.3.3",
"react-i18next": "^16.5.1",
"react-markdown": "^10.1.0",
"react-modal": "3.16.3",
"react-redux": "^9.2.0",
"react-router": "7.12.0",
"react-simple-pull-to-refresh": "^1.3.3",
"react-simple-pull-to-refresh": "^1.3.4",
"react-spring": "10.0.0",
"react-swipeable": "^7.0.2",
"react-virtualized-auto-sizer": "^1.0.26",
@@ -88,13 +88,13 @@
"rehype-external-links": "^3.0.0",
"remark-gfm": "^4.0.1",
"rollup-plugin-visualizer": "^6.0.5",
"sass": "^1.94.0",
"sass": "^1.97.2",
"usehooks-ts": "^3.1.1",
"uuid": "^13.0.0",
"vite": "^7.2.2",
"vite-plugin-pwa": "^1.1.0",
"vite": "^7.3.1",
"vite-plugin-pwa": "^1.2.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^4.0.9",
"vitest": "^4.0.16",
"xml2js": "^0.6.2"
}
}

View File

@@ -3,9 +3,10 @@ import * as path from 'path';
import inject from '@rollup/plugin-inject';
import basicSsl from '@vitejs/plugin-basic-ssl';
import react from '@vitejs/plugin-react';
import type { PreRenderedAsset } from 'rollup';
import { visualizer } from 'rollup-plugin-visualizer';
/// <reference types="vitest" />
import { defineConfig, loadEnv, type Plugin, type UserConfig } from 'vite';
import { defineConfig, loadEnv, type Plugin } from 'vite';
import { VitePWA } from 'vite-plugin-pwa';
import viteTsconfigPaths from 'vite-tsconfig-paths';
@@ -121,7 +122,7 @@ export default defineConfig(async ({ mode }) => {
chunkSizeWarningLimit: 1500,
rollupOptions: {
output: {
assetFileNames: assetInfo => {
assetFileNames: (assetInfo: PreRenderedAsset) => {
const info = assetInfo.name?.split('.') ?? [];
let extType = info[info.length - 1];
if (/png|jpe?g|svg|gif|tiff|bmp|ico/i.test(extType)) {
@@ -221,5 +222,5 @@ export default defineConfig(async ({ mode }) => {
},
maxWorkers: 2,
},
} satisfies UserConfig;
};
});

View File

@@ -15,14 +15,14 @@
},
"dependencies": {
"@actual-app/sync-server": "workspace:*",
"better-sqlite3": "^12.4.1",
"fs-extra": "^11.3.2",
"better-sqlite3": "^12.5.0",
"fs-extra": "^11.3.3",
"promise-retry": "^2.0.1"
},
"devDependencies": {
"@electron/notarize": "3.1.1",
"@electron/rebuild": "4.0.1",
"@playwright/test": "1.56.1",
"@electron/rebuild": "4.0.2",
"@playwright/test": "1.57.0",
"@types/copyfiles": "^2",
"@types/fs-extra": "^11",
"copyfiles": "^2.4.1",

View File

@@ -20,13 +20,13 @@
"@docusaurus/preset-classic": "^3.9.2",
"@docusaurus/theme-common": "^3.9.2",
"@docusaurus/theme-mermaid": "^3.9.2",
"@easyops-cn/docusaurus-search-local": "^0.52.1",
"@easyops-cn/docusaurus-search-local": "^0.52.2",
"@mdx-js/react": "^3.1.1",
"@r74tech/docusaurus-plugin-panzoom": "^2.4.0",
"clsx": "^2.1.1",
"prism-react-renderer": "^2.4.1",
"react": "^19.2.0",
"react-dom": "^19.2.0"
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.9.2",

View File

@@ -15,6 +15,6 @@
"loupe": "^3.2.1",
"strip-literal": "^3.1.0",
"tinyspy": "^4.0.4",
"vitest": "^4.0.9"
"vitest": "^4.0.16"
}
}

View File

@@ -64,44 +64,44 @@
},
"dependencies": {
"@jlongster/sql.js": "^1.6.7",
"@reduxjs/toolkit": "^2.10.1",
"@reduxjs/toolkit": "^2.11.2",
"@rschedule/core": "^1.5.0",
"@rschedule/json-tools": "^1.5.0",
"@rschedule/standard-date-adapter": "^1.5.0",
"absurd-sql": "0.0.54",
"adm-zip": "patch:adm-zip@npm%3A0.5.16#~/.yarn/patches/adm-zip-npm-0.5.16-4556fea098.patch",
"better-sqlite3": "^12.4.1",
"better-sqlite3": "^12.5.0",
"csv-parse": "^6.1.0",
"csv-stringify": "^6.6.0",
"date-fns": "^4.1.0",
"deep-equal": "^2.2.3",
"handlebars": "^4.7.8",
"lru-cache": "^11.2.2",
"lru-cache": "^11.2.4",
"md5": "^2.3.0",
"memoize-one": "^6.0.0",
"mitt": "^3.0.1",
"slash": "5.1.0",
"ua-parser-js": "^2.0.6",
"ua-parser-js": "^2.0.7",
"uuid": "^13.0.0"
},
"devDependencies": {
"@actual-app/api": "workspace:^",
"@actual-app/crdt": "workspace:^",
"@actual-app/web": "workspace:^",
"@swc/core": "^1.15.2",
"@swc/core": "^1.15.8",
"@types/adm-zip": "^0.5.7",
"@types/better-sqlite3": "^7.6.13",
"@types/emscripten": "^1.41.5",
"@types/jlongster__sql.js": "npm:@types/sql.js@latest",
"@types/node": "^22.19.1",
"@types/node": "^22.19.3",
"@types/pegjs": "^0.10.6",
"assert": "^2.1.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"cross-env": "^10.1.0",
"fake-indexeddb": "^6.2.5",
"fast-check": "4.3.0",
"i18next": "^25.6.2",
"fast-check": "4.5.3",
"i18next": "^25.7.4",
"jest-diff": "^30.2.0",
"jsverify": "^0.8.4",
"mockdate": "^3.0.5",
@@ -112,10 +112,10 @@
"stream-browserify": "^3.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"vite": "^7.2.2",
"vite": "^7.3.1",
"vite-plugin-node-polyfills": "^0.24.0",
"vite-plugin-peggy-loader": "^2.0.1",
"vitest": "^4.0.9",
"vitest": "^4.0.16",
"yargs": "^18.0.0"
}
}

View File

@@ -11,12 +11,12 @@
"watch": "cross-env NODE_ENV=development ./bin/build-service-worker --watch"
},
"dependencies": {
"workbox-precaching": "^7.3.0"
"workbox-precaching": "^7.4.0"
},
"devDependencies": {
"@types/node": "^22.19.1",
"@types/node": "^22.19.3",
"cross-env": "^10.1.0",
"typescript": "^5.9.3",
"vite": "^7.2.2"
"vite": "^7.3.1"
}
}

View File

@@ -31,7 +31,7 @@
"@actual-app/crdt": "2.1.0",
"@actual-app/web": "workspace:*",
"bcrypt": "^6.0.0",
"better-sqlite3": "^12.4.1",
"better-sqlite3": "^12.5.0",
"convict": "^6.2.4",
"cors": "^2.8.5",
"date-fns": "^4.1.0",
@@ -39,14 +39,14 @@
"express": "^5.2.1",
"express-rate-limit": "^8.2.1",
"express-winston": "^4.2.0",
"ipaddr.js": "^2.2.0",
"ipaddr.js": "^2.3.0",
"jws": "^4.0.1",
"migrate": "^2.1.0",
"nordigen-node": "^1.4.1",
"openid-client": "^5.7.1",
"pluggy-sdk": "^0.79.0",
"uuid": "^13.0.0",
"winston": "^3.18.3"
"winston": "^3.19.0"
},
"devDependencies": {
"@babel/core": "^7.28.5",
@@ -56,14 +56,14 @@
"@types/better-sqlite3": "^7.6.13",
"@types/convict": "^6",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.5",
"@types/express": "^5.0.6",
"@types/express-actuator": "^1.8.3",
"@types/node": "^22.19.1",
"@types/node": "^22.19.3",
"@types/supertest": "^6.0.3",
"http-proxy-middleware": "^3.0.5",
"nodemon": "^3.1.11",
"supertest": "^7.1.4",
"supertest": "^7.2.2",
"typescript": "^5.9.3",
"vitest": "^4.0.9"
"vitest": "^4.0.16"
}
}