@eui/tools 6.16.20 → 6.16.22
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/.version.properties +1 -1
- package/CHANGELOG.md +18 -0
- package/package.json +3 -3
- package/scripts/csdr/init/resources/18.x/resolutions.json +9 -0
- package/scripts/csdr/init/resources/18.x/yarn.lock +2341 -475
- package/scripts/csdr/init/resources/18.x/yarn.lock.old +4729 -3614
- package/scripts/csdr/release/app/release-app-group.js +1 -1
package/.version.properties
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
6.16.
|
|
1
|
+
6.16.22
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## 6.16.22 (2024-05-24)
|
|
2
|
+
|
|
3
|
+
##### Chores
|
|
4
|
+
|
|
5
|
+
* **other:**
|
|
6
|
+
* adapted resolutions and yarn.lock for v18 - EUI-9014 [EUI-9014](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-9014) ([e278b846](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/e278b8469fbc202e466ef13947e9318b87d9d11f))
|
|
7
|
+
|
|
8
|
+
* * *
|
|
9
|
+
* * *
|
|
10
|
+
## 6.16.21 (2024-05-23)
|
|
11
|
+
|
|
12
|
+
##### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **other:**
|
|
15
|
+
* wrong version envTarget fetch for rc releases app group - EUI-9014 [EUI-9014](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-9014) ([2276ad58](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/2276ad583cbe5c9ad43bc0f0b87744111229a3b8))
|
|
16
|
+
|
|
17
|
+
* * *
|
|
18
|
+
* * *
|
|
1
19
|
## 6.16.20 (2024-05-17)
|
|
2
20
|
|
|
3
21
|
##### Chores
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eui/tools",
|
|
3
|
-
"version": "6.16.
|
|
3
|
+
"version": "6.16.22",
|
|
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": "7.
|
|
19
|
+
"semver": "7.6.2",
|
|
20
20
|
"cross-spawn": "6.0.5",
|
|
21
21
|
"eol": "0.9.1",
|
|
22
22
|
"rimraf": "3.0.2",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"morgan": "1.10.0",
|
|
50
50
|
"open": "8.4.2",
|
|
51
51
|
"body-parser": "1.20.2",
|
|
52
|
-
"express": "4.
|
|
52
|
+
"express": "4.19.2",
|
|
53
53
|
"webpack-bundle-analyzer": "4.8.0"
|
|
54
54
|
}
|
|
55
55
|
}
|