@ui5/server 4.0.11 → 4.0.12

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 -2
  2. package/package.json +13 -12
package/CHANGELOG.md CHANGED
@@ -2,10 +2,16 @@
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.11...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v4.0.12...HEAD).
6
+
7
+ <a name="v4.0.12"></a>
8
+ ## [v4.0.12] - 2026-02-16
9
+ ### Dependency Updates
10
+ - Bump body-parser from 1.20.3 to 2.2.0 ([#715](https://github.com/SAP/ui5-server/issues/715)) [`98b2ee2`](https://github.com/SAP/ui5-server/commit/98b2ee23d36c155c9d1a5541276ffb08e1cfe2f6)
11
+
6
12
 
7
13
  <a name="v4.0.11"></a>
8
- ## [v4.0.11] - 2025-12-08
14
+ ## [v4.0.11] - 2026-01-23
9
15
  ### Bug Fixes
10
16
  - Explicitly bind to IPv4 loopback [`9d3c252`](https://github.com/SAP/ui5-server/commit/9d3c2522667eea923aca571070bf65a514e9dd34)
11
17
 
@@ -420,6 +426,7 @@ Only Node.js v10 or higher is supported.
420
426
 
421
427
  <a name="v0.0.1"></a>
422
428
  ## v0.0.1 - 2018-06-06
429
+ [v4.0.12]: https://github.com/SAP/ui5-server/compare/v4.0.11...v4.0.12
423
430
  [v4.0.11]: https://github.com/SAP/ui5-server/compare/v4.0.10...v4.0.11
424
431
  [v4.0.10]: https://github.com/SAP/ui5-server/compare/v4.0.9...v4.0.10
425
432
  [v4.0.9]: https://github.com/SAP/ui5-server/compare/v4.0.8...v4.0.9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/server",
3
- "version": "4.0.11",
3
+ "version": "4.0.12",
4
4
  "description": "UI5 CLI - Server",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -29,7 +29,7 @@
29
29
  "npm": ">= 8"
30
30
  },
31
31
  "scripts": {
32
- "test": "npm run lint && npm run jsdoc-generate && npm run coverage && npm run depcheck",
32
+ "test": "npm run lint && npm run jsdoc-generate && npm run coverage",
33
33
  "test-azure": "npm run coverage-xunit",
34
34
  "lint": "eslint ./",
35
35
  "unit": "rimraf test/tmp && ava",
@@ -40,13 +40,13 @@
40
40
  "coverage": "rimraf test/tmp && nyc ava --node-arguments=\"--experimental-loader=@istanbuljs/esm-loader-hook\"",
41
41
  "coverage-xunit": "nyc --reporter=text --reporter=text-summary --reporter=cobertura npm run unit-xunit",
42
42
  "jsdoc": "npm run jsdoc-generate && open-cli jsdocs/index.html",
43
- "jsdoc-generate": "jsdoc -c ./jsdoc.json -t $(node -p 'path.dirname(require.resolve(\"docdash\"))') ./lib/ || (echo 'Error during JSDoc generation! Check log.' && exit 1)",
43
+ "jsdoc-generate": "jsdoc -c ./jsdoc.json -t $(npm ls docdash --parseable | head -1) ./lib/ || (echo 'Error during JSDoc generation! Check log.' && exit 1)",
44
44
  "jsdoc-watch": "npm run jsdoc && chokidar \"./lib/**/*.js\" -c \"npm run jsdoc-generate\"",
45
45
  "preversion": "npm test",
46
46
  "version": "git-chglog --sort semver --next-tag v$npm_package_version -o CHANGELOG.md v4.0.0.. && git add CHANGELOG.md",
47
47
  "prepublishOnly": "git push --follow-tags",
48
48
  "release-note": "git-chglog --sort semver -c .chglog/release-config.yml v$npm_package_version",
49
- "depcheck": "depcheck --ignores @ui5/server,docdash,compression,cors,@istanbuljs/esm-loader-hook --parsers='**/*.js:es6,**/*.cjs:es6'"
49
+ "knip": "knip --config knip.config.js"
50
50
  },
51
51
  "files": [
52
52
  "CHANGELOG.md",
@@ -84,7 +84,8 @@
84
84
  "coverage/**",
85
85
  "test/**",
86
86
  ".eslintrc.cjs",
87
- "jsdoc-plugin.cjs"
87
+ "jsdoc-plugin.cjs",
88
+ "knip.config.js"
88
89
  ],
89
90
  "check-coverage": true,
90
91
  "statements": 90,
@@ -117,10 +118,10 @@
117
118
  "url": "git@github.com:SAP/ui5-server.git"
118
119
  },
119
120
  "dependencies": {
120
- "@ui5/builder": "^4.1.3",
121
- "@ui5/fs": "^4.0.4",
121
+ "@ui5/builder": "^4.1.4",
122
+ "@ui5/fs": "^4.0.5",
122
123
  "@ui5/logger": "^4.0.2",
123
- "body-parser": "^1.20.4",
124
+ "body-parser": "^2.2.2",
124
125
  "compression": "^1.8.1",
125
126
  "cors": "^2.8.6",
126
127
  "devcert-sanscache": "^0.5.1",
@@ -140,11 +141,10 @@
140
141
  "devDependencies": {
141
142
  "@eslint/js": "^9.8.0",
142
143
  "@istanbuljs/esm-loader-hook": "^0.3.0",
143
- "@ui5/project": "^4.0.9",
144
+ "@ui5/project": "^4.0.10",
144
145
  "ava": "^6.4.1",
145
146
  "chokidar-cli": "^3.0.0",
146
- "cross-env": "^7.0.3",
147
- "depcheck": "^1.4.7",
147
+ "cross-env": "^10.1.0",
148
148
  "docdash": "^2.0.2",
149
149
  "eslint": "^9.39.2",
150
150
  "eslint-config-google": "^0.14.0",
@@ -153,9 +153,10 @@
153
153
  "esmock": "^2.7.3",
154
154
  "globals": "^16.5.0",
155
155
  "jsdoc": "^4.0.5",
156
+ "knip": "^5.83.1",
156
157
  "nyc": "^17.1.0",
157
158
  "open-cli": "^8.0.0",
158
- "rimraf": "^6.1.2",
159
+ "rimraf": "^6.1.3",
159
160
  "sinon": "^21.0.1",
160
161
  "supertest": "^7.2.2",
161
162
  "tap-xunit": "^2.4.1"