1 Commits

Author SHA1 Message Date
dependabot[bot]
17e2ae8ad1 chore(deps): bump actions/upload-artifact in the all-actions group
Bumps the all-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact).


Updates `actions/upload-artifact` from 6 to 7
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-01 17:57:12 +00:00
3 changed files with 350 additions and 604 deletions

View File

@@ -18,7 +18,7 @@ jobs:
run: bun run playwright install --with-deps run: bun run playwright install --with-deps
- name: Run Playwright tests - name: Run Playwright tests
run: bun run playwright test run: bun run playwright test
- uses: actions/upload-artifact@v6 - uses: actions/upload-artifact@v7
if: ${{ !cancelled() }} if: ${{ !cancelled() }}
with: with:
name: playwright-report name: playwright-report

882
bun.lock

File diff suppressed because it is too large Load Diff

View File

@@ -33,9 +33,9 @@
"lint:md:fix": "markdownlint-cli2 --fix \"**/*.md\" \"!.trunk/**\" \"!.venv/**\" \"!node_modules/**\"" "lint:md:fix": "markdownlint-cli2 --fix \"**/*.md\" \"!.trunk/**\" \"!.venv/**\" \"!node_modules/**\""
}, },
"dependencies": { "dependencies": {
"@neondatabase/auth": "^0.2.0-beta.1", "@neondatabase/auth": "^0.1.0-beta.21",
"@prisma/adapter-pg": "^7.4.2", "@prisma/adapter-pg": "^6.19.2",
"@prisma/client": "^7.4.2", "@prisma/client": "^6.19.2",
"@radix-ui/react-accordion": "^1.2.12", "@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15", "@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-collapsible": "^1.1.12", "@radix-ui/react-collapsible": "^1.1.12",
@@ -52,7 +52,7 @@
"@radix-ui/react-toggle": "^1.1.10", "@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11", "@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8", "@radix-ui/react-tooltip": "^1.2.8",
"@rapideditor/country-coder": "^5.6.1", "@rapideditor/country-coder": "^5.6.0",
"@tanstack/react-table": "^8.21.3", "@tanstack/react-table": "^8.21.3",
"@types/canvas-confetti": "^1.9.0", "@types/canvas-confetti": "^1.9.0",
"@types/d3": "^7.4.3", "@types/d3": "^7.4.3",
@@ -66,7 +66,7 @@
"chart.js": "^4.5.1", "chart.js": "^4.5.1",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"csv-parse": "^6.1.0", "csv-parse": "^5.6.0",
"d3": "^7.9.0", "d3": "^7.9.0",
"d3-cloud": "^1.2.8", "d3-cloud": "^1.2.8",
"d3-selection": "^3.0.0", "d3-selection": "^3.0.0",
@@ -74,61 +74,61 @@
"i18n-iso-countries": "^7.14.0", "i18n-iso-countries": "^7.14.0",
"iso-639-1": "^3.1.5", "iso-639-1": "^3.1.5",
"leaflet": "^1.9.4", "leaflet": "^1.9.4",
"lucide-react": "^0.575.0", "lucide-react": "^0.525.0",
"motion": "^12.34.3", "motion": "^12.27.1",
"next": "^16.1.6", "next": "^16.1.4",
"next-themes": "^0.4.6", "next-themes": "^0.4.6",
"node-cron": "^4.2.1", "node-cron": "^4.2.1",
"node-fetch": "^3.3.2", "node-fetch": "^3.3.2",
"pg": "^8.19.0", "pg": "^8.17.1",
"react": "^19.2.4", "react": "^19.2.3",
"react-day-picker": "^9.14.0", "react-day-picker": "^9.13.0",
"react-dom": "^19.2.4", "react-dom": "^19.2.3",
"react-leaflet": "^5.0.0", "react-leaflet": "^5.0.0",
"react-markdown": "^10.1.0", "react-markdown": "^10.1.0",
"recharts": "^3.7.0", "recharts": "^3.6.0",
"rehype-raw": "^7.0.0", "rehype-raw": "^7.0.0",
"sonner": "^2.0.7", "sonner": "^2.0.7",
"tailwind-merge": "^3.5.0", "tailwind-merge": "^3.4.0",
"vaul": "^1.1.2", "vaul": "^1.1.2",
"zod": "^4.3.6" "zod": "^3.25.76"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^10.0.1", "@eslint/js": "^9.39.2",
"@playwright/test": "^1.58.2", "@playwright/test": "^1.57.0",
"@tailwindcss/postcss": "^4.2.1", "@tailwindcss/postcss": "^4.1.18",
"@testing-library/dom": "^10.4.1", "@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1", "@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2", "@testing-library/react": "^16.3.2",
"@types/node": "^25.3.3", "@types/node": "^24.10.9",
"@types/node-cron": "^3.0.11", "@types/node-cron": "^3.0.11",
"@types/pg": "^8.18.0", "@types/pg": "^8.16.0",
"@types/react": "19.2.14", "@types/react": "19.2.8",
"@types/react-dom": "19.2.3", "@types/react-dom": "19.2.3",
"@typescript-eslint/eslint-plugin": "^8.56.1", "@typescript-eslint/eslint-plugin": "^8.53.1",
"@typescript-eslint/parser": "^8.56.1", "@typescript-eslint/parser": "^8.53.1",
"@vitejs/plugin-react": "^5.1.4", "@vitejs/plugin-react": "^4.7.0",
"@vitest/coverage-v8": "^4.0.18", "@vitest/coverage-v8": "^3.2.4",
"concurrently": "^9.2.1", "concurrently": "^9.2.1",
"eslint": "^10.0.2", "eslint": "^9.39.2",
"eslint-config-next": "^16.1.6", "eslint-config-next": "^16.1.4",
"eslint-plugin-prettier": "^5.5.5", "eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-hooks": "^5.2.0",
"jest-axe": "^10.0.0", "jest-axe": "^10.0.0",
"jsdom": "^28.1.0", "jsdom": "^26.1.0",
"markdownlint-cli2": "^0.21.0", "markdownlint-cli2": "^0.18.1",
"node-mocks-http": "^1.17.2", "node-mocks-http": "^1.17.2",
"postcss": "^8.5.6", "postcss": "^8.5.6",
"prettier": "^3.8.1", "prettier": "^3.8.0",
"prettier-plugin-jinja-template": "^2.1.0", "prettier-plugin-jinja-template": "^2.1.0",
"prisma": "^7.4.2", "prisma": "^6.19.2",
"tailwindcss": "^4.2.1", "tailwindcss": "^4.1.18",
"ts-node": "^10.9.2", "ts-node": "^10.9.2",
"tsx": "^4.21.0", "tsx": "^4.21.0",
"tw-animate-css": "^1.4.0", "tw-animate-css": "^1.4.0",
"typescript": "^5.9.3", "typescript": "^5.9.3",
"vite-tsconfig-paths": "^6.1.1", "vite-tsconfig-paths": "^5.1.4",
"vitest": "^4.0.18" "vitest": "^3.2.4"
}, },
"prettier": { "prettier": {
"bracketSpacing": true, "bracketSpacing": true,