@eui/tools 6.3.11 → 6.3.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
- 6.3.11
1
+ 6.3.13
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## 6.3.13 (2023-02-02)
2
+
3
+ ##### Bug Fixes
4
+
5
+ * **other:**
6
+ * resolutions for v7 node10 - adapted package history for parent package fetch - EUI-7035 [EUI-7035](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-7035) ([7c661be6](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/7c661be667eb9e5532e1db9ca9f0e7c0fc3b3091))
7
+
8
+ * * *
9
+ * * *
10
+ ## 6.3.12 (2023-02-01)
11
+
12
+ ##### Chores
13
+
14
+ * **other:**
15
+ * adapted v15 resolutions - breaking eUI build - EUI-7035 [EUI-7035](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-7035) ([4074eefa](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/4074eefa6b97219b4a32c2933d7e4572c5edd5b7))
16
+
17
+ * * *
18
+ * * *
1
19
  ## 6.3.11 (2023-02-01)
2
20
 
3
21
  ##### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.3.11",
3
+ "version": "6.3.13",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -33,20 +33,19 @@
33
33
  "lowdb": "1.0.0",
34
34
  "event-stream": "3.3.4",
35
35
  "empty-module": "0.0.2",
36
- "autoprefixer": "9.6.1",
37
- "sass": "1.39.0",
38
- "postcss": "7.0.36",
39
- "cssnano": "4.1.11",
36
+ "autoprefixer": "10.4.13",
37
+ "sass": "1.58.0",
38
+ "postcss": "8.4.21",
39
+ "cssnano": "5.1.14",
40
40
  "extend": "3.0.2",
41
41
  "mocha": "10.2.0",
42
42
  "chai": "4.3.7",
43
43
  "nyc": "15.1.0",
44
44
  "node-fetch": "3.3.0",
45
45
  "sendmail": "1.6.1",
46
- "svg-sprite": "2.0.0",
46
+ "svg-sprite": "2.0.2",
47
47
  "imagemin": "7.0.1",
48
48
  "imagemin-svgo": "9.0.0",
49
- "lunr": "2.3.9",
50
49
  "concat": "1.0.3"
51
50
  }
52
51
  }
@@ -289,6 +289,8 @@ module.exports.getLocalProjectsEuiVersion = () => {
289
289
  version = getEuiVersionCore(p);
290
290
  }
291
291
 
292
+ tools.logInfo(`---- version found : ${version}`);
293
+
292
294
  versionsFound.push(version);
293
295
  })
294
296
 
@@ -1,10 +1,2 @@
1
1
  {
2
- "nth-check": ">=2.0.1",
3
- "json5": ">=2.2.2",
4
- "@xmldom/xmldom": ">=0.7.7",
5
- "loader-utils": ">=2.0.4",
6
- "got": ">=11.8.5",
7
- "ua-parser-js": ">=0.7.33",
8
- "engine.io": ">=6.2.1",
9
- "jsoneditor": ">=9.5.6"
10
2
  }