@commercetools-frontend/jest-preset-mc-app 21.2.1 → 21.3.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 +9 -0
- package/load-config.js +1 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @commercetools-frontend/jest-preset-mc-app
|
|
2
2
|
|
|
3
|
+
## 21.3.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2520](https://github.com/commercetools/merchant-center-application-kit/pull/2520) [`6f3a2083`](https://github.com/commercetools/merchant-center-application-kit/commit/6f3a2083efac387e9a2994fbaaeb18914e739aa8) Thanks [@renovate](https://github.com/apps/renovate)! - Upgrade dependencies
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`6f3a2083`](https://github.com/commercetools/merchant-center-application-kit/commit/6f3a2083efac387e9a2994fbaaeb18914e739aa8)]:
|
|
10
|
+
- @commercetools-frontend/babel-preset-mc-app@21.3.0
|
|
11
|
+
|
|
3
12
|
## 21.2.1
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/load-config.js
CHANGED
|
@@ -15,6 +15,7 @@ const defaultConfig = {
|
|
|
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
17
|
/.*util function is now deprecated and has been moved to Jest repository.*/,
|
|
18
|
+
/.*"importFrom" and "exportTo" will be removed in a future version of postcss-custom-properties.*/,
|
|
18
19
|
],
|
|
19
20
|
notThrowWarnings: [
|
|
20
21
|
/.*@commercetools-frontend\/permissions.*/,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/jest-preset-mc-app",
|
|
3
|
-
"version": "21.
|
|
3
|
+
"version": "21.3.0",
|
|
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,16 +17,16 @@
|
|
|
17
17
|
"main": "./jest-preset.js",
|
|
18
18
|
"module": "./jest-preset.js",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@commercetools-frontend/babel-preset-mc-app": "21.
|
|
20
|
+
"@commercetools-frontend/babel-preset-mc-app": "21.3.0",
|
|
21
21
|
"@sheerun/mutationobserver-shim": "0.3.3",
|
|
22
|
-
"@testing-library/jest-dom": "5.16.
|
|
22
|
+
"@testing-library/jest-dom": "5.16.3",
|
|
23
23
|
"babel-jest": "27.5.1",
|
|
24
24
|
"colors": "1.4.0",
|
|
25
25
|
"cosmiconfig": "7.0.1",
|
|
26
26
|
"identity-obj-proxy": "3.0.0",
|
|
27
27
|
"intl": "1.2.5",
|
|
28
28
|
"jest-localstorage-mock": "2.4.19",
|
|
29
|
-
"jest-mock": "^27.
|
|
29
|
+
"jest-mock": "^27.5.1",
|
|
30
30
|
"jest-silent-reporter": "0.5.0",
|
|
31
31
|
"jest-transform-graphql": "2.1.0",
|
|
32
32
|
"jest-watch-typeahead": "1.0.0",
|