From 8ddbc8f944505ef20a1a7909a8a540f6c446fcf9 Mon Sep 17 00:00:00 2001 From: undefined Date: Wed, 11 Jan 2023 01:07:02 +0800 Subject: [PATCH] bump version --- .devcontainer/devcontainer.json | 4 +--- README.md | 24 ++++++++++++++++++++++++ package.json | 11 ++++++----- packages/fps-importer/package.json | 2 +- packages/hydrojudge/package.json | 6 +++--- packages/hydrooj/package.json | 14 +++++++------- packages/prom-client/package.json | 4 ++-- packages/sonic/package.json | 4 ++-- packages/ui-default/package.json | 4 ++-- packages/utils/package.json | 8 ++++---- packages/vjudge/package.json | 4 ++-- 11 files changed, 54 insertions(+), 31 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f62b3288..5ba9e291 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -20,9 +20,7 @@ "forwardPorts": [ 2333, 27017, - 8888, - 9000, - 9001 + 8888 ], // Use 'postCreateCommand' to run commands after the container is created. "postCreateCommand": "yarn install && npx hydrooj cli system set server.port 2333 && npx hydrooj cli user create root@hydro.local root rootroot 2 && npx hydrooj cli user setSuperAdmin 2", diff --git a/README.md b/README.md index 38aa90d6..dec368ea 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,30 @@ Telegram [@webpack_exports_undefined](https://t.me/webpack_exports_undefined)

更新日志(点击展开)

+### Hydro 4.5.2 / UI 4.45.1 +- core: 添加乐多赛支持 +- vjudge: 移除 puppeteer 相关依赖 +- judge: 修复客观题未设置答案导致评测结果不返回的问题 +- ui: 默认移除首页右侧搜索模块 +- ui: 添加站内头像上传模块 +- core: 允许比赛创建者查看隐藏的计分板 +- core: 讨论更改为按照创建时间排序 +- ui: 修复题解投票回显 +- core: 修复找回密码链接合成错误的问题 +- judge: 修复文件 IO 题目编译输出限制过小的问题 +- core: 修复 `%` 作为关键词会导致题目搜索出错的问题 +- core: 修复比赛题目列表下方提交记录模块不显示的问题 +- ui: 修复讨论区部分表情预设 ID 和实际图像不匹配的问题 +- install: 默认设置 vm.swappiness=1 以提高性能 +- ui: 允许普通用户在设置了查询条件时按页翻阅评测记录 +- ui: 提交记录列表添加取消成绩按钮 +- core: 修复特定情况下访问日志无法记录的问题 +- workspace: 支持 pnpm +- workspace: 移除 mocha +- core: 支持使用形如 `handler/before/Name#method` 的筛选 +- judge: 性能优化 +- ui: 评测记录列表点击重测时页面不再刷新 + ### Hydro 4.5.1 / UI 4.45.0 - ui: 支持全局快捷搜索 - core: problem_list: 支持 limit 参数 diff --git a/package.json b/package.json index e02fcad0..cd0918e3 100644 --- a/package.json +++ b/package.json @@ -30,19 +30,20 @@ "devDependencies": { "@types/autocannon": "^7.9.0", "@types/cross-spawn": "^6.0.2", - "@types/node": "^18.11.9", + "@types/node": "^18.11.18", "@types/semver": "^7.3.13", "@types/supertest": "^2.0.12", - "@typescript-eslint/eslint-plugin": "^5.47.1", - "@typescript-eslint/parser": "^5.47.1", + "@typescript-eslint/eslint-plugin": "^5.48.1", + "@typescript-eslint/parser": "^5.48.1", "autocannon": "^7.10.0", "cac": "^6.7.14", + "chokidar": "^3.5.3", "clean-webpack-plugin": "^4.0.0", "copy-webpack-plugin": "^11.0.0", "cross-env": "^7.0.3", "cross-spawn": "^7.0.3", "css-loader": "^6.7.3", - "esbuild": "0.15.2", + "esbuild": "0.16.16", "esbuild-loader": "^2.20.0", "eslint": "^8.31.0", "eslint-config-airbnb": "^19.0.4", @@ -61,7 +62,7 @@ "mini-css-extract-plugin": "^2.7.2", "monaco-editor-webpack-plugin": "^7.0.1", "mongodb": "^3.7.3", - "mongodb-memory-server": "^8.10.2", + "mongodb-memory-server": "^8.11.0", "nyc": "^15.1.0", "ora": "^6.1.2", "postcss-loader": "^7.0.2", diff --git a/packages/fps-importer/package.json b/packages/fps-importer/package.json index 9afeaea6..b5fdb9c8 100644 --- a/packages/fps-importer/package.json +++ b/packages/fps-importer/package.json @@ -1,6 +1,6 @@ { "name": "@hydrooj/fps-importer", - "version": "1.5.3", + "version": "1.5.4", "description": "Import FPS problems", "main": "index.ts", "repository": "https://github.com/hydro-dev/Hydro.git", diff --git a/packages/hydrojudge/package.json b/packages/hydrojudge/package.json index 14c0e590..bd73d2a3 100644 --- a/packages/hydrojudge/package.json +++ b/packages/hydrojudge/package.json @@ -1,7 +1,7 @@ { "name": "@hydrooj/hydrojudge", "bin": "bin/hydrojudge.js", - "version": "3.1.14", + "version": "3.1.15", "main": "package.json", "author": "undefined ", "repository": "https://github.com/hydro-dev/Hydro.git", @@ -14,12 +14,12 @@ "schemastery": "^3.6.1", "shell-quote": "^1.7.4", "superagent": "^8.0.6", - "ws": "^8.11.0" + "ws": "^8.12.0" }, "preferUnplugged": true, "license": "AGPL-3.0-or-later", "devDependencies": { - "@types/fs-extra": "^9.0.13", + "@types/fs-extra": "^11.0.0", "@types/shell-quote": "^1.7.1", "@types/ws": "^8.5.4" } diff --git a/packages/hydrooj/package.json b/packages/hydrooj/package.json index efe56575..9d0a2cb1 100644 --- a/packages/hydrooj/package.json +++ b/packages/hydrooj/package.json @@ -1,6 +1,6 @@ { "name": "hydrooj", - "version": "4.5.1", + "version": "4.5.2", "bin": "bin/hydrooj.js", "main": "src/plugin-api", "module": "src/plugin-api", @@ -12,11 +12,11 @@ }, "preferUnplugged": true, "dependencies": { - "@aws-sdk/client-s3": "^3.241.0", - "@aws-sdk/lib-storage": "^3.241.0", + "@aws-sdk/client-s3": "^3.245.0", + "@aws-sdk/lib-storage": "^3.245.0", "@aws-sdk/middleware-endpoint": "^3.226.0", - "@aws-sdk/s3-presigned-post": "^3.241.0", - "@aws-sdk/s3-request-presigner": "^3.241.0", + "@aws-sdk/s3-presigned-post": "^3.245.0", + "@aws-sdk/s3-request-presigner": "^3.245.0", "@graphql-tools/schema": "^9.0.12", "@hydrooj/utils": "workspace:*", "adm-zip": "0.5.5", @@ -54,11 +54,11 @@ "superagent": "^8.0.6", "tar": "^6.1.13", "thirty-two": "^1.0.2", - "ws": "^8.11.0" + "ws": "^8.12.0" }, "devDependencies": { "@types/adm-zip": "^0.4.34", - "@types/fs-extra": "^9.0.13", + "@types/fs-extra": "^11.0.0", "@types/js-yaml": "^4.0.5", "@types/koa": "^2.13.5", "@types/koa-compress": "^4.0.3", diff --git a/packages/prom-client/package.json b/packages/prom-client/package.json index c74e9fda..94b78e1f 100644 --- a/packages/prom-client/package.json +++ b/packages/prom-client/package.json @@ -1,8 +1,8 @@ { "name": "@hydrooj/prom-client", - "version": "0.1.4", + "version": "0.1.5", "main": "index.ts", "dependencies": { - "prom-client": "^14.1.0" + "prom-client": "^14.1.1" } } diff --git a/packages/sonic/package.json b/packages/sonic/package.json index 36556374..5e0b5dba 100644 --- a/packages/sonic/package.json +++ b/packages/sonic/package.json @@ -1,6 +1,6 @@ { "name": "@hydrooj/sonic", - "version": "1.3.0", + "version": "1.3.1", "description": "Sonic search service", "main": "index.ts", "preferUnplugged": true, @@ -8,6 +8,6 @@ "author": "undefined ", "license": "AGPL-3.0-or-later", "dependencies": { - "sonic-channel": "^1.3.0" + "sonic-channel": "^1.3.1" } } diff --git a/packages/ui-default/package.json b/packages/ui-default/package.json index 0884227b..7cedeff3 100644 --- a/packages/ui-default/package.json +++ b/packages/ui-default/package.json @@ -1,6 +1,6 @@ { "name": "@hydrooj/ui-default", - "version": "4.45.0", + "version": "4.45.1", "author": "undefined ", "license": "AGPL-3.0", "main": "index.ts", @@ -106,7 +106,7 @@ }, "dependencies": { "ansi_up": "^5.1.0", - "esbuild": "0.15.2", + "esbuild": "0.16.16", "fs-extra": "^11.1.0", "js-yaml": "^4.1.0", "jsesc": "^3.0.2", diff --git a/packages/utils/package.json b/packages/utils/package.json index 4b5161f7..c924f3e2 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@hydrooj/utils", - "version": "1.4.5", + "version": "1.4.6", "description": "hydrooj utils", "main": "lib/utils.ts", "repository": "https://github.com/hydro-dev/Hydro.git", @@ -9,17 +9,17 @@ "preferUnplugged": true, "dependencies": { "cac": "^6.7.14", - "esbuild": "0.15.2", + "esbuild": "0.16.16", "fs-extra": "^11.1.0", "js-yaml": "^4.1.0", "moment-timezone": "^0.5.40", "mongodb": "^3.7.3", "reggol": "^1.3.4", "source-map-support": "^0.5.21", - "systeminformation": "^5.16.9" + "systeminformation": "^5.17.1" }, "devDependencies": { - "@types/fs-extra": "^9.0.13", + "@types/fs-extra": "^11.0.0", "@types/source-map-support": "^0.5.6" } } diff --git a/packages/vjudge/package.json b/packages/vjudge/package.json index 6445b17e..5d12ebdc 100644 --- a/packages/vjudge/package.json +++ b/packages/vjudge/package.json @@ -1,6 +1,6 @@ { "name": "@hydrooj/vjudge", - "version": "1.7.2", + "version": "1.7.3", "description": "Submit problems to remote oj", "main": "package.json", "repository": "https://github.com/hydro-dev/Hydro.git", @@ -9,7 +9,7 @@ "preferUnplugged": true, "dependencies": { "@hydrooj/utils": "workspace:*", - "jsdom": "^20.0.3", + "jsdom": "^21.0.0", "superagent": "^8.0.6", "superagent-proxy": "^3.0.0" },