chore: switch vinext to npm, remove npm from dependabot (#33234)

This commit is contained in:
Stephen Zhou 2026-03-11 00:57:36 +08:00 committed by GitHub
parent 35caa04fe7
commit 86b6868772
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 360 additions and 682 deletions

View File

@ -19,38 +19,3 @@ updates:
uv-dependencies:
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*"

View File

@ -20,11 +20,6 @@ const config: KnipConfig = {
'@storybook/addon-onboarding',
// vinext related
'react-server-dom-webpack',
'@vitejs/plugin-rsc',
'@mdx-js/rollup',
'@tsslint/compat-eslint',
'@tsslint/config',
],

View File

@ -3,7 +3,7 @@
"type": "module",
"version": "1.13.0",
"private": true,
"packageManager": "pnpm@10.31.0",
"packageManager": "pnpm@10.32.0",
"imports": {
"#i18n": {
"react-server": "./i18n-config/lib.server.ts",
@ -23,7 +23,7 @@
"and_qq >= 14.9"
],
"engines": {
"node": "^22"
"node": "^22.22.1"
},
"scripts": {
"dev": "next dev",
@ -61,8 +61,8 @@
"knip": "knip"
},
"dependencies": {
"@amplitude/analytics-browser": "2.36.2",
"@amplitude/plugin-session-replay-browser": "1.25.20",
"@amplitude/analytics-browser": "2.36.3",
"@amplitude/plugin-session-replay-browser": "1.25.21",
"@base-ui/react": "1.2.0",
"@emoji-mart/data": "1.2.1",
"@floating-ui/react": "0.27.19",
@ -84,7 +84,7 @@
"@orpc/openapi-client": "1.13.6",
"@orpc/tanstack-query": "1.13.6",
"@remixicon/react": "4.9.0",
"@sentry/react": "10.42.0",
"@sentry/react": "10.43.0",
"@streamdown/math": "1.0.2",
"@svgdotjs/svg.js": "3.2.5",
"@t3-oss/env-nextjs": "0.13.10",
@ -112,10 +112,10 @@
"foxact": "0.2.54",
"html-entities": "2.6.0",
"html-to-image": "1.11.13",
"i18next": "25.8.16",
"i18next": "25.8.17",
"i18next-resources-to-backend": "1.2.1",
"immer": "11.1.4",
"jotai": "2.18.0",
"jotai": "2.18.1",
"js-audio-recorder": "1.0.7",
"js-cookie": "3.0.5",
"js-yaml": "4.1.1",
@ -154,7 +154,7 @@
"semver": "7.7.4",
"sharp": "0.34.5",
"sortablejs": "1.15.7",
"streamdown": "2.3.0",
"streamdown": "2.4.0",
"string-ts": "2.3.1",
"tailwind-merge": "2.6.1",
"tldts": "7.0.25",
@ -197,7 +197,7 @@
"@types/js-cookie": "3.0.6",
"@types/js-yaml": "4.0.9",
"@types/negotiator": "0.6.4",
"@types/node": "25.3.5",
"@types/node": "25.4.0",
"@types/postcss-js": "4.1.0",
"@types/qs": "6.15.0",
"@types/react": "19.2.14",
@ -208,11 +208,11 @@
"@types/semver": "7.7.1",
"@types/sortablejs": "1.15.9",
"@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-rsc": "0.5.21",
"@vitest/coverage-v8": "4.0.18",
"agentation": "2.3.0",
"agentation": "2.3.2",
"autoprefixer": "10.4.27",
"code-inspector-plugin": "1.4.4",
"eslint": "10.0.3",
@ -220,14 +220,14 @@
"eslint-plugin-hyoban": "0.14.1",
"eslint-plugin-react-hooks": "7.0.1",
"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",
"husky": "9.1.7",
"iconify-import-svg": "0.1.2",
"jsdom": "28.1.0",
"jsdom-testing-mocks": "1.16.0",
"knip": "5.86.0",
"lint-staged": "16.3.2",
"lint-staged": "16.3.3",
"nock": "14.0.11",
"postcss": "8.5.8",
"postcss-js": "5.1.0",
@ -238,7 +238,7 @@
"tsx": "4.21.0",
"typescript": "5.9.3",
"uglify-js": "3.19.3",
"vinext": "https://pkg.pr.new/vinext@1a2fd61",
"vinext": "0.0.27",
"vite": "8.0.0-beta.18",
"vite-plugin-inspect": "11.3.3",
"vite-tsconfig-paths": "6.1.1",

File diff suppressed because it is too large Load Diff