@modern-js/app-tools 2.28.1-alpha.3 → 2.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +53 -0
- package/package.json +24 -24
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,58 @@
|
|
|
1
1
|
# @modern-js/app-tools
|
|
2
2
|
|
|
3
|
+
## 2.29.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 1171338: fix(app-tools): tools.tsChecker default value mismatch with doc
|
|
8
|
+
|
|
9
|
+
fix(app-tools): tools.tsChecker 默认值与文档不匹配
|
|
10
|
+
|
|
11
|
+
- 354b823: chore(app-tools): remove unused tsLoader config
|
|
12
|
+
|
|
13
|
+
chore(app-tools): 移除多余的 tsLoader 配置
|
|
14
|
+
|
|
15
|
+
- da31406: fix: should not flat routes when has a route config file
|
|
16
|
+
fix: 当有一个路由配置文件时,不应该打平 routes
|
|
17
|
+
- fd3e71c: fix: if a route dont has component, should be as a no-layout route
|
|
18
|
+
fix: 如果路由对象没有组件属性,应该被看做无布局路由
|
|
19
|
+
- ea0f2df: fix: should get the correct hash in source
|
|
20
|
+
fix: 应该在 source 中获取正确的 hash
|
|
21
|
+
- 7017a60: fix: should not flat routes when the layout has loading or error
|
|
22
|
+
fix: 当 layout 中存在 loading 或者 error 时,不应该 flat routes
|
|
23
|
+
- Updated dependencies [e6b5355]
|
|
24
|
+
- Updated dependencies [16e5195]
|
|
25
|
+
- Updated dependencies [93db783]
|
|
26
|
+
- Updated dependencies [1d420ae]
|
|
27
|
+
- Updated dependencies [1171338]
|
|
28
|
+
- Updated dependencies [bd4c354]
|
|
29
|
+
- Updated dependencies [3e0e1b2]
|
|
30
|
+
- Updated dependencies [cba7675]
|
|
31
|
+
- Updated dependencies [76ace5d]
|
|
32
|
+
- Updated dependencies [99052ea]
|
|
33
|
+
- Updated dependencies [d198779]
|
|
34
|
+
- Updated dependencies [2ad31da]
|
|
35
|
+
- Updated dependencies [1d71d2e]
|
|
36
|
+
- @modern-js/utils@2.29.0
|
|
37
|
+
- @modern-js/prod-server@2.29.0
|
|
38
|
+
- @modern-js/builder-webpack-provider@2.29.0
|
|
39
|
+
- @modern-js/builder-rspack-provider@2.29.0
|
|
40
|
+
- @modern-js/builder@2.29.0
|
|
41
|
+
- @modern-js/builder-shared@2.29.0
|
|
42
|
+
- @modern-js/server@2.29.0
|
|
43
|
+
- @modern-js/types@2.29.0
|
|
44
|
+
- @modern-js/node-bundle-require@2.29.0
|
|
45
|
+
- @modern-js/builder-plugin-esbuild@2.29.0
|
|
46
|
+
- @modern-js/builder-plugin-node-polyfill@2.29.0
|
|
47
|
+
- @modern-js/core@2.29.0
|
|
48
|
+
- @modern-js/plugin-data-loader@2.29.0
|
|
49
|
+
- @modern-js/plugin-i18n@2.29.0
|
|
50
|
+
- @modern-js/plugin-lint@2.29.0
|
|
51
|
+
- @modern-js/new-action@2.29.0
|
|
52
|
+
- @modern-js/server-core@2.29.0
|
|
53
|
+
- @modern-js/plugin@2.29.0
|
|
54
|
+
- @modern-js/upgrade@2.29.0
|
|
55
|
+
|
|
3
56
|
## 2.28.0
|
|
4
57
|
|
|
5
58
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "2.
|
|
18
|
+
"version": "2.29.0",
|
|
19
19
|
"jsnext:source": "./src/index.ts",
|
|
20
20
|
"types": "./dist/types/index.d.ts",
|
|
21
21
|
"main": "./dist/cjs/index.js",
|
|
@@ -73,24 +73,24 @@
|
|
|
73
73
|
"esbuild": "0.17.19",
|
|
74
74
|
"rspack-plugin-virtual-module": "0.1.0",
|
|
75
75
|
"@swc/helpers": "0.5.1",
|
|
76
|
-
"@modern-js/builder": "2.
|
|
77
|
-
"@modern-js/builder-plugin-node-polyfill": "2.
|
|
78
|
-
"@modern-js/builder-shared": "2.
|
|
79
|
-
"@modern-js/
|
|
80
|
-
"@modern-js/
|
|
81
|
-
"@modern-js/
|
|
82
|
-
"@modern-js/
|
|
83
|
-
"@modern-js/
|
|
84
|
-
"@modern-js/
|
|
85
|
-
"@modern-js/
|
|
86
|
-
"@modern-js/
|
|
87
|
-
"@modern-js/
|
|
88
|
-
"@modern-js/
|
|
89
|
-
"@modern-js/
|
|
90
|
-
"@modern-js/
|
|
91
|
-
"@modern-js/
|
|
92
|
-
"@modern-js/
|
|
93
|
-
"@modern-js/
|
|
76
|
+
"@modern-js/builder": "2.29.0",
|
|
77
|
+
"@modern-js/builder-plugin-node-polyfill": "2.29.0",
|
|
78
|
+
"@modern-js/builder-shared": "2.29.0",
|
|
79
|
+
"@modern-js/builder-plugin-esbuild": "2.29.0",
|
|
80
|
+
"@modern-js/builder-webpack-provider": "2.29.0",
|
|
81
|
+
"@modern-js/core": "2.29.0",
|
|
82
|
+
"@modern-js/new-action": "2.29.0",
|
|
83
|
+
"@modern-js/node-bundle-require": "2.29.0",
|
|
84
|
+
"@modern-js/plugin": "2.29.0",
|
|
85
|
+
"@modern-js/plugin-data-loader": "2.29.0",
|
|
86
|
+
"@modern-js/plugin-i18n": "2.29.0",
|
|
87
|
+
"@modern-js/plugin-lint": "2.29.0",
|
|
88
|
+
"@modern-js/prod-server": "2.29.0",
|
|
89
|
+
"@modern-js/server": "2.29.0",
|
|
90
|
+
"@modern-js/types": "2.29.0",
|
|
91
|
+
"@modern-js/upgrade": "2.29.0",
|
|
92
|
+
"@modern-js/utils": "2.29.0",
|
|
93
|
+
"@modern-js/server-core": "2.29.0"
|
|
94
94
|
},
|
|
95
95
|
"devDependencies": {
|
|
96
96
|
"@types/babel__traverse": "^7.14.2",
|
|
@@ -99,13 +99,13 @@
|
|
|
99
99
|
"jest": "^29",
|
|
100
100
|
"typescript": "^5",
|
|
101
101
|
"webpack": "^5.88.1",
|
|
102
|
-
"@modern-js/builder-plugin-swc": "2.
|
|
103
|
-
"@
|
|
104
|
-
"@
|
|
105
|
-
"@scripts/
|
|
102
|
+
"@modern-js/builder-plugin-swc": "2.29.0",
|
|
103
|
+
"@modern-js/builder-rspack-provider": "2.29.0",
|
|
104
|
+
"@scripts/build": "2.29.0",
|
|
105
|
+
"@scripts/jest-config": "2.29.0"
|
|
106
106
|
},
|
|
107
107
|
"peerDependencies": {
|
|
108
|
-
"@modern-js/builder-rspack-provider": "^2.
|
|
108
|
+
"@modern-js/builder-rspack-provider": "^2.29.0"
|
|
109
109
|
},
|
|
110
110
|
"peerDependenciesMeta": {
|
|
111
111
|
"@modern-js/builder-rspack-provider": {
|