chore(release): v5.16.0 🚀

This commit is contained in:
caele
2025-06-11 13:12:58 +02:00
parent 6acc53f6a0
commit 5dd5f84521
35 changed files with 164 additions and 38 deletions

View File

@@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.16.0](https://github.com/qlik-oss/nebula.js/compare/v5.15.0...v5.16.0) (2025-06-11)
### Bug Fixes
- **deps:** update dependency webpack-dev-server to v5 [security] ([#1762](https://github.com/qlik-oss/nebula.js/issues/1762)) ([466ee88](https://github.com/qlik-oss/nebula.js/commit/466ee884d32205b022902655fcddbb732c163d73))
- **deps:** update minor and patch ([#1751](https://github.com/qlik-oss/nebula.js/issues/1751)) ([bf5f7de](https://github.com/qlik-oss/nebula.js/commit/bf5f7de50c65d54308db73227ecb62ad43c9ed25))
- **deps:** update minor and patch ([#1758](https://github.com/qlik-oss/nebula.js/issues/1758)) ([990d707](https://github.com/qlik-oss/nebula.js/commit/990d707b95ab007e2516cb25da635895f409de87))
- **deps:** update minor and patch ([#1763](https://github.com/qlik-oss/nebula.js/issues/1763)) ([97ca1a8](https://github.com/qlik-oss/nebula.js/commit/97ca1a898ba82e556133f3432aa1d4217bff9349))
# [5.15.0](https://github.com/qlik-oss/nebula.js/compare/v5.14.0...v5.15.0) (2025-05-19)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/cli-serve",
"version": "5.15.0",
"version": "5.16.0",
"description": "",
"license": "MIT",
"author": "QlikTech International AB",
@@ -30,7 +30,7 @@
"prepublishOnly": "rm -rf dist && yarn run build"
},
"dependencies": {
"@nebula.js/cli-build": "^5.15.0",
"@nebula.js/cli-build": "^5.16.0",
"@qlik/sdk": "0.28.0",
"body-parser": "2.2.0",
"chalk": "4.1.2",
@@ -55,11 +55,11 @@
"@babel/preset-react": "7.27.1",
"@mui/material": "^5.17.1",
"@mui/system": "^5.17.1",
"@nebula.js/enigma-mocker": "^5.15.0",
"@nebula.js/nucleus": "^5.15.0",
"@nebula.js/snapshooter": "^5.15.0",
"@nebula.js/stardust": "^5.15.0",
"@nebula.js/ui": "^5.15.0",
"@nebula.js/enigma-mocker": "^5.16.0",
"@nebula.js/nucleus": "^5.16.0",
"@nebula.js/snapshooter": "^5.16.0",
"@nebula.js/stardust": "^5.16.0",
"@nebula.js/ui": "^5.16.0",
"autosuggest-highlight": "3.3.4",
"babel-loader": "10.0.0",
"d3-require": "1.3.0",