@eui/tools 4.21.12 → 4.21.15

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.15
package/CHANGELOG.md CHANGED
@@ -1,3 +1,30 @@
1
+ ## 4.21.15 (2022-04-20)
2
+
3
+ ##### Bug Fixes
4
+
5
+ * **deps:**
6
+ * updated moment and related for security patch - EUI-4106 [EUI-4106](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-4106) ([cb4dd295](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/cb4dd295fa2dac0d77bcf428f98a7cf15c268f91))
7
+
8
+ * * *
9
+ * * *
10
+ ## 4.21.14 (2022-04-08)
11
+
12
+ ##### Chores
13
+
14
+ * **other:**
15
+ * adapted nodejs 10.x resolution force update-notifier 4.1.3 to avoid lru-cache - semver upgrade - EUI-4106 [EUI-4106](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-4106) ([b39c05b4](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/b39c05b47e1f71429f749ccdef2d03ec36de1de2))
16
+
17
+ * * *
18
+ * * *
19
+ ## 4.21.13 (2022-04-08)
20
+
21
+ ##### Bug Fixes
22
+
23
+ * **other:**
24
+ * 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))
25
+
26
+ * * *
27
+ * * *
1
28
  ## 4.21.12 (2022-04-08)
2
29
 
3
30
  ##### 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.15",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -16,19 +16,17 @@
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",
23
23
  "ncp": "2.0.0",
24
- "moment": "2.29.1",
25
- "moment-timezone": "0.5.33",
24
+ "moment": "2.29.3",
25
+ "moment-timezone": "0.5.34",
26
26
  "npm-run-all": "4.1.5",
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
  }
@@ -3,5 +3,6 @@
3
3
  "https-proxy-agent": ">=2.2.3",
4
4
  "@types/node": "14.14.10",
5
5
  "mem": ">=4.3.0 <=8.1.1",
6
- "lru-cache": "5.1.1"
6
+ "lru-cache": "5.1.1",
7
+ "update-notifier": "4.1.3"
7
8
  }
@@ -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({