@ui5/server 4.0.13 → 4.0.15

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 +9 -1
  2. package/package.json +6 -11
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.13...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v4.0.15...HEAD).
6
+
7
+ <a name="v4.0.15"></a>
8
+ ## [v4.0.15] - 2026-03-25
9
+
10
+ <a name="v4.0.14"></a>
11
+ ## [v4.0.14] - 2026-03-17
6
12
 
7
13
  <a name="v4.0.13"></a>
8
14
  ## [v4.0.13] - 2026-02-24
@@ -429,6 +435,8 @@ Only Node.js v10 or higher is supported.
429
435
 
430
436
  <a name="v0.0.1"></a>
431
437
  ## v0.0.1 - 2018-06-06
438
+ [v4.0.15]: https://github.com/SAP/ui5-server/compare/v4.0.14...v4.0.15
439
+ [v4.0.14]: https://github.com/SAP/ui5-server/compare/v4.0.13...v4.0.14
432
440
  [v4.0.13]: https://github.com/SAP/ui5-server/compare/v4.0.12...v4.0.13
433
441
  [v4.0.12]: https://github.com/SAP/ui5-server/compare/v4.0.11...v4.0.12
434
442
  [v4.0.11]: https://github.com/SAP/ui5-server/compare/v4.0.10...v4.0.11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/server",
3
- "version": "4.0.13",
3
+ "version": "4.0.15",
4
4
  "description": "UI5 CLI - Server",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -118,7 +118,7 @@
118
118
  "url": "git@github.com:SAP/ui5-server.git"
119
119
  },
120
120
  "dependencies": {
121
- "@ui5/builder": "^4.1.4",
121
+ "@ui5/builder": "^4.1.5",
122
122
  "@ui5/fs": "^4.0.5",
123
123
  "@ui5/logger": "^4.0.2",
124
124
  "body-parser": "^2.2.2",
@@ -141,29 +141,24 @@
141
141
  "devDependencies": {
142
142
  "@eslint/js": "^9.8.0",
143
143
  "@istanbuljs/esm-loader-hook": "^0.3.0",
144
- "@ui5/project": "^4.0.11",
144
+ "@ui5/project": "^4.0.15",
145
145
  "ava": "^6.4.1",
146
146
  "chokidar-cli": "^3.0.0",
147
147
  "cross-env": "^10.1.0",
148
148
  "docdash": "^2.0.2",
149
- "eslint": "^9.39.3",
149
+ "eslint": "^9.39.4",
150
150
  "eslint-config-google": "^0.14.0",
151
151
  "eslint-plugin-ava": "^15.1.0",
152
152
  "eslint-plugin-jsdoc": "61.5.0",
153
153
  "esmock": "^2.7.3",
154
154
  "globals": "^16.5.0",
155
155
  "jsdoc": "^4.0.5",
156
- "knip": "^5.85.0",
156
+ "knip": "^5.88.1",
157
157
  "nyc": "^17.1.0",
158
158
  "open-cli": "^8.0.0",
159
159
  "rimraf": "^6.1.3",
160
- "sinon": "^21.0.1",
160
+ "sinon": "^21.0.3",
161
161
  "supertest": "^7.2.2",
162
162
  "tap-xunit": "^2.4.1"
163
- },
164
- "overrides": {
165
- "glob": {
166
- "minimatch": "^10.2.2"
167
- }
168
163
  }
169
164
  }