@modern-js/plugin-testing 1.1.0 → 1.1.1

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 +18 -75
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,85 +1,28 @@
1
1
  # @modern-js/plugin-testing
2
2
 
3
- ## 1.1.0
4
-
5
- ### Minor Changes
6
-
7
- - 96119db2: Relese v1.1.0
8
-
9
- 1. 全面支持 Windows 平台
10
-
11
- ISSUE:
12
-
13
- - [182](https://github.com/modern-js-dev/modern.js/issues/182)
14
- - [236](https://github.com/modern-js-dev/modern.js/issues/236)
15
-
16
- PR
17
-
18
- - [219](https://github.com/modern-js-dev/modern.js/pull/219)
19
- - [247](https://github.com/modern-js-dev/modern.js/pull/247)
20
- - [249](https://github.com/modern-js-dev/modern.js/pull/249)
21
- - [253](https://github.com/modern-js-dev/modern.js/pull/253)
22
- - [268](https://github.com/modern-js-dev/modern.js/pull/268)
23
- - [270](https://github.com/modern-js-dev/modern.js/pull/270)
24
- - [273](https://github.com/modern-js-dev/modern.js/pull/273)
25
- - [276](https://github.com/modern-js-dev/modern.js/pull/276)
26
-
27
- 2. 修复 Unbundled 模式启用问题
28
-
29
- ISSUE
30
-
31
- - [186](https://github.com/modern-js-dev/modern.js/issues/186)
32
- - [224](https://github.com/modern-js-dev/modern.js/issues/224)
33
- - [225](https://github.com/modern-js-dev/modern.js/issues/225)
34
- - [238](https://github.com/modern-js-dev/modern.js/issues/238)
35
-
36
- PR
37
-
38
- - [226](https://github.com/modern-js-dev/modern.js/pull/226)
39
- - [264](https://github.com/modern-js-dev/modern.js/pull/264)
40
- - [codesmith-12](https://github.com/modern-js-dev/codesmith/pull/12)
41
-
42
- 3. 修复模块工程方案 .npmignore 文件初始化未生成
43
-
44
- ISSUE
3
+ ## 1.1.1
45
4
 
46
- - [198](https://github.com/modern-js-dev/modern.js/issues/198)
47
-
48
- PR
49
-
50
- - [209](https://github.com/modern-js-dev/modern.js/pull/209)
51
-
52
- 4. 修复 Storybook 使用时浏览器打开页面报错
53
-
54
- ISSUE
55
-
56
- - [228](https://github.com/modern-js-dev/modern.js/issues/228)
57
-
58
- PR
59
-
60
- - [254](https://github.com/modern-js-dev/modern.js/pull/254)
61
-
62
- 5. 修复 BFF 一体化开发不支持 unbundle 模式
63
-
64
- ISSUE
65
-
66
- - [235](https://github.com/modern-js-dev/modern.js/issues/235)
67
- - [257](https://github.com/modern-js-dev/modern.js/issues/257)
68
-
69
- PR
70
-
71
- - [269](https://github.com/modern-js-dev/modern.js/pull/269)
72
- - [271](https://github.com/modern-js-dev/modern.js/pull/271)
73
-
74
- 6. 修复 Node17 dev 命令报错问题
5
+ ### Patch Changes
75
6
 
76
- ISSUE
7
+ - 0fa83663: support more .env files
8
+ - Updated dependencies [6f7fe574]
9
+ - Updated dependencies [e4755134]
10
+ - Updated dependencies [0fa83663]
11
+ - Updated dependencies [19b4f79e]
12
+ - Updated dependencies [f594fbc8]
13
+ - Updated dependencies [d1fde77a]
14
+ - @modern-js/core@1.1.2
15
+ - @modern-js/webpack@1.1.2
16
+ - @modern-js/testing@1.1.1
17
+ - @modern-js/runtime-core@1.1.1
18
+ - @modern-js/babel-compiler@1.1.2
19
+ - @modern-js/utils@1.1.2
77
20
 
78
- - [180](https://github.com/modern-js-dev/modern.js/issues/180)
21
+ ## 1.1.0
79
22
 
80
- PR
23
+ ### Minor Changes
81
24
 
82
- - [214](https://github.com/modern-js-dev/modern.js/pull/214)
25
+ - 96119db2: Relese v1.1.0
83
26
 
84
27
  ### Patch Changes
85
28
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.1.0",
14
+ "version": "1.1.1",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -23,10 +23,10 @@
23
23
  "dependencies": {
24
24
  "@babel/preset-env": "^7.15.6",
25
25
  "@babel/runtime": "^7",
26
- "@modern-js/babel-compiler": "^1.1.0",
27
- "@modern-js/testing": "^1.1.0",
28
- "@modern-js/utils": "^1.1.0",
29
- "@modern-js/webpack": "^1.1.0",
26
+ "@modern-js/babel-compiler": "^1.1.2",
27
+ "@modern-js/testing": "^1.1.1",
28
+ "@modern-js/utils": "^1.1.2",
29
+ "@modern-js/webpack": "^1.1.2",
30
30
  "@testing-library/jest-dom": "^5.14.1",
31
31
  "@testing-library/react": "^12.0.0",
32
32
  "enhanced-resolve": "^5.8.2"
@@ -36,18 +36,18 @@
36
36
  "@modern-js-reduck/plugin-effects": "^1.0.0",
37
37
  "@modern-js-reduck/plugin-immutable": "^1.0.0",
38
38
  "@modern-js-reduck/store": "^1.0.0",
39
- "@modern-js/core": "^1.1.0",
40
- "@modern-js/runtime-core": "^1.1.0"
39
+ "@modern-js/core": "^1.1.2",
40
+ "@modern-js/runtime-core": "^1.1.1"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@modern-js-reduck/plugin-auto-actions": "^1.0.0",
44
44
  "@modern-js-reduck/plugin-effects": "^1.0.0",
45
45
  "@modern-js-reduck/plugin-immutable": "^1.0.0",
46
46
  "@modern-js-reduck/store": "^1.0.0",
47
- "@modern-js/plugin-testing": "^1.0.2",
48
- "@modern-js/module-tools": "^1.0.2",
49
- "@modern-js/core": "^1.1.0",
50
- "@modern-js/runtime-core": "^1.1.0",
47
+ "@modern-js/plugin-testing": "^1.1.0",
48
+ "@modern-js/module-tools": "^1.1.0",
49
+ "@modern-js/core": "^1.1.2",
50
+ "@modern-js/runtime-core": "^1.1.1",
51
51
  "@types/jest": "^26",
52
52
  "@types/node": "^14",
53
53
  "@types/react": "^17",