Updated packages.
Some checks are pending
Node.js CI / build (push) Waiting to run

This commit is contained in:
Mike Cao 2026-02-05 20:29:40 -08:00
parent c3e0290e65
commit d3d86f43fa
4 changed files with 2001 additions and 1856 deletions

2
next-env.d.ts vendored
View file

@ -1,6 +1,6 @@
/// <reference types="next" /> /// <reference types="next" />
/// <reference types="next/image-types/global" /> /// <reference types="next/image-types/global" />
/// <reference path="./.next/types/routes.d.ts" /> import './.next/dev/types/routes.d.ts';
// NOTE: This file should not be edited // NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information. // see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

View file

@ -1,6 +1,6 @@
{ {
"name": "umami", "name": "umami",
"version": "3.0.3", "version": "3.1.0",
"description": "A modern, privacy-focused alternative to Google Analytics.", "description": "A modern, privacy-focused alternative to Google Analytics.",
"author": "Umami Software, Inc. <hello@umami.is>", "author": "Umami Software, Inc. <hello@umami.is>",
"license": "MIT", "license": "MIT",
@ -63,15 +63,15 @@
"dependencies": { "dependencies": {
"@clickhouse/client": "^1.16.0", "@clickhouse/client": "^1.16.0",
"@date-fns/utc": "^1.2.0", "@date-fns/utc": "^1.2.0",
"@dicebear/collection": "^9.2.3", "@dicebear/collection": "^9.3.1",
"@dicebear/core": "^9.2.3", "@dicebear/core": "^9.3.1",
"@hello-pangea/dnd": "^17.0.0", "@hello-pangea/dnd": "^17.0.0",
"@prisma/adapter-pg": "^7.2.0", "@prisma/adapter-pg": "^7.3.0",
"@prisma/client": "^7.2.0", "@prisma/client": "^7.3.0",
"@prisma/extension-read-replicas": "^0.5.0", "@prisma/extension-read-replicas": "^0.5.0",
"@react-spring/web": "^10.0.3", "@react-spring/web": "^10.0.3",
"@svgr/cli": "^8.1.0", "@svgr/cli": "^8.1.0",
"@tanstack/react-query": "^5.90.17", "@tanstack/react-query": "^5.90.20",
"@umami/react-zen": "^0.239.0", "@umami/react-zen": "^0.239.0",
"@umami/redis-client": "^0.30.0", "@umami/redis-client": "^0.30.0",
"bcryptjs": "^3.0.2", "bcryptjs": "^3.0.2",
@ -80,14 +80,14 @@
"chartjs-adapter-date-fns": "^3.0.0", "chartjs-adapter-date-fns": "^3.0.0",
"classnames": "^2.3.1", "classnames": "^2.3.1",
"colord": "^2.9.2", "colord": "^2.9.2",
"cors": "^2.8.5", "cors": "^2.8.6",
"cross-spawn": "^7.0.3", "cross-spawn": "^7.0.3",
"date-fns": "^2.23.0", "date-fns": "^2.23.0",
"date-fns-tz": "^1.1.4", "date-fns-tz": "^1.1.4",
"debug": "^4.4.3", "debug": "^4.4.3",
"del": "^6.0.0", "del": "^6.0.0",
"detect-browser": "^5.2.0", "detect-browser": "^5.2.0",
"dotenv": "^17.2.3", "dotenv": "^17.2.4",
"esbuild": "^0.25.11", "esbuild": "^0.25.11",
"fs-extra": "^11.3.3", "fs-extra": "^11.3.3",
"immer": "^10.2.0", "immer": "^10.2.0",
@ -95,40 +95,40 @@
"is-ci": "^3.0.1", "is-ci": "^3.0.1",
"is-docker": "^3.0.0", "is-docker": "^3.0.0",
"is-localhost-ip": "^2.0.0", "is-localhost-ip": "^2.0.0",
"isbot": "^5.1.31", "isbot": "^5.1.34",
"jsonwebtoken": "^9.0.3", "jsonwebtoken": "^9.0.3",
"jszip": "^3.10.1", "jszip": "^3.10.1",
"kafkajs": "^2.1.0", "kafkajs": "^2.1.0",
"lucide-react": "^0.543.0", "lucide-react": "^0.543.0",
"maxmind": "^5.0.3", "maxmind": "^5.0.5",
"next": "^15.5.9", "next": "^16.1.6",
"node-fetch": "^3.2.8", "node-fetch": "^3.2.8",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"papaparse": "^5.5.3", "papaparse": "^5.5.3",
"pg": "^8.17.0", "pg": "^8.18.0",
"prisma": "^7.2.0", "prisma": "^7.3.0",
"pure-rand": "^7.0.1", "pure-rand": "^7.0.1",
"react": "^19.2.3", "react": "^19.2.4",
"react-dom": "^19.2.3", "react-dom": "^19.2.4",
"react-error-boundary": "^4.0.4", "react-error-boundary": "^4.0.4",
"react-intl": "^7.1.14", "react-intl": "^7.1.14",
"react-resizable-panels": "^4.4.1", "react-resizable-panels": "^4.6.0",
"react-simple-maps": "^2.3.0", "react-simple-maps": "^2.3.0",
"react-use-measure": "^2.0.4", "react-use-measure": "^2.0.4",
"react-window": "^1.8.6", "react-window": "^1.8.6",
"request-ip": "^3.3.0", "request-ip": "^3.3.0",
"semver": "^7.7.3", "semver": "^7.7.4",
"serialize-error": "^12.0.0", "serialize-error": "^12.0.0",
"thenby": "^1.3.4", "thenby": "^1.3.4",
"ua-parser-js": "^2.0.8", "ua-parser-js": "^2.0.9",
"uuid": "^13.0.0", "uuid": "^13.0.0",
"zod": "^4.3.5", "zod": "^4.3.6",
"zustand": "^5.0.10" "zustand": "^5.0.11"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "^2.3.11", "@biomejs/biome": "^2.3.14",
"@formatjs/cli": "^4.2.29", "@formatjs/cli": "^4.2.29",
"@netlify/plugin-nextjs": "^5.15.5", "@netlify/plugin-nextjs": "^5.15.7",
"@rollup/plugin-alias": "^5.0.0", "@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-commonjs": "^25.0.4", "@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-json": "^6.0.0", "@rollup/plugin-json": "^6.0.0",
@ -137,10 +137,9 @@
"@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.3.0", "@rollup/plugin-typescript": "^12.3.0",
"@types/jest": "^30.0.0", "@types/jest": "^30.0.0",
"@types/node": "^24.10.8", "@types/node": "^24.10.11",
"@types/react": "^19.2.8", "@types/react": "^19.2.13",
"@types/react-dom": "^19.2.2", "@types/react-dom": "^19.2.2",
"@types/react-window": "^1.8.8",
"babel-plugin-react-compiler": "19.1.0-rc.2", "babel-plugin-react-compiler": "19.1.0-rc.2",
"cross-env": "^10.1.0", "cross-env": "^10.1.0",
"cypress": "^13.6.6", "cypress": "^13.6.6",
@ -153,7 +152,7 @@
"postcss-import": "^15.1.0", "postcss-import": "^15.1.0",
"postcss-preset-env": "7.8.3", "postcss-preset-env": "7.8.3",
"prompts": "2.4.2", "prompts": "2.4.2",
"rollup": "^4.55.1", "rollup": "^4.57.1",
"rollup-plugin-copy": "^3.4.0", "rollup-plugin-copy": "^3.4.0",
"rollup-plugin-delete": "^3.0.2", "rollup-plugin-delete": "^3.0.2",
"rollup-plugin-dts": "^6.3.0", "rollup-plugin-dts": "^6.3.0",
@ -164,7 +163,7 @@
"stylelint-config-css-modules": "^4.5.1", "stylelint-config-css-modules": "^4.5.1",
"stylelint-config-prettier": "^9.0.3", "stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended": "^14.0.0", "stylelint-config-recommended": "^14.0.0",
"tar": "^7.5.3", "tar": "^7.5.7",
"ts-jest": "^29.4.6", "ts-jest": "^29.4.6",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"tsup": "^8.5.0", "tsup": "^8.5.0",

3790
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff

View file

@ -18,7 +18,7 @@
"strict": true, "strict": true,
"strictNullChecks": false, "strictNullChecks": false,
"noEmit": true, "noEmit": true,
"jsx": "preserve", "jsx": "react-jsx",
"incremental": false, "incremental": false,
"baseUrl": ".", "baseUrl": ".",
"outDir": "./build", "outDir": "./build",
@ -31,6 +31,14 @@
} }
] ]
}, },
"include": ["**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx", "next-env.d.ts", ".next/types/**/*.ts"], "include": [
"**/*.ts",
"**/*.tsx",
"**/*.js",
"**/*.jsx",
"next-env.d.ts",
".next/types/**/*.ts",
".next/dev/types/**/*.ts"
],
"exclude": ["node_modules", "./cypress.config.ts", "cypress"] "exclude": ["node_modules", "./cypress.config.ts", "cypress"]
} }