@commercetools-frontend/create-mc-app 22.42.0 → 23.0.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/create-mc-app
|
|
2
2
|
|
|
3
|
+
## 23.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [#3530](https://github.com/commercetools/merchant-center-application-kit/pull/3530) [`18ace8a`](https://github.com/commercetools/merchant-center-application-kit/commit/18ace8a93b90efe4c47ac18c6cc9b424372f6d65) Thanks [@emmenko](https://github.com/emmenko)! - Drop support for Node.js `v16`, which reached EOL. The minimal required version is `v18` but we recommend to use `v20` or `v22` if possible, as `v18` will also reach EOL mid of 2025.
|
|
8
|
+
|
|
9
|
+
- [#3530](https://github.com/commercetools/merchant-center-application-kit/pull/3530) [`18ace8a`](https://github.com/commercetools/merchant-center-application-kit/commit/18ace8a93b90efe4c47ac18c6cc9b424372f6d65) Thanks [@emmenko](https://github.com/emmenko)! - Migrate to Vite `v6`. If you have Vite enabled via `ENABLE_EXPERIMENTAL_VITE_BUNDLER` and you are using `vite` as a dependency, make sure you upgrade to `v6` (see [Migration from v4](https://v5.vite.dev/guide/migration.html) and [Migration from v5](https://vite.dev/guide/migration.html)).
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [[`18ace8a`](https://github.com/commercetools/merchant-center-application-kit/commit/18ace8a93b90efe4c47ac18c6cc9b424372f6d65), [`18ace8a`](https://github.com/commercetools/merchant-center-application-kit/commit/18ace8a93b90efe4c47ac18c6cc9b424372f6d65)]:
|
|
14
|
+
- @commercetools-frontend/application-config@23.0.0
|
|
15
|
+
|
|
16
|
+
## 22.42.1
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- Updated dependencies []:
|
|
21
|
+
- @commercetools-frontend/application-config@22.42.1
|
|
22
|
+
|
|
3
23
|
## 22.42.0
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
|
@@ -70,7 +70,7 @@ var prettier__default = /*#__PURE__*/_interopDefault(prettier);
|
|
|
70
70
|
|
|
71
71
|
var pkgJson = {
|
|
72
72
|
name: "@commercetools-frontend/create-mc-app",
|
|
73
|
-
version: "
|
|
73
|
+
version: "23.0.0",
|
|
74
74
|
description: "Create Merchant Center applications to quickly get up and running",
|
|
75
75
|
bugs: "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
76
76
|
repository: {
|
|
@@ -96,7 +96,7 @@ var pkgJson = {
|
|
|
96
96
|
"@babel/core": "^7.22.17",
|
|
97
97
|
"@babel/runtime": "^7.22.15",
|
|
98
98
|
"@babel/runtime-corejs3": "^7.22.15",
|
|
99
|
-
"@commercetools-frontend/application-config": "^
|
|
99
|
+
"@commercetools-frontend/application-config": "^23.0.0",
|
|
100
100
|
"@types/babel__core": "^7.20.1",
|
|
101
101
|
"@types/semver": "^7.5.1",
|
|
102
102
|
cac: "6.7.14",
|
|
@@ -106,11 +106,11 @@ var pkgJson = {
|
|
|
106
106
|
semver: "7.6.2"
|
|
107
107
|
},
|
|
108
108
|
devDependencies: {
|
|
109
|
-
"@tsconfig/
|
|
109
|
+
"@tsconfig/node22": "^22.0.0",
|
|
110
110
|
"@types/prettier": "2.7.3"
|
|
111
111
|
},
|
|
112
112
|
engines: {
|
|
113
|
-
node: "
|
|
113
|
+
node: "18.x || 20.x || >=22.0.0"
|
|
114
114
|
}
|
|
115
115
|
};
|
|
116
116
|
|
|
@@ -70,7 +70,7 @@ var prettier__default = /*#__PURE__*/_interopDefault(prettier);
|
|
|
70
70
|
|
|
71
71
|
var pkgJson = {
|
|
72
72
|
name: "@commercetools-frontend/create-mc-app",
|
|
73
|
-
version: "
|
|
73
|
+
version: "23.0.0",
|
|
74
74
|
description: "Create Merchant Center applications to quickly get up and running",
|
|
75
75
|
bugs: "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
76
76
|
repository: {
|
|
@@ -96,7 +96,7 @@ var pkgJson = {
|
|
|
96
96
|
"@babel/core": "^7.22.17",
|
|
97
97
|
"@babel/runtime": "^7.22.15",
|
|
98
98
|
"@babel/runtime-corejs3": "^7.22.15",
|
|
99
|
-
"@commercetools-frontend/application-config": "^
|
|
99
|
+
"@commercetools-frontend/application-config": "^23.0.0",
|
|
100
100
|
"@types/babel__core": "^7.20.1",
|
|
101
101
|
"@types/semver": "^7.5.1",
|
|
102
102
|
cac: "6.7.14",
|
|
@@ -106,11 +106,11 @@ var pkgJson = {
|
|
|
106
106
|
semver: "7.6.2"
|
|
107
107
|
},
|
|
108
108
|
devDependencies: {
|
|
109
|
-
"@tsconfig/
|
|
109
|
+
"@tsconfig/node22": "^22.0.0",
|
|
110
110
|
"@types/prettier": "2.7.3"
|
|
111
111
|
},
|
|
112
112
|
engines: {
|
|
113
|
-
node: "
|
|
113
|
+
node: "18.x || 20.x || >=22.0.0"
|
|
114
114
|
}
|
|
115
115
|
};
|
|
116
116
|
|
|
@@ -35,7 +35,7 @@ import prettier from 'prettier';
|
|
|
35
35
|
|
|
36
36
|
var pkgJson = {
|
|
37
37
|
name: "@commercetools-frontend/create-mc-app",
|
|
38
|
-
version: "
|
|
38
|
+
version: "23.0.0",
|
|
39
39
|
description: "Create Merchant Center applications to quickly get up and running",
|
|
40
40
|
bugs: "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
41
41
|
repository: {
|
|
@@ -61,7 +61,7 @@ var pkgJson = {
|
|
|
61
61
|
"@babel/core": "^7.22.17",
|
|
62
62
|
"@babel/runtime": "^7.22.15",
|
|
63
63
|
"@babel/runtime-corejs3": "^7.22.15",
|
|
64
|
-
"@commercetools-frontend/application-config": "^
|
|
64
|
+
"@commercetools-frontend/application-config": "^23.0.0",
|
|
65
65
|
"@types/babel__core": "^7.20.1",
|
|
66
66
|
"@types/semver": "^7.5.1",
|
|
67
67
|
cac: "6.7.14",
|
|
@@ -71,11 +71,11 @@ var pkgJson = {
|
|
|
71
71
|
semver: "7.6.2"
|
|
72
72
|
},
|
|
73
73
|
devDependencies: {
|
|
74
|
-
"@tsconfig/
|
|
74
|
+
"@tsconfig/node22": "^22.0.0",
|
|
75
75
|
"@types/prettier": "2.7.3"
|
|
76
76
|
},
|
|
77
77
|
engines: {
|
|
78
|
-
node: "
|
|
78
|
+
node: "18.x || 20.x || >=22.0.0"
|
|
79
79
|
}
|
|
80
80
|
};
|
|
81
81
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/create-mc-app",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "23.0.0",
|
|
4
4
|
"description": "Create Merchant Center applications to quickly get up and running",
|
|
5
5
|
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
6
6
|
"repository": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@babel/core": "^7.22.17",
|
|
27
27
|
"@babel/runtime": "^7.22.15",
|
|
28
28
|
"@babel/runtime-corejs3": "^7.22.15",
|
|
29
|
-
"@commercetools-frontend/application-config": "^
|
|
29
|
+
"@commercetools-frontend/application-config": "^23.0.0",
|
|
30
30
|
"@types/babel__core": "^7.20.1",
|
|
31
31
|
"@types/semver": "^7.5.1",
|
|
32
32
|
"cac": "6.7.14",
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
"semver": "7.6.2"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@tsconfig/
|
|
39
|
+
"@tsconfig/node22": "^22.0.0",
|
|
40
40
|
"@types/prettier": "2.7.3"
|
|
41
41
|
},
|
|
42
42
|
"engines": {
|
|
43
|
-
"node": "
|
|
43
|
+
"node": "18.x || 20.x || >=22.0.0"
|
|
44
44
|
}
|
|
45
45
|
}
|
package/tsconfig.json
CHANGED