@ui5/server 4.0.7 → 4.0.9

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.7...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v4.0.9...HEAD).
6
+
7
+ <a name="v4.0.9"></a>
8
+ ## [v4.0.9] - 2025-11-27
9
+
10
+ <a name="v4.0.8"></a>
11
+ ## [v4.0.8] - 2025-10-23
6
12
 
7
13
  <a name="v4.0.7"></a>
8
14
  ## [v4.0.7] - 2025-09-11
@@ -405,6 +411,8 @@ Only Node.js v10 or higher is supported.
405
411
 
406
412
  <a name="v0.0.1"></a>
407
413
  ## v0.0.1 - 2018-06-06
414
+ [v4.0.9]: https://github.com/SAP/ui5-server/compare/v4.0.8...v4.0.9
415
+ [v4.0.8]: https://github.com/SAP/ui5-server/compare/v4.0.7...v4.0.8
408
416
  [v4.0.7]: https://github.com/SAP/ui5-server/compare/v4.0.6...v4.0.7
409
417
  [v4.0.6]: https://github.com/SAP/ui5-server/compare/v4.0.5...v4.0.6
410
418
  [v4.0.5]: https://github.com/SAP/ui5-server/compare/v4.0.4...v4.0.5
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
@@ -1,11 +1,20 @@
1
1
  ![UI5 icon](https://raw.githubusercontent.com/UI5/cli/main/docs/images/UI5_logo_wide.png)
2
2
 
3
3
  # ui5-server
4
+
5
+ > ⚠️ **REPOSITORY MOVED**
6
+ >
7
+ > The `@ui5/server` package is now maintained in the [UI5 CLI monorepo](https://github.com/UI5/cli). This repository contains the code up to and including CLI version 4, with further development continuing in the monorepo.
8
+ >
9
+ > - **New location**: https://github.com/UI5/cli/tree/main/packages/server
10
+ > - **Issues & PRs**: Please submit to the [monorepo](https://github.com/UI5/cli/issues)
11
+ > - **Latest releases**: Available from the monorepo
12
+
4
13
  > Modules for running a UI5 development server
5
14
  > Part of the [UI5 CLI](https://github.com/UI5/cli)
6
15
 
7
16
  [![REUSE status](https://api.reuse.software/badge/github.com/SAP/ui5-server)](https://api.reuse.software/info/github.com/SAP/ui5-server)
8
- [![Build Status](https://dev.azure.com/sap/opensource/_apis/build/status/SAP.ui5-server?branchName=main)](https://dev.azure.com/sap/opensource/_build/latest?definitionId=34&branchName=main)
17
+ [![Build Status](https://dev.azure.com/sap/opensource/_apis/build/status/SAP.ui5-server?branchName=v4)](https://dev.azure.com/sap/opensource/_build/latest?definitionId=34&branchName=v4)
9
18
  [![npm Package Version](https://badge.fury.io/js/%40ui5%2Fserver.svg)](https://www.npmjs.com/package/@ui5/server)
10
19
  [![Coverage Status](https://coveralls.io/repos/github/SAP/ui5-server/badge.svg)](https://coveralls.io/github/SAP/ui5-server)
11
20
 
@@ -15,10 +24,10 @@ UI5 Server documentation can be found here: [ui5.github.io/cli](https://ui5.gith
15
24
  The UI5 Server API Reference can be found here: [`@ui5/server`](https://ui5.github.io/cli/v4/api/module-@ui5_server.html)
16
25
 
17
26
  ## Contributing
18
- 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).
19
28
 
20
29
  ## Support
21
- 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.
22
31
 
23
32
  Please report issues in the main [UI5 CLI](https://github.com/UI5/cli) repository.
24
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/server",
3
- "version": "4.0.7",
3
+ "version": "4.0.9",
4
4
  "description": "UI5 CLI - Server",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -117,8 +117,8 @@
117
117
  "url": "git@github.com:SAP/ui5-server.git"
118
118
  },
119
119
  "dependencies": {
120
- "@ui5/builder": "^4.0.11",
121
- "@ui5/fs": "^4.0.2",
120
+ "@ui5/builder": "^4.1.3",
121
+ "@ui5/fs": "^4.0.3",
122
122
  "@ui5/logger": "^4.0.2",
123
123
  "body-parser": "^1.20.2",
124
124
  "compression": "^1.8.1",
@@ -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.5",
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.35.0",
149
+ "eslint": "^9.39.1",
150
150
  "eslint-config-google": "^0.14.0",
151
151
  "eslint-plugin-ava": "^15.1.0",
152
- "eslint-plugin-jsdoc": "^52.0.4",
153
- "esmock": "^2.7.2",
154
- "globals": "^16.4.0",
155
- "jsdoc": "^4.0.4",
152
+ "eslint-plugin-jsdoc": "^60.8.3",
153
+ "esmock": "^2.7.3",
154
+ "globals": "^16.5.0",
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"