@modern-js/module-tools 2.10.1-beta.2 → 2.11.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # @modern-js/module-tools
2
2
 
3
+ ## 2.11.0
4
+
5
+ ### Minor Changes
6
+
7
+ - f1b2629: feat: add `dts.abortOnError` config
8
+ feat: 添加 `dts.abortOnError` 配置
9
+
10
+ ### Patch Changes
11
+
12
+ - aa0a312: chore(module-tools): pretty the log format
13
+
14
+ chore(module-tools): 优化日志格式
15
+
16
+ - 6118636: fix(module-tools, module-tools-docs): fix svgr usage
17
+ fix(module-tools, module-tools-docs): 修复 svgr 的使用
18
+ - Updated dependencies [cfb058f]
19
+ - Updated dependencies [0bd018b]
20
+ - Updated dependencies [5d624fd]
21
+ - Updated dependencies [e2466a1]
22
+ - Updated dependencies [58faba2]
23
+ - Updated dependencies [02bb383]
24
+ - Updated dependencies [381a3b9]
25
+ - Updated dependencies [7a60f10]
26
+ - Updated dependencies [7178795]
27
+ - Updated dependencies [274b2e5]
28
+ - Updated dependencies [b9e1c54]
29
+ - @modern-js/utils@2.11.0
30
+ - @modern-js/core@2.11.0
31
+ - @modern-js/plugin-lint@2.11.0
32
+ - @modern-js/plugin-changeset@2.11.0
33
+ - @modern-js/plugin-i18n@2.11.0
34
+ - @modern-js/new-action@2.11.0
35
+ - @modern-js/upgrade@2.11.0
36
+ - @modern-js/plugin@2.11.0
37
+
3
38
  ## 2.10.0
4
39
 
5
40
  ### Patch Changes
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "module-tools",
12
12
  "lib-tools"
13
13
  ],
14
- "version": "2.10.1-beta.2",
14
+ "version": "2.11.0",
15
15
  "bin": {
16
16
  "modern": "./bin/modern.js",
17
17
  "modern-module": "./bin/modern.js"
@@ -39,17 +39,16 @@
39
39
  "@modern-js/libuild": "~0.11.0",
40
40
  "@modern-js/libuild-plugin-svgr": "~0.11.0",
41
41
  "@modern-js/libuild-plugin-swc": "~0.11.0",
42
- "@modern-js/core": "2.10.0",
43
- "@modern-js/new-action": "2.10.0",
44
- "@modern-js/plugin": "2.10.0",
45
- "@modern-js/plugin-changeset": "2.10.0",
46
- "@modern-js/plugin-lint": "2.10.0",
47
- "@modern-js/plugin-i18n": "2.10.0",
48
- "@modern-js/utils": "2.10.0",
49
- "@modern-js/upgrade": "2.10.0"
42
+ "@modern-js/core": "2.11.0",
43
+ "@modern-js/new-action": "2.11.0",
44
+ "@modern-js/plugin": "2.11.0",
45
+ "@modern-js/plugin-changeset": "2.11.0",
46
+ "@modern-js/plugin-i18n": "2.11.0",
47
+ "@modern-js/plugin-lint": "2.11.0",
48
+ "@modern-js/upgrade": "2.11.0",
49
+ "@modern-js/utils": "2.11.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@modern-js/self": "npm:@modern-js/module-tools@*",
53
52
  "@types/fs-extra": "9.0.13",
54
53
  "@types/jest": "^29",
55
54
  "@types/node": "^14",
@@ -61,9 +60,10 @@
61
60
  "postcss-alias": "2.0.0",
62
61
  "react": "17",
63
62
  "typescript": "^4",
64
- "@modern-js/builder-webpack-provider": "2.10.0",
65
- "@scripts/build": "2.10.0",
66
- "@scripts/jest-config": "2.10.0"
63
+ "@modern-js/builder-webpack-provider": "2.11.0",
64
+ "@modern-js/self": "npm:@modern-js/module-tools@2.11.0",
65
+ "@scripts/jest-config": "2.11.0",
66
+ "@scripts/build": "2.11.0"
67
67
  },
68
68
  "publishConfig": {
69
69
  "registry": "https://registry.npmjs.org/",