V4.14.8 dev (#6517)
* doc * wip(next): upgrade next16 with next-rspack to build (#6501) * wip(next): upgrade next16 with next-rspack to build * wip: fix tsconfig path alias, bump various deps * fix: test action pnpm version, immer dep * fix: only use Rspack for develop environment * lock * fix: dataset choice hint (#6514) * fix: dataset choice hint * fix: regex replaceVarible remove useless match group * fix: type check (#6515) * test: perfect test cases for replaceVarible function in like case (#6516) --------- Co-authored-by: archer <545436317@qq.com> Co-authored-by: Ryo <whoeverimf5@gmail.com>
Showing
This diff is collapsed.
Click to expand it.
| ... | ... | @@ -23,16 +23,16 @@ |
| "@typescript-eslint/eslint-plugin": "^6.21.0", | ||
| "@typescript-eslint/parser": "^6.21.0", | ||
| "@vitest/coverage-v8": "^3.0.9", | ||
| "eslint": "^8.57.0", | ||
| "eslint-config-next": "^15.5.12", | ||
| "eslint": "catalog:", | ||
| "eslint-config-next": "catalog:", | ||
| "husky": "^8.0.3", | ||
| "i18next": "23.16.8", | ||
| "js-yaml": "^4.1.1", | ||
| "i18next": "catalog:", | ||
| "js-yaml": "catalog:", | ||
| "lint-staged": "^13.3.0", | ||
| "mongodb-memory-server": "^10.1.4", | ||
| "next-i18next": "15.4.2", | ||
| "next-i18next": "catalog:", | ||
| "prettier": "3.2.4", | ||
| "react-i18next": "14.1.2", | ||
| "react-i18next": "catalog:", | ||
| "typescript": "^5.1.3", | ||
| "vitest": "^3.0.9", | ||
| "zhlint": "^0.7.4" | ||
| ... | ... | @@ -51,23 +51,8 @@ |
| "git add ." | ||
| ] | ||
| }, | ||
| "pnpm": { | ||
| "overrides": { | ||
| "react": "18.3.1", | ||
| "react-dom": "18.3.1", | ||
| "@types/react": "18.3.1" | ||
| } | ||
| }, | ||
| "resolutions": { | ||
| "mdast-util-gfm-autolink-literal": "2.0.0" | ||
| }, | ||
| "engines": { | ||
| "node": ">=20" | ||
| }, | ||
| "devEngines": { | ||
| "packageManager": { | ||
| "name": "pnpm", | ||
| "version": "9.15.9" | ||
| } | ||
| "node": "20.x", | ||
| "pnpm": "9.x" | ||
| } | ||
| } |
| { | ||
| "name": "@fastgpt/global", | ||
| "version": "1.0.0", | ||
| "engines": { | ||
| "node": "20.x", | ||
| "pnpm": "9.x" | ||
| }, | ||
| "dependencies": { | ||
| "@fastgpt-sdk/plugin": "0.3.8", | ||
| "@apidevtools/swagger-parser": "^10.1.0", | ||
| "@bany/curl-to-json": "^1.2.8", | ||
| "axios": "^1.13.5", | ||
| "axios": "catalog:", | ||
| "cron-parser": "^4.9.0", | ||
| "dayjs": "^1.11.7", | ||
| "dayjs": "catalog:", | ||
| "encoding": "^0.1.13", | ||
| "js-yaml": "^4.1.1", | ||
| "js-yaml": "catalog:", | ||
| "jschardet": "3.1.1", | ||
| "json5": "^2.2.3", | ||
| "json5": "catalog:", | ||
| "nanoid": "^5.1.3", | ||
| "next": "15.5.12", | ||
| "openai": "4.61.0", | ||
| "next": "catalog:", | ||
| "openai": "4.104.0", | ||
| "openapi-types": "^12.1.3", | ||
| "timezones-list": "^3.0.2", | ||
| "lodash": "^4.17.23", | ||
| "zod": "^4.1.12", | ||
| "lodash": "catalog:", | ||
| "zod": "catalog:", | ||
| "zod-openapi": "^5.4.3" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/lodash": "^4.14.191", | ||
| "@types/lodash": "catalog:", | ||
| "@types/js-yaml": "^4.0.9", | ||
| "@types/node": "20.14.0" | ||
| } | ||
| ... | ... |
| ... | ... | @@ -2,13 +2,17 @@ |
| "name": "@fastgpt/service", | ||
| "version": "1.0.0", | ||
| "type": "module", | ||
| "engines": { | ||
| "node": "20.x", | ||
| "pnpm": "9.x" | ||
| }, | ||
| "dependencies": { | ||
| "@fastgpt-sdk/storage": "^0.6.15", | ||
| "@fastgpt-sdk/storage": "catalog:", | ||
| "@fastgpt/global": "workspace:*", | ||
| "@logtape/logtape": "^2", | ||
| "@logtape/pretty": "^2", | ||
| "@maxmind/geoip2-node": "^6.3.4", | ||
| "@modelcontextprotocol/sdk": "^1.26.0", | ||
| "@modelcontextprotocol/sdk": "catalog:", | ||
| "@node-rs/jieba": "2.0.1", | ||
| "@opentelemetry/api": "^1.9.0", | ||
| "@opentelemetry/api-logs": "^0.203.0", | ||
| ... | ... | @@ -19,16 +23,15 @@ |
| "@opentelemetry/semantic-conventions": "^1.39.0", | ||
| "@opentelemetry/winston-transport": "^0.14.0", | ||
| "@t3-oss/env-core": "0.13.10", | ||
| "@vercel/otel": "^1.13.0", | ||
| "@xmldom/xmldom": "^0.8.10", | ||
| "@zilliz/milvus2-sdk-node": "2.4.10", | ||
| "axios": "^1.13.5", | ||
| "axios": "catalog:", | ||
| "bullmq": "^5.52.2", | ||
| "chalk": "^5.3.0", | ||
| "cheerio": "1.0.0-rc.12", | ||
| "cookie": "^0.7.1", | ||
| "date-fns": "2.30.0", | ||
| "dayjs": "^1.11.7", | ||
| "date-fns": "catalog:", | ||
| "dayjs": "catalog:", | ||
| "decompress": "^4.2.1", | ||
| "domino-ext": "^2.1.4", | ||
| "encoding": "^0.1.13", | ||
| ... | ... | @@ -40,18 +43,18 @@ |
| "ioredis": "^5.6.0", | ||
| "joplin-turndown-plugin-gfm": "^1.0.12", | ||
| "@apidevtools/json-schema-ref-parser": "^11.7.2", | ||
| "json5": "^2.2.3", | ||
| "json5": "catalog:", | ||
| "jsonpath-plus": "^10.3.0", | ||
| "jsonwebtoken": "^9.0.2", | ||
| "lodash": "^4.17.23", | ||
| "lodash": "catalog:", | ||
| "mammoth": "^1.11.0", | ||
| "mime": "^4.1.0", | ||
| "minio": "^8.0.5", | ||
| "minio": "catalog:", | ||
| "mongoose": "^8.10.1", | ||
| "multer": "2.1.0", | ||
| "mysql2": "^3.11.3", | ||
| "next": "15.5.12", | ||
| "nextjs-cors": "^2.2.0", | ||
| "next": "catalog:", | ||
| "nextjs-cors": "2.2.1", | ||
| "node-cron": "^3.0.3", | ||
| "node-xlsx": "^0.24.0", | ||
| "p-limit": "^7.2.0", | ||
| ... | ... | @@ -60,7 +63,7 @@ |
| "pg": "^8.10.0", | ||
| "pino": "^9.7.0", | ||
| "pino-opentelemetry-transport": "^1.0.1", | ||
| "proxy-agent": "^6.5.0", | ||
| "proxy-agent": "catalog:", | ||
| "proxy-from-env": "^1.1.0", | ||
| "request-ip": "^3.3.0", | ||
| "tiktoken": "1.0.17", | ||
| ... | ... | @@ -68,14 +71,14 @@ |
| "turndown": "^7.1.2", | ||
| "undici": "^7.18.2", | ||
| "winston": "^3.17.0", | ||
| "zod": "^4.1.12" | ||
| "zod": "catalog:" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/async-retry": "^1.4.9", | ||
| "@types/cookie": "^0.5.2", | ||
| "@types/decompress": "^4.2.7", | ||
| "@types/jsonwebtoken": "^9.0.3", | ||
| "@types/lodash": "^4.14.191", | ||
| "@types/lodash": "catalog:", | ||
| "@types/multer": "^1.4.10", | ||
| "@types/node-cron": "^3.0.11", | ||
| "@types/papaparse": "5.3.7", | ||
| ... | ... |
| { | ||
| "name": "@fastgpt/web", | ||
| "version": "1.0.0", | ||
| "engines": { | ||
| "node": "20.x", | ||
| "pnpm": "9.x" | ||
| }, | ||
| "dependencies": { | ||
| "@chakra-ui/anatomy": "2.2.1", | ||
| "@chakra-ui/icons": "2.1.1", | ||
| "@chakra-ui/next-js": "2.4.2", | ||
| "@chakra-ui/react": "2.10.7", | ||
| "@chakra-ui/styled-system": "2.9.1", | ||
| "@chakra-ui/system": "2.6.1", | ||
| "@emotion/react": "11.11.1", | ||
| "@emotion/styled": "11.11.0", | ||
| "@chakra-ui/anatomy": "catalog:", | ||
| "@chakra-ui/icons": "catalog:", | ||
| "@chakra-ui/next-js": "catalog:", | ||
| "@chakra-ui/react": "catalog:", | ||
| "@chakra-ui/styled-system": "catalog:", | ||
| "@chakra-ui/system": "catalog:", | ||
| "@emotion/react": "catalog:", | ||
| "@emotion/styled": "catalog:", | ||
| "@fastgpt/global": "workspace:*", | ||
| "@fingerprintjs/fingerprintjs": "^4.3.0", | ||
| "@lexical/code": "0.12.6", | ||
| ... | ... | @@ -23,22 +27,22 @@ |
| "@monaco-editor/react": "^4.6.0", | ||
| "@tanstack/react-query": "^4.24.10", | ||
| "ahooks": "^3.9.5", | ||
| "axios": "^1.13.5", | ||
| "date-fns": "2.30.0", | ||
| "dayjs": "^1.11.7", | ||
| "i18next": "23.16.8", | ||
| "axios": "catalog:", | ||
| "date-fns": "catalog:", | ||
| "dayjs": "catalog:", | ||
| "i18next": "catalog:", | ||
| "js-cookie": "^3.0.5", | ||
| "lexical": "0.12.6", | ||
| "lodash": "^4.17.23", | ||
| "next": "15.5.12", | ||
| "next-i18next": "15.4.2", | ||
| "lodash": "catalog:", | ||
| "next": "catalog:", | ||
| "next-i18next": "catalog:", | ||
| "papaparse": "^5.4.1", | ||
| "react": "18.3.1", | ||
| "react": "catalog:", | ||
| "react-beautiful-dnd": "^13.1.1", | ||
| "react-day-picker": "^8.7.1", | ||
| "react-dom": "18.3.1", | ||
| "react-dom": "catalog:", | ||
| "react-hook-form": "7.43.1", | ||
| "react-i18next": "14.1.2", | ||
| "react-i18next": "catalog:", | ||
| "react-markdown": "^9.0.1", | ||
| "react-photo-view": "^1.2.6", | ||
| "recharts": "^2.15.0", | ||
| ... | ... | @@ -49,10 +53,10 @@ |
| }, | ||
| "devDependencies": { | ||
| "@types/js-cookie": "^3.0.5", | ||
| "@types/lodash": "^4.14.191", | ||
| "@types/lodash": "catalog:", | ||
| "@types/papaparse": "^5.3.7", | ||
| "@types/react": "18.3.1", | ||
| "@types/react": "catalog:", | ||
| "@types/react-beautiful-dnd": "^13.1.1", | ||
| "@types/react-dom": "18.3.0" | ||
| "@types/react-dom": "catalog:" | ||
| } | ||
| } |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| ... | ... | @@ -3,64 +3,66 @@ |
| "version": "4.14.8", | ||
| "private": false, | ||
| "scripts": { | ||
| "dev": "NODE_OPTIONS='--max-old-space-size=8192' npm run build:workers && next dev", | ||
| "build": "npm run build:workers && npm run lint && npm run typecheck && next build --debug", | ||
| "dev": "npm run build:workers && next dev", | ||
| "build": "npm run build:workers && next build --debug --webpack", | ||
| "start": "next start", | ||
| "lint": "next lint", | ||
| "build:workers": "npx tsx scripts/build-workers.ts", | ||
| "typecheck": "tsc --noEmit --pretty", | ||
| "build:workers:watch": "npx tsx scripts/build-workers.ts --watch" | ||
| }, | ||
| "engines": { | ||
| "node": "20.x", | ||
| "pnpm": "9.x" | ||
| }, | ||
| "dependencies": { | ||
| "@chakra-ui/anatomy": "2.2.1", | ||
| "@chakra-ui/icons": "2.1.1", | ||
| "@chakra-ui/next-js": "2.4.2", | ||
| "@chakra-ui/react": "2.10.7", | ||
| "@chakra-ui/styled-system": "2.9.1", | ||
| "@chakra-ui/system": "2.6.1", | ||
| "@chakra-ui/anatomy": "catalog:", | ||
| "@chakra-ui/icons": "catalog:", | ||
| "@chakra-ui/next-js": "catalog:", | ||
| "@chakra-ui/react": "catalog:", | ||
| "@chakra-ui/styled-system": "catalog:", | ||
| "@chakra-ui/system": "catalog:", | ||
| "@dagrejs/dagre": "^1.1.4", | ||
| "@emotion/react": "11.11.1", | ||
| "@emotion/styled": "11.11.0", | ||
| "@fastgpt-sdk/storage": "^0.6.15", | ||
| "@emotion/react": "catalog:", | ||
| "@emotion/styled": "catalog:", | ||
| "@fastgpt-sdk/storage": "catalog:", | ||
| "@fastgpt/global": "workspace:*", | ||
| "@fastgpt/service": "workspace:*", | ||
| "@fastgpt/web": "workspace:*", | ||
| "@fortaine/fetch-event-source": "^3.0.6", | ||
| "@modelcontextprotocol/sdk": "^1.26.0", | ||
| "@modelcontextprotocol/sdk": "catalog:", | ||
| "@node-rs/jieba": "2.0.1", | ||
| "@scalar/api-reference-react": "^0.8.1", | ||
| "@tanstack/react-query": "^4.24.10", | ||
| "ahooks": "^3.9.5", | ||
| "axios": "^1.13.5", | ||
| "date-fns": "2.30.0", | ||
| "dayjs": "^1.11.7", | ||
| "axios": "catalog:", | ||
| "date-fns": "catalog:", | ||
| "dayjs": "catalog:", | ||
| "echarts": "5.4.1", | ||
| "echarts-gl": "2.0.9", | ||
| "esbuild": "^0.25.11", | ||
| "framer-motion": "9.1.7", | ||
| "hyperdown": "^2.4.29", | ||
| "i18next": "23.16.8", | ||
| "i18next": "catalog:", | ||
| "immer": "^9.0.19", | ||
| "ip2region.js": "^3.1.6", | ||
| "js-yaml": "^4.1.1", | ||
| "json5": "^2.2.3", | ||
| "js-yaml": "catalog:", | ||
| "json5": "catalog:", | ||
| "jsondiffpatch": "^0.7.2", | ||
| "jsonwebtoken": "^9.0.2", | ||
| "lodash": "^4.17.23", | ||
| "lodash": "catalog:", | ||
| "mermaid": "^10.9.4", | ||
| "minio": "^8.0.5", | ||
| "minio": "catalog:", | ||
| "nanoid": "^5.1.3", | ||
| "next": "15.5.12", | ||
| "next-i18next": "15.4.2", | ||
| "next": "catalog:", | ||
| "next-i18next": "catalog:", | ||
| "nprogress": "^0.2.0", | ||
| "p-limit": "^7.2.0", | ||
| "proxy-agent": "^6.5.0", | ||
| "qrcode": "^1.5.4", | ||
| "react": "18.3.1", | ||
| "react": "catalog:", | ||
| "react-day-picker": "^8.7.1", | ||
| "react-dom": "18.3.1", | ||
| "react-dom": "catalog:", | ||
| "react-hook-form": "7.43.1", | ||
| "react-i18next": "14.1.2", | ||
| "react-i18next": "catalog:", | ||
| "react-markdown": "^9.0.1", | ||
| "react-syntax-highlighter": "^15.5.0", | ||
| "react-textarea-autosize": "^8.5.4", | ||
| ... | ... | @@ -75,25 +77,26 @@ |
| "sass": "^1.58.3", | ||
| "undici": "^7.18.2", | ||
| "use-context-selector": "^1.4.4", | ||
| "zod": "^4.1.12" | ||
| "zod": "catalog:" | ||
| }, | ||
| "devDependencies": { | ||
| "@next/bundle-analyzer": "^15.5.6", | ||
| "@next/bundle-analyzer": "16.1.6", | ||
| "@svgr/webpack": "^6.5.1", | ||
| "@types/js-yaml": "^4.0.9", | ||
| "@types/jsonwebtoken": "^9.0.3", | ||
| "@types/lodash": "^4.14.191", | ||
| "@types/lodash": "catalog:", | ||
| "@types/node": "^20.14.2", | ||
| "@types/nprogress": "^0.2.0", | ||
| "@types/qrcode": "^1.5.5", | ||
| "@types/react": "18.3.1", | ||
| "@types/react-dom": "18.3.0", | ||
| "@types/react": "catalog:", | ||
| "@types/react-dom": "catalog:", | ||
| "@types/react-syntax-highlighter": "^15.5.6", | ||
| "@types/request-ip": "^0.0.37", | ||
| "@typescript-eslint/eslint-plugin": "^6.21.0", | ||
| "@typescript-eslint/parser": "^6.21.0", | ||
| "eslint": "8.56.0", | ||
| "eslint-config-next": "15.5.12", | ||
| "eslint": "catalog:", | ||
| "eslint-config-next": "catalog:", | ||
| "next-rspack": "catalog:", | ||
| "tsx": "^4.20.6", | ||
| "typescript": "^5.1.3", | ||
| "vitest": "^3.0.9" | ||
| ... | ... |
| ... | ... | @@ -8,33 +8,37 @@ |
| "start": "next start", | ||
| "lint": "next lint" | ||
| }, | ||
| "engines": { | ||
| "node": "20.x", | ||
| "pnpm": "9.x" | ||
| }, | ||
| "dependencies": { | ||
| "@chakra-ui/anatomy": "2.2.1", | ||
| "@chakra-ui/icons": "2.1.1", | ||
| "@chakra-ui/next-js": "2.4.2", | ||
| "@chakra-ui/react": "2.10.7", | ||
| "@chakra-ui/styled-system": "2.9.1", | ||
| "@chakra-ui/system": "2.6.1", | ||
| "@chakra-ui/anatomy": "catalog:", | ||
| "@chakra-ui/icons": "catalog:", | ||
| "@chakra-ui/next-js": "catalog:", | ||
| "@chakra-ui/react": "catalog:", | ||
| "@chakra-ui/styled-system": "catalog:", | ||
| "@chakra-ui/system": "catalog:", | ||
| "@fastgpt/global": "workspace:*", | ||
| "@fastgpt/service": "workspace:*", | ||
| "@fastgpt/web": "workspace:*", | ||
| "axios": "^1.13.5", | ||
| "i18next": "23.16.8", | ||
| "axios": "catalog:", | ||
| "i18next": "catalog:", | ||
| "mongoose": "^8.10.1", | ||
| "next": "15.5.12", | ||
| "next-i18next": "15.4.2", | ||
| "react": "18.3.1", | ||
| "react-dom": "18.3.1", | ||
| "react-i18next": "14.1.2", | ||
| "zod": "^4.1.12" | ||
| "next": "catalog:", | ||
| "next-i18next": "catalog:", | ||
| "react": "catalog:", | ||
| "react-dom": "catalog:", | ||
| "react-i18next": "catalog:", | ||
| "zod": "catalog:" | ||
| }, | ||
| "devDependencies": { | ||
| "@svgr/webpack": "^6.5.1", | ||
| "@types/node": "^20", | ||
| "@types/react": "^18", | ||
| "@types/react-dom": "^18", | ||
| "eslint": "^8", | ||
| "eslint-config-next": "15.5.12", | ||
| "@types/react": "catalog:", | ||
| "@types/react-dom": "catalog:", | ||
| "eslint": "catalog:", | ||
| "eslint-config-next": "catalog:", | ||
| "postcss": "^8", | ||
| "tailwindcss": "^3.4.1", | ||
| "typescript": "^5" | ||
| ... | ... |
| ... | ... | @@ -13,14 +13,18 @@ |
| "start": "bun src/index.ts", | ||
| "mcp_test": "npx @modelcontextprotocol/inspector" | ||
| }, | ||
| "engines": { | ||
| "node": "20.x", | ||
| "pnpm": "9.x" | ||
| }, | ||
| "dependencies": { | ||
| "@fastgpt/global": "workspace:*", | ||
| "@fastgpt/service": "workspace:*", | ||
| "@modelcontextprotocol/sdk": "^1.26.0", | ||
| "@modelcontextprotocol/sdk": "catalog:", | ||
| "chalk": "^5.3.0", | ||
| "dayjs": "^1.11.7", | ||
| "dayjs": "catalog:", | ||
| "dotenv": "^16.5.0", | ||
| "express": "^4.22.0" | ||
| "express": "catalog:" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/express": "^5.0.1" | ||
| ... | ... |
| ... | ... | @@ -54,7 +54,7 @@ |
| "ali-oss": "^6.23.0", | ||
| "cos-nodejs-sdk-v5": "^2.15.4", | ||
| "es-toolkit": "^1.43.0", | ||
| "minio": "^8.0.5", | ||
| "minio": "catalog:", | ||
| "vitest": "^4.0.16" | ||
| }, | ||
| "devDependencies": { | ||
| ... | ... |
Please
register
or
sign in
to comment