@modern-js/upgrade 2.27.1-alpha.0 → 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 +24 -0
- package/package.json +8 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @modern-js/upgrade
|
|
2
2
|
|
|
3
|
+
## 2.29.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [e6b5355]
|
|
8
|
+
- Updated dependencies [93db783]
|
|
9
|
+
- Updated dependencies [cba7675]
|
|
10
|
+
- Updated dependencies [99052ea]
|
|
11
|
+
- Updated dependencies [1d71d2e]
|
|
12
|
+
- @modern-js/utils@2.29.0
|
|
13
|
+
- @modern-js/plugin-i18n@2.29.0
|
|
14
|
+
|
|
15
|
+
## 2.28.0
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- d3e52e4: chore(CI): update build config to improve vitest CI perf
|
|
20
|
+
|
|
21
|
+
chore(CI): 更新构建配置来提升 vitest CI 性能
|
|
22
|
+
|
|
23
|
+
- Updated dependencies [00b58a7]
|
|
24
|
+
- @modern-js/utils@2.28.0
|
|
25
|
+
- @modern-js/plugin-i18n@2.28.0
|
|
26
|
+
|
|
3
27
|
## 2.27.0
|
|
4
28
|
|
|
5
29
|
### Patch 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/index.d.ts",
|
|
21
21
|
"main": "./dist/index.js",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@modern-js/codesmith": "2.2.5",
|
|
37
37
|
"@swc/helpers": "0.5.1",
|
|
38
|
-
"@modern-js/plugin-i18n": "2.
|
|
39
|
-
"@modern-js/utils": "2.
|
|
38
|
+
"@modern-js/plugin-i18n": "2.29.0",
|
|
39
|
+
"@modern-js/utils": "2.29.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@types/jest": "^29",
|
|
@@ -44,14 +44,15 @@
|
|
|
44
44
|
"jest": "^29",
|
|
45
45
|
"ts-node": "^10.9.1",
|
|
46
46
|
"typescript": "^5",
|
|
47
|
-
"@
|
|
48
|
-
"@
|
|
49
|
-
"@scripts/
|
|
47
|
+
"@modern-js/upgrade-generator": "3.1.31",
|
|
48
|
+
"@scripts/jest-config": "2.29.0",
|
|
49
|
+
"@scripts/build": "2.29.0"
|
|
50
50
|
},
|
|
51
51
|
"sideEffects": false,
|
|
52
52
|
"publishConfig": {
|
|
53
53
|
"registry": "https://registry.npmjs.org/",
|
|
54
|
-
"access": "public"
|
|
54
|
+
"access": "public",
|
|
55
|
+
"provenance": true
|
|
55
56
|
},
|
|
56
57
|
"scripts": {
|
|
57
58
|
"new": "modern-lib new",
|