@commercetools-frontend/jest-preset-mc-app 22.36.0 → 22.38.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 CHANGED
@@ -1,5 +1,25 @@
1
1
  # @commercetools-frontend/jest-preset-mc-app
2
2
 
3
+ ## 22.38.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`5c33a40`](https://github.com/commercetools/merchant-center-application-kit/commit/5c33a40910d1f46d3d28080f666150fe1d002757)]:
8
+ - @commercetools-frontend/babel-preset-mc-app@22.38.0
9
+
10
+ ## 22.37.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [#3669](https://github.com/commercetools/merchant-center-application-kit/pull/3669) [`5583f0c`](https://github.com/commercetools/merchant-center-application-kit/commit/5583f0cbd9b09e7382a81c57df33dac80420cceb) Thanks [@emmenko](https://github.com/emmenko)! - Upgrade `consmiconfig` to `v9`.
15
+
16
+ This is mostly an internal change to load the config using async/await and to use the `cosmiconfig-typescript-loader`.
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies []:
21
+ - @commercetools-frontend/babel-preset-mc-app@22.37.0
22
+
3
23
  ## 22.36.0
4
24
 
5
25
  ### Patch Changes
package/load-config.js CHANGED
@@ -1,7 +1,9 @@
1
1
  const { cosmiconfigSync } = require('cosmiconfig');
2
2
 
3
3
  const moduleName = 'jest-preset-mc-app';
4
- const explorer = cosmiconfigSync(moduleName);
4
+ const explorer = cosmiconfigSync(moduleName, {
5
+ searchStrategy: 'project',
6
+ });
5
7
 
6
8
  function createListMergerWithDefaults(key) {
7
9
  return (config) => ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/jest-preset-mc-app",
3
- "version": "22.36.0",
3
+ "version": "22.38.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": {
@@ -23,7 +23,7 @@
23
23
  "module": "./jest-preset.js",
24
24
  "dependencies": {
25
25
  "@babel/core": "^7.22.17",
26
- "@commercetools-frontend/babel-preset-mc-app": "22.36.0",
26
+ "@commercetools-frontend/babel-preset-mc-app": "22.38.0",
27
27
  "@formatjs/intl-getcanonicallocales": "^2.2.1",
28
28
  "@formatjs/intl-listformat": "^7.4.1",
29
29
  "@formatjs/intl-locale": "^3.3.3",
@@ -34,7 +34,7 @@
34
34
  "babel-jest": "29.7.0",
35
35
  "babel-preset-jest": "29.6.3",
36
36
  "colors": "1.4.0",
37
- "cosmiconfig": "7.1.0",
37
+ "cosmiconfig": "9.0.0",
38
38
  "graphql": "16.8.2",
39
39
  "graphql-tag": "^2.12.6",
40
40
  "identity-obj-proxy": "3.0.0",