@modern-js/monorepo-tools 1.5.0 → 1.15.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 CHANGED
@@ -1,5 +1,37 @@
1
1
  # @modern-js/monorepo-tools
2
2
 
3
+ ## 1.15.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [8658a78]
8
+ - Updated dependencies [05d4a4f]
9
+ - Updated dependencies [ad05af9]
10
+ - Updated dependencies [5d53d1c]
11
+ - Updated dependencies [37cd159]
12
+ - @modern-js/utils@1.15.0
13
+ - @modern-js/new-action@1.15.0
14
+ - @modern-js/core@1.15.0
15
+ - @modern-js/plugin-changeset@1.15.0
16
+ - @modern-js/plugin-i18n@1.15.0
17
+ - @modern-js/plugin-jarvis@1.15.0
18
+ - @modern-js/plugin@1.15.0
19
+
20
+ ## 1.5.1
21
+
22
+ ### Patch Changes
23
+
24
+ - 32430f9: fix: copy lerna.json
25
+ fix: 复制 lerna.json 文件
26
+ - Updated dependencies [79e83ef]
27
+ - Updated dependencies [22f4dca]
28
+ - Updated dependencies [7b9067f]
29
+ - Updated dependencies [3c20a5e]
30
+ - @modern-js/utils@1.9.0
31
+ - @modern-js/core@1.14.0
32
+ - @modern-js/plugin-changeset@1.4.1
33
+ - @modern-js/plugin-jarvis@1.2.14
34
+
3
35
  ## 1.5.0
4
36
 
5
37
  ### Minor Changes
@@ -59,6 +59,7 @@ const generatorAndCopyRequiredFiles = (rootPath, deployDir) => {
59
59
  copy('.npmrc');
60
60
  copy('package.json');
61
61
  copy('pnpm-workspace.yaml');
62
+ copy('lerna.json');
62
63
  copy('.pnpmfile.cjs');
63
64
  copy('tsconfig.json');
64
65
  copy('modern.config.js'); // TODO: 暂时配置,要移除
@@ -74,6 +74,7 @@ const generatorAndCopyRequiredFiles = (rootPath, deployDir) => {
74
74
  copy('.npmrc');
75
75
  copy('package.json');
76
76
  copy('pnpm-workspace.yaml');
77
+ copy('lerna.json');
77
78
  copy('.pnpmfile.cjs');
78
79
  copy('tsconfig.json');
79
80
  copy('modern.config.js'); // TODO: 暂时配置,要移除
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.5.0",
14
+ "version": "1.15.0",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -35,14 +35,14 @@
35
35
  "modern": "./bin/modern.js"
36
36
  },
37
37
  "dependencies": {
38
- "@modern-js/core": "^1.13.0",
38
+ "@modern-js/core": "1.15.0",
39
39
  "@babel/runtime": "^7.18.0",
40
- "@modern-js/new-action": "^1.3.12",
41
- "@modern-js/plugin": "^1.4.1",
42
- "@modern-js/plugin-changeset": "^1.4.0",
43
- "@modern-js/plugin-i18n": "^1.3.0",
44
- "@modern-js/plugin-jarvis": "^1.2.14",
45
- "@modern-js/utils": "^1.7.12",
40
+ "@modern-js/new-action": "1.15.0",
41
+ "@modern-js/plugin": "1.15.0",
42
+ "@modern-js/plugin-changeset": "1.15.0",
43
+ "@modern-js/plugin-i18n": "1.15.0",
44
+ "@modern-js/plugin-jarvis": "1.15.0",
45
+ "@modern-js/utils": "1.15.0",
46
46
  "@rushstack/node-core-library": "^3.39.1",
47
47
  "@rushstack/package-deps-hash": "^3.0.54",
48
48
  "anymatch": "^3.1.2",
@@ -50,8 +50,8 @@
50
50
  "p-map": "^4.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@scripts/build": "0.0.0",
54
- "@scripts/jest-config": "0.0.0",
53
+ "@scripts/build": "1.15.0",
54
+ "@scripts/jest-config": "1.15.0",
55
55
  "@types/jest": "^27",
56
56
  "@types/md5": "^2.3.1",
57
57
  "@types/node": "^14",