@ui5/server 5.0.0-alpha.3 → 5.0.0-alpha.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -4,6 +4,24 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
4
4
 
5
5
  A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v4.0.7...HEAD).
6
6
 
7
+ ## [5.0.0-alpha.4](https://github.com/UI5/cli/compare/server-v5.0.0-alpha.3...server-v5.0.0-alpha.4) (2026-03-24)
8
+
9
+
10
+ ### chore
11
+
12
+ * **server:** Synchronize ui5-cli-packages versions
13
+
14
+
15
+ ### Dependencies
16
+
17
+ * The following workspace dependencies were updated
18
+ * dependencies
19
+ * @ui5/builder bumped from ^5.0.0-alpha.3 to ^5.0.0-alpha.4
20
+ * @ui5/fs bumped from ^5.0.0-alpha.3 to ^5.0.0-alpha.4
21
+ * @ui5/logger bumped from ^5.0.0-alpha.3 to ^5.0.0-alpha.4
22
+ * devDependencies
23
+ * @ui5/project bumped from ^5.0.0-alpha.3 to ^5.0.0-alpha.4
24
+
7
25
  ## [5.0.0-alpha.3](https://github.com/UI5/cli/compare/server-v5.0.0-alpha.2...server-v5.0.0-alpha.3) (2026-02-13)
8
26
 
9
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/server",
3
- "version": "5.0.0-alpha.3",
3
+ "version": "5.0.0-alpha.4",
4
4
  "description": "UI5 CLI - Server",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -86,9 +86,9 @@
86
86
  "directory": "packages/server"
87
87
  },
88
88
  "dependencies": {
89
- "@ui5/builder": "^5.0.0-alpha.3",
90
- "@ui5/fs": "^5.0.0-alpha.3",
91
- "@ui5/logger": "^5.0.0-alpha.3",
89
+ "@ui5/builder": "^5.0.0-alpha.4",
90
+ "@ui5/fs": "^5.0.0-alpha.4",
91
+ "@ui5/logger": "^5.0.0-alpha.4",
92
92
  "body-parser": "^2.2.2",
93
93
  "compression": "^1.8.1",
94
94
  "cors": "^2.8.5",
@@ -108,9 +108,9 @@
108
108
  },
109
109
  "devDependencies": {
110
110
  "@istanbuljs/esm-loader-hook": "^0.3.0",
111
- "@ui5/project": "^5.0.0-alpha.3",
111
+ "@ui5/project": "^5.0.0-alpha.4",
112
112
  "ava": "^6.4.1",
113
- "cross-env": "^7.0.3",
113
+ "cross-env": "^10.1.0",
114
114
  "eslint": "^9.36.0",
115
115
  "esmock": "^2.7.3",
116
116
  "nyc": "^17.1.0",