⬆️ 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

@@ -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;
};
});