diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 75ab957ac3..2bd189cd1c 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,30 +1,30 @@ { - ".": "3.25.0", - "packages/api": "3.4.19", - "packages/chart": "3.7.8", - "packages/codemirror": "3.7.8", - "packages/common": "3.7.9", - "packages/comms": "3.16.0", - "packages/composite": "3.5.11", - "packages/dataflow": "9.6.13", - "packages/ddl-shim": "3.3.8", - "packages/dgrid": "3.8.0", - "packages/dgrid-shim": "3.5.0", - "packages/dgrid2": "3.6.7", - "packages/eclwatch": "3.6.12", - "packages/esbuild-plugins": "1.8.10", - "packages/form": "3.4.8", - "packages/graph": "3.7.8", - "packages/html": "3.3.19", - "packages/layout": "3.5.14", - "packages/map": "3.5.8", - "packages/markdown-it-plugins": "1.5.14", - "packages/marshaller": "3.2.2", - "packages/observablehq-compiler": "3.7.12", - "packages/other": "3.5.8", - "packages/phosphor": "3.6.3", - "packages/react": "3.4.19", - "packages/timeline": "3.4.8", - "packages/tree": "3.2.19", - "packages/util": "3.5.8" + ".": "3.25.1", + "packages/api": "3.4.20", + "packages/chart": "3.7.9", + "packages/codemirror": "3.7.9", + "packages/common": "3.7.10", + "packages/comms": "3.16.1", + "packages/composite": "3.5.12", + "packages/dataflow": "9.6.14", + "packages/ddl-shim": "3.3.9", + "packages/dgrid": "3.8.1", + "packages/dgrid-shim": "3.5.1", + "packages/dgrid2": "3.6.8", + "packages/eclwatch": "3.6.13", + "packages/esbuild-plugins": "1.8.11", + "packages/form": "3.4.9", + "packages/graph": "3.7.9", + "packages/html": "3.3.20", + "packages/layout": "3.5.15", + "packages/map": "3.5.9", + "packages/markdown-it-plugins": "1.5.15", + "packages/marshaller": "3.2.3", + "packages/observablehq-compiler": "3.7.13", + "packages/other": "3.5.9", + "packages/phosphor": "3.6.4", + "packages/react": "3.4.20", + "packages/timeline": "3.4.9", + "packages/tree": "3.2.20", + "packages/util": "3.5.9" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f70c1f189..c7435f1537 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.25.1](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.25.0...hpcc-js-v3.25.1) (2026-05-29) + + +### Bug Fixes + +* **observablehq-compiler:** update dependencies and improve file attachment handling ([#4603](https://github.com/hpcc-systems/Visualization/issues/4603)) ([d79bdfe](https://github.com/hpcc-systems/Visualization/commit/d79bdfe5d075b9deef9761c0163c80097c5d1f01)) +* update dependencies across multiple packages ([#4605](https://github.com/hpcc-systems/Visualization/issues/4605)) ([7229eb4](https://github.com/hpcc-systems/Visualization/commit/7229eb49f86874aad06da449d565f465ddabc2ec)) + ## [3.25.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.24.0...hpcc-js-v3.25.0) (2026-05-21) diff --git a/package-lock.json b/package-lock.json index 5d2437a97e..63af6879cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hpcc-js", - "version": "3.25.0", + "version": "3.25.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hpcc-js", - "version": "3.25.0", + "version": "3.25.1", "license": "Apache-2.0", "workspaces": [ "packages/*" @@ -20736,13 +20736,13 @@ }, "packages/api": { "name": "@hpcc-js/api", - "version": "3.4.19", + "version": "3.4.20", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.7.9" + "@hpcc-js/common": "^3.7.10" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "d3-collection": "^1", "d3-color": "3.1.0", "d3-format": "^1", @@ -20751,15 +20751,15 @@ }, "packages/chart": { "name": "@hpcc-js/chart", - "version": "3.7.8", + "version": "3.7.9", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.4.19", - "@hpcc-js/common": "^3.7.9", - "@hpcc-js/util": "^3.5.8" + "@hpcc-js/api": "^3.4.20", + "@hpcc-js/common": "^3.7.10", + "@hpcc-js/util": "^3.5.9" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "@types/d3-shape": "1.3.12", "@types/d3-transition": "1.3.6", "d3-array": "^1", @@ -20785,22 +20785,22 @@ }, "packages/codemirror": { "name": "@hpcc-js/codemirror", - "version": "3.7.8", + "version": "3.7.9", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.7.9" + "@hpcc-js/common": "^3.7.10" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "codemirror": "5.65.21" } }, "packages/common": { "name": "@hpcc-js/common", - "version": "3.7.9", + "version": "3.7.10", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/util": "^3.5.8", + "@hpcc-js/util": "^3.5.9", "@types/d3-array": "1.2.12", "@types/d3-brush": "1.1.8", "@types/d3-collection": "1.0.13", @@ -20818,7 +20818,7 @@ "@types/d3-zoom": "1.8.7" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "colorbrewer": "1.7.0", "d3-array": "^1", "d3-brush": "^1", @@ -20884,16 +20884,16 @@ }, "packages/comms": { "name": "@hpcc-js/comms", - "version": "3.16.0", + "version": "3.16.1", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/util": "^3.5.8", + "@hpcc-js/util": "^3.5.9", "@xmldom/xmldom": "0.9.10", "undici": "8.3.0" }, "devDependencies": { - "@hpcc-js/ddl-shim": "^3.3.8", - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/ddl-shim": "^3.3.9", + "@hpcc-js/esbuild-plugins": "^1.8.11", "@kubernetes/client-node": "1.4.0", "@types/d3-request": "1.0.9", "@types/d3-time-format": "2.3.4", @@ -20926,21 +20926,21 @@ }, "packages/composite": { "name": "@hpcc-js/composite", - "version": "3.5.11", + "version": "3.5.12", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.4.19", - "@hpcc-js/chart": "^3.7.8", - "@hpcc-js/common": "^3.7.9", - "@hpcc-js/dgrid": "^3.8.0", - "@hpcc-js/form": "^3.4.8", - "@hpcc-js/html": "^3.3.19", - "@hpcc-js/other": "^3.5.8", - "@hpcc-js/phosphor": "^3.6.3", - "@hpcc-js/util": "^3.5.8" + "@hpcc-js/api": "^3.4.20", + "@hpcc-js/chart": "^3.7.9", + "@hpcc-js/common": "^3.7.10", + "@hpcc-js/dgrid": "^3.8.1", + "@hpcc-js/form": "^3.4.9", + "@hpcc-js/html": "^3.3.20", + "@hpcc-js/other": "^3.5.9", + "@hpcc-js/phosphor": "^3.6.4", + "@hpcc-js/util": "^3.5.9" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "@types/d3-transition": "1.3.6", "d3-collection": "^1", "d3-selection": "^1", @@ -20949,24 +20949,24 @@ }, "packages/dataflow": { "name": "@hpcc-js/dataflow", - "version": "9.6.13", + "version": "9.6.14", "license": "Apache-2.0", "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "@types/faker": "4.1.12", "faker": "4.1.0" } }, "packages/ddl-shim": { "name": "@hpcc-js/ddl-shim", - "version": "3.3.8", + "version": "3.3.9", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { "ajv": "8.20.0" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "@rodrigoff/ajv-cli": "5.2.0", "ts-json-schema-generator": "2.9.0" } @@ -20995,16 +20995,16 @@ }, "packages/dgrid": { "name": "@hpcc-js/dgrid", - "version": "3.8.0", + "version": "3.8.1", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.7.9", - "@hpcc-js/dgrid-shim": "^3.5.0", - "@hpcc-js/util": "^3.5.8" + "@hpcc-js/common": "^3.7.10", + "@hpcc-js/dgrid-shim": "^3.5.1", + "@hpcc-js/util": "^3.5.9" }, "devDependencies": { - "@hpcc-js/ddl-shim": "^3.3.8", - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/ddl-shim": "^3.3.9", + "@hpcc-js/esbuild-plugins": "^1.8.11", "@testing-library/dom": "10.4.1", "d3-format": "^1", "d3-selection": "^1" @@ -21012,7 +21012,7 @@ }, "packages/dgrid-shim": { "name": "@hpcc-js/dgrid-shim", - "version": "3.5.0", + "version": "3.5.1", "license": "Apache-2.0", "devDependencies": { "@types/dojo": "1.9.49", @@ -21048,14 +21048,14 @@ }, "packages/dgrid2": { "name": "@hpcc-js/dgrid2", - "version": "3.6.7", + "version": "3.6.8", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.7.9", - "@hpcc-js/util": "^3.5.8" + "@hpcc-js/common": "^3.7.10", + "@hpcc-js/util": "^3.5.9" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "@types/react": "19.2.15", "@types/react-dom": "19.2.3", "@vitejs/plugin-react": "6.0.2", @@ -21107,28 +21107,28 @@ }, "packages/eclwatch": { "name": "@hpcc-js/eclwatch", - "version": "3.6.12", + "version": "3.6.13", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/codemirror": "^3.7.8", - "@hpcc-js/common": "^3.7.9", - "@hpcc-js/comms": "^3.16.0", - "@hpcc-js/dgrid": "^3.8.0", - "@hpcc-js/graph": "^3.7.8", - "@hpcc-js/layout": "^3.5.14", - "@hpcc-js/phosphor": "^3.6.3", - "@hpcc-js/timeline": "^3.4.8", - "@hpcc-js/tree": "^3.2.19", - "@hpcc-js/util": "^3.5.8" + "@hpcc-js/codemirror": "^3.7.9", + "@hpcc-js/common": "^3.7.10", + "@hpcc-js/comms": "^3.16.1", + "@hpcc-js/dgrid": "^3.8.1", + "@hpcc-js/graph": "^3.7.9", + "@hpcc-js/layout": "^3.5.15", + "@hpcc-js/phosphor": "^3.6.4", + "@hpcc-js/timeline": "^3.4.9", + "@hpcc-js/tree": "^3.2.20", + "@hpcc-js/util": "^3.5.9" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "d3-selection": "^1" } }, "packages/esbuild-plugins": { "name": "@hpcc-js/esbuild-plugins", - "version": "1.8.10", + "version": "1.8.11", "license": "Apache-2.0", "dependencies": { "esbuild": "0.28.0", @@ -21147,15 +21147,15 @@ }, "packages/form": { "name": "@hpcc-js/form", - "version": "3.4.8", + "version": "3.4.9", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.4.19", - "@hpcc-js/chart": "^3.7.8", - "@hpcc-js/common": "^3.7.9" + "@hpcc-js/api": "^3.4.20", + "@hpcc-js/chart": "^3.7.9", + "@hpcc-js/common": "^3.7.10" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "d3-brush": "^1", "d3-color": "3.1.0", "d3-drag": "^1", @@ -21165,17 +21165,17 @@ }, "packages/graph": { "name": "@hpcc-js/graph", - "version": "3.7.8", + "version": "3.7.9", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.4.19", - "@hpcc-js/common": "^3.7.9", - "@hpcc-js/html": "^3.3.19", - "@hpcc-js/react": "^3.4.19", - "@hpcc-js/util": "^3.5.8" + "@hpcc-js/api": "^3.4.20", + "@hpcc-js/common": "^3.7.10", + "@hpcc-js/html": "^3.3.20", + "@hpcc-js/react": "^3.4.20", + "@hpcc-js/util": "^3.5.9" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "@hpcc-js/wasm-graphviz": "1.21.7", "@types/d3-transition": "1.3.6", "@types/dagre": "0.7.54", @@ -21193,32 +21193,32 @@ }, "packages/html": { "name": "@hpcc-js/html", - "version": "3.3.19", + "version": "3.3.20", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.7.9", - "@hpcc-js/react": "^3.4.19", - "@hpcc-js/util": "^3.5.8" + "@hpcc-js/common": "^3.7.10", + "@hpcc-js/react": "^3.4.20", + "@hpcc-js/util": "^3.5.9" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "d3-format": "^1", "d3-selection": "^1" } }, "packages/layout": { "name": "@hpcc-js/layout", - "version": "3.5.14", + "version": "3.5.15", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.4.19", - "@hpcc-js/chart": "^3.7.8", - "@hpcc-js/common": "^3.7.9", - "@hpcc-js/dgrid2": "^3.6.7", - "@hpcc-js/util": "^3.5.8" + "@hpcc-js/api": "^3.4.20", + "@hpcc-js/chart": "^3.7.9", + "@hpcc-js/common": "^3.7.10", + "@hpcc-js/dgrid2": "^3.6.8", + "@hpcc-js/util": "^3.5.9" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "@types/d3-transition": "1.3.6", "d3-drag": "^1", "d3-selection": "^1", @@ -21230,18 +21230,18 @@ }, "packages/map": { "name": "@hpcc-js/map", - "version": "3.5.8", + "version": "3.5.9", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.4.19", - "@hpcc-js/common": "^3.7.9", - "@hpcc-js/graph": "^3.7.8", - "@hpcc-js/layout": "^3.5.14", - "@hpcc-js/other": "^3.5.8", - "@hpcc-js/util": "^3.5.8" + "@hpcc-js/api": "^3.4.20", + "@hpcc-js/common": "^3.7.10", + "@hpcc-js/graph": "^3.7.9", + "@hpcc-js/layout": "^3.5.15", + "@hpcc-js/other": "^3.5.9", + "@hpcc-js/util": "^3.5.9" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "@types/leaflet-draw": "1.0.13", "@types/leaflet.heat": "0.2.5", "@types/leaflet.markercluster": "1.5.6", @@ -21263,17 +21263,17 @@ }, "packages/markdown-it-plugins": { "name": "@hpcc-js/markdown-it-plugins", - "version": "1.5.14", + "version": "1.5.15", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/observablehq-compiler": "^3.7.12", + "@hpcc-js/observablehq-compiler": "^3.7.13", "@observablehq/inspector": "5.0.1", "@observablehq/runtime": "6.0.0", "@observablehq/stdlib": "5.8.8", "@types/markdown-it": "14.1.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "d3-dsv": "3.0.1", "d3-fetch": "3.0.1", "dotenv": "17.4.2", @@ -21287,26 +21287,26 @@ }, "packages/marshaller": { "name": "@hpcc-js/marshaller", - "version": "3.2.2", + "version": "3.2.3", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/chart": "^3.7.8", - "@hpcc-js/codemirror": "^3.7.8", - "@hpcc-js/common": "^3.7.9", - "@hpcc-js/comms": "^3.16.0", - "@hpcc-js/composite": "^3.5.11", - "@hpcc-js/ddl-shim": "^3.3.8", - "@hpcc-js/dgrid": "^3.8.0", - "@hpcc-js/form": "^3.4.8", - "@hpcc-js/graph": "^3.7.8", - "@hpcc-js/layout": "^3.5.14", - "@hpcc-js/map": "^3.5.8", - "@hpcc-js/other": "^3.5.8", - "@hpcc-js/phosphor": "^3.6.3", - "@hpcc-js/util": "^3.5.8" + "@hpcc-js/chart": "^3.7.9", + "@hpcc-js/codemirror": "^3.7.9", + "@hpcc-js/common": "^3.7.10", + "@hpcc-js/comms": "^3.16.1", + "@hpcc-js/composite": "^3.5.12", + "@hpcc-js/ddl-shim": "^3.3.9", + "@hpcc-js/dgrid": "^3.8.1", + "@hpcc-js/form": "^3.4.9", + "@hpcc-js/graph": "^3.7.9", + "@hpcc-js/layout": "^3.5.15", + "@hpcc-js/map": "^3.5.9", + "@hpcc-js/other": "^3.5.9", + "@hpcc-js/phosphor": "^3.6.4", + "@hpcc-js/util": "^3.5.9" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "d3-array": "^1", "d3-collection": "^1", "d3-dsv": "^1", @@ -21369,7 +21369,7 @@ }, "packages/observablehq-compiler": { "name": "@hpcc-js/observablehq-compiler", - "version": "3.7.12", + "version": "3.7.13", "license": "Apache-2.0", "dependencies": { "jsdom": "29.1.1", @@ -21379,7 +21379,7 @@ "ojscc": "bin/ojscc.mjs" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "@observablehq/inspector": "5.0.1", "@observablehq/notebook-kit": "1.9.1", "@observablehq/parser": "6.1.0", @@ -21509,15 +21509,15 @@ }, "packages/other": { "name": "@hpcc-js/other", - "version": "3.5.8", + "version": "3.5.9", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.4.19", - "@hpcc-js/common": "^3.7.9", - "@hpcc-js/layout": "^3.5.14" + "@hpcc-js/api": "^3.4.20", + "@hpcc-js/common": "^3.7.10", + "@hpcc-js/layout": "^3.5.15" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "d3-array": "^1", "d3-collection": "^1", "d3-format": "^1", @@ -21534,13 +21534,13 @@ }, "packages/phosphor": { "name": "@hpcc-js/phosphor", - "version": "3.6.3", + "version": "3.6.4", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.7.9" + "@hpcc-js/common": "^3.7.10" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "@lumino/algorithm": "2.0.4", "@lumino/commands": "2.3.3", "@lumino/messaging": "2.0.4", @@ -21549,31 +21549,31 @@ }, "packages/react": { "name": "@hpcc-js/react", - "version": "3.4.19", + "version": "3.4.20", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.7.9" + "@hpcc-js/common": "^3.7.10" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "@preact/preset-vite": "2.10.5", "preact": "10.29.2" } }, "packages/timeline": { "name": "@hpcc-js/timeline", - "version": "3.4.8", + "version": "3.4.9", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.4.19", - "@hpcc-js/chart": "^3.7.8", - "@hpcc-js/common": "^3.7.9", - "@hpcc-js/html": "^3.3.19", - "@hpcc-js/layout": "^3.5.14", - "@hpcc-js/react": "^3.4.19" + "@hpcc-js/api": "^3.4.20", + "@hpcc-js/chart": "^3.7.9", + "@hpcc-js/common": "^3.7.10", + "@hpcc-js/html": "^3.3.20", + "@hpcc-js/layout": "^3.5.15", + "@hpcc-js/react": "^3.4.20" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "d3-array": "^1", "d3-scale": "^1", "d3-selection": "^1", @@ -21583,14 +21583,14 @@ }, "packages/tree": { "name": "@hpcc-js/tree", - "version": "3.2.19", + "version": "3.2.20", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.4.19", - "@hpcc-js/common": "^3.7.9" + "@hpcc-js/api": "^3.4.20", + "@hpcc-js/common": "^3.7.10" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "@types/d3-transition": "1.3.6", "d3-hierarchy": "^1", "d3-interpolate": "^1", @@ -21602,13 +21602,13 @@ }, "packages/util": { "name": "@hpcc-js/util", - "version": "3.5.8", + "version": "3.5.9", "license": "Apache-2.0", "dependencies": { "@xmldom/xmldom": "0.9.10" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "detect-indent": "7.0.2", "mkdirp": "3.0.1" } diff --git a/package.json b/package.json index 58ce3aaaf9..dce79e347c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hpcc-js", - "version": "3.25.0", + "version": "3.25.1", "description": "HPCC Visualization Framework", "private": true, "type": "module", diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index d5cead12bd..9424e848e4 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.4.20](https://github.com/hpcc-systems/Visualization/compare/api-v3.4.19...api-v3.4.20) (2026-05-29) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.7.9 to ^3.7.10 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.10 to ^1.8.11 + ## [3.4.19](https://github.com/hpcc-systems/Visualization/compare/api-v3.4.18...api-v3.4.19) (2026-05-18) diff --git a/packages/api/package.json b/packages/api/package.json index 691504462c..542ad00fc5 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/api", - "version": "3.4.19", + "version": "3.4.20", "description": "hpcc-js - Viz api", "type": "module", "main": "./dist/index.umd.cjs", @@ -39,10 +39,10 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/common": "^3.7.9" + "@hpcc-js/common": "^3.7.10" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "d3-collection": "^1", "d3-color": "3.1.0", "d3-format": "^1", diff --git a/packages/chart/CHANGELOG.md b/packages/chart/CHANGELOG.md index 4e2014a0e2..93b3d227e0 100644 --- a/packages/chart/CHANGELOG.md +++ b/packages/chart/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. +## [3.7.9](https://github.com/hpcc-systems/Visualization/compare/chart-v3.7.8...chart-v3.7.9) (2026-05-29) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.4.19 to ^3.4.20 + * @hpcc-js/common bumped from ^3.7.9 to ^3.7.10 + * @hpcc-js/util bumped from ^3.5.8 to ^3.5.9 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.10 to ^1.8.11 + ## [3.7.8](https://github.com/hpcc-systems/Visualization/compare/chart-v3.7.7...chart-v3.7.8) (2026-05-18) diff --git a/packages/chart/package.json b/packages/chart/package.json index fa27fbf649..ad4b60512f 100644 --- a/packages/chart/package.json +++ b/packages/chart/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/chart", - "version": "3.7.8", + "version": "3.7.9", "description": "hpcc-js - Viz Chart", "type": "module", "main": "./dist/index.umd.cjs", @@ -39,12 +39,12 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/api": "^3.4.19", - "@hpcc-js/common": "^3.7.9", - "@hpcc-js/util": "^3.5.8" + "@hpcc-js/api": "^3.4.20", + "@hpcc-js/common": "^3.7.10", + "@hpcc-js/util": "^3.5.9" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "@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 ddd6fd815f..7d061acffa 100644 --- a/packages/codemirror/CHANGELOG.md +++ b/packages/codemirror/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.7.9](https://github.com/hpcc-systems/Visualization/compare/codemirror-v3.7.8...codemirror-v3.7.9) (2026-05-29) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.7.9 to ^3.7.10 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.10 to ^1.8.11 + ## [3.7.8](https://github.com/hpcc-systems/Visualization/compare/codemirror-v3.7.7...codemirror-v3.7.8) (2026-05-18) diff --git a/packages/codemirror/package.json b/packages/codemirror/package.json index d630e31b74..c3b121d750 100644 --- a/packages/codemirror/package.json +++ b/packages/codemirror/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/codemirror", - "version": "3.7.8", + "version": "3.7.9", "description": "hpcc-js - Viz Code Mirror", "type": "module", "main": "./dist/index.umd.cjs", @@ -39,10 +39,10 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/common": "^3.7.9" + "@hpcc-js/common": "^3.7.10" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "codemirror": "5.65.21" }, "repository": { diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 228e9f6f46..f3e8ddb961 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.7.10](https://github.com/hpcc-systems/Visualization/compare/common-v3.7.9...common-v3.7.10) (2026-05-29) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/util bumped from ^3.5.8 to ^3.5.9 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.10 to ^1.8.11 + ## [3.7.9](https://github.com/hpcc-systems/Visualization/compare/common-v3.7.8...common-v3.7.9) (2026-05-18) diff --git a/packages/common/package.json b/packages/common/package.json index bb470ff85f..8a4d0a7967 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/common", - "version": "3.7.9", + "version": "3.7.10", "description": "hpcc-js - Viz Common", "type": "module", "main": "./dist/index.umd.cjs", @@ -41,7 +41,7 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/util": "^3.5.8", + "@hpcc-js/util": "^3.5.9", "@types/d3-array": "1.2.12", "@types/d3-brush": "1.1.8", "@types/d3-collection": "1.0.13", @@ -59,7 +59,7 @@ "@types/d3-zoom": "1.8.7" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "colorbrewer": "1.7.0", "d3-array": "^1", "d3-brush": "^1", diff --git a/packages/comms/CHANGELOG.md b/packages/comms/CHANGELOG.md index 3134fd2435..dd2414e1ba 100644 --- a/packages/comms/CHANGELOG.md +++ b/packages/comms/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.16.1](https://github.com/hpcc-systems/Visualization/compare/comms-v3.16.0...comms-v3.16.1) (2026-05-29) + + +### Bug Fixes + +* **observablehq-compiler:** update dependencies and improve file attachment handling ([#4603](https://github.com/hpcc-systems/Visualization/issues/4603)) ([d79bdfe](https://github.com/hpcc-systems/Visualization/commit/d79bdfe5d075b9deef9761c0163c80097c5d1f01)) +* update dependencies across multiple packages ([#4605](https://github.com/hpcc-systems/Visualization/issues/4605)) ([7229eb4](https://github.com/hpcc-systems/Visualization/commit/7229eb49f86874aad06da449d565f465ddabc2ec)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/util bumped from ^3.5.8 to ^3.5.9 + * devDependencies + * @hpcc-js/ddl-shim bumped from ^3.3.8 to ^3.3.9 + * @hpcc-js/esbuild-plugins bumped from ^1.8.10 to ^1.8.11 + ## [3.16.0](https://github.com/hpcc-systems/Visualization/compare/comms-v3.15.8...comms-v3.16.0) (2026-05-18) diff --git a/packages/comms/package.json b/packages/comms/package.json index e1394e89ca..211b5e4614 100644 --- a/packages/comms/package.json +++ b/packages/comms/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/comms", - "version": "3.16.0", + "version": "3.16.1", "description": "hpcc-js - Communications", "type": "module", "main": "./dist/node/index.cjs", @@ -76,13 +76,13 @@ "wsdl-all": "npm-run-all --aggregate-output -c --serial build --parallel wsdl-*" }, "dependencies": { - "@hpcc-js/util": "^3.5.8", + "@hpcc-js/util": "^3.5.9", "@xmldom/xmldom": "0.9.10", "undici": "8.3.0" }, "devDependencies": { - "@hpcc-js/ddl-shim": "^3.3.8", - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/ddl-shim": "^3.3.9", + "@hpcc-js/esbuild-plugins": "^1.8.11", "@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 7d70962c88..4096d33215 100644 --- a/packages/composite/CHANGELOG.md +++ b/packages/composite/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.5.12](https://github.com/hpcc-systems/Visualization/compare/composite-v3.5.11...composite-v3.5.12) (2026-05-29) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.4.19 to ^3.4.20 + * @hpcc-js/chart bumped from ^3.7.8 to ^3.7.9 + * @hpcc-js/common bumped from ^3.7.9 to ^3.7.10 + * @hpcc-js/dgrid bumped from ^3.8.0 to ^3.8.1 + * @hpcc-js/form bumped from ^3.4.8 to ^3.4.9 + * @hpcc-js/html bumped from ^3.3.19 to ^3.3.20 + * @hpcc-js/other bumped from ^3.5.8 to ^3.5.9 + * @hpcc-js/phosphor bumped from ^3.6.3 to ^3.6.4 + * @hpcc-js/util bumped from ^3.5.8 to ^3.5.9 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.10 to ^1.8.11 + ## [3.5.11](https://github.com/hpcc-systems/Visualization/compare/composite-v3.5.10...composite-v3.5.11) (2026-05-21) diff --git a/packages/composite/package.json b/packages/composite/package.json index 59280c4f3a..a577ff4eb9 100644 --- a/packages/composite/package.json +++ b/packages/composite/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/composite", - "version": "3.5.11", + "version": "3.5.12", "description": "hpcc-js - Viz Composite", "type": "module", "main": "./dist/index.umd.cjs", @@ -39,18 +39,18 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/api": "^3.4.19", - "@hpcc-js/chart": "^3.7.8", - "@hpcc-js/common": "^3.7.9", - "@hpcc-js/dgrid": "^3.8.0", - "@hpcc-js/form": "^3.4.8", - "@hpcc-js/html": "^3.3.19", - "@hpcc-js/other": "^3.5.8", - "@hpcc-js/phosphor": "^3.6.3", - "@hpcc-js/util": "^3.5.8" + "@hpcc-js/api": "^3.4.20", + "@hpcc-js/chart": "^3.7.9", + "@hpcc-js/common": "^3.7.10", + "@hpcc-js/dgrid": "^3.8.1", + "@hpcc-js/form": "^3.4.9", + "@hpcc-js/html": "^3.3.20", + "@hpcc-js/other": "^3.5.9", + "@hpcc-js/phosphor": "^3.6.4", + "@hpcc-js/util": "^3.5.9" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "@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 382e7f5404..c3789ce977 100644 --- a/packages/dataflow/CHANGELOG.md +++ b/packages/dataflow/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.6.14](https://github.com/hpcc-systems/Visualization/compare/dataflow-v9.6.13...dataflow-v9.6.14) (2026-05-29) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.10 to ^1.8.11 + ## [9.6.13](https://github.com/hpcc-systems/Visualization/compare/dataflow-v9.6.12...dataflow-v9.6.13) (2026-05-18) diff --git a/packages/dataflow/package.json b/packages/dataflow/package.json index 47680ba0be..026cecdad4 100644 --- a/packages/dataflow/package.json +++ b/packages/dataflow/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/dataflow", - "version": "9.6.13", + "version": "9.6.14", "description": "hpcc-js - Data Flow", "type": "module", "main": "./dist/index.umd.cjs", @@ -43,7 +43,7 @@ "update-major": "npx --yes npm-check-updates -u" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "@types/faker": "4.1.12", "faker": "4.1.0" }, diff --git a/packages/ddl-shim/CHANGELOG.md b/packages/ddl-shim/CHANGELOG.md index 77fb5eb159..96c2f74f97 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.9](https://github.com/hpcc-systems/Visualization/compare/ddl-shim-v3.3.8...ddl-shim-v3.3.9) (2026-05-29) + + +### Bug Fixes + +* update dependencies across multiple packages ([#4605](https://github.com/hpcc-systems/Visualization/issues/4605)) ([7229eb4](https://github.com/hpcc-systems/Visualization/commit/7229eb49f86874aad06da449d565f465ddabc2ec)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.10 to ^1.8.11 + ## [3.3.8](https://github.com/hpcc-systems/Visualization/compare/ddl-shim-v3.3.7...ddl-shim-v3.3.8) (2026-05-18) diff --git a/packages/ddl-shim/package.json b/packages/ddl-shim/package.json index e772ed22f2..4b9dd4e4ac 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.8", + "version": "3.3.9", "description": "hpcc-js DDL parser", "type": "module", "main": "./dist/index.umd.cjs", @@ -44,7 +44,7 @@ "ajv": "8.20.0" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "@rodrigoff/ajv-cli": "5.2.0", "ts-json-schema-generator": "2.9.0" }, diff --git a/packages/dgrid-shim/CHANGELOG.md b/packages/dgrid-shim/CHANGELOG.md index ff22e069f7..b0e7fbe385 100644 --- a/packages/dgrid-shim/CHANGELOG.md +++ b/packages/dgrid-shim/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. +## [3.5.1](https://github.com/hpcc-systems/Visualization/compare/dgrid-shim-v3.5.0...dgrid-shim-v3.5.1) (2026-05-29) + + +### Bug Fixes + +* **observablehq-compiler:** update dependencies and improve file attachment handling ([#4603](https://github.com/hpcc-systems/Visualization/issues/4603)) ([d79bdfe](https://github.com/hpcc-systems/Visualization/commit/d79bdfe5d075b9deef9761c0163c80097c5d1f01)) +* update dependencies across multiple packages ([#4605](https://github.com/hpcc-systems/Visualization/issues/4605)) ([7229eb4](https://github.com/hpcc-systems/Visualization/commit/7229eb49f86874aad06da449d565f465ddabc2ec)) + ## [3.5.0](https://github.com/hpcc-systems/Visualization/compare/dgrid-shim-v3.4.6...dgrid-shim-v3.5.0) (2026-05-21) diff --git a/packages/dgrid-shim/package.json b/packages/dgrid-shim/package.json index 384b4ec54d..9c1f9ed9a5 100644 --- a/packages/dgrid-shim/package.json +++ b/packages/dgrid-shim/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/dgrid-shim", - "version": "3.5.0", + "version": "3.5.1", "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 acedbfa1e2..98794c83fa 100644 --- a/packages/dgrid/CHANGELOG.md +++ b/packages/dgrid/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.8.1](https://github.com/hpcc-systems/Visualization/compare/dgrid-v3.8.0...dgrid-v3.8.1) (2026-05-29) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.7.9 to ^3.7.10 + * @hpcc-js/dgrid-shim bumped from ^3.5.0 to ^3.5.1 + * @hpcc-js/util bumped from ^3.5.8 to ^3.5.9 + * devDependencies + * @hpcc-js/ddl-shim bumped from ^3.3.8 to ^3.3.9 + * @hpcc-js/esbuild-plugins bumped from ^1.8.10 to ^1.8.11 + ## [3.8.0](https://github.com/hpcc-systems/Visualization/compare/dgrid-v3.7.9...dgrid-v3.8.0) (2026-05-21) diff --git a/packages/dgrid/package.json b/packages/dgrid/package.json index 6c4bb0ec84..4ce914c795 100644 --- a/packages/dgrid/package.json +++ b/packages/dgrid/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/dgrid", - "version": "3.8.0", + "version": "3.8.1", "description": "hpcc-js - Viz DGrid", "type": "module", "main": "./dist/index.umd.cjs", @@ -39,13 +39,13 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/common": "^3.7.9", - "@hpcc-js/dgrid-shim": "^3.5.0", - "@hpcc-js/util": "^3.5.8" + "@hpcc-js/common": "^3.7.10", + "@hpcc-js/dgrid-shim": "^3.5.1", + "@hpcc-js/util": "^3.5.9" }, "devDependencies": { - "@hpcc-js/ddl-shim": "^3.3.8", - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/ddl-shim": "^3.3.9", + "@hpcc-js/esbuild-plugins": "^1.8.11", "@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 5196379935..1c809afd21 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.8](https://github.com/hpcc-systems/Visualization/compare/dgrid2-v3.6.7...dgrid2-v3.6.8) (2026-05-29) + + +### Bug Fixes + +* update dependencies across multiple packages ([#4605](https://github.com/hpcc-systems/Visualization/issues/4605)) ([7229eb4](https://github.com/hpcc-systems/Visualization/commit/7229eb49f86874aad06da449d565f465ddabc2ec)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.7.9 to ^3.7.10 + * @hpcc-js/util bumped from ^3.5.8 to ^3.5.9 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.10 to ^1.8.11 + ## [3.6.7](https://github.com/hpcc-systems/Visualization/compare/dgrid2-v3.6.6...dgrid2-v3.6.7) (2026-05-18) diff --git a/packages/dgrid2/package.json b/packages/dgrid2/package.json index f6bd05e572..76f63df25c 100644 --- a/packages/dgrid2/package.json +++ b/packages/dgrid2/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/dgrid2", - "version": "3.6.7", + "version": "3.6.8", "description": "hpcc-js - DGrid2", "type": "module", "main": "./dist/index.umd.cjs", @@ -39,11 +39,11 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/common": "^3.7.9", - "@hpcc-js/util": "^3.5.8" + "@hpcc-js/common": "^3.7.10", + "@hpcc-js/util": "^3.5.9" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "@types/react": "19.2.15", "@types/react-dom": "19.2.3", "@vitejs/plugin-react": "6.0.2", diff --git a/packages/eclwatch/CHANGELOG.md b/packages/eclwatch/CHANGELOG.md index 974b5ad0c1..8a9408ca1f 100644 --- a/packages/eclwatch/CHANGELOG.md +++ b/packages/eclwatch/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.6.13](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.6.12...eclwatch-v3.6.13) (2026-05-29) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/codemirror bumped from ^3.7.8 to ^3.7.9 + * @hpcc-js/common bumped from ^3.7.9 to ^3.7.10 + * @hpcc-js/comms bumped from ^3.16.0 to ^3.16.1 + * @hpcc-js/dgrid bumped from ^3.8.0 to ^3.8.1 + * @hpcc-js/graph bumped from ^3.7.8 to ^3.7.9 + * @hpcc-js/layout bumped from ^3.5.14 to ^3.5.15 + * @hpcc-js/phosphor bumped from ^3.6.3 to ^3.6.4 + * @hpcc-js/timeline bumped from ^3.4.8 to ^3.4.9 + * @hpcc-js/tree bumped from ^3.2.19 to ^3.2.20 + * @hpcc-js/util bumped from ^3.5.8 to ^3.5.9 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.10 to ^1.8.11 + ## [3.6.12](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.6.11...eclwatch-v3.6.12) (2026-05-21) diff --git a/packages/eclwatch/package.json b/packages/eclwatch/package.json index 93930fca17..91658ecc90 100644 --- a/packages/eclwatch/package.json +++ b/packages/eclwatch/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/eclwatch", - "version": "3.6.12", + "version": "3.6.13", "description": "hpcc-js - ECL Watch", "type": "module", "main": "./dist/index.umd.cjs", @@ -39,19 +39,19 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/codemirror": "^3.7.8", - "@hpcc-js/common": "^3.7.9", - "@hpcc-js/comms": "^3.16.0", - "@hpcc-js/dgrid": "^3.8.0", - "@hpcc-js/graph": "^3.7.8", - "@hpcc-js/layout": "^3.5.14", - "@hpcc-js/phosphor": "^3.6.3", - "@hpcc-js/timeline": "^3.4.8", - "@hpcc-js/tree": "^3.2.19", - "@hpcc-js/util": "^3.5.8" + "@hpcc-js/codemirror": "^3.7.9", + "@hpcc-js/common": "^3.7.10", + "@hpcc-js/comms": "^3.16.1", + "@hpcc-js/dgrid": "^3.8.1", + "@hpcc-js/graph": "^3.7.9", + "@hpcc-js/layout": "^3.5.15", + "@hpcc-js/phosphor": "^3.6.4", + "@hpcc-js/timeline": "^3.4.9", + "@hpcc-js/tree": "^3.2.20", + "@hpcc-js/util": "^3.5.9" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "d3-selection": "^1" }, "repository": { diff --git a/packages/esbuild-plugins/CHANGELOG.md b/packages/esbuild-plugins/CHANGELOG.md index a8a15aa503..82ac8b940f 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.11](https://github.com/hpcc-systems/Visualization/compare/esbuild-plugins-v1.8.10...esbuild-plugins-v1.8.11) (2026-05-29) + + +### Bug Fixes + +* **observablehq-compiler:** update dependencies and improve file attachment handling ([#4603](https://github.com/hpcc-systems/Visualization/issues/4603)) ([d79bdfe](https://github.com/hpcc-systems/Visualization/commit/d79bdfe5d075b9deef9761c0163c80097c5d1f01)) +* update dependencies across multiple packages ([#4605](https://github.com/hpcc-systems/Visualization/issues/4605)) ([7229eb4](https://github.com/hpcc-systems/Visualization/commit/7229eb49f86874aad06da449d565f465ddabc2ec)) + ## [1.8.10](https://github.com/hpcc-systems/Visualization/compare/esbuild-plugins-v1.8.9...esbuild-plugins-v1.8.10) (2026-05-18) diff --git a/packages/esbuild-plugins/package.json b/packages/esbuild-plugins/package.json index d3ef470959..f67e288467 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.10", + "version": "1.8.11", "description": "Various esbuild plugins", "type": "module", "exports": { diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index 057ec1575a..9c0901bd3f 100644 --- a/packages/form/CHANGELOG.md +++ b/packages/form/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. +## [3.4.9](https://github.com/hpcc-systems/Visualization/compare/form-v3.4.8...form-v3.4.9) (2026-05-29) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.4.19 to ^3.4.20 + * @hpcc-js/chart bumped from ^3.7.8 to ^3.7.9 + * @hpcc-js/common bumped from ^3.7.9 to ^3.7.10 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.10 to ^1.8.11 + ## [3.4.8](https://github.com/hpcc-systems/Visualization/compare/form-v3.4.7...form-v3.4.8) (2026-05-18) diff --git a/packages/form/package.json b/packages/form/package.json index 33a2f3fbbf..eafb6fc170 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/form", - "version": "3.4.8", + "version": "3.4.9", "description": "hpcc-js - Viz Form", "type": "module", "main": "./dist/index.umd.cjs", @@ -39,12 +39,12 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/api": "^3.4.19", - "@hpcc-js/chart": "^3.7.8", - "@hpcc-js/common": "^3.7.9" + "@hpcc-js/api": "^3.4.20", + "@hpcc-js/chart": "^3.7.9", + "@hpcc-js/common": "^3.7.10" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "d3-brush": "^1", "d3-color": "3.1.0", "d3-drag": "^1", diff --git a/packages/graph/CHANGELOG.md b/packages/graph/CHANGELOG.md index 04f08dccbf..43272a0f54 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.9](https://github.com/hpcc-systems/Visualization/compare/graph-v3.7.8...graph-v3.7.9) (2026-05-29) + + +### Bug Fixes + +* **observablehq-compiler:** update dependencies and improve file attachment handling ([#4603](https://github.com/hpcc-systems/Visualization/issues/4603)) ([d79bdfe](https://github.com/hpcc-systems/Visualization/commit/d79bdfe5d075b9deef9761c0163c80097c5d1f01)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.4.19 to ^3.4.20 + * @hpcc-js/common bumped from ^3.7.9 to ^3.7.10 + * @hpcc-js/html bumped from ^3.3.19 to ^3.3.20 + * @hpcc-js/react bumped from ^3.4.19 to ^3.4.20 + * @hpcc-js/util bumped from ^3.5.8 to ^3.5.9 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.10 to ^1.8.11 + ## [3.7.8](https://github.com/hpcc-systems/Visualization/compare/graph-v3.7.7...graph-v3.7.8) (2026-05-18) diff --git a/packages/graph/package.json b/packages/graph/package.json index 2fca8997fe..79dc79b404 100644 --- a/packages/graph/package.json +++ b/packages/graph/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/graph", - "version": "3.7.8", + "version": "3.7.9", "description": "hpcc-js - Viz Graph", "type": "module", "main": "./dist/index.umd.cjs", @@ -40,17 +40,17 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/api": "^3.4.19", - "@hpcc-js/common": "^3.7.9", - "@hpcc-js/html": "^3.3.19", - "@hpcc-js/react": "^3.4.19", - "@hpcc-js/util": "^3.5.8" + "@hpcc-js/api": "^3.4.20", + "@hpcc-js/common": "^3.7.10", + "@hpcc-js/html": "^3.3.20", + "@hpcc-js/react": "^3.4.20", + "@hpcc-js/util": "^3.5.9" }, "optionalPeerDependencies": { "react": ">=17.0.0" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "@hpcc-js/wasm-graphviz": "1.21.7", "@types/d3-transition": "1.3.6", "@types/dagre": "0.7.54", diff --git a/packages/html/CHANGELOG.md b/packages/html/CHANGELOG.md index 019b7499cc..30be21d0cd 100644 --- a/packages/html/CHANGELOG.md +++ b/packages/html/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. +## [3.3.20](https://github.com/hpcc-systems/Visualization/compare/html-v3.3.19...html-v3.3.20) (2026-05-29) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.7.9 to ^3.7.10 + * @hpcc-js/react bumped from ^3.4.19 to ^3.4.20 + * @hpcc-js/util bumped from ^3.5.8 to ^3.5.9 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.10 to ^1.8.11 + ## [3.3.19](https://github.com/hpcc-systems/Visualization/compare/html-v3.3.18...html-v3.3.19) (2026-05-18) diff --git a/packages/html/package.json b/packages/html/package.json index af44410233..fd0690bb46 100644 --- a/packages/html/package.json +++ b/packages/html/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/html", - "version": "3.3.19", + "version": "3.3.20", "description": "hpcc-js - Viz HTML", "type": "module", "main": "./dist/index.umd.cjs", @@ -39,12 +39,12 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/common": "^3.7.9", - "@hpcc-js/react": "^3.4.19", - "@hpcc-js/util": "^3.5.8" + "@hpcc-js/common": "^3.7.10", + "@hpcc-js/react": "^3.4.20", + "@hpcc-js/util": "^3.5.9" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "d3-format": "^1", "d3-selection": "^1" }, diff --git a/packages/layout/CHANGELOG.md b/packages/layout/CHANGELOG.md index 4339ee8132..cc1b458f13 100644 --- a/packages/layout/CHANGELOG.md +++ b/packages/layout/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.15](https://github.com/hpcc-systems/Visualization/compare/layout-v3.5.14...layout-v3.5.15) (2026-05-29) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.4.19 to ^3.4.20 + * @hpcc-js/chart bumped from ^3.7.8 to ^3.7.9 + * @hpcc-js/common bumped from ^3.7.9 to ^3.7.10 + * @hpcc-js/dgrid2 bumped from ^3.6.7 to ^3.6.8 + * @hpcc-js/util bumped from ^3.5.8 to ^3.5.9 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.10 to ^1.8.11 + ## [3.5.14](https://github.com/hpcc-systems/Visualization/compare/layout-v3.5.13...layout-v3.5.14) (2026-05-18) diff --git a/packages/layout/package.json b/packages/layout/package.json index c969f35a72..dc611fbc64 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/layout", - "version": "3.5.14", + "version": "3.5.15", "description": "hpcc-js - Viz Layout", "type": "module", "main": "./dist/index.umd.cjs", @@ -39,14 +39,14 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/api": "^3.4.19", - "@hpcc-js/chart": "^3.7.8", - "@hpcc-js/common": "^3.7.9", - "@hpcc-js/dgrid2": "^3.6.7", - "@hpcc-js/util": "^3.5.8" + "@hpcc-js/api": "^3.4.20", + "@hpcc-js/chart": "^3.7.9", + "@hpcc-js/common": "^3.7.10", + "@hpcc-js/dgrid2": "^3.6.8", + "@hpcc-js/util": "^3.5.9" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "@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 128a735a8d..b4b2d2b16f 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.9](https://github.com/hpcc-systems/Visualization/compare/map-v3.5.8...map-v3.5.9) (2026-05-29) + + +### Bug Fixes + +* update dependencies across multiple packages ([#4605](https://github.com/hpcc-systems/Visualization/issues/4605)) ([7229eb4](https://github.com/hpcc-systems/Visualization/commit/7229eb49f86874aad06da449d565f465ddabc2ec)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.4.19 to ^3.4.20 + * @hpcc-js/common bumped from ^3.7.9 to ^3.7.10 + * @hpcc-js/graph bumped from ^3.7.8 to ^3.7.9 + * @hpcc-js/layout bumped from ^3.5.14 to ^3.5.15 + * @hpcc-js/other bumped from ^3.5.8 to ^3.5.9 + * @hpcc-js/util bumped from ^3.5.8 to ^3.5.9 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.10 to ^1.8.11 + ## [3.5.8](https://github.com/hpcc-systems/Visualization/compare/map-v3.5.7...map-v3.5.8) (2026-05-18) diff --git a/packages/map/package.json b/packages/map/package.json index 6d811496d6..640ef3d5ce 100644 --- a/packages/map/package.json +++ b/packages/map/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/map", - "version": "3.5.8", + "version": "3.5.9", "description": "hpcc-js - Viz Map", "type": "module", "main": "./dist/index.umd.cjs", @@ -41,15 +41,15 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/api": "^3.4.19", - "@hpcc-js/common": "^3.7.9", - "@hpcc-js/graph": "^3.7.8", - "@hpcc-js/layout": "^3.5.14", - "@hpcc-js/other": "^3.5.8", - "@hpcc-js/util": "^3.5.8" + "@hpcc-js/api": "^3.4.20", + "@hpcc-js/common": "^3.7.10", + "@hpcc-js/graph": "^3.7.9", + "@hpcc-js/layout": "^3.5.15", + "@hpcc-js/other": "^3.5.9", + "@hpcc-js/util": "^3.5.9" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "@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 8c29ee7d75..f1ce4fc45d 100644 --- a/packages/markdown-it-plugins/CHANGELOG.md +++ b/packages/markdown-it-plugins/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. +## [1.5.15](https://github.com/hpcc-systems/Visualization/compare/markdown-it-plugins-v1.5.14...markdown-it-plugins-v1.5.15) (2026-05-29) + + +### Bug Fixes + +* **observablehq-compiler:** update dependencies and improve file attachment handling ([#4603](https://github.com/hpcc-systems/Visualization/issues/4603)) ([d79bdfe](https://github.com/hpcc-systems/Visualization/commit/d79bdfe5d075b9deef9761c0163c80097c5d1f01)) +* update dependencies across multiple packages ([#4605](https://github.com/hpcc-systems/Visualization/issues/4605)) ([7229eb4](https://github.com/hpcc-systems/Visualization/commit/7229eb49f86874aad06da449d565f465ddabc2ec)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/observablehq-compiler bumped from ^3.7.12 to ^3.7.13 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.10 to ^1.8.11 + ## [1.5.14](https://github.com/hpcc-systems/Visualization/compare/markdown-it-plugins-v1.5.13...markdown-it-plugins-v1.5.14) (2026-05-18) diff --git a/packages/markdown-it-plugins/package.json b/packages/markdown-it-plugins/package.json index 45a785f80d..8182d8b899 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.14", + "version": "1.5.15", "description": "markdown-it plugins", "type": "module", "main": "./dist/index.umd.cjs", @@ -54,7 +54,7 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/observablehq-compiler": "^3.7.12", + "@hpcc-js/observablehq-compiler": "^3.7.13", "@observablehq/inspector": "5.0.1", "@observablehq/stdlib": "5.8.8", "@observablehq/runtime": "6.0.0", @@ -66,7 +66,7 @@ "shiki": "2.5.0" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "d3-dsv": "3.0.1", "d3-fetch": "3.0.1", "dotenv": "17.4.2", diff --git a/packages/marshaller/CHANGELOG.md b/packages/marshaller/CHANGELOG.md index 3c55515aa9..3b22fcc364 100644 --- a/packages/marshaller/CHANGELOG.md +++ b/packages/marshaller/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.2.3](https://github.com/hpcc-systems/Visualization/compare/marshaller-v3.2.2...marshaller-v3.2.3) (2026-05-29) + + +### Bug Fixes + +* update dependencies across multiple packages ([#4605](https://github.com/hpcc-systems/Visualization/issues/4605)) ([7229eb4](https://github.com/hpcc-systems/Visualization/commit/7229eb49f86874aad06da449d565f465ddabc2ec)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/chart bumped from ^3.7.8 to ^3.7.9 + * @hpcc-js/codemirror bumped from ^3.7.8 to ^3.7.9 + * @hpcc-js/common bumped from ^3.7.9 to ^3.7.10 + * @hpcc-js/comms bumped from ^3.16.0 to ^3.16.1 + * @hpcc-js/composite bumped from ^3.5.11 to ^3.5.12 + * @hpcc-js/ddl-shim bumped from ^3.3.8 to ^3.3.9 + * @hpcc-js/dgrid bumped from ^3.8.0 to ^3.8.1 + * @hpcc-js/form bumped from ^3.4.8 to ^3.4.9 + * @hpcc-js/graph bumped from ^3.7.8 to ^3.7.9 + * @hpcc-js/layout bumped from ^3.5.14 to ^3.5.15 + * @hpcc-js/map bumped from ^3.5.8 to ^3.5.9 + * @hpcc-js/other bumped from ^3.5.8 to ^3.5.9 + * @hpcc-js/phosphor bumped from ^3.6.3 to ^3.6.4 + * @hpcc-js/util bumped from ^3.5.8 to ^3.5.9 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.10 to ^1.8.11 + ## [3.2.2](https://github.com/hpcc-systems/Visualization/compare/marshaller-v3.2.1...marshaller-v3.2.2) (2026-05-21) diff --git a/packages/marshaller/package.json b/packages/marshaller/package.json index ff44d96129..48c3cfba80 100644 --- a/packages/marshaller/package.json +++ b/packages/marshaller/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/marshaller", - "version": "3.2.2", + "version": "3.2.3", "description": "hpcc-js - Viz Marshaller", "type": "module", "main": "./dist/index.umd.cjs", @@ -39,23 +39,23 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/chart": "^3.7.8", - "@hpcc-js/codemirror": "^3.7.8", - "@hpcc-js/common": "^3.7.9", - "@hpcc-js/comms": "^3.16.0", - "@hpcc-js/composite": "^3.5.11", - "@hpcc-js/ddl-shim": "^3.3.8", - "@hpcc-js/dgrid": "^3.8.0", - "@hpcc-js/form": "^3.4.8", - "@hpcc-js/graph": "^3.7.8", - "@hpcc-js/layout": "^3.5.14", - "@hpcc-js/map": "^3.5.8", - "@hpcc-js/other": "^3.5.8", - "@hpcc-js/phosphor": "^3.6.3", - "@hpcc-js/util": "^3.5.8" + "@hpcc-js/chart": "^3.7.9", + "@hpcc-js/codemirror": "^3.7.9", + "@hpcc-js/common": "^3.7.10", + "@hpcc-js/comms": "^3.16.1", + "@hpcc-js/composite": "^3.5.12", + "@hpcc-js/ddl-shim": "^3.3.9", + "@hpcc-js/dgrid": "^3.8.1", + "@hpcc-js/form": "^3.4.9", + "@hpcc-js/graph": "^3.7.9", + "@hpcc-js/layout": "^3.5.15", + "@hpcc-js/map": "^3.5.9", + "@hpcc-js/other": "^3.5.9", + "@hpcc-js/phosphor": "^3.6.4", + "@hpcc-js/util": "^3.5.9" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "d3-array": "^1", "d3-collection": "^1", "d3-dsv": "^1", diff --git a/packages/observablehq-compiler/CHANGELOG.md b/packages/observablehq-compiler/CHANGELOG.md index de4f6f61ff..70d2a76692 100644 --- a/packages/observablehq-compiler/CHANGELOG.md +++ b/packages/observablehq-compiler/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.7.13](https://github.com/hpcc-systems/Visualization/compare/observablehq-compiler-v3.7.12...observablehq-compiler-v3.7.13) (2026-05-29) + + +### Bug Fixes + +* **observablehq-compiler:** update dependencies and improve file attachment handling ([#4603](https://github.com/hpcc-systems/Visualization/issues/4603)) ([d79bdfe](https://github.com/hpcc-systems/Visualization/commit/d79bdfe5d075b9deef9761c0163c80097c5d1f01)) +* update dependencies across multiple packages ([#4605](https://github.com/hpcc-systems/Visualization/issues/4605)) ([7229eb4](https://github.com/hpcc-systems/Visualization/commit/7229eb49f86874aad06da449d565f465ddabc2ec)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.10 to ^1.8.11 + ## [3.7.12](https://github.com/hpcc-systems/Visualization/compare/observablehq-compiler-v3.7.11...observablehq-compiler-v3.7.12) (2026-05-18) diff --git a/packages/observablehq-compiler/package.json b/packages/observablehq-compiler/package.json index b4aa4fd3ab..70e6a3c83a 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.12", + "version": "3.7.13", "description": "hpcc-js - ObservableHQ Compiler (unoffical)", "type": "module", "main": "./dist/index.js", @@ -67,7 +67,7 @@ "yargs": "18.0.0" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "@observablehq/notebook-kit": "1.9.1", "@observablehq/parser": "6.1.0", "@observablehq/inspector": "5.0.1", diff --git a/packages/other/CHANGELOG.md b/packages/other/CHANGELOG.md index daaddb8b82..eff1bd4daa 100644 --- a/packages/other/CHANGELOG.md +++ b/packages/other/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. +## [3.5.9](https://github.com/hpcc-systems/Visualization/compare/other-v3.5.8...other-v3.5.9) (2026-05-29) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.4.19 to ^3.4.20 + * @hpcc-js/common bumped from ^3.7.9 to ^3.7.10 + * @hpcc-js/layout bumped from ^3.5.14 to ^3.5.15 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.10 to ^1.8.11 + ## [3.5.8](https://github.com/hpcc-systems/Visualization/compare/other-v3.5.7...other-v3.5.8) (2026-05-18) diff --git a/packages/other/package.json b/packages/other/package.json index 4690b8ed40..84ee8231f0 100644 --- a/packages/other/package.json +++ b/packages/other/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/other", - "version": "3.5.8", + "version": "3.5.9", "description": "hpcc-js - Viz Other", "type": "module", "main": "./dist/index.umd.cjs", @@ -39,12 +39,12 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/api": "^3.4.19", - "@hpcc-js/common": "^3.7.9", - "@hpcc-js/layout": "^3.5.14" + "@hpcc-js/api": "^3.4.20", + "@hpcc-js/common": "^3.7.10", + "@hpcc-js/layout": "^3.5.15" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "d3-array": "^1", "d3-collection": "^1", "d3-format": "^1", diff --git a/packages/phosphor/CHANGELOG.md b/packages/phosphor/CHANGELOG.md index fed0587147..71592e9a84 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.6.4](https://github.com/hpcc-systems/Visualization/compare/phosphor-v3.6.3...phosphor-v3.6.4) (2026-05-29) + + +### Bug Fixes + +* **observablehq-compiler:** update dependencies and improve file attachment handling ([#4603](https://github.com/hpcc-systems/Visualization/issues/4603)) ([d79bdfe](https://github.com/hpcc-systems/Visualization/commit/d79bdfe5d075b9deef9761c0163c80097c5d1f01)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.7.9 to ^3.7.10 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.10 to ^1.8.11 + ## [3.6.3](https://github.com/hpcc-systems/Visualization/compare/phosphor-v3.6.2...phosphor-v3.6.3) (2026-05-18) diff --git a/packages/phosphor/package.json b/packages/phosphor/package.json index a0e9f16cfe..68eb0eaffc 100644 --- a/packages/phosphor/package.json +++ b/packages/phosphor/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/phosphor", - "version": "3.6.3", + "version": "3.6.4", "description": "hpcc-js - Viz Phosphor", "type": "module", "main": "./dist/index.umd.cjs", @@ -39,10 +39,10 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/common": "^3.7.9" + "@hpcc-js/common": "^3.7.10" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "@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 ce4f0d3fb0..d44812bed3 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.4.20](https://github.com/hpcc-systems/Visualization/compare/react-v3.4.19...react-v3.4.20) (2026-05-29) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.7.9 to ^3.7.10 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.10 to ^1.8.11 + ## [3.4.19](https://github.com/hpcc-systems/Visualization/compare/react-v3.4.18...react-v3.4.19) (2026-05-18) diff --git a/packages/react/package.json b/packages/react/package.json index 65e32ed76c..ff0043f031 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/react", - "version": "3.4.19", + "version": "3.4.20", "description": "hpcc-js - Viz React", "type": "module", "main": "./dist/index.umd.cjs", @@ -39,10 +39,10 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/common": "^3.7.9" + "@hpcc-js/common": "^3.7.10" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "@preact/preset-vite": "2.10.5", "preact": "10.29.2" }, diff --git a/packages/timeline/CHANGELOG.md b/packages/timeline/CHANGELOG.md index 9b061cbfa7..f66bd5ea0e 100644 --- a/packages/timeline/CHANGELOG.md +++ b/packages/timeline/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.9](https://github.com/hpcc-systems/Visualization/compare/timeline-v3.4.8...timeline-v3.4.9) (2026-05-29) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.4.19 to ^3.4.20 + * @hpcc-js/chart bumped from ^3.7.8 to ^3.7.9 + * @hpcc-js/common bumped from ^3.7.9 to ^3.7.10 + * @hpcc-js/html bumped from ^3.3.19 to ^3.3.20 + * @hpcc-js/layout bumped from ^3.5.14 to ^3.5.15 + * @hpcc-js/react bumped from ^3.4.19 to ^3.4.20 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.10 to ^1.8.11 + ## [3.4.8](https://github.com/hpcc-systems/Visualization/compare/timeline-v3.4.7...timeline-v3.4.8) (2026-05-18) diff --git a/packages/timeline/package.json b/packages/timeline/package.json index d038a656d0..c450896743 100644 --- a/packages/timeline/package.json +++ b/packages/timeline/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/timeline", - "version": "3.4.8", + "version": "3.4.9", "description": "hpcc-js - Viz Timeline", "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.19", - "@hpcc-js/chart": "^3.7.8", - "@hpcc-js/common": "^3.7.9", - "@hpcc-js/html": "^3.3.19", - "@hpcc-js/layout": "^3.5.14", - "@hpcc-js/react": "^3.4.19" + "@hpcc-js/api": "^3.4.20", + "@hpcc-js/chart": "^3.7.9", + "@hpcc-js/common": "^3.7.10", + "@hpcc-js/html": "^3.3.20", + "@hpcc-js/layout": "^3.5.15", + "@hpcc-js/react": "^3.4.20" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "d3-array": "^1", "d3-scale": "^1", "d3-selection": "^1", diff --git a/packages/tree/CHANGELOG.md b/packages/tree/CHANGELOG.md index 88cadd6e0c..b960e616fe 100644 --- a/packages/tree/CHANGELOG.md +++ b/packages/tree/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.2.20](https://github.com/hpcc-systems/Visualization/compare/tree-v3.2.19...tree-v3.2.20) (2026-05-29) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.4.19 to ^3.4.20 + * @hpcc-js/common bumped from ^3.7.9 to ^3.7.10 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.10 to ^1.8.11 + ## [3.2.19](https://github.com/hpcc-systems/Visualization/compare/tree-v3.2.18...tree-v3.2.19) (2026-05-18) diff --git a/packages/tree/package.json b/packages/tree/package.json index 61bde91ccb..f2801194ac 100644 --- a/packages/tree/package.json +++ b/packages/tree/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/tree", - "version": "3.2.19", + "version": "3.2.20", "description": "hpcc-js - Viz Tree", "type": "module", "main": "./dist/index.umd.cjs", @@ -39,11 +39,11 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/api": "^3.4.19", - "@hpcc-js/common": "^3.7.9" + "@hpcc-js/api": "^3.4.20", + "@hpcc-js/common": "^3.7.10" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "@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 3871ad28f6..92bced30c4 100644 --- a/packages/util/CHANGELOG.md +++ b/packages/util/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.5.9](https://github.com/hpcc-systems/Visualization/compare/util-v3.5.8...util-v3.5.9) (2026-05-29) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.8.10 to ^1.8.11 + ## [3.5.8](https://github.com/hpcc-systems/Visualization/compare/util-v3.5.7...util-v3.5.8) (2026-05-18) diff --git a/packages/util/package.json b/packages/util/package.json index 6a991e3088..aa5ea8406a 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/util", - "version": "3.5.8", + "version": "3.5.9", "description": "hpcc-js - Utilities", "type": "module", "main": "./dist/index.umd.cjs", @@ -43,7 +43,7 @@ "@xmldom/xmldom": "0.9.10" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.8.10", + "@hpcc-js/esbuild-plugins": "^1.8.11", "detect-indent": "7.0.2", "mkdirp": "3.0.1" },