diff --git a/CHANGELOG.md b/CHANGELOG.md index e872b6588..5bddc98ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.8.0](https://github.com/qlik-oss/nebula.js/compare/v6.7.0...v6.8.0) (2026-03-30) + +### Bug Fixes + +- align requirements better with client ([#1937](https://github.com/qlik-oss/nebula.js/issues/1937)) ([908a3d5](https://github.com/qlik-oss/nebula.js/commit/908a3d5cca50692fdbf8d169e38e9a39adec7fac)) +- **deps:** update dependency puppeteer to v24.40.0 ([#1947](https://github.com/qlik-oss/nebula.js/issues/1947)) ([5549eba](https://github.com/qlik-oss/nebula.js/commit/5549eba1491a9fd3235f756b8d7b19d781319e5a)) +- **deps:** update dependency webpack-cli to v7 ([#1935](https://github.com/qlik-oss/nebula.js/issues/1935)) ([db7f521](https://github.com/qlik-oss/nebula.js/commit/db7f5216a74ee6859e801e7b996cbe70f07d938c)) +- **deps:** update minor and patch ([#1934](https://github.com/qlik-oss/nebula.js/issues/1934)) ([c9c29a8](https://github.com/qlik-oss/nebula.js/commit/c9c29a806db4ed5def4999f1579927cafbff43d2)) +- **deps:** update minor and patch ([#1948](https://github.com/qlik-oss/nebula.js/issues/1948)) ([430499f](https://github.com/qlik-oss/nebula.js/commit/430499f4a6e1c285e0d2ca8086ee4172b56500b3)) +- overly permissive regex ranges in color.js ([#1951](https://github.com/qlik-oss/nebula.js/issues/1951)) ([8a42eb0](https://github.com/qlik-oss/nebula.js/commit/8a42eb0c2873c2df64f50770e7a29264970ff966)) +- prototype pollution vulnerabilities in json-patch.js ([#1941](https://github.com/qlik-oss/nebula.js/issues/1941)) ([85185bd](https://github.com/qlik-oss/nebula.js/commit/85185bda18c0b0dc5091cba9a9999c2f297f5827)) +- prototype pollution vulnerabilities in utils.js and json-patch.js ([#1952](https://github.com/qlik-oss/nebula.js/issues/1952)) ([05eb5aa](https://github.com/qlik-oss/nebula.js/commit/05eb5aa63451ba63ad2a8fabe894276c23e19b87)) +- resolve prototype pollution security issues in color.js ([#1944](https://github.com/qlik-oss/nebula.js/issues/1944)) ([9c4f733](https://github.com/qlik-oss/nebula.js/commit/9c4f73323f0078ad1711c78eca8dd5cef2eb3384)) + +### Features + +- **enigma-mocker:** possibility to add methods to mocked app ([#1955](https://github.com/qlik-oss/nebula.js/issues/1955)) ([e8478a5](https://github.com/qlik-oss/nebula.js/commit/e8478a573cef862686dee4118f73532c18225072)) + # [6.7.0](https://github.com/qlik-oss/nebula.js/compare/v6.6.0...v6.7.0) (2026-03-12) ### Bug Fixes diff --git a/apis/conversion/CHANGELOG.md b/apis/conversion/CHANGELOG.md index 8668e9f0f..50e8266c1 100644 --- a/apis/conversion/CHANGELOG.md +++ b/apis/conversion/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.8.0](https://github.com/qlik-oss/nebula.js/compare/v6.7.0...v6.8.0) (2026-03-30) + +### Bug Fixes + +- prototype pollution vulnerabilities in utils.js and json-patch.js ([#1952](https://github.com/qlik-oss/nebula.js/issues/1952)) ([05eb5aa](https://github.com/qlik-oss/nebula.js/commit/05eb5aa63451ba63ad2a8fabe894276c23e19b87)) + # [6.7.0](https://github.com/qlik-oss/nebula.js/compare/v6.6.0...v6.7.0) (2026-03-12) **Note:** Version bump only for package @nebula.js/conversion diff --git a/apis/conversion/package.json b/apis/conversion/package.json index 7e4d16860..4cfa21b79 100644 --- a/apis/conversion/package.json +++ b/apis/conversion/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/conversion", - "version": "6.7.0", + "version": "6.8.0", "private": true, "main": "src/index.js", "devDependencies": { diff --git a/apis/enigma-mocker/CHANGELOG.md b/apis/enigma-mocker/CHANGELOG.md index 868c27d9a..33ae5f6ad 100644 --- a/apis/enigma-mocker/CHANGELOG.md +++ b/apis/enigma-mocker/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.8.0](https://github.com/qlik-oss/nebula.js/compare/v6.7.0...v6.8.0) (2026-03-30) + +### Features + +- **enigma-mocker:** possibility to add methods to mocked app ([#1955](https://github.com/qlik-oss/nebula.js/issues/1955)) ([e8478a5](https://github.com/qlik-oss/nebula.js/commit/e8478a573cef862686dee4118f73532c18225072)) + # [6.7.0](https://github.com/qlik-oss/nebula.js/compare/v6.6.0...v6.7.0) (2026-03-12) **Note:** Version bump only for package @nebula.js/enigma-mocker diff --git a/apis/enigma-mocker/package.json b/apis/enigma-mocker/package.json index b6bd87a83..7bb3eee51 100644 --- a/apis/enigma-mocker/package.json +++ b/apis/enigma-mocker/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/enigma-mocker", - "version": "6.7.0", + "version": "6.8.0", "private": true, "main": "src/index.js", "devDependencies": { diff --git a/apis/locale/CHANGELOG.md b/apis/locale/CHANGELOG.md index e45b9c3f0..867d641f0 100644 --- a/apis/locale/CHANGELOG.md +++ b/apis/locale/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.8.0](https://github.com/qlik-oss/nebula.js/compare/v6.7.0...v6.8.0) (2026-03-30) + +**Note:** Version bump only for package @nebula.js/locale + # [6.7.0](https://github.com/qlik-oss/nebula.js/compare/v6.6.0...v6.7.0) (2026-03-12) **Note:** Version bump only for package @nebula.js/locale diff --git a/apis/locale/package.json b/apis/locale/package.json index baaf623c4..f4a901fb1 100644 --- a/apis/locale/package.json +++ b/apis/locale/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/locale", - "version": "6.7.0", + "version": "6.8.0", "private": true, "main": "src/index.js", "scripts": { diff --git a/apis/nucleus/CHANGELOG.md b/apis/nucleus/CHANGELOG.md index f3101b28d..56184b648 100644 --- a/apis/nucleus/CHANGELOG.md +++ b/apis/nucleus/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.8.0](https://github.com/qlik-oss/nebula.js/compare/v6.7.0...v6.8.0) (2026-03-30) + +### Bug Fixes + +- align requirements better with client ([#1937](https://github.com/qlik-oss/nebula.js/issues/1937)) ([908a3d5](https://github.com/qlik-oss/nebula.js/commit/908a3d5cca50692fdbf8d169e38e9a39adec7fac)) +- **deps:** update minor and patch ([#1934](https://github.com/qlik-oss/nebula.js/issues/1934)) ([c9c29a8](https://github.com/qlik-oss/nebula.js/commit/c9c29a806db4ed5def4999f1579927cafbff43d2)) + # [6.7.0](https://github.com/qlik-oss/nebula.js/compare/v6.6.0...v6.7.0) (2026-03-12) ### Bug Fixes diff --git a/apis/nucleus/package.json b/apis/nucleus/package.json index 9731c9070..4f52392ae 100644 --- a/apis/nucleus/package.json +++ b/apis/nucleus/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/nucleus", - "version": "6.7.0", + "version": "6.8.0", "private": true, "main": "src/index.js", "devDependencies": { @@ -8,11 +8,11 @@ "@emotion/styled": "^11.14.1", "@mui/icons-material": "^6.5.0", "@mui/material": "^6.5.0", - "@nebula.js/conversion": "^6.7.0", - "@nebula.js/locale": "^6.7.0", - "@nebula.js/supernova": "^6.7.0", - "@nebula.js/theme": "^6.7.0", - "@nebula.js/ui": "^6.7.0", + "@nebula.js/conversion": "^6.8.0", + "@nebula.js/locale": "^6.8.0", + "@nebula.js/supernova": "^6.8.0", + "@nebula.js/theme": "^6.8.0", + "@nebula.js/ui": "^6.8.0", "@qlik/api": "2.6.0", "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.2", diff --git a/apis/snapshooter/CHANGELOG.md b/apis/snapshooter/CHANGELOG.md index fcf21b913..90da21c43 100644 --- a/apis/snapshooter/CHANGELOG.md +++ b/apis/snapshooter/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.8.0](https://github.com/qlik-oss/nebula.js/compare/v6.7.0...v6.8.0) (2026-03-30) + +**Note:** Version bump only for package @nebula.js/snapshooter + # [6.7.0](https://github.com/qlik-oss/nebula.js/compare/v6.6.0...v6.7.0) (2026-03-12) **Note:** Version bump only for package @nebula.js/snapshooter diff --git a/apis/snapshooter/package.json b/apis/snapshooter/package.json index aa7b0099f..f5b1471c1 100644 --- a/apis/snapshooter/package.json +++ b/apis/snapshooter/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/snapshooter", - "version": "6.7.0", + "version": "6.8.0", "private": true, "description": "", "license": "MIT", diff --git a/apis/stardust/CHANGELOG.md b/apis/stardust/CHANGELOG.md index f2f55e31c..15e6aed45 100644 --- a/apis/stardust/CHANGELOG.md +++ b/apis/stardust/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.8.0](https://github.com/qlik-oss/nebula.js/compare/v6.7.0...v6.8.0) (2026-03-30) + +### Bug Fixes + +- **deps:** update minor and patch ([#1934](https://github.com/qlik-oss/nebula.js/issues/1934)) ([c9c29a8](https://github.com/qlik-oss/nebula.js/commit/c9c29a806db4ed5def4999f1579927cafbff43d2)) + +### Features + +- **enigma-mocker:** possibility to add methods to mocked app ([#1955](https://github.com/qlik-oss/nebula.js/issues/1955)) ([e8478a5](https://github.com/qlik-oss/nebula.js/commit/e8478a573cef862686dee4118f73532c18225072)) + # [6.7.0](https://github.com/qlik-oss/nebula.js/compare/v6.6.0...v6.7.0) (2026-03-12) **Note:** Version bump only for package @nebula.js/stardust diff --git a/apis/stardust/api-spec/listbox-spec.json b/apis/stardust/api-spec/listbox-spec.json index 70c866af9..33980a06c 100644 --- a/apis/stardust/api-spec/listbox-spec.json +++ b/apis/stardust/api-spec/listbox-spec.json @@ -3,7 +3,7 @@ "info": { "name": "@nebula.js/stardust:listbox", "description": "nebula listbox properties definition", - "version": "6.7.0", + "version": "6.8.0", "license": "MIT", "stability": "stable", "x-qlik-visibility": "public" diff --git a/apis/stardust/api-spec/spec.json b/apis/stardust/api-spec/spec.json index 5e2dd458f..ead15ddb1 100644 --- a/apis/stardust/api-spec/spec.json +++ b/apis/stardust/api-spec/spec.json @@ -3,7 +3,7 @@ "info": { "name": "@nebula.js/stardust", "description": "Product and framework agnostic integration API for Qlik's Associative Engine", - "version": "6.7.0", + "version": "6.8.0", "license": "MIT", "stability": "stable" }, @@ -1982,50 +1982,32 @@ } } }, - "LoadType": { + "Plugin": { + "description": "An object literal containing meta information about the plugin and a function containing the plugin implementation.", + "stability": "experimental", + "availability": { + "since": "1.2.0" + }, "kind": "interface", - "params": [ - { - "name": "type", + "entries": { + "info": { + "description": "Object that can hold various meta info about the plugin", "kind": "object", "entries": { "name": { - "type": "string" - }, - "version": { + "description": "The name of the plugin", "type": "string" } } + }, + "fn": { + "description": "The implementation of the plugin. Input and return value is up to the plugin implementation to decide based on its purpose.", + "type": "function" } - ], - "returns": { - "type": "Promise", - "generics": [ - { - "type": "#/definitions/Visualization" - } - ] }, - "entries": {} - }, - "TypeInfo": { - "kind": "interface", - "entries": { - "name": { - "type": "string" - }, - "version": { - "optional": true, - "type": "string" - }, - "load": { - "type": "#/definitions/LoadType" - }, - "meta": { - "optional": true, - "type": "object" - } - } + "examples": [ + "const plugin = {\n info: {\n name: \"example-plugin\",\n type: \"meta-type\",\n },\n fn: () => {\n // Plugin implementation goes here\n }\n};" + ] }, "Field": { "kind": "alias", @@ -2183,32 +2165,50 @@ } } }, - "Plugin": { - "description": "An object literal containing meta information about the plugin and a function containing the plugin implementation.", - "stability": "experimental", - "availability": { - "since": "1.2.0" - }, + "LoadType": { "kind": "interface", - "entries": { - "info": { - "description": "Object that can hold various meta info about the plugin", + "params": [ + { + "name": "type", "kind": "object", "entries": { "name": { - "description": "The name of the plugin", + "type": "string" + }, + "version": { "type": "string" } } - }, - "fn": { - "description": "The implementation of the plugin. Input and return value is up to the plugin implementation to decide based on its purpose.", - "type": "function" } + ], + "returns": { + "type": "Promise", + "generics": [ + { + "type": "#/definitions/Visualization" + } + ] }, - "examples": [ - "const plugin = {\n info: {\n name: \"example-plugin\",\n type: \"meta-type\",\n },\n fn: () => {\n // Plugin implementation goes here\n }\n};" - ] + "entries": {} + }, + "TypeInfo": { + "kind": "interface", + "entries": { + "name": { + "type": "string" + }, + "version": { + "optional": true, + "type": "string" + }, + "load": { + "type": "#/definitions/LoadType" + }, + "meta": { + "optional": true, + "type": "object" + } + } }, "RenderError": { "extends": [ diff --git a/apis/stardust/package.json b/apis/stardust/package.json index 1a3fad10e..463ea0061 100644 --- a/apis/stardust/package.json +++ b/apis/stardust/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/stardust", - "version": "6.7.0", + "version": "6.8.0", "description": "Product and framework agnostic integration API for Qlik's Associative Engine", "license": "MIT", "author": "QlikTech International AB", @@ -45,13 +45,13 @@ "@emotion/styled": "^11.14.1", "@mui/icons-material": "^6.5.0", "@mui/material": "^6.5.0", - "@nebula.js/conversion": "^6.7.0", - "@nebula.js/enigma-mocker": "^6.7.0", - "@nebula.js/locale": "^6.7.0", - "@nebula.js/nucleus": "^6.7.0", - "@nebula.js/supernova": "^6.7.0", - "@nebula.js/theme": "^6.7.0", - "@nebula.js/ui": "^6.7.0", + "@nebula.js/conversion": "^6.8.0", + "@nebula.js/enigma-mocker": "^6.8.0", + "@nebula.js/locale": "^6.8.0", + "@nebula.js/nucleus": "^6.8.0", + "@nebula.js/supernova": "^6.8.0", + "@nebula.js/theme": "^6.8.0", + "@nebula.js/ui": "^6.8.0", "@qlik/api": "2.6.0", "@scriptappy/cli": "0.10.4", "@scriptappy/from-jsdoc": "0.19.4", diff --git a/apis/stardust/types/index.d.ts b/apis/stardust/types/index.d.ts index 9ca7f34b5..3d2085340 100644 --- a/apis/stardust/types/index.d.ts +++ b/apis/stardust/types/index.d.ts @@ -628,18 +628,14 @@ declare namespace stardust { } - interface LoadType { - (type: { + /** + * An object literal containing meta information about the plugin and a function containing the plugin implementation. + */ + interface Plugin { + info: { name: string; - version: string; - }): Promise; - } - - interface TypeInfo { - name: string; - version?: string; - load: stardust.LoadType; - meta?: object; + }; + fn: ()=>void; } type Field = string | qix.NxDimension | qix.NxMeasure | stardust.LibraryField; @@ -684,14 +680,18 @@ declare namespace stardust { type: "dimension" | "measure"; } - /** - * An object literal containing meta information about the plugin and a function containing the plugin implementation. - */ - interface Plugin { - info: { + interface LoadType { + (type: { name: string; - }; - fn: ()=>void; + version: string; + }): Promise; + } + + interface TypeInfo { + name: string; + version?: string; + load: stardust.LoadType; + meta?: object; } class RenderError extends Error { diff --git a/apis/supernova/CHANGELOG.md b/apis/supernova/CHANGELOG.md index 143103048..40d17a417 100644 --- a/apis/supernova/CHANGELOG.md +++ b/apis/supernova/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.8.0](https://github.com/qlik-oss/nebula.js/compare/v6.7.0...v6.8.0) (2026-03-30) + +### Bug Fixes + +- prototype pollution vulnerabilities in json-patch.js ([#1941](https://github.com/qlik-oss/nebula.js/issues/1941)) ([85185bd](https://github.com/qlik-oss/nebula.js/commit/85185bda18c0b0dc5091cba9a9999c2f297f5827)) +- prototype pollution vulnerabilities in utils.js and json-patch.js ([#1952](https://github.com/qlik-oss/nebula.js/issues/1952)) ([05eb5aa](https://github.com/qlik-oss/nebula.js/commit/05eb5aa63451ba63ad2a8fabe894276c23e19b87)) + # [6.7.0](https://github.com/qlik-oss/nebula.js/compare/v6.6.0...v6.7.0) (2026-03-12) **Note:** Version bump only for package @nebula.js/supernova diff --git a/apis/supernova/package.json b/apis/supernova/package.json index 7e490db72..c215c320d 100644 --- a/apis/supernova/package.json +++ b/apis/supernova/package.json @@ -1,10 +1,10 @@ { "name": "@nebula.js/supernova", "private": true, - "version": "6.7.0", + "version": "6.8.0", "main": "src/index.js", "devDependencies": { - "@nebula.js/conversion": "^6.7.0", + "@nebula.js/conversion": "^6.8.0", "extend": "3.0.2", "node-event-emitter": "0.0.1" } diff --git a/apis/test-utils/CHANGELOG.md b/apis/test-utils/CHANGELOG.md index 738aa59db..14d25c843 100644 --- a/apis/test-utils/CHANGELOG.md +++ b/apis/test-utils/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.8.0](https://github.com/qlik-oss/nebula.js/compare/v6.7.0...v6.8.0) (2026-03-30) + +**Note:** Version bump only for package @nebula.js/test-utils + # [6.7.0](https://github.com/qlik-oss/nebula.js/compare/v6.6.0...v6.7.0) (2026-03-12) **Note:** Version bump only for package @nebula.js/test-utils diff --git a/apis/test-utils/package.json b/apis/test-utils/package.json index a2725c2ee..afdea141c 100644 --- a/apis/test-utils/package.json +++ b/apis/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/test-utils", - "version": "6.7.0", + "version": "6.8.0", "private": true, "description": "", "license": "MIT", diff --git a/apis/theme/CHANGELOG.md b/apis/theme/CHANGELOG.md index 9ee0e08f6..b18d6ffe2 100644 --- a/apis/theme/CHANGELOG.md +++ b/apis/theme/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.8.0](https://github.com/qlik-oss/nebula.js/compare/v6.7.0...v6.8.0) (2026-03-30) + +### Bug Fixes + +- overly permissive regex ranges in color.js ([#1951](https://github.com/qlik-oss/nebula.js/issues/1951)) ([8a42eb0](https://github.com/qlik-oss/nebula.js/commit/8a42eb0c2873c2df64f50770e7a29264970ff966)) +- resolve prototype pollution security issues in color.js ([#1944](https://github.com/qlik-oss/nebula.js/issues/1944)) ([9c4f733](https://github.com/qlik-oss/nebula.js/commit/9c4f73323f0078ad1711c78eca8dd5cef2eb3384)) + # [6.7.0](https://github.com/qlik-oss/nebula.js/compare/v6.6.0...v6.7.0) (2026-03-12) **Note:** Version bump only for package @nebula.js/theme diff --git a/apis/theme/package.json b/apis/theme/package.json index 05d9bb774..3caa5dea8 100644 --- a/apis/theme/package.json +++ b/apis/theme/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/theme", - "version": "6.7.0", + "version": "6.8.0", "private": true, "main": "src/index.js", "devDependencies": { diff --git a/commands/build/CHANGELOG.md b/commands/build/CHANGELOG.md index cdd6d082a..e97c19130 100644 --- a/commands/build/CHANGELOG.md +++ b/commands/build/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.8.0](https://github.com/qlik-oss/nebula.js/compare/v6.7.0...v6.8.0) (2026-03-30) + +### Bug Fixes + +- **deps:** update minor and patch ([#1934](https://github.com/qlik-oss/nebula.js/issues/1934)) ([c9c29a8](https://github.com/qlik-oss/nebula.js/commit/c9c29a806db4ed5def4999f1579927cafbff43d2)) +- **deps:** update minor and patch ([#1948](https://github.com/qlik-oss/nebula.js/issues/1948)) ([430499f](https://github.com/qlik-oss/nebula.js/commit/430499f4a6e1c285e0d2ca8086ee4172b56500b3)) + # [6.7.0](https://github.com/qlik-oss/nebula.js/compare/v6.6.0...v6.7.0) (2026-03-12) ### Bug Fixes diff --git a/commands/build/package.json b/commands/build/package.json index 13e9c6a55..e1b0efb17 100644 --- a/commands/build/package.json +++ b/commands/build/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli-build", - "version": "6.7.0", + "version": "6.8.0", "description": "", "license": "MIT", "author": "QlikTech International AB", diff --git a/commands/cli/CHANGELOG.md b/commands/cli/CHANGELOG.md index db2641cec..933f75cfd 100644 --- a/commands/cli/CHANGELOG.md +++ b/commands/cli/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.8.0](https://github.com/qlik-oss/nebula.js/compare/v6.7.0...v6.8.0) (2026-03-30) + +**Note:** Version bump only for package @nebula.js/cli + # [6.7.0](https://github.com/qlik-oss/nebula.js/compare/v6.6.0...v6.7.0) (2026-03-12) **Note:** Version bump only for package @nebula.js/cli diff --git a/commands/cli/package.json b/commands/cli/package.json index 498725208..f38d8d101 100644 --- a/commands/cli/package.json +++ b/commands/cli/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli", - "version": "6.7.0", + "version": "6.8.0", "description": "", "license": "MIT", "author": "QlikTech International AB", @@ -30,7 +30,7 @@ "@nebula.js/cli-serve": "5.0.0 - 6" }, "dependencies": { - "@nebula.js/cli-create": "^6.7.0", + "@nebula.js/cli-create": "^6.8.0", "import-cwd": "3.0.0", "yargs": "17.7.2" } diff --git a/commands/create/CHANGELOG.md b/commands/create/CHANGELOG.md index 43b47496d..15dcc9404 100644 --- a/commands/create/CHANGELOG.md +++ b/commands/create/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.8.0](https://github.com/qlik-oss/nebula.js/compare/v6.7.0...v6.8.0) (2026-03-30) + +**Note:** Version bump only for package @nebula.js/cli-create + # [6.7.0](https://github.com/qlik-oss/nebula.js/compare/v6.6.0...v6.7.0) (2026-03-12) ### Bug Fixes diff --git a/commands/create/package.json b/commands/create/package.json index 7b73b151f..034b82e13 100644 --- a/commands/create/package.json +++ b/commands/create/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli-create", - "version": "6.7.0", + "version": "6.8.0", "description": "", "license": "MIT", "author": "QlikTech International AB", diff --git a/commands/sense/CHANGELOG.md b/commands/sense/CHANGELOG.md index 19267e790..2dc8e7e0c 100644 --- a/commands/sense/CHANGELOG.md +++ b/commands/sense/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.8.0](https://github.com/qlik-oss/nebula.js/compare/v6.7.0...v6.8.0) (2026-03-30) + +### Bug Fixes + +- **deps:** update minor and patch ([#1934](https://github.com/qlik-oss/nebula.js/issues/1934)) ([c9c29a8](https://github.com/qlik-oss/nebula.js/commit/c9c29a806db4ed5def4999f1579927cafbff43d2)) +- **deps:** update minor and patch ([#1948](https://github.com/qlik-oss/nebula.js/issues/1948)) ([430499f](https://github.com/qlik-oss/nebula.js/commit/430499f4a6e1c285e0d2ca8086ee4172b56500b3)) + # [6.7.0](https://github.com/qlik-oss/nebula.js/compare/v6.6.0...v6.7.0) (2026-03-12) ### Bug Fixes diff --git a/commands/sense/package.json b/commands/sense/package.json index 3aac0a5b3..3542a87a3 100644 --- a/commands/sense/package.json +++ b/commands/sense/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli-sense", - "version": "6.7.0", + "version": "6.8.0", "description": "Build a supernova as a Qlik Sense extension", "license": "MIT", "author": "QlikTech International AB", @@ -30,7 +30,7 @@ "@babel/cli": "7.28.6", "@babel/core": "7.29.0", "@babel/preset-env": "7.29.2", - "@nebula.js/stardust": "^6.7.0", + "@nebula.js/stardust": "^6.8.0", "@rollup/plugin-babel": "7.0.0", "@rollup/plugin-commonjs": "29.0.2", "@rollup/plugin-node-resolve": "16.0.3", diff --git a/commands/serve/CHANGELOG.md b/commands/serve/CHANGELOG.md index 0f68f9cb6..9de56d1eb 100644 --- a/commands/serve/CHANGELOG.md +++ b/commands/serve/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.8.0](https://github.com/qlik-oss/nebula.js/compare/v6.7.0...v6.8.0) (2026-03-30) + +### Bug Fixes + +- **deps:** update dependency puppeteer to v24.40.0 ([#1947](https://github.com/qlik-oss/nebula.js/issues/1947)) ([5549eba](https://github.com/qlik-oss/nebula.js/commit/5549eba1491a9fd3235f756b8d7b19d781319e5a)) +- **deps:** update dependency webpack-cli to v7 ([#1935](https://github.com/qlik-oss/nebula.js/issues/1935)) ([db7f521](https://github.com/qlik-oss/nebula.js/commit/db7f5216a74ee6859e801e7b996cbe70f07d938c)) +- **deps:** update minor and patch ([#1934](https://github.com/qlik-oss/nebula.js/issues/1934)) ([c9c29a8](https://github.com/qlik-oss/nebula.js/commit/c9c29a806db4ed5def4999f1579927cafbff43d2)) +- **deps:** update minor and patch ([#1948](https://github.com/qlik-oss/nebula.js/issues/1948)) ([430499f](https://github.com/qlik-oss/nebula.js/commit/430499f4a6e1c285e0d2ca8086ee4172b56500b3)) + +### Features + +- **enigma-mocker:** possibility to add methods to mocked app ([#1955](https://github.com/qlik-oss/nebula.js/issues/1955)) ([e8478a5](https://github.com/qlik-oss/nebula.js/commit/e8478a573cef862686dee4118f73532c18225072)) + # [6.7.0](https://github.com/qlik-oss/nebula.js/compare/v6.6.0...v6.7.0) (2026-03-12) ### Bug Fixes diff --git a/commands/serve/package.json b/commands/serve/package.json index aff289f6f..4ca4af5af 100644 --- a/commands/serve/package.json +++ b/commands/serve/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli-serve", - "version": "6.7.0", + "version": "6.8.0", "description": "", "license": "MIT", "author": "QlikTech International AB", @@ -30,7 +30,7 @@ "prepublishOnly": "rm -rf dist && yarn run build" }, "dependencies": { - "@nebula.js/cli-build": "^6.7.0", + "@nebula.js/cli-build": "^6.8.0", "@qlik/sdk": "0.28.0", "body-parser": "2.2.2", "chalk": "4.1.2", @@ -55,11 +55,11 @@ "@babel/preset-react": "7.28.5", "@mui/material": "^6.5.0", "@mui/system": "^6.5.0", - "@nebula.js/enigma-mocker": "^6.7.0", - "@nebula.js/nucleus": "^6.7.0", - "@nebula.js/snapshooter": "^6.7.0", - "@nebula.js/stardust": "^6.7.0", - "@nebula.js/ui": "^6.7.0", + "@nebula.js/enigma-mocker": "^6.8.0", + "@nebula.js/nucleus": "^6.8.0", + "@nebula.js/snapshooter": "^6.8.0", + "@nebula.js/stardust": "^6.8.0", + "@nebula.js/ui": "^6.8.0", "autosuggest-highlight": "3.3.4", "babel-loader": "10.1.1", "d3-require": "1.3.0", diff --git a/lerna.json b/lerna.json index 192df9950..879e32ab7 100644 --- a/lerna.json +++ b/lerna.json @@ -7,7 +7,7 @@ } }, "ignoreChanges": ["**/*.md", "**/__tests__/**", "**/__stories__/**"], - "version": "6.7.0", + "version": "6.8.0", "npmClient": "yarn", "$schema": "node_modules/lerna/schemas/lerna-schema.json" } diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 9668c1c38..5a9517cd0 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.8.0](https://github.com/qlik-oss/nebula.js/compare/v6.7.0...v6.8.0) (2026-03-30) + +**Note:** Version bump only for package @nebula.js/ui + # [6.7.0](https://github.com/qlik-oss/nebula.js/compare/v6.6.0...v6.7.0) (2026-03-12) **Note:** Version bump only for package @nebula.js/ui diff --git a/packages/ui/package.json b/packages/ui/package.json index f3238759e..c08ee6456 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,7 +1,7 @@ { "name": "@nebula.js/ui", "private": true, - "version": "6.7.0", + "version": "6.8.0", "description": "", "license": "MIT", "author": "QlikTech International AB", diff --git a/yarn.lock b/yarn.lock index e8e0afe93..8f3860e16 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3449,7 +3449,7 @@ __metadata: languageName: node linkType: hard -"@nebula.js/cli-build@npm:^6.7.0, @nebula.js/cli-build@workspace:commands/build": +"@nebula.js/cli-build@npm:^6.8.0, @nebula.js/cli-build@workspace:commands/build": version: 0.0.0-use.local resolution: "@nebula.js/cli-build@workspace:commands/build" dependencies: @@ -3478,7 +3478,7 @@ __metadata: languageName: unknown linkType: soft -"@nebula.js/cli-create@npm:^6.7.0, @nebula.js/cli-create@workspace:commands/create": +"@nebula.js/cli-create@npm:^6.8.0, @nebula.js/cli-create@workspace:commands/create": version: 0.0.0-use.local resolution: "@nebula.js/cli-create@workspace:commands/create" dependencies: @@ -3496,7 +3496,7 @@ __metadata: "@babel/cli": "npm:7.28.6" "@babel/core": "npm:7.29.0" "@babel/preset-env": "npm:7.29.2" - "@nebula.js/stardust": "npm:^6.7.0" + "@nebula.js/stardust": "npm:^6.8.0" "@rollup/plugin-babel": "npm:7.0.0" "@rollup/plugin-commonjs": "npm:29.0.2" "@rollup/plugin-node-resolve": "npm:16.0.3" @@ -3519,12 +3519,12 @@ __metadata: "@babel/preset-react": "npm:7.28.5" "@mui/material": "npm:^6.5.0" "@mui/system": "npm:^6.5.0" - "@nebula.js/cli-build": "npm:^6.7.0" - "@nebula.js/enigma-mocker": "npm:^6.7.0" - "@nebula.js/nucleus": "npm:^6.7.0" - "@nebula.js/snapshooter": "npm:^6.7.0" - "@nebula.js/stardust": "npm:^6.7.0" - "@nebula.js/ui": "npm:^6.7.0" + "@nebula.js/cli-build": "npm:^6.8.0" + "@nebula.js/enigma-mocker": "npm:^6.8.0" + "@nebula.js/nucleus": "npm:^6.8.0" + "@nebula.js/snapshooter": "npm:^6.8.0" + "@nebula.js/stardust": "npm:^6.8.0" + "@nebula.js/ui": "npm:^6.8.0" "@qlik/sdk": "npm:0.28.0" autosuggest-highlight: "npm:3.3.4" babel-loader: "npm:10.1.1" @@ -3560,7 +3560,7 @@ __metadata: version: 0.0.0-use.local resolution: "@nebula.js/cli@workspace:commands/cli" dependencies: - "@nebula.js/cli-create": "npm:^6.7.0" + "@nebula.js/cli-create": "npm:^6.8.0" import-cwd: "npm:3.0.0" yargs: "npm:17.7.2" peerDependencies: @@ -3572,7 +3572,7 @@ __metadata: languageName: unknown linkType: soft -"@nebula.js/conversion@npm:^6.7.0, @nebula.js/conversion@workspace:apis/conversion": +"@nebula.js/conversion@npm:^6.8.0, @nebula.js/conversion@workspace:apis/conversion": version: 0.0.0-use.local resolution: "@nebula.js/conversion@workspace:apis/conversion" dependencies: @@ -3580,7 +3580,7 @@ __metadata: languageName: unknown linkType: soft -"@nebula.js/enigma-mocker@npm:^6.7.0, @nebula.js/enigma-mocker@workspace:apis/enigma-mocker": +"@nebula.js/enigma-mocker@npm:^6.8.0, @nebula.js/enigma-mocker@workspace:apis/enigma-mocker": version: 0.0.0-use.local resolution: "@nebula.js/enigma-mocker@workspace:apis/enigma-mocker" dependencies: @@ -3588,7 +3588,7 @@ __metadata: languageName: unknown linkType: soft -"@nebula.js/locale@npm:^6.7.0, @nebula.js/locale@workspace:apis/locale": +"@nebula.js/locale@npm:^6.8.0, @nebula.js/locale@workspace:apis/locale": version: 0.0.0-use.local resolution: "@nebula.js/locale@workspace:apis/locale" dependencies: @@ -3596,7 +3596,7 @@ __metadata: languageName: unknown linkType: soft -"@nebula.js/nucleus@npm:^6.7.0, @nebula.js/nucleus@workspace:apis/nucleus": +"@nebula.js/nucleus@npm:^6.8.0, @nebula.js/nucleus@workspace:apis/nucleus": version: 0.0.0-use.local resolution: "@nebula.js/nucleus@workspace:apis/nucleus" dependencies: @@ -3604,11 +3604,11 @@ __metadata: "@emotion/styled": "npm:^11.14.1" "@mui/icons-material": "npm:^6.5.0" "@mui/material": "npm:^6.5.0" - "@nebula.js/conversion": "npm:^6.7.0" - "@nebula.js/locale": "npm:^6.7.0" - "@nebula.js/supernova": "npm:^6.7.0" - "@nebula.js/theme": "npm:^6.7.0" - "@nebula.js/ui": "npm:^6.7.0" + "@nebula.js/conversion": "npm:^6.8.0" + "@nebula.js/locale": "npm:^6.8.0" + "@nebula.js/supernova": "npm:^6.8.0" + "@nebula.js/theme": "npm:^6.8.0" + "@nebula.js/ui": "npm:^6.8.0" "@qlik/api": "npm:2.6.0" "@testing-library/dom": "npm:^10.4.1" "@testing-library/react": "npm:^16.3.2" @@ -3625,13 +3625,13 @@ __metadata: languageName: unknown linkType: soft -"@nebula.js/snapshooter@npm:^6.7.0, @nebula.js/snapshooter@workspace:apis/snapshooter": +"@nebula.js/snapshooter@npm:^6.8.0, @nebula.js/snapshooter@workspace:apis/snapshooter": version: 0.0.0-use.local resolution: "@nebula.js/snapshooter@workspace:apis/snapshooter" languageName: unknown linkType: soft -"@nebula.js/stardust@npm:^6.7.0, @nebula.js/stardust@workspace:apis/stardust": +"@nebula.js/stardust@npm:^6.8.0, @nebula.js/stardust@workspace:apis/stardust": version: 0.0.0-use.local resolution: "@nebula.js/stardust@workspace:apis/stardust" dependencies: @@ -3639,13 +3639,13 @@ __metadata: "@emotion/styled": "npm:^11.14.1" "@mui/icons-material": "npm:^6.5.0" "@mui/material": "npm:^6.5.0" - "@nebula.js/conversion": "npm:^6.7.0" - "@nebula.js/enigma-mocker": "npm:^6.7.0" - "@nebula.js/locale": "npm:^6.7.0" - "@nebula.js/nucleus": "npm:^6.7.0" - "@nebula.js/supernova": "npm:^6.7.0" - "@nebula.js/theme": "npm:^6.7.0" - "@nebula.js/ui": "npm:^6.7.0" + "@nebula.js/conversion": "npm:^6.8.0" + "@nebula.js/enigma-mocker": "npm:^6.8.0" + "@nebula.js/locale": "npm:^6.8.0" + "@nebula.js/nucleus": "npm:^6.8.0" + "@nebula.js/supernova": "npm:^6.8.0" + "@nebula.js/theme": "npm:^6.8.0" + "@nebula.js/ui": "npm:^6.8.0" "@qlik/api": "npm:2.6.0" "@scriptappy/cli": "npm:0.10.4" "@scriptappy/from-jsdoc": "npm:0.19.4" @@ -3663,11 +3663,11 @@ __metadata: languageName: unknown linkType: soft -"@nebula.js/supernova@npm:^6.7.0, @nebula.js/supernova@workspace:apis/supernova": +"@nebula.js/supernova@npm:^6.8.0, @nebula.js/supernova@workspace:apis/supernova": version: 0.0.0-use.local resolution: "@nebula.js/supernova@workspace:apis/supernova" dependencies: - "@nebula.js/conversion": "npm:^6.7.0" + "@nebula.js/conversion": "npm:^6.8.0" extend: "npm:3.0.2" node-event-emitter: "npm:0.0.1" languageName: unknown @@ -3681,7 +3681,7 @@ __metadata: languageName: unknown linkType: soft -"@nebula.js/theme@npm:^6.7.0, @nebula.js/theme@workspace:apis/theme": +"@nebula.js/theme@npm:^6.8.0, @nebula.js/theme@workspace:apis/theme": version: 0.0.0-use.local resolution: "@nebula.js/theme@workspace:apis/theme" dependencies: @@ -3691,7 +3691,7 @@ __metadata: languageName: unknown linkType: soft -"@nebula.js/ui@npm:^6.7.0, @nebula.js/ui@workspace:packages/ui": +"@nebula.js/ui@npm:^6.8.0, @nebula.js/ui@workspace:packages/ui": version: 0.0.0-use.local resolution: "@nebula.js/ui@workspace:packages/ui" dependencies: