Skip to content

Commit 174beee

Browse files
Feat/research (#217)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f028d9e commit 174beee

File tree

20 files changed

+886
-981
lines changed

20 files changed

+886
-981
lines changed

.yarn/patches/@module-federation-dts-plugin-npm-2.1.0-ec9fb2d285.patch

Lines changed: 0 additions & 29 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [2.0.0-alpha.1](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.0...v2.0.0-alpha.1) (2026-03-10)
2+
3+
**Note:** Version bump only for package
4+
5+
16
## [2.0.0-alpha.0](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.8...v2.0.0-alpha.0) (2026-03-10)
27

38
### VC-Shell Framework (@vc-shell/framework)

cli/api-client/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# [2.0.0-alpha.1](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.0...v2.0.0-alpha.1) (2026-03-10)
2+
3+
**Note:** Version bump only for package @vc-shell/api-client-generator
4+
5+
16
# [2.0.0-alpha.0](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.8...v2.0.0-alpha.0) (2026-03-10)
27

38
**Note:** Version bump only for package @vc-shell/api-client-generator

cli/api-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vc-shell/api-client-generator",
33
"description": "Tool for API clients generation",
4-
"version": "2.0.0-alpha.0",
4+
"version": "2.0.0-alpha.1",
55
"type": "module",
66
"bin": "./dist/api-client-generator.js",
77
"files": [

cli/create-vc-app/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# [2.0.0-alpha.1](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.0...v2.0.0-alpha.1) (2026-03-10)
2+
3+
**Note:** Version bump only for package @vc-shell/create-vc-app
4+
5+
16
# [2.0.0-alpha.0](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.8...v2.0.0-alpha.0) (2026-03-10)
27

38
### Features
@@ -13,7 +18,6 @@
1318

1419
- **create-vc-app:** remove legacy v1 templates and update entry point ([8204599](https://github.com/VirtoCommerce/vc-shell/commit/820459901f57aa80da4d7f0e00f5931f79f05c58))
1520

16-
1721
### Bug Fixes
1822

1923
- **create-vc-app:** add missing alias to Dashboard route in standalone template ([90d31a4](https://github.com/VirtoCommerce/vc-shell/commit/90d31a40a2c4ba8fcc0a426ea132eb2e03c26e3a))

cli/create-vc-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vc-shell/create-vc-app",
33
"description": "Application scaffolding",
4-
"version": "2.0.0-alpha.0",
4+
"version": "2.0.0-alpha.1",
55
"type": "module",
66
"bin": "./dist/index.js",
77
"files": [

cli/create-vc-app/src/templates/dynamic-module/_package.json.ejs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
},
1111
"devDependencies": {
1212
"@types/node": "^20.10.5",
13-
"@vc-shell/ts-config": "^2.0.0-alpha.0",
13+
"@vc-shell/ts-config": "^2.0.0-alpha.1",
1414
"cross-env": "^7.0.3",
1515
"sass": "^1.87.0",
1616
"typescript": "^5.8.3",
1717
"vite": "^6.3.3",
1818
"vue-tsc": "^2.2.10"
1919
},
2020
"dependencies": {
21-
"@vc-shell/config-generator": "^2.0.0-alpha.0",
22-
"@vc-shell/framework": "^2.0.0-alpha.0",
21+
"@vc-shell/config-generator": "^2.0.0-alpha.1",
22+
"@vc-shell/framework": "^2.0.0-alpha.1",
2323
"vue": "^3.5.13",
2424
"vue-router": "^4.2.5"
2525
}

cli/create-vc-app/src/templates/host-app/_package.json.ejs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"@types/node": "^20.10.5",
2323
"@typescript-eslint/eslint-plugin": "^7.4.0",
2424
"@typescript-eslint/parser": "^7.4.0",
25-
"@vc-shell/api-client-generator": "^2.0.0-alpha.0",
26-
"@vc-shell/release-config": "^2.0.0-alpha.0",
27-
"@vc-shell/ts-config": "^2.0.0-alpha.0",
25+
"@vc-shell/api-client-generator": "^2.0.0-alpha.1",
26+
"@vc-shell/release-config": "^2.0.0-alpha.1",
27+
"@vc-shell/ts-config": "^2.0.0-alpha.1",
2828
"@vitejs/plugin-vue": "^5.2.3",
2929
"@vue/eslint-config-prettier": "^9.0.0",
3030
"@vue/eslint-config-typescript": "^13.0.0",
@@ -52,8 +52,8 @@
5252
"vue-tsc": "^2.2.10"
5353
},
5454
"dependencies": {
55-
"@vc-shell/config-generator": "^2.0.0-alpha.0",
56-
"@vc-shell/framework": "^2.0.0-alpha.0",
55+
"@vc-shell/config-generator": "^2.0.0-alpha.1",
56+
"@vc-shell/framework": "^2.0.0-alpha.1",
5757
"@vueuse/core": "^10.7.1",
5858
"@vueuse/integrations": "^10.7.1",
5959
"cross-spawn": "^7.0.3",
Lines changed: 0 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +0,0 @@
1-
{
2-
"name": "<%- PackageName %>",
3-
"version": "0.0.0",
4-
"private": true,
5-
"scripts": {
6-
"serve": "cross-env APP_ENV=development vite --force",
7-
"preview": "vite preview",
8-
"build": "yarn build:app && yarn build:types",
9-
"build:app": "cross-env APP_ENV=production vite build",
10-
"build:types": "vue-tsc --declaration --emitDeclarationOnly --outDir dist/types",
11-
"type-check": "vue-tsc --noEmit",
12-
"lint-staged": "lint-staged",
13-
"lint": "eslint --fix --cache '**/*.{ts,vue}'",
14-
"generate-api-client": "cross-env api-client-generator --APP_PLATFORM_MODULES='[]' --APP_API_CLIENT_DIRECTORY=./src/api_client/ --APP_OUT_DIR=dist --APP_PACKAGE_NAME=api --APP_PACKAGE_VERSION=$npm_package_version"
15-
},
16-
"devDependencies": {
17-
"@commitlint/cli": "^18.4.3",
18-
"@commitlint/config-conventional": "^18.4.3",
19-
"@laynezh/vite-plugin-lib-assets": "^0.5.13",
20-
"@rollup/plugin-typescript": "^11.1.5",
21-
"@types/lodash-es": "^4.17.12",
22-
"@types/node": "^20.10.5",
23-
"@typescript-eslint/eslint-plugin": "^7.4.0",
24-
"@typescript-eslint/parser": "^7.4.0",
25-
"@vc-shell/api-client-generator": "^2.0.0-alpha.0",
26-
"@vc-shell/release-config": "^2.0.0-alpha.0",
27-
"@vc-shell/ts-config": "^2.0.0-alpha.0",
28-
"@vitejs/plugin-vue": "^5.2.3",
29-
"@vue/eslint-config-prettier": "^9.0.0",
30-
"@vue/eslint-config-typescript": "^13.0.0",
31-
"autoprefixer": "^10.4.16",
32-
"conventional-changelog-cli": "^5.0.0",
33-
"cross-env": "^7.0.3",
34-
"eslint": "^8.57.0",
35-
"eslint-import-resolver-typescript": "^3.6.1",
36-
"eslint-plugin-import": "^2.29.1",
37-
"eslint-plugin-prettier": "^5.1.3",
38-
"eslint-plugin-vue": "^9.19.2",
39-
"husky": "^8.0.3",
40-
"lint-staged": "^15.2.0",
41-
"lodash-es": "^4.17.21",
42-
"postcss": "^8.4.32",
43-
"prettier": "^3.1.1",
44-
"sass": "^1.87.0",
45-
"tailwindcss": "^3.4.0",
46-
"tsx": "^4.7.1",
47-
"typescript": "^5.8.3",
48-
"vite": "^6.3.3",
49-
"vite-plugin-checker": "^0.9.1",
50-
"vite-plugin-mkcert": "^1.17.1",
51-
"vue-eslint-parser": "^9.3.2",
52-
"vue-tsc": "^2.2.10"
53-
},
54-
"dependencies": {
55-
"@vc-shell/config-generator": "^2.0.0-alpha.0",
56-
"@vc-shell/framework": "^2.0.0-alpha.0",
57-
"@vueuse/core": "^10.7.1",
58-
"@vueuse/integrations": "^10.7.1",
59-
"cross-spawn": "^7.0.3",
60-
"moment": "^2.30.1",
61-
"vee-validate": "^4.12.4",
62-
"vue": "^3.5.13",
63-
"vue-router": "^4.2.5"
64-
},
65-
"lint-staged": {
66-
"*.{js,ts,html,css}": "prettier --write '**/*.{ts,vue}'",
67-
"*.{js,ts,vue}": "eslint --fix --cache '**/*.{ts,vue}'"
68-
},
69-
"packageManager": "yarn@4.9.1"
70-
}

configs/release-config/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1+
# [2.0.0-alpha.1](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.0...v2.0.0-alpha.1) (2026-03-10)
2+
3+
**Note:** Version bump only for package @vc-shell/release-config
4+
5+
16
# [2.0.0-alpha.0](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.8...v2.0.0-alpha.0) (2026-03-10)
27

38
### Features
49

510
- **release-config:** enhance stageAndAmendCommit to accept explicit files ([3088f43](https://github.com/VirtoCommerce/vc-shell/commit/3088f432f07dbef60931ec6f180f8e28ef0f809a))
611
- **core:** add Module Federation support and remove legacy UMD globals ([18c4026](https://github.com/VirtoCommerce/vc-shell/commit/18c402677846dfff8f077dccb7a782fcf5a778e0))
712

8-
913
### Features
1014

1115
- **core:** add Module Federation support and remove legacy UMD globals ([18c4026](https://github.com/VirtoCommerce/vc-shell/commit/18c402677846dfff8f077dccb7a782fcf5a778e0))

0 commit comments

Comments
 (0)