@modern-js/plugin-testing 1.1.4 → 1.2.3-rc.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 +49 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,54 @@
1
1
  # @modern-js/plugin-testing
2
2
 
3
+ ## 1.2.3-rc.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [4a281912]
8
+ - Updated dependencies [b715c994]
9
+ - Updated dependencies [2da27d3b]
10
+ - Updated dependencies [4a281912]
11
+ - Updated dependencies [b7fb82ec]
12
+ - Updated dependencies [eb026119]
13
+ - @modern-js/runtime-core@1.1.3-rc.0
14
+ - @modern-js/testing-plugin-bff@1.1.3-rc.0
15
+ - @modern-js/babel-compiler@1.1.4-rc.0
16
+ - @modern-js/utils@1.1.6-rc.0
17
+ - @modern-js/core@1.2.1-rc.0
18
+ - @modern-js/webpack@1.1.4-rc.0
19
+ - @modern-js/testing@1.2.1-rc.0
20
+
21
+ ## 1.2.1
22
+
23
+ ### Patch Changes
24
+
25
+ - fix: type define
26
+
27
+ ## 1.2.0
28
+
29
+ ### Minor Changes
30
+
31
+ - 90eeb72c: add modern config schema and types of testing, tools.jest.
32
+ add typesVersions for re-exporting types of @modern-js/plugin-testing.
33
+ fix type lost when redeclareing modules.
34
+ - 5a4c557e: feat: support bff test
35
+
36
+ ### Patch Changes
37
+
38
+ - Updated dependencies [90eeb72c]
39
+ - Updated dependencies [e04914ce]
40
+ - Updated dependencies [4406c2db]
41
+ - Updated dependencies [90eeb72c]
42
+ - Updated dependencies [5a4c557e]
43
+ - Updated dependencies [e04914ce]
44
+ - Updated dependencies [ca7dcb32]
45
+ - Updated dependencies [ecb344dc]
46
+ - @modern-js/core@1.2.0
47
+ - @modern-js/runtime-core@1.1.2
48
+ - @modern-js/testing@1.2.0
49
+ - @modern-js/babel-compiler@1.1.3
50
+ - @modern-js/utils@1.1.5
51
+
3
52
  ## 1.1.1
4
53
 
5
54
  ### Patch Changes
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.1.4",
14
+ "version": "1.2.3-rc.0",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -56,32 +56,32 @@
56
56
  "dependencies": {
57
57
  "@babel/preset-env": "^7.15.6",
58
58
  "@babel/runtime": "^7",
59
- "@modern-js/babel-compiler": "^1.0.0",
60
- "@modern-js/testing": "^1.0.0",
61
- "@modern-js/utils": "^1.0.0",
62
- "@modern-js/webpack": "^1.0.0",
59
+ "@modern-js/babel-compiler": "^1.1.4-rc.0",
60
+ "@modern-js/testing": "^1.2.1-rc.0",
61
+ "@modern-js/utils": "^1.1.6-rc.0",
62
+ "@modern-js/webpack": "^1.1.4-rc.0",
63
63
  "@testing-library/jest-dom": "^5.14.1",
64
64
  "@testing-library/react": "^12.0.0",
65
65
  "enhanced-resolve": "^5.8.2",
66
- "@modern-js/testing-plugin-bff": "^1.1.1"
66
+ "@modern-js/testing-plugin-bff": "^1.1.3-rc.0"
67
67
  },
68
68
  "peerDependencies": {
69
69
  "@modern-js-reduck/plugin-auto-actions": "^1.0.0",
70
70
  "@modern-js-reduck/plugin-effects": "^1.0.0",
71
71
  "@modern-js-reduck/plugin-immutable": "^1.0.0",
72
72
  "@modern-js-reduck/store": "^1.0.0",
73
- "@modern-js/core": "^1.0.0",
74
- "@modern-js/runtime-core": "^1.0.0"
73
+ "@modern-js/core": "^1.2.1-rc.0",
74
+ "@modern-js/runtime-core": "^1.1.3-rc.0"
75
75
  },
76
76
  "devDependencies": {
77
77
  "@modern-js-reduck/plugin-auto-actions": "^1.0.0",
78
78
  "@modern-js-reduck/plugin-effects": "^1.0.0",
79
79
  "@modern-js-reduck/plugin-immutable": "^1.0.0",
80
80
  "@modern-js-reduck/store": "^1.0.0",
81
- "@modern-js/plugin-testing": "^1.1.1",
82
- "@modern-js/module-tools": "^1.1.1",
83
- "@modern-js/core": "^1.0.0",
84
- "@modern-js/runtime-core": "^1.0.0",
81
+ "@modern-js/plugin-testing": "^1.2.2",
82
+ "@modern-js/module-tools": "^1.1.4",
83
+ "@modern-js/core": "^1.2.1-rc.0",
84
+ "@modern-js/runtime-core": "^1.1.3-rc.0",
85
85
  "@types/jest": "^26",
86
86
  "@types/node": "^14",
87
87
  "@types/react": "^17",