@ui5/server 4.0.8 → 4.0.10

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
@@ -2,7 +2,13 @@
2
2
  All notable changes to this project will be documented in this file.
3
3
  This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
4
4
 
5
- A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v4.0.8...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v4.0.10...HEAD).
6
+
7
+ <a name="v4.0.10"></a>
8
+ ## [v4.0.10] - 2025-12-02
9
+
10
+ <a name="v4.0.9"></a>
11
+ ## [v4.0.9] - 2025-11-27
6
12
 
7
13
  <a name="v4.0.8"></a>
8
14
  ## [v4.0.8] - 2025-10-23
@@ -408,6 +414,8 @@ Only Node.js v10 or higher is supported.
408
414
 
409
415
  <a name="v0.0.1"></a>
410
416
  ## v0.0.1 - 2018-06-06
417
+ [v4.0.10]: https://github.com/SAP/ui5-server/compare/v4.0.9...v4.0.10
418
+ [v4.0.9]: https://github.com/SAP/ui5-server/compare/v4.0.8...v4.0.9
411
419
  [v4.0.8]: https://github.com/SAP/ui5-server/compare/v4.0.7...v4.0.8
412
420
  [v4.0.7]: https://github.com/SAP/ui5-server/compare/v4.0.6...v4.0.7
413
421
  [v4.0.6]: https://github.com/SAP/ui5-server/compare/v4.0.5...v4.0.6
package/CONTRIBUTING.md CHANGED
@@ -1,3 +1,3 @@
1
1
  # Contributing to the UI5 CLI
2
2
 
3
- See CONTRIBUTING.md in the [UI5/cli](https://github.com/UI5/cli/blob/main/CONTRIBUTING.md) repository.
3
+ See CONTRIBUTING.md in the [UI5/cli](https://github.com/UI5/cli/blob/v4/CONTRIBUTING.md) repository.
package/README.md CHANGED
@@ -24,10 +24,10 @@ UI5 Server documentation can be found here: [ui5.github.io/cli](https://ui5.gith
24
24
  The UI5 Server API Reference can be found here: [`@ui5/server`](https://ui5.github.io/cli/v4/api/module-@ui5_server.html)
25
25
 
26
26
  ## Contributing
27
- Please check our [Contribution Guidelines](https://github.com/UI5/cli/blob/main/CONTRIBUTING.md).
27
+ Please check our [Contribution Guidelines](https://github.com/UI5/cli/blob/v4/CONTRIBUTING.md).
28
28
 
29
29
  ## Support
30
- Please follow our [Contribution Guidelines](https://github.com/UI5/cli/blob/main/CONTRIBUTING.md#report-an-issue) on how to report an issue.
30
+ Please follow our [Contribution Guidelines](https://github.com/UI5/cli/blob/v4/CONTRIBUTING.md#report-an-issue) on how to report an issue.
31
31
 
32
32
  Please report issues in the main [UI5 CLI](https://github.com/UI5/cli) repository.
33
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/server",
3
- "version": "4.0.8",
3
+ "version": "4.0.10",
4
4
  "description": "UI5 CLI - Server",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -117,16 +117,16 @@
117
117
  "url": "git@github.com:SAP/ui5-server.git"
118
118
  },
119
119
  "dependencies": {
120
- "@ui5/builder": "^4.1.0",
120
+ "@ui5/builder": "^4.1.3",
121
121
  "@ui5/fs": "^4.0.3",
122
122
  "@ui5/logger": "^4.0.2",
123
- "body-parser": "^1.20.2",
123
+ "body-parser": "^1.20.4",
124
124
  "compression": "^1.8.1",
125
125
  "cors": "^2.8.5",
126
126
  "devcert-sanscache": "^0.5.1",
127
127
  "escape-html": "^1.0.3",
128
128
  "etag": "^1.8.1",
129
- "express": "^4.21.2",
129
+ "express": "^4.22.1",
130
130
  "fresh": "^0.5.2",
131
131
  "graceful-fs": "^4.2.11",
132
132
  "mime-types": "^2.1.35",
@@ -140,22 +140,22 @@
140
140
  "devDependencies": {
141
141
  "@eslint/js": "^9.8.0",
142
142
  "@istanbuljs/esm-loader-hook": "^0.3.0",
143
- "@ui5/project": "^4.0.7",
143
+ "@ui5/project": "^4.0.9",
144
144
  "ava": "^6.4.1",
145
145
  "chokidar-cli": "^3.0.0",
146
146
  "cross-env": "^7.0.3",
147
147
  "depcheck": "^1.4.7",
148
148
  "docdash": "^2.0.2",
149
- "eslint": "^9.38.0",
149
+ "eslint": "^9.39.1",
150
150
  "eslint-config-google": "^0.14.0",
151
151
  "eslint-plugin-ava": "^15.1.0",
152
152
  "eslint-plugin-jsdoc": "^60.8.3",
153
153
  "esmock": "^2.7.3",
154
- "globals": "^16.4.0",
154
+ "globals": "^16.5.0",
155
155
  "jsdoc": "^4.0.5",
156
156
  "nyc": "^17.1.0",
157
157
  "open-cli": "^8.0.0",
158
- "rimraf": "^6.0.1",
158
+ "rimraf": "^6.1.2",
159
159
  "sinon": "^21.0.0",
160
160
  "supertest": "^7.1.4",
161
161
  "tap-xunit": "^2.4.1"