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