Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4.0.0
- uses: pnpm/action-setup@v4.2.0
- uses: actions/setup-node@v4
with:
node-version: 18.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4.0.0
- uses: pnpm/action-setup@v4.2.0
- uses: actions/setup-node@v4
with:
node-version: 18.x
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v4.0.0

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

Choose a reason for hiding this comment

The 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:
Expand Down
90 changes: 45 additions & 45 deletions apps/ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
]
},
"dependencies": {
"@ant-design/cssinjs": "1.21.0",

Choose a reason for hiding this comment

The 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",

Choose a reason for hiding this comment

The 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",

Choose a reason for hiding this comment

The 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",

Choose a reason for hiding this comment

The 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",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

建议检查 @kubernetes/client-node0.21.0 升级到 0.22.0 是否有重大变更,确保兼容性

"@mikro-orm/core": "6.2.9",
"@mikro-orm/migrations": "6.2.9",
"@mikro-orm/mysql": "6.2.9",
"@mikro-orm/seeder": "6.2.9",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

多个@mikro-orm相关包从6.2.9升级到6.4.16,建议检查ORM相关的破坏性变更和性能改进

Suggested change
"@mikro-orm/seeder": "6.2.9",
@mikro-orm/cli": "6.2.9" // 如需回退

"@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",

Choose a reason for hiding this comment

The 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:*",
Expand All @@ -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",

Choose a reason for hiding this comment

The 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"
Expand Down
20 changes: 10 additions & 10 deletions apps/audit-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,23 @@
"license": "Mulan PSL v2",
"repository": "https://github.com/PKUHPC/OpenSCOW",
"dependencies": {
"@ddadaal/tsgrpc-server": "0.19.5",
"@ddadaal/tsgrpc-common": "0.2.5",
"@ddadaal/tsgrpc-client": "0.17.7",
"@grpc/grpc-js": "1.10.9",
"@mikro-orm/cli": "6.2.9",
"@mikro-orm/core": "6.2.9",
"@mikro-orm/migrations": "6.2.9",
"@mikro-orm/mysql": "6.2.9",
"@mikro-orm/seeder": "6.2.9",
"@ddadaal/tsgrpc-server": "0.19.7",
"@ddadaal/tsgrpc-common": "0.2.6",
"@ddadaal/tsgrpc-client": "0.17.8",
"@grpc/grpc-js": "1.14.1",
"@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-config": "workspace:*",
"@scow/lib-server": "workspace:*",
"@scow/lib-decimal": "workspace:*",
"@scow/lib-operation-log": "workspace:*",
"@scow/utils": "workspace:*",
"@scow/protos": "workspace:*",
"dayjs": "1.11.11",
"dayjs": "1.11.19",
"pino": "8.16.2",
"pino-pretty": "10.3.1"
},
Expand Down
22 changes: 11 additions & 11 deletions apps/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",

Choose a reason for hiding this comment

The 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": {
Expand Down
8 changes: 4 additions & 4 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@
"pkg": "5.8.1",
"yargs": "17.7.2",
"prompts": "2.4.2",
"@sinclair/typebox": "0.32.34",
"@sinclair/typebox": "0.34.41",
"js-yaml": "4.1.0",
"pino": "8.16.2",
"pino-pretty": "10.3.1",
"@octokit/rest": "20.1.1",
"jszip": "3.10.1",
"dotenv": "16.4.5",
"dotenv": "16.6.1",
"death": "1.1.0",
"https-proxy-agent": "7.0.4",
"https-proxy-agent": "7.0.6",
"node-fetch-commonjs": "3.3.2",
"@scow/config": "workspace:*"
},
"devDependencies": {
"@types/yargs": "17.0.32",
"@types/yargs": "17.0.34",
"@types/prompts": "2.4.9",
"@types/js-yaml": "4.0.9",
"@types/death": "1.1.5"
Expand Down
28 changes: 14 additions & 14 deletions apps/mis-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"license": "Mulan PSL v2",
"repository": "https://github.com/PKUHPC/OpenSCOW",
"dependencies": {
"@ddadaal/tsgrpc-common": "0.2.5",
"@ddadaal/tsgrpc-server": "0.19.5",
"@ddadaal/tsgrpc-client": "0.17.7",
"@grpc/grpc-js": "1.10.9",
"@mikro-orm/cli": "6.2.9",
"@mikro-orm/core": "6.2.9",
"@mikro-orm/mariadb": "6.2.9",
"@mikro-orm/migrations": "6.2.9",
"@mikro-orm/mysql": "6.2.9",
"@mikro-orm/seeder": "6.2.9",
"@ddadaal/tsgrpc-common": "0.2.6",
"@ddadaal/tsgrpc-server": "0.19.7",
"@ddadaal/tsgrpc-client": "0.17.8",
"@grpc/grpc-js": "1.14.1",
"@mikro-orm/cli": "6.6.0",
"@mikro-orm/core": "6.6.0",
"@mikro-orm/mariadb": "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:*",
Expand All @@ -44,14 +44,14 @@
"@scow/protos": "workspace:*",
"@scow/scheduler-adapter-protos": "workspace:*",
"@scow/utils": "workspace:*",
"@sinclair/typebox": "0.32.34",
"dayjs": "1.11.11",
"dotenv": "16.4.5",
"@sinclair/typebox": "0.34.41",
"dayjs": "1.11.19",
"dotenv": "16.6.1",
"node-cron": "3.0.3",
"pino": "8.16.2",
"pino-pretty": "10.3.1",
"uuid": "10.0.0",
"wait-on": "8.0.0"
"wait-on": "8.0.5"
},
"devDependencies": {
"@types/google-protobuf": "3.15.12",
Expand Down
Loading
Loading