Merge branch 'main' into madlittlemods/hard_limit_eviction

This commit is contained in:
Eric Eastwood
2026-04-10 10:03:55 -05:00
3 changed files with 345 additions and 304 deletions
+1 -1
View File
@@ -268,7 +268,7 @@ jobs:
mirrors = ["mirror.gcr.io"]
- name: Login to GitHub Container Registry
uses: docker/login-action@v4.0.0
uses: docker/login-action@v4.1.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
+333 -292
View File
File diff suppressed because it is too large Load Diff
+11 -11
View File
@@ -22,18 +22,18 @@
"@fontsource/inter": "^5.2.8",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@tanstack/react-query": "^5.90.21",
"@tanstack/react-router": "^1.167.4",
"@tanstack/react-query": "^5.97.0",
"@tanstack/react-router": "^1.168.10",
"@vector-im/compound-design-tokens": "6.10.1",
"@vector-im/compound-web": "^8.3.5",
"@zxcvbn-ts/core": "^3.0.4",
"@zxcvbn-ts/language-common": "^3.0.4",
"classnames": "^2.5.1",
"date-fns": "^4.1.0",
"i18next": "^25.8.18",
"i18next": "^26.0.4",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-i18next": "^16.5.8",
"react-i18next": "^17.0.2",
"swagger-ui-dist": "^5.31.0",
"valibot": "^1.2.0",
"vaul": "^1.1.2"
@@ -46,11 +46,11 @@
"@graphql-codegen/cli": "^6.2.1",
"@graphql-codegen/client-preset": "^5.2.3",
"@graphql-codegen/typescript-msw": "^4.0.0",
"@storybook/addon-docs": "^10.3.3",
"@storybook/react-vite": "^10.3.3",
"@tanstack/react-query-devtools": "^5.91.3",
"@tanstack/react-router-devtools": "^1.166.9",
"@tanstack/router-plugin": "^1.166.13",
"@storybook/addon-docs": "^10.3.5",
"@storybook/react-vite": "^10.3.5",
"@tanstack/react-query-devtools": "^5.97.0",
"@tanstack/react-router-devtools": "^1.166.11",
"@tanstack/router-plugin": "^1.167.12",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@testing-library/user-event": "^14.6.1",
@@ -59,12 +59,12 @@
"@types/react-dom": "19.2.3",
"@types/swagger-ui-dist": "^3.30.6",
"@vitejs/plugin-react": "^6.0.1",
"@vitest/coverage-v8": "^4.1.1",
"@vitest/coverage-v8": "^4.1.3",
"autoprefixer": "^10.4.23",
"browserslist-to-esbuild": "^2.1.1",
"graphql": "^16.12.0",
"happy-dom": "^20.8.9",
"i18next-cli": "^1.50.3",
"i18next-cli": "^1.51.7",
"knip": "^5.81.0",
"msw": "^2.12.8",
"msw-storybook-addon": "^2.0.6",