-
Notifications
You must be signed in to change notification settings - Fork 65
fix(deps): update all non-major dependencies #1331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -33,7 +33,7 @@ jobs: | |
| fetch-depth: 0 | ||
| ref: ${{ github.event.pull_request.head.sha }} | ||
|
|
||
| - uses: pnpm/action-setup@v4.0.0 | ||
| - uses: pnpm/action-setup@v4.2.0 | ||
|
|
||
| - uses: actions/setup-node@v4 | ||
| with: | ||
|
|
@@ -92,7 +92,7 @@ jobs: | |
| steps: | ||
| - uses: actions/checkout@v4 | ||
|
|
||
| - uses: pnpm/action-setup@v4.0.0 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 再次升级pnpm/action-setup版本到v4.1.0,确保整个文件中版本一致 |
||
| - uses: pnpm/action-setup@v4.2.0 | ||
|
|
||
| - uses: actions/setup-node@v4 | ||
| with: | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -33,17 +33,17 @@ | |||||
| ] | ||||||
| }, | ||||||
| "dependencies": { | ||||||
| "@ant-design/cssinjs": "1.21.0", | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 更新了大量前端依赖包版本,特别是antd从5.18.3升级到5.25.1。建议确认这些更新不会影响UI组件的行为和样式。 |
||||||
| "@ant-design/icons": "5.3.7", | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 将 @ant-design/cssinjs 从 1.21.0 升级到 1.23.0 |
||||||
| "@ddadaal/tsgrpc-client": "0.17.7", | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 将 @ant-design/icons 从 5.3.7 升级到 5.6.1 |
||||||
| "@ddadaal/tsgrpc-common": "0.2.5", | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 将 @ddadaal/tsgrpc-client 从 0.17.7 升级到 0.17.8 |
||||||
| "@grpc/grpc-js": "1.10.9", | ||||||
| "@kubernetes/client-node": "^0.21.0", | ||||||
| "@mikro-orm/cli": "6.2.9", | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 建议检查 |
||||||
| "@mikro-orm/core": "6.2.9", | ||||||
| "@mikro-orm/migrations": "6.2.9", | ||||||
| "@mikro-orm/mysql": "6.2.9", | ||||||
| "@mikro-orm/seeder": "6.2.9", | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 多个@mikro-orm相关包从6.2.9升级到6.4.16,建议检查ORM相关的破坏性变更和性能改进
Suggested change
|
||||||
| "@ant-design/cssinjs": "1.24.0", | ||||||
| "@ant-design/icons": "5.6.1", | ||||||
| "@ddadaal/tsgrpc-client": "0.17.8", | ||||||
| "@ddadaal/tsgrpc-common": "0.2.6", | ||||||
| "@grpc/grpc-js": "1.14.1", | ||||||
| "@kubernetes/client-node": "^0.22.0", | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @kubernetes/client-node从^0.21.0升级到^0.22.0,需要注意API有无破坏性变更,特别是与集群交互的部分。 |
||||||
| "@mikro-orm/cli": "6.6.0", | ||||||
| "@mikro-orm/core": "6.6.0", | ||||||
| "@mikro-orm/migrations": "6.6.0", | ||||||
| "@mikro-orm/mysql": "6.6.0", | ||||||
| "@mikro-orm/seeder": "6.6.0", | ||||||
| "@scow/config": "workspace:*", | ||||||
| "@scow/lib-auth": "workspace:*", | ||||||
| "@scow/lib-config": "workspace:*", | ||||||
|
|
@@ -55,70 +55,70 @@ | |||||
| "@scow/ai-scheduler-adapter-protos": "workspace:*", | ||||||
| "@scow/utils": "workspace:*", | ||||||
| "@scow/rich-error-model": "workspace:*", | ||||||
| "@sinclair/typebox": "0.32.34", | ||||||
| "@sinclair/typebox": "0.34.41", | ||||||
| "@tanstack/react-query": "4.36.1", | ||||||
| "@trpc/client": "10.45.2", | ||||||
| "@trpc/next": "10.45.2", | ||||||
| "@trpc/react-query": "10.45.2", | ||||||
| "@trpc/server": "10.45.2", | ||||||
| "antd": "5.18.3", | ||||||
| "dayjs": "1.11.11", | ||||||
| "dotenv": "16.4.5", | ||||||
| "antd": "5.28.1", | ||||||
| "dayjs": "1.11.19", | ||||||
| "dotenv": "16.6.1", | ||||||
| "http-proxy": "1.18.1", | ||||||
| "lodash": "4.17.21", | ||||||
| "long": "5.2.3", | ||||||
| "long": "5.3.2", | ||||||
| "mime-types": "2.1.35", | ||||||
| "next": "14.2.4", | ||||||
| "next": "14.2.33", | ||||||
| "next-compose-plugins": "2.2.1", | ||||||
| "next-connect": "1.0.0", | ||||||
| "nextjs-cors": "2.2.0", | ||||||
| "node-ssh": "13.2.0", | ||||||
| "nextjs-cors": "2.2.1", | ||||||
| "node-ssh": "13.2.1", | ||||||
| "nookies": "2.5.2", | ||||||
| "nprogress": "0.2.0", | ||||||
| "pino": "8.16.2", | ||||||
| "protobufjs": "7.3.2", | ||||||
| "protobufjs": "7.5.4", | ||||||
| "react": "18.3.1", | ||||||
| "react-async": "10.0.1", | ||||||
| "react-dom": "18.3.1", | ||||||
| "react-is": "18.3.1", | ||||||
| "react-typed-i18n": "2.3.0", | ||||||
| "react-typed-i18n": "2.4.3", | ||||||
| "simstate": "3.0.1", | ||||||
| "styled-components": "6.1.11", | ||||||
| "superjson": "2.2.1", | ||||||
| "swagger-ui-react": "5.17.14", | ||||||
| "styled-components": "6.1.19", | ||||||
| "superjson": "2.2.5", | ||||||
| "swagger-ui-react": "5.30.2", | ||||||
| "trpc-openapi": "1.2.0", | ||||||
| "ws": "8.17.1", | ||||||
| "ws": "8.18.3", | ||||||
| "@xterm/xterm": "5.5.0", | ||||||
| "@xterm/addon-fit": "0.10.0", | ||||||
| "zod": "3.23.8", | ||||||
| "shell-quote": "1.8.1", | ||||||
| "replace-in-file": "8.1.0" | ||||||
| "zod": "3.25.76", | ||||||
| "shell-quote": "1.8.3", | ||||||
| "replace-in-file": "8.3.0" | ||||||
| }, | ||||||
| "devDependencies": { | ||||||
| "@next/bundle-analyzer": "14.2.4", | ||||||
| "@testing-library/jest-dom": "6.4.6", | ||||||
| "@testing-library/react": "16.0.0", | ||||||
| "@next/bundle-analyzer": "14.2.33", | ||||||
| "@testing-library/jest-dom": "6.9.1", | ||||||
| "@testing-library/react": "16.3.0", | ||||||
| "@types/busboy": "1.5.4", | ||||||
| "@types/google-protobuf": "3.15.12", | ||||||
| "@types/http-proxy": "1.17.14", | ||||||
| "@types/http-proxy": "1.17.17", | ||||||
| "@types/mime-types": "2.1.4", | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @types/react从18.3.3升级到18.3.23是一个较大的版本跨度,请注意版本间可能的兼容性问题,建议仔细阅读变更日志 |
||||||
| "@types/node": "20.14.8", | ||||||
| "@types/node": "20.19.24", | ||||||
| "@types/nprogress": "0.2.3", | ||||||
| "@types/react": "18.3.3", | ||||||
| "@types/react-dom": "18.3.0", | ||||||
| "@types/styled-components": "5.1.34", | ||||||
| "@types/swagger-ui-react": "4.18.3", | ||||||
| "@types/react": "18.3.26", | ||||||
| "@types/react-dom": "18.3.7", | ||||||
| "@types/styled-components": "5.1.35", | ||||||
| "@types/swagger-ui-react": "4.19.0", | ||||||
| "@types/url-join": "4.0.3", | ||||||
| "@types/ws": "8.5.10", | ||||||
| "@types/ws": "8.18.1", | ||||||
| "@types/shell-quote": "1.7.5", | ||||||
| "@types/ssh2": "1.15.0", | ||||||
| "fs-extra": "11.2.0", | ||||||
| "@types/ssh2": "1.15.5", | ||||||
| "fs-extra": "11.3.2", | ||||||
| "jest-environment-jsdom": "29.7.0", | ||||||
| "nextjs-node-loader": "1.1.5", | ||||||
| "node-mocks-http": "1.15.0", | ||||||
| "postcss": "8.4.38", | ||||||
| "ts-log": "2.2.5", | ||||||
| "webpack": "5.92.1" | ||||||
| "nextjs-node-loader": "1.1.9", | ||||||
| "node-mocks-http": "1.17.2", | ||||||
| "postcss": "8.5.6", | ||||||
| "ts-log": "2.2.7", | ||||||
| "webpack": "5.102.1" | ||||||
| }, | ||||||
| "volta": { | ||||||
| "extends": "../../package.json" | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,37 +22,37 @@ | |
| "license": "Mulan PSL v2", | ||
| "repository": "https://github.com/PKUHPC/OpenSCOW", | ||
| "dependencies": { | ||
| "@fastify/error": "4.0.0", | ||
| "@fastify/error": "4.2.0", | ||
| "@fastify/formbody": "7.4.0", | ||
| "@fastify/static": "7.0.4", | ||
| "@fastify/view": "9.1.0", | ||
| "liquidjs": "10.14.0", | ||
| "liquidjs": "10.24.0", | ||
| "@scow/config": "workspace:*", | ||
| "@scow/lib-config": "workspace:*", | ||
| "@scow/lib-server": "workspace:*", | ||
| "@scow/lib-ssh": "workspace:*", | ||
| "@scow/utils": "workspace:*", | ||
| "@sinclair/typebox": "0.32.34", | ||
| "@sinclair/typebox": "0.34.41", | ||
| "asn1": "0.2.6", | ||
| "fastify": "4.28.0", | ||
| "fastify": "4.29.1", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. fastify从4.28.0升级到4.29.1,需要注意中间件API是否有变化 |
||
| "fastify-graceful-shutdown": "3.5.3", | ||
| "fastify-plugin": "4.5.1", | ||
| "ioredis": "5.4.1", | ||
| "ioredis": "5.8.2", | ||
| "ldapjs": "2.3.3", | ||
| "nanoid": "5.0.7", | ||
| "nanoid": "5.1.6", | ||
| "svg-captcha": "1.4.0", | ||
| "pino-pretty": "10.3.1", | ||
| "pino": "8.16.2", | ||
| "nodemailer": "6.9.14", | ||
| "qrcode": "1.5.3", | ||
| "nodemailer": "6.10.1", | ||
| "qrcode": "1.5.4", | ||
| "speakeasy": "2.0.0", | ||
| "react-typed-i18n": "2.3.0" | ||
| "react-typed-i18n": "2.4.3" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/asn1": "0.2.4", | ||
| "@types/ldapjs": "2.2.5", | ||
| "@types/nodemailer": "6.4.15", | ||
| "@types/qrcode": "1.5.5", | ||
| "@types/nodemailer": "6.4.21", | ||
| "@types/qrcode": "1.5.6", | ||
| "@types/speakeasy": "2.0.10" | ||
| }, | ||
| "volta": { | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
将 pnpm/action-setup 从 v4.0.0 升级到 v4.1.0