diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index c01fa3f7d5..1fb58ca09f 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,29 +1,29 @@ { - ".": "3.21.3", - "packages/api": "3.4.13", - "packages/chart": "3.7.2", - "packages/codemirror": "3.7.2", - "packages/common": "3.7.3", - "packages/comms": "3.15.2", - "packages/composite": "3.5.3", - "packages/dataflow": "9.6.7", - "packages/ddl-shim": "3.3.2", - "packages/dgrid": "3.7.3", - "packages/dgrid-shim": "3.4.3", - "packages/dgrid2": "3.6.2", - "packages/eclwatch": "3.6.3", - "packages/esbuild-plugins": "1.8.5", - "packages/form": "3.4.2", - "packages/graph": "3.7.2", - "packages/html": "3.3.13", - "packages/layout": "3.5.8", - "packages/map": "3.5.2", - "packages/markdown-it-plugins": "1.5.8", - "packages/observablehq-compiler": "3.7.6", - "packages/other": "3.5.2", - "packages/phosphor": "3.5.2", - "packages/react": "3.4.13", - "packages/timeline": "3.4.2", - "packages/tree": "3.2.13", - "packages/util": "3.5.2" + ".": "3.21.4", + "packages/api": "3.4.14", + "packages/chart": "3.7.3", + "packages/codemirror": "3.7.3", + "packages/common": "3.7.4", + "packages/comms": "3.15.3", + "packages/composite": "3.5.4", + "packages/dataflow": "9.6.8", + "packages/ddl-shim": "3.3.3", + "packages/dgrid": "3.7.4", + "packages/dgrid-shim": "3.4.4", + "packages/dgrid2": "3.6.3", + "packages/eclwatch": "3.6.4", + "packages/esbuild-plugins": "1.8.6", + "packages/form": "3.4.3", + "packages/graph": "3.7.3", + "packages/html": "3.3.14", + "packages/layout": "3.5.9", + "packages/map": "3.5.3", + "packages/markdown-it-plugins": "1.5.9", + "packages/observablehq-compiler": "3.7.7", + "packages/other": "3.5.3", + "packages/phosphor": "3.5.3", + "packages/react": "3.4.14", + "packages/timeline": "3.4.3", + "packages/tree": "3.2.14", + "packages/util": "3.5.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8618988b24..4b59056177 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.21.4](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.21.3...hpcc-js-v3.21.4) (2026-04-03) + + +### Bug Fixes + +* bump typescript to version 6 ([#4551](https://github.com/hpcc-systems/Visualization/issues/4551)) ([c42a5eb](https://github.com/hpcc-systems/Visualization/commit/c42a5ebc63be90d7d1842238119bce0815a056a6)) +* bump versions (security) ([c32d5c0](https://github.com/hpcc-systems/Visualization/commit/c32d5c0a830f4b7649a721b63e608048e575e160)) +* **comms:** refactor the wsLogaccess GetLogs filter creation ([#4546](https://github.com/hpcc-systems/Visualization/issues/4546)) ([0ac7ad6](https://github.com/hpcc-systems/Visualization/commit/0ac7ad66b3832497abfc7849bbcaa5f7df98b7e3)) +* timeline click zone ([#4560](https://github.com/hpcc-systems/Visualization/issues/4560)) ([08d82bc](https://github.com/hpcc-systems/Visualization/commit/08d82bce9b13c5439e71a0fc292f015783b1ad95)) + ## [3.21.3](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.21.2...hpcc-js-v3.21.3) (2026-03-16) diff --git a/package-lock.json b/package-lock.json index 49272d314b..2b8f7ca90d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hpcc-js", - "version": "3.21.3", + "version": "3.21.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hpcc-js", - "version": "3.21.3", + "version": "3.21.4", "license": "Apache-2.0", "workspaces": [ "packages/*" @@ -23045,13 +23045,13 @@ }, "packages/api": { "name": "@hpcc-js/api", - "version": "3.4.13", + "version": "3.4.14", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.7.3" + "@hpcc-js/common": "^3.7.4" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "d3-collection": "^1", "d3-color": "3.1.0", "d3-format": "^1", @@ -23060,15 +23060,15 @@ }, "packages/chart": { "name": "@hpcc-js/chart", - "version": "3.7.2", + "version": "3.7.3", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.4.13", - "@hpcc-js/common": "^3.7.3", - "@hpcc-js/util": "^3.5.2" + "@hpcc-js/api": "^3.4.14", + "@hpcc-js/common": "^3.7.4", + "@hpcc-js/util": "^3.5.3" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "@types/d3-shape": "1.3.12", "@types/d3-transition": "1.3.6", "d3-array": "^1", @@ -23101,22 +23101,22 @@ }, "packages/codemirror": { "name": "@hpcc-js/codemirror", - "version": "3.7.2", + "version": "3.7.3", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.7.3" + "@hpcc-js/common": "^3.7.4" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "codemirror": "5.65.21" } }, "packages/common": { "name": "@hpcc-js/common", - "version": "3.7.3", + "version": "3.7.4", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/util": "^3.5.2", + "@hpcc-js/util": "^3.5.3", "@types/d3-array": "1.2.12", "@types/d3-brush": "1.1.8", "@types/d3-collection": "1.0.13", @@ -23134,7 +23134,7 @@ "@types/d3-zoom": "1.8.7" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "colorbrewer": "1.7.0", "d3-array": "^1", "d3-brush": "^1", @@ -23200,16 +23200,16 @@ }, "packages/comms": { "name": "@hpcc-js/comms", - "version": "3.15.2", + "version": "3.15.3", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/util": "^3.5.2", + "@hpcc-js/util": "^3.5.3", "@xmldom/xmldom": "0.9.9", "undici": "7.24.7" }, "devDependencies": { - "@hpcc-js/ddl-shim": "^3.3.2", - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/ddl-shim": "^3.3.3", + "@hpcc-js/esbuild-plugins": "^1.8.6", "@kubernetes/client-node": "1.4.0", "@types/d3-request": "1.0.9", "@types/d3-time-format": "2.3.4", @@ -23242,21 +23242,21 @@ }, "packages/composite": { "name": "@hpcc-js/composite", - "version": "3.5.3", + "version": "3.5.4", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.4.13", - "@hpcc-js/chart": "^3.7.2", - "@hpcc-js/common": "^3.7.3", - "@hpcc-js/dgrid": "^3.7.3", - "@hpcc-js/form": "^3.4.2", - "@hpcc-js/html": "^3.3.13", - "@hpcc-js/other": "^3.5.2", - "@hpcc-js/phosphor": "^3.5.2", - "@hpcc-js/util": "^3.5.2" + "@hpcc-js/api": "^3.4.14", + "@hpcc-js/chart": "^3.7.3", + "@hpcc-js/common": "^3.7.4", + "@hpcc-js/dgrid": "^3.7.4", + "@hpcc-js/form": "^3.4.3", + "@hpcc-js/html": "^3.3.14", + "@hpcc-js/other": "^3.5.3", + "@hpcc-js/phosphor": "^3.5.3", + "@hpcc-js/util": "^3.5.3" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "@types/d3-transition": "1.3.6", "d3-collection": "^1", "d3-selection": "^1", @@ -23265,40 +23265,40 @@ }, "packages/dataflow": { "name": "@hpcc-js/dataflow", - "version": "9.6.7", + "version": "9.6.8", "license": "Apache-2.0", "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "@types/faker": "4.1.12", "faker": "4.1.0" } }, "packages/ddl-shim": { "name": "@hpcc-js/ddl-shim", - "version": "3.3.2", + "version": "3.3.3", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { "ajv": "6.14.0" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "@rodrigoff/ajv-cli": "5.2.0", "ts-json-schema-generator": "0.98.0" } }, "packages/dgrid": { "name": "@hpcc-js/dgrid", - "version": "3.7.3", + "version": "3.7.4", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.7.3", - "@hpcc-js/dgrid-shim": "^3.4.3", - "@hpcc-js/util": "^3.5.2" + "@hpcc-js/common": "^3.7.4", + "@hpcc-js/dgrid-shim": "^3.4.4", + "@hpcc-js/util": "^3.5.3" }, "devDependencies": { - "@hpcc-js/ddl-shim": "^3.3.2", - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/ddl-shim": "^3.3.3", + "@hpcc-js/esbuild-plugins": "^1.8.6", "@testing-library/dom": "10.4.1", "d3-format": "^1", "d3-selection": "^1" @@ -23306,7 +23306,7 @@ }, "packages/dgrid-shim": { "name": "@hpcc-js/dgrid-shim", - "version": "3.4.3", + "version": "3.4.4", "license": "Apache-2.0", "devDependencies": { "@types/dojo": "1.9.49", @@ -23342,14 +23342,14 @@ }, "packages/dgrid2": { "name": "@hpcc-js/dgrid2", - "version": "3.6.2", + "version": "3.6.3", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.7.3", - "@hpcc-js/util": "^3.5.2" + "@hpcc-js/common": "^3.7.4", + "@hpcc-js/util": "^3.5.3" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "@types/react": "19.2.14", "@types/react-dom": "19.2.3", "@vitejs/plugin-react": "4.7.0", @@ -23401,28 +23401,28 @@ }, "packages/eclwatch": { "name": "@hpcc-js/eclwatch", - "version": "3.6.3", + "version": "3.6.4", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/codemirror": "^3.7.2", - "@hpcc-js/common": "^3.7.3", - "@hpcc-js/comms": "^3.15.2", - "@hpcc-js/dgrid": "^3.7.3", - "@hpcc-js/graph": "^3.7.2", - "@hpcc-js/layout": "^3.5.8", - "@hpcc-js/phosphor": "^3.5.2", - "@hpcc-js/timeline": "^3.4.2", - "@hpcc-js/tree": "^3.2.13", - "@hpcc-js/util": "^3.5.2" + "@hpcc-js/codemirror": "^3.7.3", + "@hpcc-js/common": "^3.7.4", + "@hpcc-js/comms": "^3.15.3", + "@hpcc-js/dgrid": "^3.7.4", + "@hpcc-js/graph": "^3.7.3", + "@hpcc-js/layout": "^3.5.9", + "@hpcc-js/phosphor": "^3.5.3", + "@hpcc-js/timeline": "^3.4.3", + "@hpcc-js/tree": "^3.2.14", + "@hpcc-js/util": "^3.5.3" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "d3-selection": "^1" } }, "packages/esbuild-plugins": { "name": "@hpcc-js/esbuild-plugins", - "version": "1.8.5", + "version": "1.8.6", "license": "Apache-2.0", "dependencies": { "esbuild": "0.28.0", @@ -23455,15 +23455,15 @@ }, "packages/form": { "name": "@hpcc-js/form", - "version": "3.4.2", + "version": "3.4.3", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.4.13", - "@hpcc-js/chart": "^3.7.2", - "@hpcc-js/common": "^3.7.3" + "@hpcc-js/api": "^3.4.14", + "@hpcc-js/chart": "^3.7.3", + "@hpcc-js/common": "^3.7.4" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "d3-brush": "^1", "d3-color": "3.1.0", "d3-drag": "^1", @@ -23473,17 +23473,17 @@ }, "packages/graph": { "name": "@hpcc-js/graph", - "version": "3.7.2", + "version": "3.7.3", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.4.13", - "@hpcc-js/common": "^3.7.3", - "@hpcc-js/html": "^3.3.13", - "@hpcc-js/react": "^3.4.13", - "@hpcc-js/util": "^3.5.2" + "@hpcc-js/api": "^3.4.14", + "@hpcc-js/common": "^3.7.4", + "@hpcc-js/html": "^3.3.14", + "@hpcc-js/react": "^3.4.14", + "@hpcc-js/util": "^3.5.3" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "@hpcc-js/wasm-graphviz": "1.21.2", "@types/d3-transition": "1.3.6", "@types/dagre": "0.7.54", @@ -23507,32 +23507,32 @@ }, "packages/html": { "name": "@hpcc-js/html", - "version": "3.3.13", + "version": "3.3.14", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.7.3", - "@hpcc-js/react": "^3.4.13", - "@hpcc-js/util": "^3.5.2" + "@hpcc-js/common": "^3.7.4", + "@hpcc-js/react": "^3.4.14", + "@hpcc-js/util": "^3.5.3" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "d3-format": "^1", "d3-selection": "^1" } }, "packages/layout": { "name": "@hpcc-js/layout", - "version": "3.5.8", + "version": "3.5.9", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.4.13", - "@hpcc-js/chart": "^3.7.2", - "@hpcc-js/common": "^3.7.3", - "@hpcc-js/dgrid2": "^3.6.2", - "@hpcc-js/util": "^3.5.2" + "@hpcc-js/api": "^3.4.14", + "@hpcc-js/chart": "^3.7.3", + "@hpcc-js/common": "^3.7.4", + "@hpcc-js/dgrid2": "^3.6.3", + "@hpcc-js/util": "^3.5.3" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "@types/d3-transition": "1.3.6", "d3-drag": "^1", "d3-selection": "^1", @@ -23544,18 +23544,18 @@ }, "packages/map": { "name": "@hpcc-js/map", - "version": "3.5.2", + "version": "3.5.3", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.4.13", - "@hpcc-js/common": "^3.7.3", - "@hpcc-js/graph": "^3.7.2", - "@hpcc-js/layout": "^3.5.8", - "@hpcc-js/other": "^3.5.2", - "@hpcc-js/util": "^3.5.2" + "@hpcc-js/api": "^3.4.14", + "@hpcc-js/common": "^3.7.4", + "@hpcc-js/graph": "^3.7.3", + "@hpcc-js/layout": "^3.5.9", + "@hpcc-js/other": "^3.5.3", + "@hpcc-js/util": "^3.5.3" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "@types/leaflet-draw": "1.0.13", "@types/leaflet.heat": "0.2.5", "@types/leaflet.markercluster": "1.5.6", @@ -23577,16 +23577,16 @@ }, "packages/markdown-it-plugins": { "name": "@hpcc-js/markdown-it-plugins", - "version": "1.5.8", + "version": "1.5.9", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/observablehq-compiler": "^3.7.6", + "@hpcc-js/observablehq-compiler": "^3.7.7", "@observablehq/framework": "1.13.4", "@observablehq/runtime": "5.9.9", "@types/markdown-it": "14.1.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "d3-dsv": "3.0.1", "d3-fetch": "3.0.1", "dotenv": "16.6.1", @@ -23613,7 +23613,7 @@ }, "packages/observablehq-compiler": { "name": "@hpcc-js/observablehq-compiler", - "version": "3.7.6", + "version": "3.7.7", "license": "Apache-2.0", "dependencies": { "jsdom": "26.1.0", @@ -23623,7 +23623,7 @@ "ojscc": "bin/ojscc.mjs" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "@observablehq/notebook-kit": "1.5.2", "@observablehq/parser": "6.1.0", "@observablehq/runtime": "5.9.9", @@ -23751,15 +23751,15 @@ }, "packages/other": { "name": "@hpcc-js/other", - "version": "3.5.2", + "version": "3.5.3", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.4.13", - "@hpcc-js/common": "^3.7.3", - "@hpcc-js/layout": "^3.5.8" + "@hpcc-js/api": "^3.4.14", + "@hpcc-js/common": "^3.7.4", + "@hpcc-js/layout": "^3.5.9" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "d3-array": "^1", "d3-collection": "^1", "d3-format": "^1", @@ -23776,13 +23776,13 @@ }, "packages/phosphor": { "name": "@hpcc-js/phosphor", - "version": "3.5.2", + "version": "3.5.3", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.7.3" + "@hpcc-js/common": "^3.7.4" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "@lumino/algorithm": "2.0.4", "@lumino/commands": "2.3.3", "@lumino/messaging": "2.0.4", @@ -23791,31 +23791,31 @@ }, "packages/react": { "name": "@hpcc-js/react", - "version": "3.4.13", + "version": "3.4.14", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.7.3" + "@hpcc-js/common": "^3.7.4" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "@preact/preset-vite": "2.10.5", "preact": "10.29.1" } }, "packages/timeline": { "name": "@hpcc-js/timeline", - "version": "3.4.2", + "version": "3.4.3", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.4.13", - "@hpcc-js/chart": "^3.7.2", - "@hpcc-js/common": "^3.7.3", - "@hpcc-js/html": "^3.3.13", - "@hpcc-js/layout": "^3.5.8", - "@hpcc-js/react": "^3.4.13" + "@hpcc-js/api": "^3.4.14", + "@hpcc-js/chart": "^3.7.3", + "@hpcc-js/common": "^3.7.4", + "@hpcc-js/html": "^3.3.14", + "@hpcc-js/layout": "^3.5.9", + "@hpcc-js/react": "^3.4.14" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "d3-array": "^1", "d3-scale": "^1", "d3-selection": "^1", @@ -23825,14 +23825,14 @@ }, "packages/tree": { "name": "@hpcc-js/tree", - "version": "3.2.13", + "version": "3.2.14", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.4.13", - "@hpcc-js/common": "^3.7.3" + "@hpcc-js/api": "^3.4.14", + "@hpcc-js/common": "^3.7.4" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "@types/d3-transition": "1.3.6", "d3-hierarchy": "^1", "d3-interpolate": "^1", @@ -23851,13 +23851,13 @@ }, "packages/util": { "name": "@hpcc-js/util", - "version": "3.5.2", + "version": "3.5.3", "license": "Apache-2.0", "dependencies": { "@xmldom/xmldom": "0.9.9" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "detect-indent": "7.0.2", "mkdirp": "3.0.1" } diff --git a/package.json b/package.json index 4fecf11572..7f63cb0465 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hpcc-js", - "version": "3.21.3", + "version": "3.21.4", "description": "HPCC Visualization Framework", "private": true, "type": "module", diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 8c1f6a732c..6ec549b7e3 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.4.14](https://github.com/hpcc-systems/Visualization/compare/api-v3.4.13...api-v3.4.14) (2026-04-03) + + +### Bug Fixes + +* bump typescript to version 6 ([#4551](https://github.com/hpcc-systems/Visualization/issues/4551)) ([c42a5eb](https://github.com/hpcc-systems/Visualization/commit/c42a5ebc63be90d7d1842238119bce0815a056a6)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.7.3 to ^3.7.4 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.5 to ^1.8.6 + ## [3.4.13](https://github.com/hpcc-systems/Visualization/compare/api-v3.4.12...api-v3.4.13) (2026-03-16) diff --git a/packages/api/package.json b/packages/api/package.json index 20873cb40b..1b65ffe299 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/api", - "version": "3.4.13", + "version": "3.4.14", "description": "hpcc-js - Viz api", "type": "module", "main": "./dist/index.umd.cjs", @@ -37,10 +37,10 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/common": "^3.7.3" + "@hpcc-js/common": "^3.7.4" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "d3-collection": "^1", "d3-color": "3.1.0", "d3-format": "^1", diff --git a/packages/chart/CHANGELOG.md b/packages/chart/CHANGELOG.md index cd422b7b7e..39fe988228 100644 --- a/packages/chart/CHANGELOG.md +++ b/packages/chart/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. +## [3.7.3](https://github.com/hpcc-systems/Visualization/compare/chart-v3.7.2...chart-v3.7.3) (2026-04-03) + + +### Bug Fixes + +* bump typescript to version 6 ([#4551](https://github.com/hpcc-systems/Visualization/issues/4551)) ([c42a5eb](https://github.com/hpcc-systems/Visualization/commit/c42a5ebc63be90d7d1842238119bce0815a056a6)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.4.13 to ^3.4.14 + * @hpcc-js/common bumped from ^3.7.3 to ^3.7.4 + * @hpcc-js/util bumped from ^3.5.2 to ^3.5.3 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.5 to ^1.8.6 + ## [3.7.2](https://github.com/hpcc-systems/Visualization/compare/chart-v3.7.1...chart-v3.7.2) (2026-03-16) diff --git a/packages/chart/package.json b/packages/chart/package.json index 8f85436a4f..2b65f84f0e 100644 --- a/packages/chart/package.json +++ b/packages/chart/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/chart", - "version": "3.7.2", + "version": "3.7.3", "description": "hpcc-js - Viz Chart", "type": "module", "main": "./dist/index.umd.cjs", @@ -37,12 +37,12 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/api": "^3.4.13", - "@hpcc-js/common": "^3.7.3", - "@hpcc-js/util": "^3.5.2" + "@hpcc-js/api": "^3.4.14", + "@hpcc-js/common": "^3.7.4", + "@hpcc-js/util": "^3.5.3" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "@types/d3-shape": "1.3.12", "@types/d3-transition": "1.3.6", "d3-array": "^1", diff --git a/packages/codemirror/CHANGELOG.md b/packages/codemirror/CHANGELOG.md index 9d093bf714..d059848551 100644 --- a/packages/codemirror/CHANGELOG.md +++ b/packages/codemirror/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.7.3](https://github.com/hpcc-systems/Visualization/compare/codemirror-v3.7.2...codemirror-v3.7.3) (2026-04-03) + + +### Bug Fixes + +* bump typescript to version 6 ([#4551](https://github.com/hpcc-systems/Visualization/issues/4551)) ([c42a5eb](https://github.com/hpcc-systems/Visualization/commit/c42a5ebc63be90d7d1842238119bce0815a056a6)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.7.3 to ^3.7.4 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.5 to ^1.8.6 + ## [3.7.2](https://github.com/hpcc-systems/Visualization/compare/codemirror-v3.7.1...codemirror-v3.7.2) (2026-03-16) diff --git a/packages/codemirror/package.json b/packages/codemirror/package.json index f2ca971018..4960a04136 100644 --- a/packages/codemirror/package.json +++ b/packages/codemirror/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/codemirror", - "version": "3.7.2", + "version": "3.7.3", "description": "hpcc-js - Viz Code Mirror", "type": "module", "main": "./dist/index.umd.cjs", @@ -37,10 +37,10 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/common": "^3.7.3" + "@hpcc-js/common": "^3.7.4" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "codemirror": "5.65.21" }, "repository": { diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index bf52f51e2b..7a69255a91 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.7.4](https://github.com/hpcc-systems/Visualization/compare/common-v3.7.3...common-v3.7.4) (2026-04-03) + + +### Bug Fixes + +* bump typescript to version 6 ([#4551](https://github.com/hpcc-systems/Visualization/issues/4551)) ([c42a5eb](https://github.com/hpcc-systems/Visualization/commit/c42a5ebc63be90d7d1842238119bce0815a056a6)) +* bump versions (security) ([c32d5c0](https://github.com/hpcc-systems/Visualization/commit/c32d5c0a830f4b7649a721b63e608048e575e160)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/util bumped from ^3.5.2 to ^3.5.3 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.5 to ^1.8.6 + ## [3.7.3](https://github.com/hpcc-systems/Visualization/compare/common-v3.7.2...common-v3.7.3) (2026-03-16) diff --git a/packages/common/package.json b/packages/common/package.json index 110e6b3176..afc901ed13 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/common", - "version": "3.7.3", + "version": "3.7.4", "description": "hpcc-js - Viz Common", "type": "module", "main": "./dist/index.umd.cjs", @@ -39,7 +39,7 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/util": "^3.5.2", + "@hpcc-js/util": "^3.5.3", "@types/d3-array": "1.2.12", "@types/d3-brush": "1.1.8", "@types/d3-collection": "1.0.13", @@ -57,7 +57,7 @@ "@types/d3-zoom": "1.8.7" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "colorbrewer": "1.7.0", "d3-array": "^1", "d3-brush": "^1", diff --git a/packages/comms/CHANGELOG.md b/packages/comms/CHANGELOG.md index 71a81fe46a..293e80bf23 100644 --- a/packages/comms/CHANGELOG.md +++ b/packages/comms/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.15.3](https://github.com/hpcc-systems/Visualization/compare/comms-v3.15.2...comms-v3.15.3) (2026-04-03) + + +### Bug Fixes + +* bump typescript to version 6 ([#4551](https://github.com/hpcc-systems/Visualization/issues/4551)) ([c42a5eb](https://github.com/hpcc-systems/Visualization/commit/c42a5ebc63be90d7d1842238119bce0815a056a6)) +* bump versions (security) ([c32d5c0](https://github.com/hpcc-systems/Visualization/commit/c32d5c0a830f4b7649a721b63e608048e575e160)) +* **comms:** refactor the wsLogaccess GetLogs filter creation ([#4546](https://github.com/hpcc-systems/Visualization/issues/4546)) ([0ac7ad6](https://github.com/hpcc-systems/Visualization/commit/0ac7ad66b3832497abfc7849bbcaa5f7df98b7e3)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/util bumped from ^3.5.2 to ^3.5.3 + * devDependencies + * @hpcc-js/ddl-shim bumped from ^3.3.2 to ^3.3.3 + * @hpcc-js/esbuild-plugins bumped from ^1.8.5 to ^1.8.6 + ## [3.15.2](https://github.com/hpcc-systems/Visualization/compare/comms-v3.15.1...comms-v3.15.2) (2026-03-16) diff --git a/packages/comms/package.json b/packages/comms/package.json index c465f6e996..abc1c740f2 100644 --- a/packages/comms/package.json +++ b/packages/comms/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/comms", - "version": "3.15.2", + "version": "3.15.3", "description": "hpcc-js - Communications", "type": "module", "main": "./dist/node/index.cjs", @@ -74,13 +74,13 @@ "wsdl-all": "npm-run-all --aggregate-output -c --serial build --parallel wsdl-*" }, "dependencies": { - "@hpcc-js/util": "^3.5.2", + "@hpcc-js/util": "^3.5.3", "@xmldom/xmldom": "0.9.9", "undici": "7.24.7" }, "devDependencies": { - "@hpcc-js/ddl-shim": "^3.3.2", - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/ddl-shim": "^3.3.3", + "@hpcc-js/esbuild-plugins": "^1.8.6", "@kubernetes/client-node": "1.4.0", "@types/d3-request": "1.0.9", "@types/d3-time-format": "2.3.4", diff --git a/packages/composite/CHANGELOG.md b/packages/composite/CHANGELOG.md index 6b0fd4b173..6a8eb4d220 100644 --- a/packages/composite/CHANGELOG.md +++ b/packages/composite/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.5.4](https://github.com/hpcc-systems/Visualization/compare/composite-v3.5.3...composite-v3.5.4) (2026-04-03) + + +### Bug Fixes + +* bump typescript to version 6 ([#4551](https://github.com/hpcc-systems/Visualization/issues/4551)) ([c42a5eb](https://github.com/hpcc-systems/Visualization/commit/c42a5ebc63be90d7d1842238119bce0815a056a6)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.4.13 to ^3.4.14 + * @hpcc-js/chart bumped from ^3.7.2 to ^3.7.3 + * @hpcc-js/common bumped from ^3.7.3 to ^3.7.4 + * @hpcc-js/dgrid bumped from ^3.7.3 to ^3.7.4 + * @hpcc-js/form bumped from ^3.4.2 to ^3.4.3 + * @hpcc-js/html bumped from ^3.3.13 to ^3.3.14 + * @hpcc-js/other bumped from ^3.5.2 to ^3.5.3 + * @hpcc-js/phosphor bumped from ^3.5.2 to ^3.5.3 + * @hpcc-js/util bumped from ^3.5.2 to ^3.5.3 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.5 to ^1.8.6 + ## [3.5.3](https://github.com/hpcc-systems/Visualization/compare/composite-v3.5.2...composite-v3.5.3) (2026-03-16) diff --git a/packages/composite/package.json b/packages/composite/package.json index c8a7165aac..91fdae2cdc 100644 --- a/packages/composite/package.json +++ b/packages/composite/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/composite", - "version": "3.5.3", + "version": "3.5.4", "description": "hpcc-js - Viz Composite", "type": "module", "main": "./dist/index.umd.cjs", @@ -37,18 +37,18 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/api": "^3.4.13", - "@hpcc-js/chart": "^3.7.2", - "@hpcc-js/common": "^3.7.3", - "@hpcc-js/dgrid": "^3.7.3", - "@hpcc-js/form": "^3.4.2", - "@hpcc-js/html": "^3.3.13", - "@hpcc-js/other": "^3.5.2", - "@hpcc-js/phosphor": "^3.5.2", - "@hpcc-js/util": "^3.5.2" + "@hpcc-js/api": "^3.4.14", + "@hpcc-js/chart": "^3.7.3", + "@hpcc-js/common": "^3.7.4", + "@hpcc-js/dgrid": "^3.7.4", + "@hpcc-js/form": "^3.4.3", + "@hpcc-js/html": "^3.3.14", + "@hpcc-js/other": "^3.5.3", + "@hpcc-js/phosphor": "^3.5.3", + "@hpcc-js/util": "^3.5.3" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "@types/d3-transition": "1.3.6", "d3-collection": "^1", "d3-selection": "^1", diff --git a/packages/dataflow/CHANGELOG.md b/packages/dataflow/CHANGELOG.md index 0a6c203f16..a55b34d97d 100644 --- a/packages/dataflow/CHANGELOG.md +++ b/packages/dataflow/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.6.8](https://github.com/hpcc-systems/Visualization/compare/dataflow-v9.6.7...dataflow-v9.6.8) (2026-04-03) + + +### Bug Fixes + +* bump typescript to version 6 ([#4551](https://github.com/hpcc-systems/Visualization/issues/4551)) ([c42a5eb](https://github.com/hpcc-systems/Visualization/commit/c42a5ebc63be90d7d1842238119bce0815a056a6)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.5 to ^1.8.6 + ## [9.6.7](https://github.com/hpcc-systems/Visualization/compare/dataflow-v9.6.6...dataflow-v9.6.7) (2026-03-16) diff --git a/packages/dataflow/package.json b/packages/dataflow/package.json index a8d3091d05..14db005ea4 100644 --- a/packages/dataflow/package.json +++ b/packages/dataflow/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/dataflow", - "version": "9.6.7", + "version": "9.6.8", "description": "hpcc-js - Data Flow", "type": "module", "main": "./dist/index.umd.cjs", @@ -41,7 +41,7 @@ "update-major": "npx --yes npm-check-updates -u" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "@types/faker": "4.1.12", "faker": "4.1.0" }, diff --git a/packages/ddl-shim/CHANGELOG.md b/packages/ddl-shim/CHANGELOG.md index af4a0e3868..9888b22017 100644 --- a/packages/ddl-shim/CHANGELOG.md +++ b/packages/ddl-shim/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.3.3](https://github.com/hpcc-systems/Visualization/compare/ddl-shim-v3.3.2...ddl-shim-v3.3.3) (2026-04-03) + + +### Bug Fixes + +* bump typescript to version 6 ([#4551](https://github.com/hpcc-systems/Visualization/issues/4551)) ([c42a5eb](https://github.com/hpcc-systems/Visualization/commit/c42a5ebc63be90d7d1842238119bce0815a056a6)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.5 to ^1.8.6 + ## [3.3.2](https://github.com/hpcc-systems/Visualization/compare/ddl-shim-v3.3.1...ddl-shim-v3.3.2) (2026-03-16) diff --git a/packages/ddl-shim/package.json b/packages/ddl-shim/package.json index 1bcb2dd367..b607297131 100644 --- a/packages/ddl-shim/package.json +++ b/packages/ddl-shim/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/ddl-shim", - "version": "3.3.2", + "version": "3.3.3", "description": "hpcc-js DDL parser", "type": "module", "main": "./dist/index.umd.cjs", @@ -42,7 +42,7 @@ "ajv": "6.14.0" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "@rodrigoff/ajv-cli": "5.2.0", "ts-json-schema-generator": "0.98.0" }, diff --git a/packages/dgrid-shim/CHANGELOG.md b/packages/dgrid-shim/CHANGELOG.md index 540ddf14d8..4f1d38c29d 100644 --- a/packages/dgrid-shim/CHANGELOG.md +++ b/packages/dgrid-shim/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. +## [3.4.4](https://github.com/hpcc-systems/Visualization/compare/dgrid-shim-v3.4.3...dgrid-shim-v3.4.4) (2026-04-03) + + +### Bug Fixes + +* bump typescript to version 6 ([#4551](https://github.com/hpcc-systems/Visualization/issues/4551)) ([c42a5eb](https://github.com/hpcc-systems/Visualization/commit/c42a5ebc63be90d7d1842238119bce0815a056a6)) + ## [3.4.3](https://github.com/hpcc-systems/Visualization/compare/dgrid-shim-v3.4.2...dgrid-shim-v3.4.3) (2026-03-16) diff --git a/packages/dgrid-shim/package.json b/packages/dgrid-shim/package.json index fa2fc96d95..a83ae8d9ed 100644 --- a/packages/dgrid-shim/package.json +++ b/packages/dgrid-shim/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/dgrid-shim", - "version": "3.4.3", + "version": "3.4.4", "description": "dgrid shim", "main": "dist/index.js", "unpkg": "dist/index.min.js", diff --git a/packages/dgrid/CHANGELOG.md b/packages/dgrid/CHANGELOG.md index 79bd26ecec..9aa92ce540 100644 --- a/packages/dgrid/CHANGELOG.md +++ b/packages/dgrid/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.7.4](https://github.com/hpcc-systems/Visualization/compare/dgrid-v3.7.3...dgrid-v3.7.4) (2026-04-03) + + +### Bug Fixes + +* bump typescript to version 6 ([#4551](https://github.com/hpcc-systems/Visualization/issues/4551)) ([c42a5eb](https://github.com/hpcc-systems/Visualization/commit/c42a5ebc63be90d7d1842238119bce0815a056a6)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.7.3 to ^3.7.4 + * @hpcc-js/dgrid-shim bumped from ^3.4.3 to ^3.4.4 + * @hpcc-js/util bumped from ^3.5.2 to ^3.5.3 + * devDependencies + * @hpcc-js/ddl-shim bumped from ^3.3.2 to ^3.3.3 + * @hpcc-js/esbuild-plugins bumped from ^1.8.5 to ^1.8.6 + ## [3.7.3](https://github.com/hpcc-systems/Visualization/compare/dgrid-v3.7.2...dgrid-v3.7.3) (2026-03-16) diff --git a/packages/dgrid/package.json b/packages/dgrid/package.json index a81300ab66..fc5c6dd2d5 100644 --- a/packages/dgrid/package.json +++ b/packages/dgrid/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/dgrid", - "version": "3.7.3", + "version": "3.7.4", "description": "hpcc-js - Viz DGrid", "type": "module", "main": "./dist/index.umd.cjs", @@ -37,13 +37,13 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/common": "^3.7.3", - "@hpcc-js/dgrid-shim": "^3.4.3", - "@hpcc-js/util": "^3.5.2" + "@hpcc-js/common": "^3.7.4", + "@hpcc-js/dgrid-shim": "^3.4.4", + "@hpcc-js/util": "^3.5.3" }, "devDependencies": { - "@hpcc-js/ddl-shim": "^3.3.2", - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/ddl-shim": "^3.3.3", + "@hpcc-js/esbuild-plugins": "^1.8.6", "@testing-library/dom": "10.4.1", "d3-format": "^1", "d3-selection": "^1" diff --git a/packages/dgrid2/CHANGELOG.md b/packages/dgrid2/CHANGELOG.md index 70a1b2e34e..82e1384e4b 100644 --- a/packages/dgrid2/CHANGELOG.md +++ b/packages/dgrid2/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.6.3](https://github.com/hpcc-systems/Visualization/compare/dgrid2-v3.6.2...dgrid2-v3.6.3) (2026-04-03) + + +### Bug Fixes + +* bump typescript to version 6 ([#4551](https://github.com/hpcc-systems/Visualization/issues/4551)) ([c42a5eb](https://github.com/hpcc-systems/Visualization/commit/c42a5ebc63be90d7d1842238119bce0815a056a6)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.7.3 to ^3.7.4 + * @hpcc-js/util bumped from ^3.5.2 to ^3.5.3 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.5 to ^1.8.6 + ## [3.6.2](https://github.com/hpcc-systems/Visualization/compare/dgrid2-v3.6.1...dgrid2-v3.6.2) (2026-03-16) diff --git a/packages/dgrid2/package.json b/packages/dgrid2/package.json index c87accbe27..be29d3746b 100644 --- a/packages/dgrid2/package.json +++ b/packages/dgrid2/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/dgrid2", - "version": "3.6.2", + "version": "3.6.3", "description": "hpcc-js - DGrid2", "type": "module", "main": "./dist/index.umd.cjs", @@ -37,11 +37,11 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/common": "^3.7.3", - "@hpcc-js/util": "^3.5.2" + "@hpcc-js/common": "^3.7.4", + "@hpcc-js/util": "^3.5.3" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "@types/react": "19.2.14", "@types/react-dom": "19.2.3", "@vitejs/plugin-react": "4.7.0", diff --git a/packages/eclwatch/CHANGELOG.md b/packages/eclwatch/CHANGELOG.md index 9a1336a090..660155db5a 100644 --- a/packages/eclwatch/CHANGELOG.md +++ b/packages/eclwatch/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.6.4](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.6.3...eclwatch-v3.6.4) (2026-04-03) + + +### Bug Fixes + +* bump typescript to version 6 ([#4551](https://github.com/hpcc-systems/Visualization/issues/4551)) ([c42a5eb](https://github.com/hpcc-systems/Visualization/commit/c42a5ebc63be90d7d1842238119bce0815a056a6)) +* timeline click zone ([#4560](https://github.com/hpcc-systems/Visualization/issues/4560)) ([08d82bc](https://github.com/hpcc-systems/Visualization/commit/08d82bce9b13c5439e71a0fc292f015783b1ad95)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/codemirror bumped from ^3.7.2 to ^3.7.3 + * @hpcc-js/common bumped from ^3.7.3 to ^3.7.4 + * @hpcc-js/comms bumped from ^3.15.2 to ^3.15.3 + * @hpcc-js/dgrid bumped from ^3.7.3 to ^3.7.4 + * @hpcc-js/graph bumped from ^3.7.2 to ^3.7.3 + * @hpcc-js/layout bumped from ^3.5.8 to ^3.5.9 + * @hpcc-js/phosphor bumped from ^3.5.2 to ^3.5.3 + * @hpcc-js/timeline bumped from ^3.4.2 to ^3.4.3 + * @hpcc-js/tree bumped from ^3.2.13 to ^3.2.14 + * @hpcc-js/util bumped from ^3.5.2 to ^3.5.3 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.5 to ^1.8.6 + ## [3.6.3](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.6.2...eclwatch-v3.6.3) (2026-03-16) diff --git a/packages/eclwatch/package.json b/packages/eclwatch/package.json index e2c23f6f6b..074a609afa 100644 --- a/packages/eclwatch/package.json +++ b/packages/eclwatch/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/eclwatch", - "version": "3.6.3", + "version": "3.6.4", "description": "hpcc-js - ECL Watch", "type": "module", "main": "./dist/index.umd.cjs", @@ -37,19 +37,19 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/codemirror": "^3.7.2", - "@hpcc-js/common": "^3.7.3", - "@hpcc-js/comms": "^3.15.2", - "@hpcc-js/dgrid": "^3.7.3", - "@hpcc-js/graph": "^3.7.2", - "@hpcc-js/layout": "^3.5.8", - "@hpcc-js/phosphor": "^3.5.2", - "@hpcc-js/timeline": "^3.4.2", - "@hpcc-js/tree": "^3.2.13", - "@hpcc-js/util": "^3.5.2" + "@hpcc-js/codemirror": "^3.7.3", + "@hpcc-js/common": "^3.7.4", + "@hpcc-js/comms": "^3.15.3", + "@hpcc-js/dgrid": "^3.7.4", + "@hpcc-js/graph": "^3.7.3", + "@hpcc-js/layout": "^3.5.9", + "@hpcc-js/phosphor": "^3.5.3", + "@hpcc-js/timeline": "^3.4.3", + "@hpcc-js/tree": "^3.2.14", + "@hpcc-js/util": "^3.5.3" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "d3-selection": "^1" }, "repository": { diff --git a/packages/esbuild-plugins/CHANGELOG.md b/packages/esbuild-plugins/CHANGELOG.md index 42fedf4d97..ec785df4c5 100644 --- a/packages/esbuild-plugins/CHANGELOG.md +++ b/packages/esbuild-plugins/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.8.6](https://github.com/hpcc-systems/Visualization/compare/esbuild-plugins-v1.8.5...esbuild-plugins-v1.8.6) (2026-04-03) + + +### Bug Fixes + +* bump typescript to version 6 ([#4551](https://github.com/hpcc-systems/Visualization/issues/4551)) ([c42a5eb](https://github.com/hpcc-systems/Visualization/commit/c42a5ebc63be90d7d1842238119bce0815a056a6)) +* bump versions (security) ([c32d5c0](https://github.com/hpcc-systems/Visualization/commit/c32d5c0a830f4b7649a721b63e608048e575e160)) + ## [1.8.5](https://github.com/hpcc-systems/Visualization/compare/esbuild-plugins-v1.8.4...esbuild-plugins-v1.8.5) (2026-03-16) diff --git a/packages/esbuild-plugins/package.json b/packages/esbuild-plugins/package.json index 5dfdd2b6ce..4b0957f974 100644 --- a/packages/esbuild-plugins/package.json +++ b/packages/esbuild-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/esbuild-plugins", - "version": "1.8.5", + "version": "1.8.6", "description": "Various esbuild plugins", "type": "module", "exports": { diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index f925836399..cb8c55a780 100644 --- a/packages/form/CHANGELOG.md +++ b/packages/form/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. +## [3.4.3](https://github.com/hpcc-systems/Visualization/compare/form-v3.4.2...form-v3.4.3) (2026-04-03) + + +### Bug Fixes + +* bump typescript to version 6 ([#4551](https://github.com/hpcc-systems/Visualization/issues/4551)) ([c42a5eb](https://github.com/hpcc-systems/Visualization/commit/c42a5ebc63be90d7d1842238119bce0815a056a6)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.4.13 to ^3.4.14 + * @hpcc-js/chart bumped from ^3.7.2 to ^3.7.3 + * @hpcc-js/common bumped from ^3.7.3 to ^3.7.4 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.5 to ^1.8.6 + ## [3.4.2](https://github.com/hpcc-systems/Visualization/compare/form-v3.4.1...form-v3.4.2) (2026-03-16) diff --git a/packages/form/package.json b/packages/form/package.json index ac3471a0e7..c368c154ba 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/form", - "version": "3.4.2", + "version": "3.4.3", "description": "hpcc-js - Viz Form", "type": "module", "main": "./dist/index.umd.cjs", @@ -37,12 +37,12 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/api": "^3.4.13", - "@hpcc-js/chart": "^3.7.2", - "@hpcc-js/common": "^3.7.3" + "@hpcc-js/api": "^3.4.14", + "@hpcc-js/chart": "^3.7.3", + "@hpcc-js/common": "^3.7.4" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "d3-brush": "^1", "d3-color": "3.1.0", "d3-drag": "^1", diff --git a/packages/graph/CHANGELOG.md b/packages/graph/CHANGELOG.md index 7566d9821d..5a1c405711 100644 --- a/packages/graph/CHANGELOG.md +++ b/packages/graph/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.7.3](https://github.com/hpcc-systems/Visualization/compare/graph-v3.7.2...graph-v3.7.3) (2026-04-03) + + +### Bug Fixes + +* bump typescript to version 6 ([#4551](https://github.com/hpcc-systems/Visualization/issues/4551)) ([c42a5eb](https://github.com/hpcc-systems/Visualization/commit/c42a5ebc63be90d7d1842238119bce0815a056a6)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.4.13 to ^3.4.14 + * @hpcc-js/common bumped from ^3.7.3 to ^3.7.4 + * @hpcc-js/html bumped from ^3.3.13 to ^3.3.14 + * @hpcc-js/react bumped from ^3.4.13 to ^3.4.14 + * @hpcc-js/util bumped from ^3.5.2 to ^3.5.3 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.5 to ^1.8.6 + ## [3.7.2](https://github.com/hpcc-systems/Visualization/compare/graph-v3.7.1...graph-v3.7.2) (2026-03-16) diff --git a/packages/graph/package.json b/packages/graph/package.json index 79c77fa460..6c316b7033 100644 --- a/packages/graph/package.json +++ b/packages/graph/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/graph", - "version": "3.7.2", + "version": "3.7.3", "description": "hpcc-js - Viz Graph", "type": "module", "main": "./dist/index.umd.cjs", @@ -38,17 +38,17 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/api": "^3.4.13", - "@hpcc-js/common": "^3.7.3", - "@hpcc-js/html": "^3.3.13", - "@hpcc-js/react": "^3.4.13", - "@hpcc-js/util": "^3.5.2" + "@hpcc-js/api": "^3.4.14", + "@hpcc-js/common": "^3.7.4", + "@hpcc-js/html": "^3.3.14", + "@hpcc-js/react": "^3.4.14", + "@hpcc-js/util": "^3.5.3" }, "optionalPeerDependencies": { "react": ">=17.0.0" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "@hpcc-js/wasm-graphviz": "1.21.2", "@types/d3-transition": "1.3.6", "@types/dagre": "0.7.54", diff --git a/packages/html/CHANGELOG.md b/packages/html/CHANGELOG.md index 1ed5556318..ea32617628 100644 --- a/packages/html/CHANGELOG.md +++ b/packages/html/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. +## [3.3.14](https://github.com/hpcc-systems/Visualization/compare/html-v3.3.13...html-v3.3.14) (2026-04-03) + + +### Bug Fixes + +* bump typescript to version 6 ([#4551](https://github.com/hpcc-systems/Visualization/issues/4551)) ([c42a5eb](https://github.com/hpcc-systems/Visualization/commit/c42a5ebc63be90d7d1842238119bce0815a056a6)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.7.3 to ^3.7.4 + * @hpcc-js/react bumped from ^3.4.13 to ^3.4.14 + * @hpcc-js/util bumped from ^3.5.2 to ^3.5.3 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.5 to ^1.8.6 + ## [3.3.13](https://github.com/hpcc-systems/Visualization/compare/html-v3.3.12...html-v3.3.13) (2026-03-16) diff --git a/packages/html/package.json b/packages/html/package.json index dd9bcc4822..a3cbae10a0 100644 --- a/packages/html/package.json +++ b/packages/html/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/html", - "version": "3.3.13", + "version": "3.3.14", "description": "hpcc-js - Viz HTML", "type": "module", "main": "./dist/index.umd.cjs", @@ -37,12 +37,12 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/common": "^3.7.3", - "@hpcc-js/react": "^3.4.13", - "@hpcc-js/util": "^3.5.2" + "@hpcc-js/common": "^3.7.4", + "@hpcc-js/react": "^3.4.14", + "@hpcc-js/util": "^3.5.3" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "d3-format": "^1", "d3-selection": "^1" }, diff --git a/packages/layout/CHANGELOG.md b/packages/layout/CHANGELOG.md index 5977651ca0..ed706596dd 100644 --- a/packages/layout/CHANGELOG.md +++ b/packages/layout/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.5.9](https://github.com/hpcc-systems/Visualization/compare/layout-v3.5.8...layout-v3.5.9) (2026-04-03) + + +### Bug Fixes + +* bump typescript to version 6 ([#4551](https://github.com/hpcc-systems/Visualization/issues/4551)) ([c42a5eb](https://github.com/hpcc-systems/Visualization/commit/c42a5ebc63be90d7d1842238119bce0815a056a6)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.4.13 to ^3.4.14 + * @hpcc-js/chart bumped from ^3.7.2 to ^3.7.3 + * @hpcc-js/common bumped from ^3.7.3 to ^3.7.4 + * @hpcc-js/dgrid2 bumped from ^3.6.2 to ^3.6.3 + * @hpcc-js/util bumped from ^3.5.2 to ^3.5.3 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.5 to ^1.8.6 + ## [3.5.8](https://github.com/hpcc-systems/Visualization/compare/layout-v3.5.7...layout-v3.5.8) (2026-03-16) diff --git a/packages/layout/package.json b/packages/layout/package.json index fb26b53e28..1496decd13 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/layout", - "version": "3.5.8", + "version": "3.5.9", "description": "hpcc-js - Viz Layout", "type": "module", "main": "./dist/index.umd.cjs", @@ -37,14 +37,14 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/api": "^3.4.13", - "@hpcc-js/chart": "^3.7.2", - "@hpcc-js/common": "^3.7.3", - "@hpcc-js/dgrid2": "^3.6.2", - "@hpcc-js/util": "^3.5.2" + "@hpcc-js/api": "^3.4.14", + "@hpcc-js/chart": "^3.7.3", + "@hpcc-js/common": "^3.7.4", + "@hpcc-js/dgrid2": "^3.6.3", + "@hpcc-js/util": "^3.5.3" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "@types/d3-transition": "1.3.6", "d3-drag": "^1", "d3-selection": "^1", diff --git a/packages/map/CHANGELOG.md b/packages/map/CHANGELOG.md index 79c0fac115..1e0dc2ac6b 100644 --- a/packages/map/CHANGELOG.md +++ b/packages/map/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.5.3](https://github.com/hpcc-systems/Visualization/compare/map-v3.5.2...map-v3.5.3) (2026-04-03) + + +### Bug Fixes + +* bump typescript to version 6 ([#4551](https://github.com/hpcc-systems/Visualization/issues/4551)) ([c42a5eb](https://github.com/hpcc-systems/Visualization/commit/c42a5ebc63be90d7d1842238119bce0815a056a6)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.4.13 to ^3.4.14 + * @hpcc-js/common bumped from ^3.7.3 to ^3.7.4 + * @hpcc-js/graph bumped from ^3.7.2 to ^3.7.3 + * @hpcc-js/layout bumped from ^3.5.8 to ^3.5.9 + * @hpcc-js/other bumped from ^3.5.2 to ^3.5.3 + * @hpcc-js/util bumped from ^3.5.2 to ^3.5.3 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.5 to ^1.8.6 + ## [3.5.2](https://github.com/hpcc-systems/Visualization/compare/map-v3.5.1...map-v3.5.2) (2026-03-16) diff --git a/packages/map/package.json b/packages/map/package.json index a0669e03d2..a894536817 100644 --- a/packages/map/package.json +++ b/packages/map/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/map", - "version": "3.5.2", + "version": "3.5.3", "description": "hpcc-js - Viz Map", "type": "module", "main": "./dist/index.umd.cjs", @@ -39,15 +39,15 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/api": "^3.4.13", - "@hpcc-js/common": "^3.7.3", - "@hpcc-js/graph": "^3.7.2", - "@hpcc-js/layout": "^3.5.8", - "@hpcc-js/other": "^3.5.2", - "@hpcc-js/util": "^3.5.2" + "@hpcc-js/api": "^3.4.14", + "@hpcc-js/common": "^3.7.4", + "@hpcc-js/graph": "^3.7.3", + "@hpcc-js/layout": "^3.5.9", + "@hpcc-js/other": "^3.5.3", + "@hpcc-js/util": "^3.5.3" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "@types/leaflet-draw": "1.0.13", "@types/leaflet.heat": "0.2.5", "@types/leaflet.markercluster": "1.5.6", diff --git a/packages/markdown-it-plugins/CHANGELOG.md b/packages/markdown-it-plugins/CHANGELOG.md index 5796281f2a..05e9aa28a6 100644 --- a/packages/markdown-it-plugins/CHANGELOG.md +++ b/packages/markdown-it-plugins/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.5.9](https://github.com/hpcc-systems/Visualization/compare/markdown-it-plugins-v1.5.8...markdown-it-plugins-v1.5.9) (2026-04-03) + + +### Bug Fixes + +* bump typescript to version 6 ([#4551](https://github.com/hpcc-systems/Visualization/issues/4551)) ([c42a5eb](https://github.com/hpcc-systems/Visualization/commit/c42a5ebc63be90d7d1842238119bce0815a056a6)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/observablehq-compiler bumped from ^3.7.6 to ^3.7.7 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.5 to ^1.8.6 + ## [1.5.8](https://github.com/hpcc-systems/Visualization/compare/markdown-it-plugins-v1.5.7...markdown-it-plugins-v1.5.8) (2026-03-16) diff --git a/packages/markdown-it-plugins/package.json b/packages/markdown-it-plugins/package.json index 23f81e2baf..d239d3b525 100644 --- a/packages/markdown-it-plugins/package.json +++ b/packages/markdown-it-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/markdown-it-plugins", - "version": "1.5.8", + "version": "1.5.9", "description": "markdown-it plugins", "type": "module", "main": "./dist/index.umd.cjs", @@ -52,7 +52,7 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/observablehq-compiler": "^3.7.6", + "@hpcc-js/observablehq-compiler": "^3.7.7", "@observablehq/framework": "1.13.4", "@observablehq/runtime": "5.9.9", "@types/markdown-it": "14.1.2" @@ -63,7 +63,7 @@ "shiki": "2.5.0" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "d3-dsv": "3.0.1", "d3-fetch": "3.0.1", "dotenv": "16.6.1", diff --git a/packages/observablehq-compiler/CHANGELOG.md b/packages/observablehq-compiler/CHANGELOG.md index 0de43d69f9..20265f54b0 100644 --- a/packages/observablehq-compiler/CHANGELOG.md +++ b/packages/observablehq-compiler/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.7.7](https://github.com/hpcc-systems/Visualization/compare/observablehq-compiler-v3.7.6...observablehq-compiler-v3.7.7) (2026-04-03) + + +### Bug Fixes + +* bump typescript to version 6 ([#4551](https://github.com/hpcc-systems/Visualization/issues/4551)) ([c42a5eb](https://github.com/hpcc-systems/Visualization/commit/c42a5ebc63be90d7d1842238119bce0815a056a6)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.5 to ^1.8.6 + ## [3.7.6](https://github.com/hpcc-systems/Visualization/compare/observablehq-compiler-v3.7.5...observablehq-compiler-v3.7.6) (2026-03-16) diff --git a/packages/observablehq-compiler/package.json b/packages/observablehq-compiler/package.json index b143d30098..ffb72cf72d 100644 --- a/packages/observablehq-compiler/package.json +++ b/packages/observablehq-compiler/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/observablehq-compiler", - "version": "3.7.6", + "version": "3.7.7", "description": "hpcc-js - ObservableHQ Compiler (unoffical)", "type": "module", "main": "./dist/index.js", @@ -61,7 +61,7 @@ "yargs": "18.0.0" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "@observablehq/notebook-kit": "1.5.2", "@observablehq/parser": "6.1.0", "@observablehq/runtime": "5.9.9", diff --git a/packages/other/CHANGELOG.md b/packages/other/CHANGELOG.md index 005bb63845..3bd7b2b876 100644 --- a/packages/other/CHANGELOG.md +++ b/packages/other/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. +## [3.5.3](https://github.com/hpcc-systems/Visualization/compare/other-v3.5.2...other-v3.5.3) (2026-04-03) + + +### Bug Fixes + +* bump typescript to version 6 ([#4551](https://github.com/hpcc-systems/Visualization/issues/4551)) ([c42a5eb](https://github.com/hpcc-systems/Visualization/commit/c42a5ebc63be90d7d1842238119bce0815a056a6)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.4.13 to ^3.4.14 + * @hpcc-js/common bumped from ^3.7.3 to ^3.7.4 + * @hpcc-js/layout bumped from ^3.5.8 to ^3.5.9 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.5 to ^1.8.6 + ## [3.5.2](https://github.com/hpcc-systems/Visualization/compare/other-v3.5.1...other-v3.5.2) (2026-03-16) diff --git a/packages/other/package.json b/packages/other/package.json index 20101a2e11..5d666199e0 100644 --- a/packages/other/package.json +++ b/packages/other/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/other", - "version": "3.5.2", + "version": "3.5.3", "description": "hpcc-js - Viz Other", "type": "module", "main": "./dist/index.umd.cjs", @@ -37,12 +37,12 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/api": "^3.4.13", - "@hpcc-js/common": "^3.7.3", - "@hpcc-js/layout": "^3.5.8" + "@hpcc-js/api": "^3.4.14", + "@hpcc-js/common": "^3.7.4", + "@hpcc-js/layout": "^3.5.9" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "d3-array": "^1", "d3-collection": "^1", "d3-format": "^1", diff --git a/packages/phosphor/CHANGELOG.md b/packages/phosphor/CHANGELOG.md index acf96b66a0..90f7f31f5e 100644 --- a/packages/phosphor/CHANGELOG.md +++ b/packages/phosphor/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.5.3](https://github.com/hpcc-systems/Visualization/compare/phosphor-v3.5.2...phosphor-v3.5.3) (2026-04-03) + + +### Bug Fixes + +* bump typescript to version 6 ([#4551](https://github.com/hpcc-systems/Visualization/issues/4551)) ([c42a5eb](https://github.com/hpcc-systems/Visualization/commit/c42a5ebc63be90d7d1842238119bce0815a056a6)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.7.3 to ^3.7.4 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.5 to ^1.8.6 + ## [3.5.2](https://github.com/hpcc-systems/Visualization/compare/phosphor-v3.5.1...phosphor-v3.5.2) (2026-03-16) diff --git a/packages/phosphor/package.json b/packages/phosphor/package.json index f914090afa..f0594c2662 100644 --- a/packages/phosphor/package.json +++ b/packages/phosphor/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/phosphor", - "version": "3.5.2", + "version": "3.5.3", "description": "hpcc-js - Viz Phosphor", "type": "module", "main": "./dist/index.umd.cjs", @@ -37,10 +37,10 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/common": "^3.7.3" + "@hpcc-js/common": "^3.7.4" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "@lumino/algorithm": "2.0.4", "@lumino/commands": "2.3.3", "@lumino/messaging": "2.0.4", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index ae8a86877a..247fe7e656 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.4.14](https://github.com/hpcc-systems/Visualization/compare/react-v3.4.13...react-v3.4.14) (2026-04-03) + + +### Bug Fixes + +* bump typescript to version 6 ([#4551](https://github.com/hpcc-systems/Visualization/issues/4551)) ([c42a5eb](https://github.com/hpcc-systems/Visualization/commit/c42a5ebc63be90d7d1842238119bce0815a056a6)) +* bump versions (security) ([c32d5c0](https://github.com/hpcc-systems/Visualization/commit/c32d5c0a830f4b7649a721b63e608048e575e160)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.7.3 to ^3.7.4 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.5 to ^1.8.6 + ## [3.4.13](https://github.com/hpcc-systems/Visualization/compare/react-v3.4.12...react-v3.4.13) (2026-03-16) diff --git a/packages/react/package.json b/packages/react/package.json index 50fd8e4313..fd75fac048 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/react", - "version": "3.4.13", + "version": "3.4.14", "description": "hpcc-js - Viz React", "type": "module", "main": "./dist/index.umd.cjs", @@ -37,10 +37,10 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/common": "^3.7.3" + "@hpcc-js/common": "^3.7.4" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "@preact/preset-vite": "2.10.5", "preact": "10.29.1" }, diff --git a/packages/timeline/CHANGELOG.md b/packages/timeline/CHANGELOG.md index 3f98c7fd10..398bc62483 100644 --- a/packages/timeline/CHANGELOG.md +++ b/packages/timeline/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.4.3](https://github.com/hpcc-systems/Visualization/compare/timeline-v3.4.2...timeline-v3.4.3) (2026-04-03) + + +### Bug Fixes + +* bump typescript to version 6 ([#4551](https://github.com/hpcc-systems/Visualization/issues/4551)) ([c42a5eb](https://github.com/hpcc-systems/Visualization/commit/c42a5ebc63be90d7d1842238119bce0815a056a6)) +* timeline click zone ([#4560](https://github.com/hpcc-systems/Visualization/issues/4560)) ([08d82bc](https://github.com/hpcc-systems/Visualization/commit/08d82bce9b13c5439e71a0fc292f015783b1ad95)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.4.13 to ^3.4.14 + * @hpcc-js/chart bumped from ^3.7.2 to ^3.7.3 + * @hpcc-js/common bumped from ^3.7.3 to ^3.7.4 + * @hpcc-js/html bumped from ^3.3.13 to ^3.3.14 + * @hpcc-js/layout bumped from ^3.5.8 to ^3.5.9 + * @hpcc-js/react bumped from ^3.4.13 to ^3.4.14 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.5 to ^1.8.6 + ## [3.4.2](https://github.com/hpcc-systems/Visualization/compare/timeline-v3.4.1...timeline-v3.4.2) (2026-03-16) diff --git a/packages/timeline/package.json b/packages/timeline/package.json index c6cf88af4e..ae26481a35 100644 --- a/packages/timeline/package.json +++ b/packages/timeline/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/timeline", - "version": "3.4.2", + "version": "3.4.3", "description": "hpcc-js - Viz Timeline", "type": "module", "main": "./dist/index.umd.cjs", @@ -37,15 +37,15 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/api": "^3.4.13", - "@hpcc-js/chart": "^3.7.2", - "@hpcc-js/common": "^3.7.3", - "@hpcc-js/html": "^3.3.13", - "@hpcc-js/layout": "^3.5.8", - "@hpcc-js/react": "^3.4.13" + "@hpcc-js/api": "^3.4.14", + "@hpcc-js/chart": "^3.7.3", + "@hpcc-js/common": "^3.7.4", + "@hpcc-js/html": "^3.3.14", + "@hpcc-js/layout": "^3.5.9", + "@hpcc-js/react": "^3.4.14" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "d3-array": "^1", "d3-scale": "^1", "d3-selection": "^1", diff --git a/packages/tree/CHANGELOG.md b/packages/tree/CHANGELOG.md index c02efccdaf..75ae6e1eb3 100644 --- a/packages/tree/CHANGELOG.md +++ b/packages/tree/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.2.14](https://github.com/hpcc-systems/Visualization/compare/tree-v3.2.13...tree-v3.2.14) (2026-04-03) + + +### Bug Fixes + +* bump typescript to version 6 ([#4551](https://github.com/hpcc-systems/Visualization/issues/4551)) ([c42a5eb](https://github.com/hpcc-systems/Visualization/commit/c42a5ebc63be90d7d1842238119bce0815a056a6)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.4.13 to ^3.4.14 + * @hpcc-js/common bumped from ^3.7.3 to ^3.7.4 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.5 to ^1.8.6 + ## [3.2.13](https://github.com/hpcc-systems/Visualization/compare/tree-v3.2.12...tree-v3.2.13) (2026-03-16) diff --git a/packages/tree/package.json b/packages/tree/package.json index 501840c1a5..3bb1ceab48 100644 --- a/packages/tree/package.json +++ b/packages/tree/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/tree", - "version": "3.2.13", + "version": "3.2.14", "description": "hpcc-js - Viz Tree", "type": "module", "main": "./dist/index.umd.cjs", @@ -37,11 +37,11 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/api": "^3.4.13", - "@hpcc-js/common": "^3.7.3" + "@hpcc-js/api": "^3.4.14", + "@hpcc-js/common": "^3.7.4" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "@types/d3-transition": "1.3.6", "d3-hierarchy": "^1", "d3-interpolate": "^1", diff --git a/packages/util/CHANGELOG.md b/packages/util/CHANGELOG.md index b01f210e2c..86b5672c92 100644 --- a/packages/util/CHANGELOG.md +++ b/packages/util/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.5.3](https://github.com/hpcc-systems/Visualization/compare/util-v3.5.2...util-v3.5.3) (2026-04-03) + + +### Bug Fixes + +* bump typescript to version 6 ([#4551](https://github.com/hpcc-systems/Visualization/issues/4551)) ([c42a5eb](https://github.com/hpcc-systems/Visualization/commit/c42a5ebc63be90d7d1842238119bce0815a056a6)) +* bump versions (security) ([c32d5c0](https://github.com/hpcc-systems/Visualization/commit/c32d5c0a830f4b7649a721b63e608048e575e160)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.5 to ^1.8.6 + ## [3.5.2](https://github.com/hpcc-systems/Visualization/compare/util-v3.5.1...util-v3.5.2) (2026-03-16) diff --git a/packages/util/package.json b/packages/util/package.json index f75b5395ee..7ddaec481e 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/util", - "version": "3.5.2", + "version": "3.5.3", "description": "hpcc-js - Utilities", "type": "module", "main": "./dist/index.umd.cjs", @@ -41,7 +41,7 @@ "@xmldom/xmldom": "0.9.9" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.5", + "@hpcc-js/esbuild-plugins": "^1.8.6", "detect-indent": "7.0.2", "mkdirp": "3.0.1" },