@ui5/server
Advanced tools
Comparing version 3.2.1 to 3.3.0
@@ -5,6 +5,12 @@ # Changelog | ||
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v3.2.1...HEAD). | ||
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v3.3.0...HEAD). | ||
<a name="v3.3.0"></a> | ||
## [v3.3.0] - 2024-09-13 | ||
### Dependency Updates | ||
- 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) | ||
<a name="v3.2.1"></a> | ||
## [v3.2.1] - 2024-05-15 | ||
## [v3.2.1] - 2024-05-17 | ||
### Bug Fixes | ||
@@ -345,2 +351,3 @@ - **middleware/versionInfo:** Only process dependencies of type 'library' [`4c99455`](https://github.com/SAP/ui5-server/commit/4c99455cf21539c2d1403cca81c603ead7124351) | ||
## v0.0.1 - 2018-06-06 | ||
[v3.3.0]: https://github.com/SAP/ui5-server/compare/v3.2.1...v3.3.0 | ||
[v3.2.1]: https://github.com/SAP/ui5-server/compare/v3.2.0...v3.2.1 | ||
@@ -347,0 +354,0 @@ [v3.2.0]: https://github.com/SAP/ui5-server/compare/v3.1.5...v3.2.0 |
{ | ||
"name": "@ui5/server", | ||
"version": "3.2.1", | ||
"version": "3.3.0", | ||
"description": "UI5 Tooling - Server", | ||
@@ -118,3 +118,3 @@ "author": { | ||
"dependencies": { | ||
"@ui5/builder": "^3.4.1", | ||
"@ui5/builder": "^3.5.1", | ||
"@ui5/fs": "^3.0.5", | ||
@@ -135,3 +135,3 @@ "@ui5/logger": "^3.0.0", | ||
"replacestream": "^4.0.3", | ||
"router": "^1.3.8", | ||
"router": "^2.0.0", | ||
"spdy": "^4.0.2", | ||
@@ -142,3 +142,3 @@ "yesno": "^0.4.0" | ||
"@istanbuljs/esm-loader-hook": "^0.2.0", | ||
"@ui5/project": "^3.9.1", | ||
"@ui5/project": "^3.9.2", | ||
"ava": "^5.3.1", | ||
@@ -153,8 +153,8 @@ "chokidar-cli": "^3.0.0", | ||
"eslint-plugin-jsdoc": "^46.10.1", | ||
"esmock": "^2.6.5", | ||
"esmock": "^2.6.7", | ||
"jsdoc": "^4.0.3", | ||
"nyc": "^15.1.0", | ||
"open-cli": "^7.2.0", | ||
"rimraf": "^5.0.7", | ||
"sinon": "^16.1.3", | ||
"rimraf": "^5.0.10", | ||
"sinon": "^18.0.1", | ||
"supertest": "^6.3.4", | ||
@@ -161,0 +161,0 @@ "tap-xunit": "^2.4.1" |
221217
+ Addedis-promise@4.0.0(transitive)
+ Addedpath-to-regexp@8.2.0(transitive)
+ Addedrouter@2.1.0(transitive)
- Removedarray-flatten@3.0.0(transitive)
- Removedpath-to-regexp@0.1.7(transitive)
- Removedrouter@1.3.8(transitive)
Updated@ui5/builder@^3.5.1
Updatedrouter@^2.0.0