@commercetools-frontend/jest-preset-mc-app 20.11.0 → 20.12.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.
- package/CHANGELOG.md +9 -0
- package/load-config.js +1 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @commercetools-frontend/jest-preset-mc-app
|
|
2
2
|
|
|
3
|
+
## 20.12.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2384](https://github.com/commercetools/merchant-center-application-kit/pull/2384) [`cf914004`](https://github.com/commercetools/merchant-center-application-kit/commit/cf9140043ade6edb3ee71a7558b757f5e19bee81) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`cf914004`](https://github.com/commercetools/merchant-center-application-kit/commit/cf9140043ade6edb3ee71a7558b757f5e19bee81)]:
|
|
10
|
+
- @commercetools-frontend/babel-preset-mc-app@20.12.1
|
|
11
|
+
|
|
3
12
|
## 20.11.0
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/load-config.js
CHANGED
|
@@ -14,6 +14,7 @@ const defaultConfig = {
|
|
|
14
14
|
/.*Warning: componentWillReceiveProps has been renamed.*/,
|
|
15
15
|
/.*CellMeasurerCache should only measure a cell's width or height.*/,
|
|
16
16
|
/.*\[React Intl\] "defaultRichTextElements" was specified but "message" was not pre-compiled.*/,
|
|
17
|
+
/.*util function is now deprecated and has been moved to Jest repository.*/,
|
|
17
18
|
],
|
|
18
19
|
notThrowWarnings: [
|
|
19
20
|
/.*@commercetools-frontend\/permissions.*/,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/jest-preset-mc-app",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.12.1",
|
|
4
4
|
"description": "Jest preset used by a MC application",
|
|
5
5
|
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
6
6
|
"repository": {
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
"main": "./jest-preset.js",
|
|
18
18
|
"module": "./jest-preset.js",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@commercetools-frontend/babel-preset-mc-app": "20.
|
|
20
|
+
"@commercetools-frontend/babel-preset-mc-app": "20.12.1",
|
|
21
21
|
"@sheerun/mutationobserver-shim": "0.3.3",
|
|
22
|
-
"@testing-library/jest-dom": "5.
|
|
23
|
-
"babel-jest": "27.
|
|
22
|
+
"@testing-library/jest-dom": "5.16.1",
|
|
23
|
+
"babel-jest": "27.4.2",
|
|
24
24
|
"colors": "1.4.0",
|
|
25
25
|
"cosmiconfig": "7.0.1",
|
|
26
26
|
"identity-obj-proxy": "3.0.0",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"make-plural": "7.0.0",
|
|
33
33
|
"raf": "3.4.1",
|
|
34
34
|
"setimmediate": "1.0.5",
|
|
35
|
-
"ts-jest": "27.0
|
|
35
|
+
"ts-jest": "27.1.0",
|
|
36
36
|
"unfetch": "4.2.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@testing-library/react": "12.1.2",
|
|
40
|
-
"jest": "27.3
|
|
40
|
+
"jest": "27.4.3"
|
|
41
41
|
}
|
|
42
42
|
}
|