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

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/CHANGELOG.md CHANGED
@@ -4,6 +4,43 @@ 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.3](https://github.com/UI5/cli/compare/server-v5.0.0-alpha.2...server-v5.0.0-alpha.3) (2026-02-13)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * Fix gray code blocks in Markdown ([1cdd610](https://github.com/UI5/cli/commit/1cdd61060bd592b5c5f573635444d5ba37a8dc98))
13
+
14
+
15
+ ### Dependencies
16
+
17
+ * Bump body-parser from 1.20.4 to 2.2.2 ([#1272](https://github.com/UI5/cli/issues/1272)) ([8619d21](https://github.com/UI5/cli/commit/8619d21f02f8a74975c572d6b9d967fa5495b2e1))
18
+ * The following workspace dependencies were updated
19
+ * dependencies
20
+ * @ui5/builder bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3
21
+ * @ui5/fs bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3
22
+ * @ui5/logger bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3
23
+ * devDependencies
24
+ * @ui5/project bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3
25
+
26
+ ## [5.0.0-alpha.2](https://github.com/UI5/cli/compare/server-v5.0.0-alpha.1...server-v5.0.0-alpha.2) (2025-12-15)
27
+
28
+
29
+ ### chore
30
+
31
+ * **server:** Synchronize ui5-cli-packages versions
32
+
33
+
34
+ ### Dependencies
35
+
36
+ * The following workspace dependencies were updated
37
+ * dependencies
38
+ * @ui5/builder bumped from ^5.0.0-alpha.1 to ^5.0.0-alpha.2
39
+ * @ui5/fs bumped from ^5.0.0-alpha.1 to ^5.0.0-alpha.2
40
+ * @ui5/logger bumped from ^5.0.0-alpha.1 to ^5.0.0-alpha.2
41
+ * devDependencies
42
+ * @ui5/project bumped from ^5.0.0-alpha.1 to ^5.0.0-alpha.2
43
+
7
44
  <a name="5.0.0-alpha.1"></a>
8
45
  ## [5.0.0-alpha.1](https://github.com/UI5/cli/compare/server-v5.0.0-alpha.0...server-v5.0.0-alpha.1) (2025-12-10)
9
46
 
@@ -63,12 +63,13 @@ class MiddlewareUtil {
63
63
  /**
64
64
  * MIME Info
65
65
  *
66
- * @example
66
+ * ```js
67
67
  * const mimeInfo = {
68
68
  * "type": "text/html",
69
69
  * "charset": "utf-8",
70
70
  * "contentType": "text/html; charset=utf-8"
71
71
  * };
72
+ * ```
72
73
  *
73
74
  * @public
74
75
  * @typedef {object} MimeInfo
@@ -182,7 +183,7 @@ class MiddlewareUtil {
182
183
  * @property {Function} createLinkReader
183
184
  * Create a [Link-Reader]{@link @ui5/fs/readers/Filter} with the given reader.
184
185
  * @property {Function} createFlatReader Create a [Link-Reader]{@link @ui5/fs/readers/Link}
185
- * where all requests are prefixed with <code>/resources/<namespace></code>.
186
+ * where all requests are prefixed with <code>/resources/&lt;namespace&gt;</code>.
186
187
  */
187
188
 
188
189
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/server",
3
- "version": "5.0.0-alpha.1",
3
+ "version": "5.0.0-alpha.3",
4
4
  "description": "UI5 CLI - Server",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -29,39 +29,19 @@
29
29
  "npm": ">= 8"
30
30
  },
31
31
  "scripts": {
32
- "test": "npm run lint && npm run coverage && npm run depcheck",
32
+ "test": "npm run lint && npm run coverage",
33
33
  "lint": "eslint ./",
34
34
  "unit": "rimraf test/tmp && ava",
35
35
  "unit-verbose": "rimraf test/tmp && cross-env UI5_LOG_LVL=verbose ava --verbose --serial",
36
36
  "unit-watch": "npm run unit -- --watch",
37
37
  "unit-inspect": "cross-env UI5_LOG_LVL=verbose ava debug --break",
38
- "coverage": "rimraf test/tmp && nyc ava --node-arguments=\"--experimental-loader=@istanbuljs/esm-loader-hook\"",
39
- "preversion": "npm test",
40
- "version": "git-chglog --sort semver --next-tag v$npm_package_version -o CHANGELOG.md v4.0.0.. && git add CHANGELOG.md",
41
- "prepublishOnly": "git push --follow-tags",
42
- "release-note": "git-chglog --sort semver -c .chglog/release-config.yml v$npm_package_version",
43
- "depcheck": "depcheck --ignores @ui5/server,compression,cors,@istanbuljs/esm-loader-hook --parsers='**/*.js:es6,**/*.cjs:es6'"
38
+ "coverage": "rimraf test/tmp && nyc ava --node-arguments=\"--experimental-loader=@istanbuljs/esm-loader-hook\""
44
39
  },
45
40
  "files": [
46
41
  "CHANGELOG.md",
47
42
  "lib/**",
48
43
  "LICENSES/**"
49
44
  ],
50
- "ava": {
51
- "files": [
52
- "test/lib/**/*.js"
53
- ],
54
- "watchMode": {
55
- "ignoreChanges": [
56
- "test/tmp/**"
57
- ]
58
- },
59
- "workerThreads": false,
60
- "nodeArguments": [
61
- "--loader=esmock",
62
- "--no-warnings"
63
- ]
64
- },
65
45
  "nyc": {
66
46
  "reporter": [
67
47
  "lcov",
@@ -106,10 +86,10 @@
106
86
  "directory": "packages/server"
107
87
  },
108
88
  "dependencies": {
109
- "@ui5/builder": "^5.0.0-alpha.1",
110
- "@ui5/fs": "^5.0.0-alpha.1",
111
- "@ui5/logger": "^5.0.0-alpha.1",
112
- "body-parser": "^1.20.2",
89
+ "@ui5/builder": "^5.0.0-alpha.3",
90
+ "@ui5/fs": "^5.0.0-alpha.3",
91
+ "@ui5/logger": "^5.0.0-alpha.3",
92
+ "body-parser": "^2.2.2",
113
93
  "compression": "^1.8.1",
114
94
  "cors": "^2.8.5",
115
95
  "devcert-sanscache": "^0.5.1",
@@ -128,10 +108,9 @@
128
108
  },
129
109
  "devDependencies": {
130
110
  "@istanbuljs/esm-loader-hook": "^0.3.0",
131
- "@ui5/project": "^5.0.0-alpha.1",
111
+ "@ui5/project": "^5.0.0-alpha.3",
132
112
  "ava": "^6.4.1",
133
113
  "cross-env": "^7.0.3",
134
- "depcheck": "^1.4.7",
135
114
  "eslint": "^9.36.0",
136
115
  "esmock": "^2.7.3",
137
116
  "nyc": "^17.1.0",