@commercetools-frontend/jest-preset-mc-app 21.0.0 → 21.3.2

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 CHANGED
@@ -1,5 +1,27 @@
1
1
  # @commercetools-frontend/jest-preset-mc-app
2
2
 
3
+ ## 21.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`cc7c19d0`](https://github.com/commercetools/merchant-center-application-kit/commit/cc7c19d06e25002e0d35c072b6f9388dd61f87cb)]:
8
+ - @commercetools-frontend/babel-preset-mc-app@21.3.2
9
+
10
+ ## 21.3.0
11
+
12
+ ### Patch Changes
13
+
14
+ - [#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
15
+
16
+ - Updated dependencies [[`6f3a2083`](https://github.com/commercetools/merchant-center-application-kit/commit/6f3a2083efac387e9a2994fbaaeb18914e739aa8)]:
17
+ - @commercetools-frontend/babel-preset-mc-app@21.3.0
18
+
19
+ ## 21.2.1
20
+
21
+ ### Patch Changes
22
+
23
+ - [#2471](https://github.com/commercetools/merchant-center-application-kit/pull/2471) [`dc02733d`](https://github.com/commercetools/merchant-center-application-kit/commit/dc02733dfe14ce864e6efd36c6746892170ade3d) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies
24
+
3
25
  ## 21.0.0
4
26
 
5
27
  ### 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.0.0",
3
+ "version": "21.3.2",
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,26 +17,26 @@
17
17
  "main": "./jest-preset.js",
18
18
  "module": "./jest-preset.js",
19
19
  "dependencies": {
20
- "@commercetools-frontend/babel-preset-mc-app": "21.0.0",
20
+ "@commercetools-frontend/babel-preset-mc-app": "21.3.2",
21
21
  "@sheerun/mutationobserver-shim": "0.3.3",
22
- "@testing-library/jest-dom": "5.16.1",
23
- "babel-jest": "27.4.6",
22
+ "@testing-library/jest-dom": "5.16.3",
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
- "jest-localstorage-mock": "2.4.18",
29
- "jest-mock": "^27.4.6",
28
+ "jest-localstorage-mock": "2.4.19",
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",
33
- "make-plural": "7.0.0",
33
+ "make-plural": "7.1.0",
34
34
  "raf": "3.4.1",
35
35
  "setimmediate": "1.0.5",
36
36
  "unfetch": "4.2.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@testing-library/react": "12.1.2",
40
- "jest": "27.4.7"
39
+ "@testing-library/react": "12.1.4",
40
+ "jest": "27.5.1"
41
41
  }
42
42
  }