mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 10:25:48 +08:00
chore: switch vinext to npm, remove npm from dependabot (#33234)
This commit is contained in:
35
.github/dependabot.yml
vendored
35
.github/dependabot.yml
vendored
@@ -19,38 +19,3 @@ updates:
|
|||||||
uv-dependencies:
|
uv-dependencies:
|
||||||
patterns:
|
patterns:
|
||||||
- "*"
|
- "*"
|
||||||
- package-ecosystem: "npm"
|
|
||||||
directory: "/web"
|
|
||||||
schedule:
|
|
||||||
interval: "weekly"
|
|
||||||
open-pull-requests-limit: 2
|
|
||||||
ignore:
|
|
||||||
- dependency-name: "tailwind-merge"
|
|
||||||
update-types: ["version-update:semver-major"]
|
|
||||||
- dependency-name: "tailwindcss"
|
|
||||||
update-types: ["version-update:semver-major"]
|
|
||||||
- dependency-name: "react-syntax-highlighter"
|
|
||||||
update-types: ["version-update:semver-major"]
|
|
||||||
- dependency-name: "react-window"
|
|
||||||
update-types: ["version-update:semver-major"]
|
|
||||||
groups:
|
|
||||||
lexical:
|
|
||||||
patterns:
|
|
||||||
- "lexical"
|
|
||||||
- "@lexical/*"
|
|
||||||
storybook:
|
|
||||||
patterns:
|
|
||||||
- "storybook"
|
|
||||||
- "@storybook/*"
|
|
||||||
eslint-group:
|
|
||||||
patterns:
|
|
||||||
- "*eslint*"
|
|
||||||
npm-dependencies:
|
|
||||||
patterns:
|
|
||||||
- "*"
|
|
||||||
exclude-patterns:
|
|
||||||
- "lexical"
|
|
||||||
- "@lexical/*"
|
|
||||||
- "storybook"
|
|
||||||
- "@storybook/*"
|
|
||||||
- "*eslint*"
|
|
||||||
|
|||||||
@@ -20,11 +20,6 @@ const config: KnipConfig = {
|
|||||||
|
|
||||||
'@storybook/addon-onboarding',
|
'@storybook/addon-onboarding',
|
||||||
|
|
||||||
// vinext related
|
|
||||||
'react-server-dom-webpack',
|
|
||||||
'@vitejs/plugin-rsc',
|
|
||||||
'@mdx-js/rollup',
|
|
||||||
|
|
||||||
'@tsslint/compat-eslint',
|
'@tsslint/compat-eslint',
|
||||||
'@tsslint/config',
|
'@tsslint/config',
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.13.0",
|
"version": "1.13.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"packageManager": "pnpm@10.31.0",
|
"packageManager": "pnpm@10.32.0",
|
||||||
"imports": {
|
"imports": {
|
||||||
"#i18n": {
|
"#i18n": {
|
||||||
"react-server": "./i18n-config/lib.server.ts",
|
"react-server": "./i18n-config/lib.server.ts",
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
"and_qq >= 14.9"
|
"and_qq >= 14.9"
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^22"
|
"node": "^22.22.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
@@ -61,8 +61,8 @@
|
|||||||
"knip": "knip"
|
"knip": "knip"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@amplitude/analytics-browser": "2.36.2",
|
"@amplitude/analytics-browser": "2.36.3",
|
||||||
"@amplitude/plugin-session-replay-browser": "1.25.20",
|
"@amplitude/plugin-session-replay-browser": "1.25.21",
|
||||||
"@base-ui/react": "1.2.0",
|
"@base-ui/react": "1.2.0",
|
||||||
"@emoji-mart/data": "1.2.1",
|
"@emoji-mart/data": "1.2.1",
|
||||||
"@floating-ui/react": "0.27.19",
|
"@floating-ui/react": "0.27.19",
|
||||||
@@ -84,7 +84,7 @@
|
|||||||
"@orpc/openapi-client": "1.13.6",
|
"@orpc/openapi-client": "1.13.6",
|
||||||
"@orpc/tanstack-query": "1.13.6",
|
"@orpc/tanstack-query": "1.13.6",
|
||||||
"@remixicon/react": "4.9.0",
|
"@remixicon/react": "4.9.0",
|
||||||
"@sentry/react": "10.42.0",
|
"@sentry/react": "10.43.0",
|
||||||
"@streamdown/math": "1.0.2",
|
"@streamdown/math": "1.0.2",
|
||||||
"@svgdotjs/svg.js": "3.2.5",
|
"@svgdotjs/svg.js": "3.2.5",
|
||||||
"@t3-oss/env-nextjs": "0.13.10",
|
"@t3-oss/env-nextjs": "0.13.10",
|
||||||
@@ -112,10 +112,10 @@
|
|||||||
"foxact": "0.2.54",
|
"foxact": "0.2.54",
|
||||||
"html-entities": "2.6.0",
|
"html-entities": "2.6.0",
|
||||||
"html-to-image": "1.11.13",
|
"html-to-image": "1.11.13",
|
||||||
"i18next": "25.8.16",
|
"i18next": "25.8.17",
|
||||||
"i18next-resources-to-backend": "1.2.1",
|
"i18next-resources-to-backend": "1.2.1",
|
||||||
"immer": "11.1.4",
|
"immer": "11.1.4",
|
||||||
"jotai": "2.18.0",
|
"jotai": "2.18.1",
|
||||||
"js-audio-recorder": "1.0.7",
|
"js-audio-recorder": "1.0.7",
|
||||||
"js-cookie": "3.0.5",
|
"js-cookie": "3.0.5",
|
||||||
"js-yaml": "4.1.1",
|
"js-yaml": "4.1.1",
|
||||||
@@ -154,7 +154,7 @@
|
|||||||
"semver": "7.7.4",
|
"semver": "7.7.4",
|
||||||
"sharp": "0.34.5",
|
"sharp": "0.34.5",
|
||||||
"sortablejs": "1.15.7",
|
"sortablejs": "1.15.7",
|
||||||
"streamdown": "2.3.0",
|
"streamdown": "2.4.0",
|
||||||
"string-ts": "2.3.1",
|
"string-ts": "2.3.1",
|
||||||
"tailwind-merge": "2.6.1",
|
"tailwind-merge": "2.6.1",
|
||||||
"tldts": "7.0.25",
|
"tldts": "7.0.25",
|
||||||
@@ -197,7 +197,7 @@
|
|||||||
"@types/js-cookie": "3.0.6",
|
"@types/js-cookie": "3.0.6",
|
||||||
"@types/js-yaml": "4.0.9",
|
"@types/js-yaml": "4.0.9",
|
||||||
"@types/negotiator": "0.6.4",
|
"@types/negotiator": "0.6.4",
|
||||||
"@types/node": "25.3.5",
|
"@types/node": "25.4.0",
|
||||||
"@types/postcss-js": "4.1.0",
|
"@types/postcss-js": "4.1.0",
|
||||||
"@types/qs": "6.15.0",
|
"@types/qs": "6.15.0",
|
||||||
"@types/react": "19.2.14",
|
"@types/react": "19.2.14",
|
||||||
@@ -208,11 +208,11 @@
|
|||||||
"@types/semver": "7.7.1",
|
"@types/semver": "7.7.1",
|
||||||
"@types/sortablejs": "1.15.9",
|
"@types/sortablejs": "1.15.9",
|
||||||
"@typescript-eslint/parser": "8.57.0",
|
"@typescript-eslint/parser": "8.57.0",
|
||||||
"@typescript/native-preview": "7.0.0-dev.20260309.1",
|
"@typescript/native-preview": "7.0.0-dev.20260310.1",
|
||||||
"@vitejs/plugin-react": "5.1.4",
|
"@vitejs/plugin-react": "5.1.4",
|
||||||
"@vitejs/plugin-rsc": "0.5.21",
|
"@vitejs/plugin-rsc": "0.5.21",
|
||||||
"@vitest/coverage-v8": "4.0.18",
|
"@vitest/coverage-v8": "4.0.18",
|
||||||
"agentation": "2.3.0",
|
"agentation": "2.3.2",
|
||||||
"autoprefixer": "10.4.27",
|
"autoprefixer": "10.4.27",
|
||||||
"code-inspector-plugin": "1.4.4",
|
"code-inspector-plugin": "1.4.4",
|
||||||
"eslint": "10.0.3",
|
"eslint": "10.0.3",
|
||||||
@@ -220,14 +220,14 @@
|
|||||||
"eslint-plugin-hyoban": "0.14.1",
|
"eslint-plugin-hyoban": "0.14.1",
|
||||||
"eslint-plugin-react-hooks": "7.0.1",
|
"eslint-plugin-react-hooks": "7.0.1",
|
||||||
"eslint-plugin-react-refresh": "0.5.2",
|
"eslint-plugin-react-refresh": "0.5.2",
|
||||||
"eslint-plugin-sonarjs": "4.0.1",
|
"eslint-plugin-sonarjs": "4.0.2",
|
||||||
"eslint-plugin-storybook": "10.2.17",
|
"eslint-plugin-storybook": "10.2.17",
|
||||||
"husky": "9.1.7",
|
"husky": "9.1.7",
|
||||||
"iconify-import-svg": "0.1.2",
|
"iconify-import-svg": "0.1.2",
|
||||||
"jsdom": "28.1.0",
|
"jsdom": "28.1.0",
|
||||||
"jsdom-testing-mocks": "1.16.0",
|
"jsdom-testing-mocks": "1.16.0",
|
||||||
"knip": "5.86.0",
|
"knip": "5.86.0",
|
||||||
"lint-staged": "16.3.2",
|
"lint-staged": "16.3.3",
|
||||||
"nock": "14.0.11",
|
"nock": "14.0.11",
|
||||||
"postcss": "8.5.8",
|
"postcss": "8.5.8",
|
||||||
"postcss-js": "5.1.0",
|
"postcss-js": "5.1.0",
|
||||||
@@ -238,7 +238,7 @@
|
|||||||
"tsx": "4.21.0",
|
"tsx": "4.21.0",
|
||||||
"typescript": "5.9.3",
|
"typescript": "5.9.3",
|
||||||
"uglify-js": "3.19.3",
|
"uglify-js": "3.19.3",
|
||||||
"vinext": "https://pkg.pr.new/vinext@1a2fd61",
|
"vinext": "0.0.27",
|
||||||
"vite": "8.0.0-beta.18",
|
"vite": "8.0.0-beta.18",
|
||||||
"vite-plugin-inspect": "11.3.3",
|
"vite-plugin-inspect": "11.3.3",
|
||||||
"vite-tsconfig-paths": "6.1.1",
|
"vite-tsconfig-paths": "6.1.1",
|
||||||
|
|||||||
974
web/pnpm-lock.yaml
generated
974
web/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user