Skip to content

Commit 7480f38

Browse files
committed
chore(FR-2305): bump version to 26.4.0-alpha.0 and update dependencies (#5985)
Resolves #5984 ([FR-2305](https://lablup.atlassian.net/browse/FR-2305)) ## Summary - Bump project version from 26.2.0-alpha.0 to 26.4.0-alpha.0 - Update all workspace dependencies to latest semver-compatible versions - Remove stale branch lockfile (pnpm-lock.fix!login-form-debug-mode.yaml) - Update pnpm-workspace.yaml catalog versions - Fix antd 6.3.1 breakpoint validation error by adding `screenXXXL` tokens to theme.json files (antd 6.3.1 added `xxxl` breakpoint, requiring `screenXXLMax`/`screenXXXLMin`/`screenXXXL` tokens) ## Verification - Relay: PASS - Lint: PASS - Format: PASS - TypeScript: PASS - Root unit tests: 69 passed - React unit tests: 685 passed - Dev server: Login page renders correctly ## Test plan - [x] `scripts/verify.sh` passes (Relay, Lint, Format, TypeScript) - [x] Unit tests pass (root + react) - [x] Dev server starts without errors, login page renders correctly - [ ] E2E tests (requires running Backend.AI cluster) [FR-2305]: https://lablup.atlassian.net/browse/FR-2305?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1 parent 44beb65 commit 7480f38

14 files changed

Lines changed: 30499 additions & 149 deletions

File tree

electron-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "backend.ai-webui",
33
"productName": "Backend.AI Desktop",
4-
"version": "26.2.0-alpha.0",
4+
"version": "26.4.0-alpha.0",
55
"repository": "https://github.com/lablup/backend.ai-webui.git",
66
"author": "Lablup Inc. <contact@lablup.com>",
77
"license": "LGPL-3.0-or-later",

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
}
2727
globalThis.enableSW = true;
2828

29-
globalThis.packageVersion = "26.2.0-alpha.0";
30-
globalThis.buildNumber = "7265";
29+
globalThis.packageVersion = "26.4.0-alpha.0";
30+
globalThis.buildNumber = "7576";
3131
globalThis.baiNonce = "{{nonce}}";
3232

3333
// DO NOT CHANGE BELOW LINE

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"manifest_version": 9,
44
"name": "Backend.AI Web UI",
55
"short_name": "BackendAIWebUI",
6-
"version": "26.2.0-alpha.0",
6+
"version": "26.4.0-alpha.0",
77
"start_url": "/",
88
"display": "standalone",
99
"background_color": "#fff",

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "backend.ai-webui",
33
"productName": "Backend.AI Desktop",
4-
"version": "26.2.0-alpha.0",
4+
"version": "26.4.0-alpha.0",
55
"repository": "https://github.com/lablup/backend.ai-webui.git",
66
"author": "Lablup Inc. <contact@lablup.com>",
77
"license": "LGPL-3.0-or-later",
@@ -45,17 +45,17 @@
4545
},
4646
"devDependencies": {
4747
"@babel/core": "catalog:",
48-
"@babel/parser": "^7.28.6",
48+
"@babel/parser": "^7.29.0",
4949
"@babel/plugin-proposal-class-properties": "^7.18.6",
50-
"@babel/plugin-proposal-decorators": "^7.28.6",
50+
"@babel/plugin-proposal-decorators": "^7.29.0",
5151
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
5252
"@babel/preset-typescript": "catalog:",
53-
"@babel/types": "^7.28.6",
53+
"@babel/types": "^7.29.0",
5454
"@electron/packager": "^18.4.4",
5555
"@eslint/js": "catalog:",
5656
"@jest/expect": "catalog:",
5757
"@jest/globals": "catalog:",
58-
"@playwright/test": "^1.58.0",
58+
"@playwright/test": "^1.58.2",
5959
"@trivago/prettier-plugin-sort-imports": "catalog:",
6060
"@types/estree": "1.0.5",
6161
"@types/hammerjs": "^2.0.46",
@@ -64,7 +64,7 @@
6464
"@types/node": "catalog:",
6565
"@typescript-eslint/eslint-plugin": "^7.18.0",
6666
"@typescript-eslint/parser": "^7.18.0",
67-
"@yao-pkg/pkg": "^6.12.0",
67+
"@yao-pkg/pkg": "^6.14.1",
6868
"babel-eslint": "^10.1.0",
6969
"buffer": "^6.0.3",
7070
"cli-color": "^2.0.4",
@@ -89,7 +89,7 @@
8989
"prettier": "catalog:",
9090
"prettier-plugin-sort-json": "catalog:",
9191
"relay-compiler": "catalog:",
92-
"serve": "^14.2.5",
92+
"serve": "^14.2.6",
9393
"ts-jest": "catalog:",
9494
"tslib": "^2.8.1",
9595
"typescript": "~5.5.4",

packages/backend.ai-docs-toolkit/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"handlebars": "^4.7.8",
4646
"marked": "^12.0.2",
4747
"pdf-lib": "^1.17.1",
48-
"yaml": "^2.7.0"
48+
"yaml": "^2.8.2"
4949
},
5050
"peerDependencies": {
5151
"playwright": "^1.40.0"
@@ -56,8 +56,8 @@
5656
}
5757
},
5858
"devDependencies": {
59-
"tsx": "^4.19.0",
60-
"typescript": "~5.5.4",
61-
"playwright": "^1.58.0"
59+
"playwright": "^1.58.2",
60+
"tsx": "^4.21.0",
61+
"typescript": "~5.5.4"
6262
}
6363
}

packages/backend.ai-ui/.storybook/theme.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
"colorSuccess": "#00BD9B",
1111
"screenXLMax": 1919,
1212
"screenXXLMin": 1920,
13-
"screenXXL": 1920
13+
"screenXXL": 1920,
14+
"screenXXLMax": 2047,
15+
"screenXXXLMin": 2048,
16+
"screenXXXL": 2048
1417
},
1518
"components": {
1619
"Tag": {
@@ -42,7 +45,10 @@
4245
"colorFillSecondary": "#262626",
4346
"screenXLMax": 1919,
4447
"screenXXLMin": 1920,
45-
"screenXXL": 1920
48+
"screenXXL": 1920,
49+
"screenXXLMax": 2047,
50+
"screenXXXLMin": 2048,
51+
"screenXXXL": 2048
4652
},
4753
"components": {
4854
"Tag": {

packages/backend.ai-ui/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backend.ai-ui",
3-
"version": "26.2.0-alpha.0",
3+
"version": "26.4.0-alpha.0",
44
"description": "React components for Backend.AI",
55
"repository": {
66
"type": "git",
@@ -70,17 +70,16 @@
7070
"lucide-react": "catalog:",
7171
"react-copy-to-clipboard": "catalog:",
7272
"react-draggable": "^4.5.0",
73-
"react-error-boundary": "^6.1.0",
73+
"react-error-boundary": "^6.1.1",
7474
"react-resizable": "^3.1.3"
7575
},
7676
"devDependencies": {
77-
"eslint-config-bai": "workspace:*",
7877
"@eslint/js": "catalog:",
7978
"@jest/expect": "catalog:",
8079
"@jest/globals": "catalog:",
81-
"@storybook/addon-docs": "^10.1.11",
82-
"@storybook/addon-onboarding": "^10.1.11",
83-
"@storybook/react-vite": "^10.1.11",
80+
"@storybook/addon-docs": "^10.2.16",
81+
"@storybook/addon-onboarding": "^10.2.16",
82+
"@storybook/react-vite": "^10.2.16",
8483
"@testing-library/jest-dom": "catalog:",
8584
"@testing-library/react": "catalog:",
8685
"@testing-library/user-event": "catalog:",
@@ -95,26 +94,27 @@
9594
"@types/relay-runtime": "catalog:",
9695
"@types/relay-test-utils": "catalog:",
9796
"@vitejs/plugin-react": "^4.7.0",
98-
"@vueless/storybook-dark-mode": "^10.0.6",
97+
"@vueless/storybook-dark-mode": "^10.0.7",
9998
"babel-jest": "catalog:",
10099
"babel-plugin-react-compiler": "catalog:",
101100
"eslint": "catalog:",
101+
"eslint-config-bai": "workspace:*",
102102
"eslint-plugin-import": "catalog:",
103+
"eslint-plugin-json-schema-validator": "catalog:",
103104
"eslint-plugin-react": "catalog:",
104105
"eslint-plugin-react-hooks": "catalog:",
105-
"eslint-plugin-json-schema-validator": "catalog:",
106-
"eslint-plugin-storybook": "^10.1.11",
107-
"globals": "catalog:",
108-
"jsonc-eslint-parser": "catalog:",
109-
"typescript-eslint": "catalog:",
106+
"eslint-plugin-storybook": "^10.2.16",
110107
"fast-glob": "^3.3.3",
108+
"globals": "catalog:",
111109
"jest": "catalog:",
112110
"jest-environment-jsdom": "catalog:",
111+
"jsonc-eslint-parser": "catalog:",
113112
"prettier-plugin-sort-json": "catalog:",
114113
"relay-test-utils": "catalog:",
115-
"storybook": "^10.2.10",
114+
"storybook": "^10.2.16",
116115
"ts-jest": "catalog:",
117116
"typescript": "^5.9.3",
117+
"typescript-eslint": "catalog:",
118118
"vite": "^6.4.1",
119119
"vite-plugin-dts": "^4.5.4",
120120
"vite-plugin-relay-lite": "^0.11.0",

packages/backend.ai-webui-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
},
3535
"devDependencies": {
3636
"backend.ai-docs-toolkit": "workspace:*",
37-
"playwright": "^1.58.0"
37+
"playwright": "^1.58.2"
3838
}
3939
}

packages/eslint-config-bai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"*.js"
1212
],
1313
"peerDependencies": {
14-
"eslint": "^9.0.0",
14+
"eslint": "catalog:",
1515
"@eslint/js": "catalog:",
1616
"typescript-eslint": "catalog:",
1717
"eslint-plugin-react": "catalog:",

0 commit comments

Comments
 (0)