Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ Fixes #

- [ ] Partially AI assisted (clarify which code was AI assisted and briefly explain what it does).
- [ ] Fully AI generated (explain what all the generated code does in moderate detail).

<!-- Write any explanation required here, but do not generate the explanation using AI!! You must prove you understand what the code in this PR does. -->
4 changes: 2 additions & 2 deletions .github/workflows/cloudflare-web-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Cloudflare Worker Preview Deploy

on:
pull_request:
types: [labeled]
paths:
- 'src/**'
- 'index.html'
Expand All @@ -23,14 +24,13 @@ on:
- 'tsconfig.json'
- '.github/workflows/cloudflare-web-preview.yml'
- '.github/actions/setup/**'

concurrency:
group: cloudflare-worker-preview-${{ github.event.pull_request.number || github.ref_name }}
cancel-in-progress: true

jobs:
deploy:
if: (github.event.pull_request.head.repo.full_name == github.repository && github.head_ref != 'release') || github.event_name == 'push'
if: (github.event_name == 'pull_request' && github.event.label.name == 'deploy-preview' && github.event.pull_request.head.repo.full_name == github.repository && github.head_ref != 'release') || github.event_name == 'push'
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion knip.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://unpkg.com/knip@6/schema.json",
"entry": ["src/sw.ts", "scripts/**/*.js"],
"entry": ["scripts/**/*.js"],
"ignore": ["src/test/choochmeque-notifications-stub.ts"],
"ignoreExportsUsedInFile": {
"interface": true,
Expand Down
95 changes: 47 additions & 48 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,17 @@
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^2.0.0",
"@choochmeque/tauri-plugin-notifications-api": "0.5.0-rc.11",
"@choochmeque/tauri-plugin-sharekit-api": "0.4.0-rc.5",
"@fontsource-variable/nunito": "5.2.7",
"@fontsource/space-mono": "5.2.9",
"@lottiefiles/dotlottie-react": "^0.12.0",
"@fontsource-variable/nunito": "5.3.0",
"@fontsource/space-mono": "5.3.0",
"@lottiefiles/dotlottie-react": "^0.19.10",
"@noble/hashes": "^2.2.0",
"@phosphor-icons/react": "^2.1.10",
"@rolldown/plugin-node-polyfills": "^1.0.3",
"@sableclient/twemoji-font": "^1.0.4",
"@sentry/react": "^10.63.0",
"@tanstack/react-query": "^5.101.2",
"@tanstack/react-query-devtools": "^5.101.2",
"@tanstack/react-virtual": "^3.14.5",
"@sentry/react": "^10.67.0",
"@tanstack/react-query": "^5.101.3",
"@tanstack/react-query-devtools": "^5.101.3",
"@tanstack/react-virtual": "^3.14.7",
"@tauri-apps/api": "2.11.1",
"@tauri-apps/plugin-clipboard-manager": "2.3.2",
"@tauri-apps/plugin-deep-link": "2.4.9",
Expand All @@ -63,12 +64,12 @@
"@tauri-apps/plugin-opener": "2.5.4",
"@tauri-apps/plugin-os": "2.3.2",
"@tauri-apps/plugin-process": "~2.3.1",
"@tauri-apps/plugin-store": "^2.4.3",
"@tauri-apps/plugin-store": "^2.4.4",
"@tauri-apps/plugin-updater": "~2.10.1",
"@use-gesture/react": "10.3.1",
"@vanilla-extract/css": "^1.21.1",
"@vanilla-extract/recipes": "^0.5.7",
"@vanilla-extract/vite-plugin": "^5.2.3",
"@vanilla-extract/vite-plugin": "^5.2.5",
"await-to-js": "^3.0.0",
"badwords-list": "2.0.1-4",
"blurhash": "^2.0.5",
Expand All @@ -77,89 +78,87 @@
"classnames": "^2.5.1",
"dayjs": "^1.11.21",
"domhandler": "^6.0.1",
"dompurify": "^3.4.11",
"dompurify": "^3.4.12",
"emojibase": "^17.0.0",
"emojibase-data": "^17.0.0",
"eventemitter3": "^5.0.4",
"file-saver": "^2.0.5",
"focus-trap-react": "^12.0.3",
"folds": "^2.6.2",
"folds": "^2.7.0",
"framer-motion": "^12.42.2",
"html-dom-parser": "^8.0.0",
"html-react-parser": "^6.1.3",
"i18next": "^25.10.10",
"html-react-parser": "^6.1.5",
"i18next": "^26.3.6",
"i18next-browser-languagedetector": "^8.2.1",
"i18next-http-backend": "^2.7.3",
"immer": "^11.1.9",
"i18next-http-backend": "^4.0.0",
"immer": "^11.1.15",
"is-hotkey": "^0.2.0",
"jotai": "^2.20.1",
"katex": "^0.17.0",
"jotai": "^2.20.2",
"katex": "^0.18.1",
"leaflet": "1.9.4",
"linkify-react": "^4.3.3",
"linkifyjs": "^4.3.3",
"marked": "^18.0.5",
"marked": "^18.0.6",
"matrix-js-sdk": "42.0.0",
"matrix-widget-api": "^1.17.0",
"pdfjs-dist": "^6.1.200",
"react": "^18.3.1",
"react": "^19.2.7",
"react-aria": "^3.50.0",
"react-blurhash": "^0.3.0",
"react-colorful": "^5.7.0",
"react-dom": "^18.3.1",
"react-colorful": "^5.8.0",
"react-dom": "^19.2.7",
"react-google-recaptcha": "^3.1.0",
"react-i18next": "^16.6.6",
"react-leaflet": "^4.2.1",
"react-i18next": "^17.0.10",
"react-leaflet": "^5.0.0",
"react-range": "^1.10.0",
"react-router-dom": "^6.30.4",
"slate": "^0.124.1",
"slate-dom": "^0.124.1",
"react-router-dom": "^7.18.1",
"slate": "^0.126.0",
"slate-dom": "^0.126.0",
"slate-history": "^0.113.1",
"slate-react": "^0.125.1",
"slate-react": "^0.126.0",
"tauri-plugin-android-fs-api": "28.4.0",
"ua-parser-js": "^2.0.10",
"virtua": "^0.49.2",
"virtua": "^0.49.3",
"workbox-precaching": "^7.4.1"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.42.4",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@cloudflare/vite-plugin": "^1.45.1",
"@playwright/test": "^1.61.1",
"@rollup/plugin-inject": "^5.0.5",
"@rollup/plugin-wasm": "^6.2.2",
"@sableclient/sable-call-embedded": "1.1.7",
"@sentry/vite-plugin": "^5.3.0",
"@sentry/vite-plugin": "^5.4.0",
"@tauri-apps/cli": "2.11.4",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/jest-dom": "^7.0.0",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/chroma-js": "^3.1.2",
"@types/file-saver": "^2.0.7",
"@types/is-hotkey": "^0.1.10",
"@types/leaflet": "^1.9.21",
"@types/node": "24.13.2",
"@types/react": "^18.3.31",
"@types/react-dom": "^18.3.7",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/react-google-recaptcha": "^2.1.9",
"@vitejs/plugin-react": "^5.2.0",
"@vitest/coverage-v8": "^4.1.9",
"@vitest/ui": "^4.1.9",
"@vitejs/plugin-react": "^6.0.3",
"@vitest/coverage-v8": "^4.1.10",
"@vitest/ui": "^4.1.10",
"buffer": "^6.0.3",
"cloudflared": "^0.7.1",
"jsdom": "^29.1.1",
"knip": "6.23.0",
"oxfmt": "^0.57.0",
"oxlint": "^1.72.0",
"oxlint-tsgolint": "^0.24.0",
"knip": "6.27.0",
"oxfmt": "^0.59.0",
"oxlint": "^1.74.0",
"oxlint-tsgolint": "^0.25.0",
"testcontainers": "^12.0.4",
"typescript": "^5.9.3",
"vite": "^7.3.5",
"typescript": "^7.0.2",
"vite": "^8.1.5",
"vite-plugin-compression2": "^2.5.3",
"vite-plugin-pwa": "^1.3.0",
"vite-plugin-static-copy": "^3.4.0",
"vite-plugin-svgr": "4.5.0",
"vite-plugin-top-level-await": "^1.6.0",
"vitest": "^4.1.9",
"wrangler": "^4.106.0"
"vite-plugin-static-copy": "^4.1.1",
"vite-plugin-svgr": "5.2.0",
"vitest": "^4.1.10",
"wrangler": "^4.112.0"
},
"devEngines": {
"runtime": {
Expand Down
Loading
Loading