@commercetools-frontend/jest-preset-mc-app 22.36.0-preview.0 → 22.37.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,11 +1,24 @@
1
1
  # @commercetools-frontend/jest-preset-mc-app
2
2
 
3
- ## 22.36.0-preview.0
3
+ ## 22.37.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#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`.
8
+
9
+ This is mostly an internal change to load the config using async/await and to use the `cosmiconfig-typescript-loader`.
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies []:
14
+ - @commercetools-frontend/babel-preset-mc-app@22.37.0
15
+
16
+ ## 22.36.0
4
17
 
5
18
  ### Patch Changes
6
19
 
7
20
  - Updated dependencies []:
8
- - @commercetools-frontend/babel-preset-mc-app@22.36.0-preview.0
21
+ - @commercetools-frontend/babel-preset-mc-app@22.36.0
9
22
 
10
23
  ## 22.35.1
11
24
 
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-preview.0",
3
+ "version": "22.37.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-preview.0",
26
+ "@commercetools-frontend/babel-preset-mc-app": "22.37.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",