@eui/tools 4.21.12 → 4.21.13

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.
@@ -1 +1 @@
1
- 4.21.12
1
+ 4.21.13
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## 4.21.13 (2022-04-08)
2
+
3
+ ##### Bug Fixes
4
+
5
+ * **other:**
6
+ * remove jest dependency - upgraded semver to 7.3.4 for avoiding lru-cache dependency on root tools install - EUI-4106 [EUI-4106](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-4106) ([a7442c2a](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/a7442c2a6b0cf6cc5dd5577436b8ad8467613184))
7
+
8
+ * * *
9
+ * * *
1
10
  ## 4.21.12 (2022-04-08)
2
11
 
3
12
  ##### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "4.21.12",
3
+ "version": "4.21.13",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -16,7 +16,7 @@
16
16
  "chalk": "4.1.2",
17
17
  "fs-extra": "9.0.0",
18
18
  "replace-in-file": "4.1.3",
19
- "semver": "6.0.0",
19
+ "semver": "7.3.4",
20
20
  "cross-spawn": "6.0.5",
21
21
  "eol": "0.9.1",
22
22
  "rimraf": "3.0.2",
@@ -27,8 +27,6 @@
27
27
  "figures": "3.2.0",
28
28
  "xml2js": "0.4.23",
29
29
  "https-proxy-agent": "2.2.3",
30
- "jest": "26.6.3",
31
- "supertest": "4.0.2",
32
30
  "memfs": "3.2.4",
33
31
  "json-server": "0.16.3",
34
32
  "faker": "5.5.3",
@@ -40,6 +38,7 @@
40
38
  "autoprefixer": "9.6.1",
41
39
  "sass": "1.39.0",
42
40
  "postcss": "7.0.36",
43
- "cssnano": "4.1.11"
41
+ "cssnano": "4.1.11",
42
+ "extend": "3.0.2"
44
43
  }
45
44
  }
@@ -21,11 +21,11 @@ module.exports.build = (pkg, isMaster) => {
21
21
  }
22
22
 
23
23
  return Promise.resolve()
24
- .then(() => {
25
- if (!skipTest) {
26
- return testUtils.runJest(pkg);
27
- }
28
- })
24
+ // .then(() => {
25
+ // if (!skipTest) {
26
+ // return testUtils.runJest(pkg);
27
+ // }
28
+ // })
29
29
 
30
30
  .then(() => {
31
31
  return notificationUtils.package.sendPackageMessage({