@ui5/server 3.2.1 → 3.3.0

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 +7 -7
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/v3.2.1...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v3.3.0...HEAD).
6
+
7
+ <a name="v3.3.0"></a>
8
+ ## [v3.3.0] - 2024-09-13
9
+ ### Dependency Updates
10
+ - Bump path-to-regexp, router and sinon ([#696](https://github.com/SAP/ui5-server/issues/696)) [`343b9e4`](https://github.com/SAP/ui5-server/commit/343b9e41b4367fd2087d8c9e1bdfcdb10d49b7aa)
11
+
6
12
 
7
13
  <a name="v3.2.1"></a>
8
- ## [v3.2.1] - 2024-05-15
14
+ ## [v3.2.1] - 2024-05-17
9
15
  ### Bug Fixes
10
16
  - **middleware/versionInfo:** Only process dependencies of type 'library' [`4c99455`](https://github.com/SAP/ui5-server/commit/4c99455cf21539c2d1403cca81c603ead7124351)
11
17
 
@@ -341,6 +347,7 @@ Only Node.js v10 or higher is supported.
341
347
 
342
348
  <a name="v0.0.1"></a>
343
349
  ## v0.0.1 - 2018-06-06
350
+ [v3.3.0]: https://github.com/SAP/ui5-server/compare/v3.2.1...v3.3.0
344
351
  [v3.2.1]: https://github.com/SAP/ui5-server/compare/v3.2.0...v3.2.1
345
352
  [v3.2.0]: https://github.com/SAP/ui5-server/compare/v3.1.5...v3.2.0
346
353
  [v3.1.5]: https://github.com/SAP/ui5-server/compare/v3.1.4...v3.1.5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/server",
3
- "version": "3.2.1",
3
+ "version": "3.3.0",
4
4
  "description": "UI5 Tooling - Server",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -115,7 +115,7 @@
115
115
  "url": "git@github.com:SAP/ui5-server.git"
116
116
  },
117
117
  "dependencies": {
118
- "@ui5/builder": "^3.4.1",
118
+ "@ui5/builder": "^3.5.1",
119
119
  "@ui5/fs": "^3.0.5",
120
120
  "@ui5/logger": "^3.0.0",
121
121
  "body-parser": "^1.20.2",
@@ -131,13 +131,13 @@
131
131
  "parseurl": "^1.3.3",
132
132
  "portscanner": "^2.2.0",
133
133
  "replacestream": "^4.0.3",
134
- "router": "^1.3.8",
134
+ "router": "^2.0.0",
135
135
  "spdy": "^4.0.2",
136
136
  "yesno": "^0.4.0"
137
137
  },
138
138
  "devDependencies": {
139
139
  "@istanbuljs/esm-loader-hook": "^0.2.0",
140
- "@ui5/project": "^3.9.1",
140
+ "@ui5/project": "^3.9.2",
141
141
  "ava": "^5.3.1",
142
142
  "chokidar-cli": "^3.0.0",
143
143
  "cross-env": "^7.0.3",
@@ -147,12 +147,12 @@
147
147
  "eslint-config-google": "^0.14.0",
148
148
  "eslint-plugin-ava": "^14.0.0",
149
149
  "eslint-plugin-jsdoc": "^46.10.1",
150
- "esmock": "^2.6.5",
150
+ "esmock": "^2.6.7",
151
151
  "jsdoc": "^4.0.3",
152
152
  "nyc": "^15.1.0",
153
153
  "open-cli": "^7.2.0",
154
- "rimraf": "^5.0.7",
155
- "sinon": "^16.1.3",
154
+ "rimraf": "^5.0.10",
155
+ "sinon": "^18.0.1",
156
156
  "supertest": "^6.3.4",
157
157
  "tap-xunit": "^2.4.1"
158
158
  }