diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 100167b071..3fa4d2e60e 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,31 +1,31 @@ { - ".": "3.33.0", - "packages/api": "3.5.9", - "packages/chart": "3.8.9", - "packages/codemirror": "3.8.9", - "packages/common": "3.9.4", - "packages/comms": "3.18.0", - "packages/composite": "3.6.10", - "packages/dataflow": "9.7.9", - "packages/ddl-shim": "3.4.9", - "packages/dgrid": "3.9.9", - "packages/dgrid-shim": "3.5.5", - "packages/dgrid2": "3.7.9", - "packages/eclwatch": "3.8.9", - "packages/esbuild-plugins": "1.11.0", - "packages/form": "3.5.9", - "packages/graph": "3.11.3", - "packages/html": "3.4.9", - "packages/layout": "3.6.9", - "packages/map": "3.7.1", - "packages/markdown-it-plugins": "1.8.0", - "packages/marshaller": "3.4.9", - "packages/observablehq-compiler": "3.10.1", - "packages/other": "3.6.9", - "packages/phosphor": "3.8.7", - "packages/react": "3.5.9", - "packages/timeline": "3.5.9", - "packages/tree": "3.3.9", - "packages/util": "3.6.9", - "packages/vite-plugins": "1.2.0" + ".": "3.34.0", + "packages/api": "3.6.0", + "packages/chart": "3.9.0", + "packages/codemirror": "3.9.0", + "packages/common": "3.10.0", + "packages/comms": "3.19.0", + "packages/composite": "3.7.0", + "packages/dataflow": "9.8.0", + "packages/ddl-shim": "3.5.0", + "packages/dgrid": "3.10.0", + "packages/dgrid-shim": "3.5.6", + "packages/dgrid2": "3.8.0", + "packages/eclwatch": "3.9.0", + "packages/esbuild-plugins": "1.12.0", + "packages/form": "3.6.0", + "packages/graph": "3.12.0", + "packages/html": "3.5.0", + "packages/layout": "3.7.0", + "packages/map": "3.8.0", + "packages/markdown-it-plugins": "1.9.0", + "packages/marshaller": "3.5.0", + "packages/observablehq-compiler": "3.11.0", + "packages/other": "3.7.0", + "packages/phosphor": "3.9.0", + "packages/react": "3.6.0", + "packages/timeline": "3.6.0", + "packages/tree": "3.4.0", + "packages/util": "3.7.0", + "packages/vite-plugins": "1.3.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d0562c612..d06f74560b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.34.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.33.0...hpcc-js-v3.34.0) (2026-08-20) + + +### Features + +* relocate vite concerns from esbuild-plugin to vite-plugin ([#4633](https://github.com/hpcc-systems/Visualization/issues/4633)) ([dc4b404](https://github.com/hpcc-systems/Visualization/commit/dc4b4040de9cb17119c08cf33e8707e8bdb44daa)) + + +### Bug Fixes + +* bump versions (security) ([4f6bcd8](https://github.com/hpcc-systems/Visualization/commit/4f6bcd8ac3afb0ccfa6290e16901ab8ff4bdcb94)) +* migrate dgrid-shim to use vite ([5f555a8](https://github.com/hpcc-systems/Visualization/commit/5f555a8cf60d1746091e3e9ab257f468a3445f8a)) + ## [3.33.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.32.0...hpcc-js-v3.33.0) (2026-08-14) diff --git a/package-lock.json b/package-lock.json index 1c8c92d4de..8d74604df5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hpcc-js", - "version": "3.33.0", + "version": "3.34.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hpcc-js", - "version": "3.33.0", + "version": "3.34.0", "license": "Apache-2.0", "workspaces": [ "packages/*" @@ -19716,13 +19716,13 @@ }, "packages/api": { "name": "@hpcc-js/api", - "version": "3.5.9", + "version": "3.6.0", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.9.4" + "@hpcc-js/common": "^3.10.0" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "d3-collection": "^1", "d3-color": "3.1.0", "d3-format": "^1", @@ -19731,15 +19731,15 @@ }, "packages/chart": { "name": "@hpcc-js/chart", - "version": "3.8.9", + "version": "3.9.0", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.5.9", - "@hpcc-js/common": "^3.9.4", - "@hpcc-js/util": "^3.6.9" + "@hpcc-js/api": "^3.6.0", + "@hpcc-js/common": "^3.10.0", + "@hpcc-js/util": "^3.7.0" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "@types/d3-shape": "1.3.12", "@types/d3-transition": "1.3.6", "d3-array": "^1", @@ -19765,22 +19765,22 @@ }, "packages/codemirror": { "name": "@hpcc-js/codemirror", - "version": "3.8.9", + "version": "3.9.0", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.9.4" + "@hpcc-js/common": "^3.10.0" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "codemirror": "5.65.21" } }, "packages/common": { "name": "@hpcc-js/common", - "version": "3.9.4", + "version": "3.10.0", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/util": "^3.6.9", + "@hpcc-js/util": "^3.7.0", "@types/d3-array": "1.2.12", "@types/d3-brush": "1.1.8", "@types/d3-collection": "1.0.13", @@ -19798,7 +19798,7 @@ "@types/d3-zoom": "1.8.7" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "colorbrewer": "1.7.0", "d3-array": "^1", "d3-brush": "^1", @@ -19864,16 +19864,16 @@ }, "packages/comms": { "name": "@hpcc-js/comms", - "version": "3.18.0", + "version": "3.19.0", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/util": "^3.6.9", + "@hpcc-js/util": "^3.7.0", "@xmldom/xmldom": "0.9.11", "undici": "8.10.0" }, "devDependencies": { - "@hpcc-js/ddl-shim": "^3.4.9", - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/ddl-shim": "^3.5.0", + "@hpcc-js/vite-plugins": "^1.3.0", "@kubernetes/client-node": "1.4.0", "@types/d3-request": "1.0.9", "@types/d3-time-format": "2.3.4", @@ -19906,21 +19906,21 @@ }, "packages/composite": { "name": "@hpcc-js/composite", - "version": "3.6.10", + "version": "3.7.0", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.5.9", - "@hpcc-js/chart": "^3.8.9", - "@hpcc-js/common": "^3.9.4", - "@hpcc-js/dgrid": "^3.9.9", - "@hpcc-js/form": "^3.5.9", - "@hpcc-js/html": "^3.4.9", - "@hpcc-js/other": "^3.6.9", - "@hpcc-js/phosphor": "^3.8.7", - "@hpcc-js/util": "^3.6.9" + "@hpcc-js/api": "^3.6.0", + "@hpcc-js/chart": "^3.9.0", + "@hpcc-js/common": "^3.10.0", + "@hpcc-js/dgrid": "^3.10.0", + "@hpcc-js/form": "^3.6.0", + "@hpcc-js/html": "^3.5.0", + "@hpcc-js/other": "^3.7.0", + "@hpcc-js/phosphor": "^3.9.0", + "@hpcc-js/util": "^3.7.0" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "@types/d3-transition": "1.3.6", "d3-collection": "^1", "d3-selection": "^1", @@ -19929,24 +19929,24 @@ }, "packages/dataflow": { "name": "@hpcc-js/dataflow", - "version": "9.7.9", + "version": "9.8.0", "license": "Apache-2.0", "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "@types/faker": "4.1.12", "faker": "4.1.0" } }, "packages/ddl-shim": { "name": "@hpcc-js/ddl-shim", - "version": "3.4.9", + "version": "3.5.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { "ajv": "8.20.0" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "ts-json-schema-generator": "2.9.0" } }, @@ -19974,16 +19974,16 @@ }, "packages/dgrid": { "name": "@hpcc-js/dgrid", - "version": "3.9.9", + "version": "3.10.0", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.9.4", - "@hpcc-js/dgrid-shim": "^3.5.5", - "@hpcc-js/util": "^3.6.9" + "@hpcc-js/common": "^3.10.0", + "@hpcc-js/dgrid-shim": "^3.5.6", + "@hpcc-js/util": "^3.7.0" }, "devDependencies": { - "@hpcc-js/ddl-shim": "^3.4.9", - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/ddl-shim": "^3.5.0", + "@hpcc-js/vite-plugins": "^1.3.0", "@testing-library/dom": "10.4.1", "d3-format": "^1", "d3-selection": "^1" @@ -19991,10 +19991,10 @@ }, "packages/dgrid-shim": { "name": "@hpcc-js/dgrid-shim", - "version": "3.5.5", + "version": "3.5.6", "license": "Apache-2.0", "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "@types/dojo": "1.9.49", "dgrid": "1.3.3", "dijit": "1.17.3", @@ -20007,14 +20007,14 @@ }, "packages/dgrid2": { "name": "@hpcc-js/dgrid2", - "version": "3.7.9", + "version": "3.8.0", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.9.4", - "@hpcc-js/util": "^3.6.9" + "@hpcc-js/common": "^3.10.0", + "@hpcc-js/util": "^3.7.0" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "@types/react": "19.2.18", "@types/react-dom": "19.2.4", "@vitejs/plugin-react": "6.1.0", @@ -20096,28 +20096,28 @@ }, "packages/eclwatch": { "name": "@hpcc-js/eclwatch", - "version": "3.8.9", + "version": "3.9.0", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/codemirror": "^3.8.9", - "@hpcc-js/common": "^3.9.4", - "@hpcc-js/comms": "^3.18.0", - "@hpcc-js/dgrid": "^3.9.9", - "@hpcc-js/graph": "^3.11.3", - "@hpcc-js/layout": "^3.6.9", - "@hpcc-js/phosphor": "^3.8.7", - "@hpcc-js/timeline": "^3.5.9", - "@hpcc-js/tree": "^3.3.9", - "@hpcc-js/util": "^3.6.9" + "@hpcc-js/codemirror": "^3.9.0", + "@hpcc-js/common": "^3.10.0", + "@hpcc-js/comms": "^3.19.0", + "@hpcc-js/dgrid": "^3.10.0", + "@hpcc-js/graph": "^3.12.0", + "@hpcc-js/layout": "^3.7.0", + "@hpcc-js/phosphor": "^3.9.0", + "@hpcc-js/timeline": "^3.6.0", + "@hpcc-js/tree": "^3.4.0", + "@hpcc-js/util": "^3.7.0" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "d3-selection": "^1" } }, "packages/esbuild-plugins": { "name": "@hpcc-js/esbuild-plugins", - "version": "1.11.0", + "version": "1.12.0", "license": "Apache-2.0", "dependencies": { "esbuild": "0.28.2", @@ -20134,15 +20134,15 @@ }, "packages/form": { "name": "@hpcc-js/form", - "version": "3.5.9", + "version": "3.6.0", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.5.9", - "@hpcc-js/chart": "^3.8.9", - "@hpcc-js/common": "^3.9.4" + "@hpcc-js/api": "^3.6.0", + "@hpcc-js/chart": "^3.9.0", + "@hpcc-js/common": "^3.10.0" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "d3-brush": "^1", "d3-color": "3.1.0", "d3-drag": "^1", @@ -20152,17 +20152,17 @@ }, "packages/graph": { "name": "@hpcc-js/graph", - "version": "3.11.3", + "version": "3.12.0", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.5.9", - "@hpcc-js/common": "^3.9.4", - "@hpcc-js/html": "^3.4.9", - "@hpcc-js/react": "^3.5.9", - "@hpcc-js/util": "^3.6.9" + "@hpcc-js/api": "^3.6.0", + "@hpcc-js/common": "^3.10.0", + "@hpcc-js/html": "^3.5.0", + "@hpcc-js/react": "^3.6.0", + "@hpcc-js/util": "^3.7.0" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "@hpcc-js/wasm-graphviz": "1.28.0", "@types/d3-transition": "1.3.6", "@types/dagre": "0.7.54", @@ -20180,32 +20180,32 @@ }, "packages/html": { "name": "@hpcc-js/html", - "version": "3.4.9", + "version": "3.5.0", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.9.4", - "@hpcc-js/react": "^3.5.9", - "@hpcc-js/util": "^3.6.9" + "@hpcc-js/common": "^3.10.0", + "@hpcc-js/react": "^3.6.0", + "@hpcc-js/util": "^3.7.0" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "d3-format": "^1", "d3-selection": "^1" } }, "packages/layout": { "name": "@hpcc-js/layout", - "version": "3.6.9", + "version": "3.7.0", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.5.9", - "@hpcc-js/chart": "^3.8.9", - "@hpcc-js/common": "^3.9.4", - "@hpcc-js/dgrid2": "^3.7.9", - "@hpcc-js/util": "^3.6.9" + "@hpcc-js/api": "^3.6.0", + "@hpcc-js/chart": "^3.9.0", + "@hpcc-js/common": "^3.10.0", + "@hpcc-js/dgrid2": "^3.8.0", + "@hpcc-js/util": "^3.7.0" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "@types/d3-transition": "1.3.6", "d3-drag": "^1", "d3-selection": "^1", @@ -20217,19 +20217,19 @@ }, "packages/map": { "name": "@hpcc-js/map", - "version": "3.7.1", + "version": "3.8.0", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.5.9", - "@hpcc-js/common": "^3.9.4", - "@hpcc-js/graph": "^3.11.3", - "@hpcc-js/layout": "^3.6.9", - "@hpcc-js/other": "^3.6.9", - "@hpcc-js/util": "^3.6.9" + "@hpcc-js/api": "^3.6.0", + "@hpcc-js/common": "^3.10.0", + "@hpcc-js/graph": "^3.12.0", + "@hpcc-js/layout": "^3.7.0", + "@hpcc-js/other": "^3.7.0", + "@hpcc-js/util": "^3.7.0" }, "devDependencies": { "@googlemaps/js-api-loader": "2.1.1", - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "@types/google.maps": "3.65.5", "@types/leaflet-draw": "1.0.13", "@types/leaflet.heat": "0.2.5", @@ -20251,17 +20251,17 @@ }, "packages/markdown-it-plugins": { "name": "@hpcc-js/markdown-it-plugins", - "version": "1.8.0", + "version": "1.9.0", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/observablehq-compiler": "^3.10.1", + "@hpcc-js/observablehq-compiler": "^3.11.0", "@observablehq/inspector": "5.0.1", "@observablehq/runtime": "6.0.0", "@observablehq/stdlib": "5.8.8", "@types/markdown-it": "14.2.0" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "d3-dsv": "3.0.1", "d3-fetch": "3.0.1", "dotenv": "17.4.2", @@ -20288,26 +20288,26 @@ }, "packages/marshaller": { "name": "@hpcc-js/marshaller", - "version": "3.4.9", + "version": "3.5.0", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/chart": "^3.8.9", - "@hpcc-js/codemirror": "^3.8.9", - "@hpcc-js/common": "^3.9.4", - "@hpcc-js/comms": "^3.18.0", - "@hpcc-js/composite": "^3.6.10", - "@hpcc-js/ddl-shim": "^3.4.9", - "@hpcc-js/dgrid": "^3.9.9", - "@hpcc-js/form": "^3.5.9", - "@hpcc-js/graph": "^3.11.3", - "@hpcc-js/layout": "^3.6.9", - "@hpcc-js/map": "^3.7.1", - "@hpcc-js/other": "^3.6.9", - "@hpcc-js/phosphor": "^3.8.7", - "@hpcc-js/util": "^3.6.9" + "@hpcc-js/chart": "^3.9.0", + "@hpcc-js/codemirror": "^3.9.0", + "@hpcc-js/common": "^3.10.0", + "@hpcc-js/comms": "^3.19.0", + "@hpcc-js/composite": "^3.7.0", + "@hpcc-js/ddl-shim": "^3.5.0", + "@hpcc-js/dgrid": "^3.10.0", + "@hpcc-js/form": "^3.6.0", + "@hpcc-js/graph": "^3.12.0", + "@hpcc-js/layout": "^3.7.0", + "@hpcc-js/map": "^3.8.0", + "@hpcc-js/other": "^3.7.0", + "@hpcc-js/phosphor": "^3.9.0", + "@hpcc-js/util": "^3.7.0" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "d3-array": "^1", "d3-collection": "^1", "d3-dsv": "^1", @@ -20360,7 +20360,7 @@ }, "packages/observablehq-compiler": { "name": "@hpcc-js/observablehq-compiler", - "version": "3.10.1", + "version": "3.11.0", "license": "Apache-2.0", "dependencies": { "yargs": "18.1.0" @@ -20369,7 +20369,7 @@ "ojscc": "bin/ojscc.mjs" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "@observablehq/inspector": "5.0.1", "@observablehq/notebook-kit": "2.3.0", "@observablehq/parser": "6.1.0", @@ -20531,15 +20531,15 @@ }, "packages/other": { "name": "@hpcc-js/other", - "version": "3.6.9", + "version": "3.7.0", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.5.9", - "@hpcc-js/common": "^3.9.4", - "@hpcc-js/layout": "^3.6.9" + "@hpcc-js/api": "^3.6.0", + "@hpcc-js/common": "^3.10.0", + "@hpcc-js/layout": "^3.7.0" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "d3-array": "^1", "d3-collection": "^1", "d3-format": "^1", @@ -20556,13 +20556,13 @@ }, "packages/phosphor": { "name": "@hpcc-js/phosphor", - "version": "3.8.7", + "version": "3.9.0", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.9.4" + "@hpcc-js/common": "^3.10.0" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "@lumino/algorithm": "2.0.5", "@lumino/commands": "2.3.4", "@lumino/messaging": "2.0.5", @@ -20571,31 +20571,31 @@ }, "packages/react": { "name": "@hpcc-js/react", - "version": "3.5.9", + "version": "3.6.0", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.9.4" + "@hpcc-js/common": "^3.10.0" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "@preact/preset-vite": "2.10.6", "preact": "10.29.8" } }, "packages/timeline": { "name": "@hpcc-js/timeline", - "version": "3.5.9", + "version": "3.6.0", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.5.9", - "@hpcc-js/chart": "^3.8.9", - "@hpcc-js/common": "^3.9.4", - "@hpcc-js/html": "^3.4.9", - "@hpcc-js/layout": "^3.6.9", - "@hpcc-js/react": "^3.5.9" + "@hpcc-js/api": "^3.6.0", + "@hpcc-js/chart": "^3.9.0", + "@hpcc-js/common": "^3.10.0", + "@hpcc-js/html": "^3.5.0", + "@hpcc-js/layout": "^3.7.0", + "@hpcc-js/react": "^3.6.0" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "d3-array": "^1", "d3-scale": "^1", "d3-selection": "^1", @@ -20605,14 +20605,14 @@ }, "packages/tree": { "name": "@hpcc-js/tree", - "version": "3.3.9", + "version": "3.4.0", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.5.9", - "@hpcc-js/common": "^3.9.4" + "@hpcc-js/api": "^3.6.0", + "@hpcc-js/common": "^3.10.0" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "@types/d3-transition": "1.3.6", "d3-hierarchy": "^1", "d3-interpolate": "^1", @@ -20624,27 +20624,27 @@ }, "packages/util": { "name": "@hpcc-js/util", - "version": "3.6.9", + "version": "3.7.0", "license": "Apache-2.0", "dependencies": { "@xmldom/xmldom": "0.9.11" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "detect-indent": "7.0.2", "mkdirp": "3.0.1" } }, "packages/vite-plugins": { "name": "@hpcc-js/vite-plugins", - "version": "1.2.0", + "version": "1.3.0", "license": "Apache-2.0", "dependencies": { "vite": "8.2.2", "vite-plugin-css-injected-by-js": "5.0.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.11.0", + "@hpcc-js/esbuild-plugins": "^1.12.0", "@vitest/browser-playwright": "4.1.11", "vitest": "4.1.11" }, diff --git a/package.json b/package.json index 2a8fa5a0b6..b5c5a03007 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hpcc-js", - "version": "3.33.0", + "version": "3.34.0", "description": "HPCC Visualization Framework", "private": true, "type": "module", diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index dcbc89cb58..f65d84f80d 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.6.0](https://github.com/hpcc-systems/Visualization/compare/api-v3.5.9...api-v3.6.0) (2026-08-20) + + +### Features + +* relocate vite concerns from esbuild-plugin to vite-plugin ([#4633](https://github.com/hpcc-systems/Visualization/issues/4633)) ([dc4b404](https://github.com/hpcc-systems/Visualization/commit/dc4b4040de9cb17119c08cf33e8707e8bdb44daa)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.9.4 to ^3.10.0 + * devDependencies + * @hpcc-js/vite-plugins bumped from ^1.2.0 to ^1.3.0 + ## [3.5.9](https://github.com/hpcc-systems/Visualization/compare/api-v3.5.8...api-v3.5.9) (2026-08-14) diff --git a/packages/api/package.json b/packages/api/package.json index 9bb3699aad..17e5651bf6 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/api", - "version": "3.5.9", + "version": "3.6.0", "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.9.4" + "@hpcc-js/common": "^3.10.0" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "d3-collection": "^1", "d3-color": "3.1.0", "d3-format": "^1", diff --git a/packages/chart/CHANGELOG.md b/packages/chart/CHANGELOG.md index af45c9e2a6..69a24b2a1c 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.9.0](https://github.com/hpcc-systems/Visualization/compare/chart-v3.8.9...chart-v3.9.0) (2026-08-20) + + +### Features + +* relocate vite concerns from esbuild-plugin to vite-plugin ([#4633](https://github.com/hpcc-systems/Visualization/issues/4633)) ([dc4b404](https://github.com/hpcc-systems/Visualization/commit/dc4b4040de9cb17119c08cf33e8707e8bdb44daa)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.5.9 to ^3.6.0 + * @hpcc-js/common bumped from ^3.9.4 to ^3.10.0 + * @hpcc-js/util bumped from ^3.6.9 to ^3.7.0 + * devDependencies + * @hpcc-js/vite-plugins bumped from ^1.2.0 to ^1.3.0 + ## [3.8.9](https://github.com/hpcc-systems/Visualization/compare/chart-v3.8.8...chart-v3.8.9) (2026-08-14) diff --git a/packages/chart/package.json b/packages/chart/package.json index bd22e31b6e..5c2e944151 100644 --- a/packages/chart/package.json +++ b/packages/chart/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/chart", - "version": "3.8.9", + "version": "3.9.0", "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.5.9", - "@hpcc-js/common": "^3.9.4", - "@hpcc-js/util": "^3.6.9" + "@hpcc-js/api": "^3.6.0", + "@hpcc-js/common": "^3.10.0", + "@hpcc-js/util": "^3.7.0" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "@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 702896b184..4c0afba8e4 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.9.0](https://github.com/hpcc-systems/Visualization/compare/codemirror-v3.8.9...codemirror-v3.9.0) (2026-08-20) + + +### Features + +* relocate vite concerns from esbuild-plugin to vite-plugin ([#4633](https://github.com/hpcc-systems/Visualization/issues/4633)) ([dc4b404](https://github.com/hpcc-systems/Visualization/commit/dc4b4040de9cb17119c08cf33e8707e8bdb44daa)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.9.4 to ^3.10.0 + * devDependencies + * @hpcc-js/vite-plugins bumped from ^1.2.0 to ^1.3.0 + ## [3.8.9](https://github.com/hpcc-systems/Visualization/compare/codemirror-v3.8.8...codemirror-v3.8.9) (2026-08-14) diff --git a/packages/codemirror/package.json b/packages/codemirror/package.json index aa1ce672b2..67255d20d3 100644 --- a/packages/codemirror/package.json +++ b/packages/codemirror/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/codemirror", - "version": "3.8.9", + "version": "3.9.0", "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.9.4" + "@hpcc-js/common": "^3.10.0" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "codemirror": "5.65.21" }, "repository": { diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index ffe926bc40..944c9544f1 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/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.10.0](https://github.com/hpcc-systems/Visualization/compare/common-v3.9.4...common-v3.10.0) (2026-08-20) + + +### Features + +* relocate vite concerns from esbuild-plugin to vite-plugin ([#4633](https://github.com/hpcc-systems/Visualization/issues/4633)) ([dc4b404](https://github.com/hpcc-systems/Visualization/commit/dc4b4040de9cb17119c08cf33e8707e8bdb44daa)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/util bumped from ^3.6.9 to ^3.7.0 + * devDependencies + * @hpcc-js/vite-plugins bumped from ^1.2.0 to ^1.3.0 + ## [3.9.4](https://github.com/hpcc-systems/Visualization/compare/common-v3.9.3...common-v3.9.4) (2026-08-14) diff --git a/packages/common/package.json b/packages/common/package.json index 5d73150412..44653fd361 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/common", - "version": "3.9.4", + "version": "3.10.0", "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.6.9", + "@hpcc-js/util": "^3.7.0", "@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/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "colorbrewer": "1.7.0", "d3-array": "^1", "d3-brush": "^1", diff --git a/packages/comms/CHANGELOG.md b/packages/comms/CHANGELOG.md index 67c6e53314..3382428cfb 100644 --- a/packages/comms/CHANGELOG.md +++ b/packages/comms/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.19.0](https://github.com/hpcc-systems/Visualization/compare/comms-v3.18.0...comms-v3.19.0) (2026-08-20) + + +### Features + +* relocate vite concerns from esbuild-plugin to vite-plugin ([#4633](https://github.com/hpcc-systems/Visualization/issues/4633)) ([dc4b404](https://github.com/hpcc-systems/Visualization/commit/dc4b4040de9cb17119c08cf33e8707e8bdb44daa)) + + +### Bug Fixes + +* bump versions (security) ([4f6bcd8](https://github.com/hpcc-systems/Visualization/commit/4f6bcd8ac3afb0ccfa6290e16901ab8ff4bdcb94)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/util bumped from ^3.6.9 to ^3.7.0 + * devDependencies + * @hpcc-js/ddl-shim bumped from ^3.4.9 to ^3.5.0 + * @hpcc-js/vite-plugins bumped from ^1.2.0 to ^1.3.0 + ## [3.18.0](https://github.com/hpcc-systems/Visualization/compare/comms-v3.17.8...comms-v3.18.0) (2026-08-14) diff --git a/packages/comms/package.json b/packages/comms/package.json index 1b44a18be9..85525bf670 100644 --- a/packages/comms/package.json +++ b/packages/comms/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/comms", - "version": "3.18.0", + "version": "3.19.0", "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.6.9", + "@hpcc-js/util": "^3.7.0", "@xmldom/xmldom": "0.9.11", "undici": "8.10.0" }, "devDependencies": { - "@hpcc-js/ddl-shim": "^3.4.9", - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/ddl-shim": "^3.5.0", + "@hpcc-js/vite-plugins": "^1.3.0", "@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 6f812e3e8c..353f5989c5 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.7.0](https://github.com/hpcc-systems/Visualization/compare/composite-v3.6.10...composite-v3.7.0) (2026-08-20) + + +### Features + +* relocate vite concerns from esbuild-plugin to vite-plugin ([#4633](https://github.com/hpcc-systems/Visualization/issues/4633)) ([dc4b404](https://github.com/hpcc-systems/Visualization/commit/dc4b4040de9cb17119c08cf33e8707e8bdb44daa)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.5.9 to ^3.6.0 + * @hpcc-js/chart bumped from ^3.8.9 to ^3.9.0 + * @hpcc-js/common bumped from ^3.9.4 to ^3.10.0 + * @hpcc-js/dgrid bumped from ^3.9.9 to ^3.10.0 + * @hpcc-js/form bumped from ^3.5.9 to ^3.6.0 + * @hpcc-js/html bumped from ^3.4.9 to ^3.5.0 + * @hpcc-js/other bumped from ^3.6.9 to ^3.7.0 + * @hpcc-js/phosphor bumped from ^3.8.7 to ^3.9.0 + * @hpcc-js/util bumped from ^3.6.9 to ^3.7.0 + * devDependencies + * @hpcc-js/vite-plugins bumped from ^1.2.0 to ^1.3.0 + ## [3.6.10](https://github.com/hpcc-systems/Visualization/compare/composite-v3.6.9...composite-v3.6.10) (2026-08-14) diff --git a/packages/composite/package.json b/packages/composite/package.json index 278c520119..c7fa0a7fbf 100644 --- a/packages/composite/package.json +++ b/packages/composite/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/composite", - "version": "3.6.10", + "version": "3.7.0", "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.5.9", - "@hpcc-js/chart": "^3.8.9", - "@hpcc-js/common": "^3.9.4", - "@hpcc-js/dgrid": "^3.9.9", - "@hpcc-js/form": "^3.5.9", - "@hpcc-js/html": "^3.4.9", - "@hpcc-js/other": "^3.6.9", - "@hpcc-js/phosphor": "^3.8.7", - "@hpcc-js/util": "^3.6.9" + "@hpcc-js/api": "^3.6.0", + "@hpcc-js/chart": "^3.9.0", + "@hpcc-js/common": "^3.10.0", + "@hpcc-js/dgrid": "^3.10.0", + "@hpcc-js/form": "^3.6.0", + "@hpcc-js/html": "^3.5.0", + "@hpcc-js/other": "^3.7.0", + "@hpcc-js/phosphor": "^3.9.0", + "@hpcc-js/util": "^3.7.0" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "@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 a1d746ab44..0fb2416658 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.8.0](https://github.com/hpcc-systems/Visualization/compare/dataflow-v9.7.9...dataflow-v9.8.0) (2026-08-20) + + +### Features + +* relocate vite concerns from esbuild-plugin to vite-plugin ([#4633](https://github.com/hpcc-systems/Visualization/issues/4633)) ([dc4b404](https://github.com/hpcc-systems/Visualization/commit/dc4b4040de9cb17119c08cf33e8707e8bdb44daa)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @hpcc-js/vite-plugins bumped from ^1.2.0 to ^1.3.0 + ## [9.7.9](https://github.com/hpcc-systems/Visualization/compare/dataflow-v9.7.8...dataflow-v9.7.9) (2026-08-14) diff --git a/packages/dataflow/package.json b/packages/dataflow/package.json index 384404910e..d2e028ef6c 100644 --- a/packages/dataflow/package.json +++ b/packages/dataflow/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/dataflow", - "version": "9.7.9", + "version": "9.8.0", "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/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "@types/faker": "4.1.12", "faker": "4.1.0" }, diff --git a/packages/ddl-shim/CHANGELOG.md b/packages/ddl-shim/CHANGELOG.md index 6cd2ef6759..5fde72e927 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.5.0](https://github.com/hpcc-systems/Visualization/compare/ddl-shim-v3.4.9...ddl-shim-v3.5.0) (2026-08-20) + + +### Features + +* relocate vite concerns from esbuild-plugin to vite-plugin ([#4633](https://github.com/hpcc-systems/Visualization/issues/4633)) ([dc4b404](https://github.com/hpcc-systems/Visualization/commit/dc4b4040de9cb17119c08cf33e8707e8bdb44daa)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @hpcc-js/vite-plugins bumped from ^1.2.0 to ^1.3.0 + ## [3.4.9](https://github.com/hpcc-systems/Visualization/compare/ddl-shim-v3.4.8...ddl-shim-v3.4.9) (2026-08-14) diff --git a/packages/ddl-shim/package.json b/packages/ddl-shim/package.json index e147ff9b4c..cb6ed001fd 100644 --- a/packages/ddl-shim/package.json +++ b/packages/ddl-shim/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/ddl-shim", - "version": "3.4.9", + "version": "3.5.0", "description": "hpcc-js DDL parser", "type": "module", "main": "./dist/index.umd.cjs", @@ -44,7 +44,7 @@ "ajv": "8.20.0" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "ts-json-schema-generator": "2.9.0" }, "repository": { diff --git a/packages/dgrid-shim/CHANGELOG.md b/packages/dgrid-shim/CHANGELOG.md index 685c57f8f2..df695506f0 100644 --- a/packages/dgrid-shim/CHANGELOG.md +++ b/packages/dgrid-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.5.6](https://github.com/hpcc-systems/Visualization/compare/dgrid-shim-v3.5.5...dgrid-shim-v3.5.6) (2026-08-20) + + +### Bug Fixes + +* migrate dgrid-shim to use vite ([5f555a8](https://github.com/hpcc-systems/Visualization/commit/5f555a8cf60d1746091e3e9ab257f468a3445f8a)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @hpcc-js/vite-plugins bumped from ^1.2.0 to ^1.3.0 + ## [3.5.5](https://github.com/hpcc-systems/Visualization/compare/dgrid-shim-v3.5.4...dgrid-shim-v3.5.5) (2026-08-04) diff --git a/packages/dgrid-shim/package.json b/packages/dgrid-shim/package.json index e61d8c7069..8c2ae359f2 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.5", + "version": "3.5.6", "description": "dgrid shim", "type": "module", "main": "./dist/index.js", @@ -33,7 +33,7 @@ "update-major": "npx --yes npm-check-updates -u" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "@types/dojo": "1.9.49", "dgrid": "1.3.3", "dijit": "1.17.3", diff --git a/packages/dgrid/CHANGELOG.md b/packages/dgrid/CHANGELOG.md index 5fc517aedc..8a7428b9f4 100644 --- a/packages/dgrid/CHANGELOG.md +++ b/packages/dgrid/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.10.0](https://github.com/hpcc-systems/Visualization/compare/dgrid-v3.9.9...dgrid-v3.10.0) (2026-08-20) + + +### Features + +* relocate vite concerns from esbuild-plugin to vite-plugin ([#4633](https://github.com/hpcc-systems/Visualization/issues/4633)) ([dc4b404](https://github.com/hpcc-systems/Visualization/commit/dc4b4040de9cb17119c08cf33e8707e8bdb44daa)) + + +### Bug Fixes + +* migrate dgrid-shim to use vite ([5f555a8](https://github.com/hpcc-systems/Visualization/commit/5f555a8cf60d1746091e3e9ab257f468a3445f8a)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.9.4 to ^3.10.0 + * @hpcc-js/dgrid-shim bumped from ^3.5.5 to ^3.5.6 + * @hpcc-js/util bumped from ^3.6.9 to ^3.7.0 + * devDependencies + * @hpcc-js/ddl-shim bumped from ^3.4.9 to ^3.5.0 + * @hpcc-js/vite-plugins bumped from ^1.2.0 to ^1.3.0 + ## [3.9.9](https://github.com/hpcc-systems/Visualization/compare/dgrid-v3.9.8...dgrid-v3.9.9) (2026-08-14) diff --git a/packages/dgrid/package.json b/packages/dgrid/package.json index a556736940..49c68dd594 100644 --- a/packages/dgrid/package.json +++ b/packages/dgrid/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/dgrid", - "version": "3.9.9", + "version": "3.10.0", "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.9.4", - "@hpcc-js/dgrid-shim": "^3.5.5", - "@hpcc-js/util": "^3.6.9" + "@hpcc-js/common": "^3.10.0", + "@hpcc-js/dgrid-shim": "^3.5.6", + "@hpcc-js/util": "^3.7.0" }, "devDependencies": { - "@hpcc-js/ddl-shim": "^3.4.9", - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/ddl-shim": "^3.5.0", + "@hpcc-js/vite-plugins": "^1.3.0", "@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 1592ead14e..efe53f5487 100644 --- a/packages/dgrid2/CHANGELOG.md +++ b/packages/dgrid2/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.8.0](https://github.com/hpcc-systems/Visualization/compare/dgrid2-v3.7.9...dgrid2-v3.8.0) (2026-08-20) + + +### Features + +* relocate vite concerns from esbuild-plugin to vite-plugin ([#4633](https://github.com/hpcc-systems/Visualization/issues/4633)) ([dc4b404](https://github.com/hpcc-systems/Visualization/commit/dc4b4040de9cb17119c08cf33e8707e8bdb44daa)) + + +### Bug Fixes + +* bump versions (security) ([4f6bcd8](https://github.com/hpcc-systems/Visualization/commit/4f6bcd8ac3afb0ccfa6290e16901ab8ff4bdcb94)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.9.4 to ^3.10.0 + * @hpcc-js/util bumped from ^3.6.9 to ^3.7.0 + * devDependencies + * @hpcc-js/vite-plugins bumped from ^1.2.0 to ^1.3.0 + ## [3.7.9](https://github.com/hpcc-systems/Visualization/compare/dgrid2-v3.7.8...dgrid2-v3.7.9) (2026-08-14) diff --git a/packages/dgrid2/package.json b/packages/dgrid2/package.json index e6f2f6b4cd..4e2cd8b6c0 100644 --- a/packages/dgrid2/package.json +++ b/packages/dgrid2/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/dgrid2", - "version": "3.7.9", + "version": "3.8.0", "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.9.4", - "@hpcc-js/util": "^3.6.9" + "@hpcc-js/common": "^3.10.0", + "@hpcc-js/util": "^3.7.0" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "@types/react": "19.2.18", "@types/react-dom": "19.2.4", "@vitejs/plugin-react": "6.1.0", diff --git a/packages/eclwatch/CHANGELOG.md b/packages/eclwatch/CHANGELOG.md index e0fde35997..30358960dd 100644 --- a/packages/eclwatch/CHANGELOG.md +++ b/packages/eclwatch/CHANGELOG.md @@ -3,6 +3,31 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.9.0](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.8.9...eclwatch-v3.9.0) (2026-08-20) + + +### Features + +* relocate vite concerns from esbuild-plugin to vite-plugin ([#4633](https://github.com/hpcc-systems/Visualization/issues/4633)) ([dc4b404](https://github.com/hpcc-systems/Visualization/commit/dc4b4040de9cb17119c08cf33e8707e8bdb44daa)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/codemirror bumped from ^3.8.9 to ^3.9.0 + * @hpcc-js/common bumped from ^3.9.4 to ^3.10.0 + * @hpcc-js/comms bumped from ^3.18.0 to ^3.19.0 + * @hpcc-js/dgrid bumped from ^3.9.9 to ^3.10.0 + * @hpcc-js/graph bumped from ^3.11.3 to ^3.12.0 + * @hpcc-js/layout bumped from ^3.6.9 to ^3.7.0 + * @hpcc-js/phosphor bumped from ^3.8.7 to ^3.9.0 + * @hpcc-js/timeline bumped from ^3.5.9 to ^3.6.0 + * @hpcc-js/tree bumped from ^3.3.9 to ^3.4.0 + * @hpcc-js/util bumped from ^3.6.9 to ^3.7.0 + * devDependencies + * @hpcc-js/vite-plugins bumped from ^1.2.0 to ^1.3.0 + ## [3.8.9](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.8.8...eclwatch-v3.8.9) (2026-08-14) diff --git a/packages/eclwatch/package.json b/packages/eclwatch/package.json index f7a024e44c..b69e665689 100644 --- a/packages/eclwatch/package.json +++ b/packages/eclwatch/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/eclwatch", - "version": "3.8.9", + "version": "3.9.0", "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.8.9", - "@hpcc-js/common": "^3.9.4", - "@hpcc-js/comms": "^3.18.0", - "@hpcc-js/dgrid": "^3.9.9", - "@hpcc-js/graph": "^3.11.3", - "@hpcc-js/layout": "^3.6.9", - "@hpcc-js/phosphor": "^3.8.7", - "@hpcc-js/timeline": "^3.5.9", - "@hpcc-js/tree": "^3.3.9", - "@hpcc-js/util": "^3.6.9" + "@hpcc-js/codemirror": "^3.9.0", + "@hpcc-js/common": "^3.10.0", + "@hpcc-js/comms": "^3.19.0", + "@hpcc-js/dgrid": "^3.10.0", + "@hpcc-js/graph": "^3.12.0", + "@hpcc-js/layout": "^3.7.0", + "@hpcc-js/phosphor": "^3.9.0", + "@hpcc-js/timeline": "^3.6.0", + "@hpcc-js/tree": "^3.4.0", + "@hpcc-js/util": "^3.7.0" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "d3-selection": "^1" }, "repository": { diff --git a/packages/esbuild-plugins/CHANGELOG.md b/packages/esbuild-plugins/CHANGELOG.md index 56f46e69ef..593ad35ccd 100644 --- a/packages/esbuild-plugins/CHANGELOG.md +++ b/packages/esbuild-plugins/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. +## [1.12.0](https://github.com/hpcc-systems/Visualization/compare/esbuild-plugins-v1.11.0...esbuild-plugins-v1.12.0) (2026-08-20) + + +### Features + +* relocate vite concerns from esbuild-plugin to vite-plugin ([#4633](https://github.com/hpcc-systems/Visualization/issues/4633)) ([dc4b404](https://github.com/hpcc-systems/Visualization/commit/dc4b4040de9cb17119c08cf33e8707e8bdb44daa)) + ## [1.11.0](https://github.com/hpcc-systems/Visualization/compare/esbuild-plugins-v1.10.0...esbuild-plugins-v1.11.0) (2026-08-14) diff --git a/packages/esbuild-plugins/package.json b/packages/esbuild-plugins/package.json index 0b03744c4a..05da0f4930 100644 --- a/packages/esbuild-plugins/package.json +++ b/packages/esbuild-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/esbuild-plugins", - "version": "1.11.0", + "version": "1.12.0", "description": "Various esbuild plugins", "type": "module", "exports": { diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index db185b005c..d200dc43cd 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.6.0](https://github.com/hpcc-systems/Visualization/compare/form-v3.5.9...form-v3.6.0) (2026-08-20) + + +### Features + +* relocate vite concerns from esbuild-plugin to vite-plugin ([#4633](https://github.com/hpcc-systems/Visualization/issues/4633)) ([dc4b404](https://github.com/hpcc-systems/Visualization/commit/dc4b4040de9cb17119c08cf33e8707e8bdb44daa)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.5.9 to ^3.6.0 + * @hpcc-js/chart bumped from ^3.8.9 to ^3.9.0 + * @hpcc-js/common bumped from ^3.9.4 to ^3.10.0 + * devDependencies + * @hpcc-js/vite-plugins bumped from ^1.2.0 to ^1.3.0 + ## [3.5.9](https://github.com/hpcc-systems/Visualization/compare/form-v3.5.8...form-v3.5.9) (2026-08-14) diff --git a/packages/form/package.json b/packages/form/package.json index 1911800bca..4329ec53c2 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/form", - "version": "3.5.9", + "version": "3.6.0", "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.5.9", - "@hpcc-js/chart": "^3.8.9", - "@hpcc-js/common": "^3.9.4" + "@hpcc-js/api": "^3.6.0", + "@hpcc-js/chart": "^3.9.0", + "@hpcc-js/common": "^3.10.0" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "d3-brush": "^1", "d3-color": "3.1.0", "d3-drag": "^1", diff --git a/packages/graph/CHANGELOG.md b/packages/graph/CHANGELOG.md index fd03126ec9..bb383b21e6 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.12.0](https://github.com/hpcc-systems/Visualization/compare/graph-v3.11.3...graph-v3.12.0) (2026-08-20) + + +### Features + +* relocate vite concerns from esbuild-plugin to vite-plugin ([#4633](https://github.com/hpcc-systems/Visualization/issues/4633)) ([dc4b404](https://github.com/hpcc-systems/Visualization/commit/dc4b4040de9cb17119c08cf33e8707e8bdb44daa)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.5.9 to ^3.6.0 + * @hpcc-js/common bumped from ^3.9.4 to ^3.10.0 + * @hpcc-js/html bumped from ^3.4.9 to ^3.5.0 + * @hpcc-js/react bumped from ^3.5.9 to ^3.6.0 + * @hpcc-js/util bumped from ^3.6.9 to ^3.7.0 + * devDependencies + * @hpcc-js/vite-plugins bumped from ^1.2.0 to ^1.3.0 + ## [3.11.3](https://github.com/hpcc-systems/Visualization/compare/graph-v3.11.2...graph-v3.11.3) (2026-08-14) diff --git a/packages/graph/package.json b/packages/graph/package.json index c3f928ac82..ddaa09dd80 100644 --- a/packages/graph/package.json +++ b/packages/graph/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/graph", - "version": "3.11.3", + "version": "3.12.0", "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.5.9", - "@hpcc-js/common": "^3.9.4", - "@hpcc-js/html": "^3.4.9", - "@hpcc-js/react": "^3.5.9", - "@hpcc-js/util": "^3.6.9" + "@hpcc-js/api": "^3.6.0", + "@hpcc-js/common": "^3.10.0", + "@hpcc-js/html": "^3.5.0", + "@hpcc-js/react": "^3.6.0", + "@hpcc-js/util": "^3.7.0" }, "optionalPeerDependencies": { "react": ">=17.0.0" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "@hpcc-js/wasm-graphviz": "1.28.0", "@types/d3-transition": "1.3.6", "@types/dagre": "0.7.54", diff --git a/packages/html/CHANGELOG.md b/packages/html/CHANGELOG.md index 244a14ec3a..bcb5e93536 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.5.0](https://github.com/hpcc-systems/Visualization/compare/html-v3.4.9...html-v3.5.0) (2026-08-20) + + +### Features + +* relocate vite concerns from esbuild-plugin to vite-plugin ([#4633](https://github.com/hpcc-systems/Visualization/issues/4633)) ([dc4b404](https://github.com/hpcc-systems/Visualization/commit/dc4b4040de9cb17119c08cf33e8707e8bdb44daa)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.9.4 to ^3.10.0 + * @hpcc-js/react bumped from ^3.5.9 to ^3.6.0 + * @hpcc-js/util bumped from ^3.6.9 to ^3.7.0 + * devDependencies + * @hpcc-js/vite-plugins bumped from ^1.2.0 to ^1.3.0 + ## [3.4.9](https://github.com/hpcc-systems/Visualization/compare/html-v3.4.8...html-v3.4.9) (2026-08-14) diff --git a/packages/html/package.json b/packages/html/package.json index 6d76362bd0..5eddd3f98c 100644 --- a/packages/html/package.json +++ b/packages/html/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/html", - "version": "3.4.9", + "version": "3.5.0", "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.9.4", - "@hpcc-js/react": "^3.5.9", - "@hpcc-js/util": "^3.6.9" + "@hpcc-js/common": "^3.10.0", + "@hpcc-js/react": "^3.6.0", + "@hpcc-js/util": "^3.7.0" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "d3-format": "^1", "d3-selection": "^1" }, diff --git a/packages/layout/CHANGELOG.md b/packages/layout/CHANGELOG.md index 73c589bd71..3f56ed95b0 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.7.0](https://github.com/hpcc-systems/Visualization/compare/layout-v3.6.9...layout-v3.7.0) (2026-08-20) + + +### Features + +* relocate vite concerns from esbuild-plugin to vite-plugin ([#4633](https://github.com/hpcc-systems/Visualization/issues/4633)) ([dc4b404](https://github.com/hpcc-systems/Visualization/commit/dc4b4040de9cb17119c08cf33e8707e8bdb44daa)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.5.9 to ^3.6.0 + * @hpcc-js/chart bumped from ^3.8.9 to ^3.9.0 + * @hpcc-js/common bumped from ^3.9.4 to ^3.10.0 + * @hpcc-js/dgrid2 bumped from ^3.7.9 to ^3.8.0 + * @hpcc-js/util bumped from ^3.6.9 to ^3.7.0 + * devDependencies + * @hpcc-js/vite-plugins bumped from ^1.2.0 to ^1.3.0 + ## [3.6.9](https://github.com/hpcc-systems/Visualization/compare/layout-v3.6.8...layout-v3.6.9) (2026-08-14) diff --git a/packages/layout/package.json b/packages/layout/package.json index b8f644f5ea..4aaa160024 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/layout", - "version": "3.6.9", + "version": "3.7.0", "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.5.9", - "@hpcc-js/chart": "^3.8.9", - "@hpcc-js/common": "^3.9.4", - "@hpcc-js/dgrid2": "^3.7.9", - "@hpcc-js/util": "^3.6.9" + "@hpcc-js/api": "^3.6.0", + "@hpcc-js/chart": "^3.9.0", + "@hpcc-js/common": "^3.10.0", + "@hpcc-js/dgrid2": "^3.8.0", + "@hpcc-js/util": "^3.7.0" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "@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 d36f21d95a..cf32d52974 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.8.0](https://github.com/hpcc-systems/Visualization/compare/map-v3.7.1...map-v3.8.0) (2026-08-20) + + +### Features + +* relocate vite concerns from esbuild-plugin to vite-plugin ([#4633](https://github.com/hpcc-systems/Visualization/issues/4633)) ([dc4b404](https://github.com/hpcc-systems/Visualization/commit/dc4b4040de9cb17119c08cf33e8707e8bdb44daa)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.5.9 to ^3.6.0 + * @hpcc-js/common bumped from ^3.9.4 to ^3.10.0 + * @hpcc-js/graph bumped from ^3.11.3 to ^3.12.0 + * @hpcc-js/layout bumped from ^3.6.9 to ^3.7.0 + * @hpcc-js/other bumped from ^3.6.9 to ^3.7.0 + * @hpcc-js/util bumped from ^3.6.9 to ^3.7.0 + * devDependencies + * @hpcc-js/vite-plugins bumped from ^1.2.0 to ^1.3.0 + ## [3.7.1](https://github.com/hpcc-systems/Visualization/compare/map-v3.7.0...map-v3.7.1) (2026-08-14) diff --git a/packages/map/package.json b/packages/map/package.json index d4e36e0e28..0a2cca39be 100644 --- a/packages/map/package.json +++ b/packages/map/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/map", - "version": "3.7.1", + "version": "3.8.0", "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.5.9", - "@hpcc-js/common": "^3.9.4", - "@hpcc-js/graph": "^3.11.3", - "@hpcc-js/layout": "^3.6.9", - "@hpcc-js/other": "^3.6.9", - "@hpcc-js/util": "^3.6.9" + "@hpcc-js/api": "^3.6.0", + "@hpcc-js/common": "^3.10.0", + "@hpcc-js/graph": "^3.12.0", + "@hpcc-js/layout": "^3.7.0", + "@hpcc-js/other": "^3.7.0", + "@hpcc-js/util": "^3.7.0" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "@googlemaps/js-api-loader": "2.1.1", "@types/google.maps": "3.65.5", "@types/leaflet-draw": "1.0.13", diff --git a/packages/markdown-it-plugins/CHANGELOG.md b/packages/markdown-it-plugins/CHANGELOG.md index 9eb1f0723f..91473de6ba 100644 --- a/packages/markdown-it-plugins/CHANGELOG.md +++ b/packages/markdown-it-plugins/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. +## [1.9.0](https://github.com/hpcc-systems/Visualization/compare/markdown-it-plugins-v1.8.0...markdown-it-plugins-v1.9.0) (2026-08-20) + + +### Features + +* relocate vite concerns from esbuild-plugin to vite-plugin ([#4633](https://github.com/hpcc-systems/Visualization/issues/4633)) ([dc4b404](https://github.com/hpcc-systems/Visualization/commit/dc4b4040de9cb17119c08cf33e8707e8bdb44daa)) + + +### Bug Fixes + +* bump versions (security) ([4f6bcd8](https://github.com/hpcc-systems/Visualization/commit/4f6bcd8ac3afb0ccfa6290e16901ab8ff4bdcb94)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/observablehq-compiler bumped from ^3.10.1 to ^3.11.0 + * devDependencies + * @hpcc-js/vite-plugins bumped from ^1.2.0 to ^1.3.0 + ## [1.8.0](https://github.com/hpcc-systems/Visualization/compare/markdown-it-plugins-v1.7.0...markdown-it-plugins-v1.8.0) (2026-08-14) diff --git a/packages/markdown-it-plugins/package.json b/packages/markdown-it-plugins/package.json index 78242a2281..ca2774e4c7 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.8.0", + "version": "1.9.0", "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.10.1", + "@hpcc-js/observablehq-compiler": "^3.11.0", "@observablehq/inspector": "5.0.1", "@observablehq/stdlib": "5.8.8", "@observablehq/runtime": "6.0.0", @@ -66,7 +66,7 @@ "shiki": "4.2.0" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "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 c4ce8d2806..d2a954acea 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.5.0](https://github.com/hpcc-systems/Visualization/compare/marshaller-v3.4.9...marshaller-v3.5.0) (2026-08-20) + + +### Features + +* relocate vite concerns from esbuild-plugin to vite-plugin ([#4633](https://github.com/hpcc-systems/Visualization/issues/4633)) ([dc4b404](https://github.com/hpcc-systems/Visualization/commit/dc4b4040de9cb17119c08cf33e8707e8bdb44daa)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/chart bumped from ^3.8.9 to ^3.9.0 + * @hpcc-js/codemirror bumped from ^3.8.9 to ^3.9.0 + * @hpcc-js/common bumped from ^3.9.4 to ^3.10.0 + * @hpcc-js/comms bumped from ^3.18.0 to ^3.19.0 + * @hpcc-js/composite bumped from ^3.6.10 to ^3.7.0 + * @hpcc-js/ddl-shim bumped from ^3.4.9 to ^3.5.0 + * @hpcc-js/dgrid bumped from ^3.9.9 to ^3.10.0 + * @hpcc-js/form bumped from ^3.5.9 to ^3.6.0 + * @hpcc-js/graph bumped from ^3.11.3 to ^3.12.0 + * @hpcc-js/layout bumped from ^3.6.9 to ^3.7.0 + * @hpcc-js/map bumped from ^3.7.1 to ^3.8.0 + * @hpcc-js/other bumped from ^3.6.9 to ^3.7.0 + * @hpcc-js/phosphor bumped from ^3.8.7 to ^3.9.0 + * @hpcc-js/util bumped from ^3.6.9 to ^3.7.0 + * devDependencies + * @hpcc-js/vite-plugins bumped from ^1.2.0 to ^1.3.0 + ## [3.4.9](https://github.com/hpcc-systems/Visualization/compare/marshaller-v3.4.8...marshaller-v3.4.9) (2026-08-14) diff --git a/packages/marshaller/package.json b/packages/marshaller/package.json index bfa46bb875..fdc54477d0 100644 --- a/packages/marshaller/package.json +++ b/packages/marshaller/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/marshaller", - "version": "3.4.9", + "version": "3.5.0", "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.8.9", - "@hpcc-js/codemirror": "^3.8.9", - "@hpcc-js/common": "^3.9.4", - "@hpcc-js/comms": "^3.18.0", - "@hpcc-js/composite": "^3.6.10", - "@hpcc-js/ddl-shim": "^3.4.9", - "@hpcc-js/dgrid": "^3.9.9", - "@hpcc-js/form": "^3.5.9", - "@hpcc-js/graph": "^3.11.3", - "@hpcc-js/layout": "^3.6.9", - "@hpcc-js/map": "^3.7.1", - "@hpcc-js/other": "^3.6.9", - "@hpcc-js/phosphor": "^3.8.7", - "@hpcc-js/util": "^3.6.9" + "@hpcc-js/chart": "^3.9.0", + "@hpcc-js/codemirror": "^3.9.0", + "@hpcc-js/common": "^3.10.0", + "@hpcc-js/comms": "^3.19.0", + "@hpcc-js/composite": "^3.7.0", + "@hpcc-js/ddl-shim": "^3.5.0", + "@hpcc-js/dgrid": "^3.10.0", + "@hpcc-js/form": "^3.6.0", + "@hpcc-js/graph": "^3.12.0", + "@hpcc-js/layout": "^3.7.0", + "@hpcc-js/map": "^3.8.0", + "@hpcc-js/other": "^3.7.0", + "@hpcc-js/phosphor": "^3.9.0", + "@hpcc-js/util": "^3.7.0" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "d3-array": "^1", "d3-collection": "^1", "d3-dsv": "^1", diff --git a/packages/observablehq-compiler/CHANGELOG.md b/packages/observablehq-compiler/CHANGELOG.md index 3a8efbf498..6699b6bf9a 100644 --- a/packages/observablehq-compiler/CHANGELOG.md +++ b/packages/observablehq-compiler/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.11.0](https://github.com/hpcc-systems/Visualization/compare/observablehq-compiler-v3.10.1...observablehq-compiler-v3.11.0) (2026-08-20) + + +### Features + +* relocate vite concerns from esbuild-plugin to vite-plugin ([#4633](https://github.com/hpcc-systems/Visualization/issues/4633)) ([dc4b404](https://github.com/hpcc-systems/Visualization/commit/dc4b4040de9cb17119c08cf33e8707e8bdb44daa)) + + +### Bug Fixes + +* bump versions (security) ([4f6bcd8](https://github.com/hpcc-systems/Visualization/commit/4f6bcd8ac3afb0ccfa6290e16901ab8ff4bdcb94)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @hpcc-js/vite-plugins bumped from ^1.2.0 to ^1.3.0 + ## [3.10.1](https://github.com/hpcc-systems/Visualization/compare/observablehq-compiler-v3.10.0...observablehq-compiler-v3.10.1) (2026-08-14) diff --git a/packages/observablehq-compiler/package.json b/packages/observablehq-compiler/package.json index 54dbfaffef..1d07b6e541 100644 --- a/packages/observablehq-compiler/package.json +++ b/packages/observablehq-compiler/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/observablehq-compiler", - "version": "3.10.1", + "version": "3.11.0", "description": "hpcc-js - ObservableHQ Compiler (unoffical)", "type": "module", "main": "./dist/index.js", @@ -66,7 +66,7 @@ "yargs": "18.1.0" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "@observablehq/notebook-kit": "2.3.0", "@observablehq/parser": "6.1.0", "@observablehq/inspector": "5.0.1", diff --git a/packages/other/CHANGELOG.md b/packages/other/CHANGELOG.md index 82258e221b..b9c5fbb2e9 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.7.0](https://github.com/hpcc-systems/Visualization/compare/other-v3.6.9...other-v3.7.0) (2026-08-20) + + +### Features + +* relocate vite concerns from esbuild-plugin to vite-plugin ([#4633](https://github.com/hpcc-systems/Visualization/issues/4633)) ([dc4b404](https://github.com/hpcc-systems/Visualization/commit/dc4b4040de9cb17119c08cf33e8707e8bdb44daa)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.5.9 to ^3.6.0 + * @hpcc-js/common bumped from ^3.9.4 to ^3.10.0 + * @hpcc-js/layout bumped from ^3.6.9 to ^3.7.0 + * devDependencies + * @hpcc-js/vite-plugins bumped from ^1.2.0 to ^1.3.0 + ## [3.6.9](https://github.com/hpcc-systems/Visualization/compare/other-v3.6.8...other-v3.6.9) (2026-08-14) diff --git a/packages/other/package.json b/packages/other/package.json index ed7b9014fa..1f2a0845ef 100644 --- a/packages/other/package.json +++ b/packages/other/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/other", - "version": "3.6.9", + "version": "3.7.0", "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.5.9", - "@hpcc-js/common": "^3.9.4", - "@hpcc-js/layout": "^3.6.9" + "@hpcc-js/api": "^3.6.0", + "@hpcc-js/common": "^3.10.0", + "@hpcc-js/layout": "^3.7.0" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "d3-array": "^1", "d3-collection": "^1", "d3-format": "^1", diff --git a/packages/phosphor/CHANGELOG.md b/packages/phosphor/CHANGELOG.md index 7f657f1cff..5917378dc7 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.9.0](https://github.com/hpcc-systems/Visualization/compare/phosphor-v3.8.7...phosphor-v3.9.0) (2026-08-20) + + +### Features + +* relocate vite concerns from esbuild-plugin to vite-plugin ([#4633](https://github.com/hpcc-systems/Visualization/issues/4633)) ([dc4b404](https://github.com/hpcc-systems/Visualization/commit/dc4b4040de9cb17119c08cf33e8707e8bdb44daa)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.9.4 to ^3.10.0 + * devDependencies + * @hpcc-js/vite-plugins bumped from ^1.2.0 to ^1.3.0 + ## [3.8.7](https://github.com/hpcc-systems/Visualization/compare/phosphor-v3.8.6...phosphor-v3.8.7) (2026-08-14) diff --git a/packages/phosphor/package.json b/packages/phosphor/package.json index 31cdb33018..3633189431 100644 --- a/packages/phosphor/package.json +++ b/packages/phosphor/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/phosphor", - "version": "3.8.7", + "version": "3.9.0", "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.9.4" + "@hpcc-js/common": "^3.10.0" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "@lumino/algorithm": "2.0.5", "@lumino/commands": "2.3.4", "@lumino/messaging": "2.0.5", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index f61bc2b269..ac13aee800 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/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.0](https://github.com/hpcc-systems/Visualization/compare/react-v3.5.9...react-v3.6.0) (2026-08-20) + + +### Features + +* relocate vite concerns from esbuild-plugin to vite-plugin ([#4633](https://github.com/hpcc-systems/Visualization/issues/4633)) ([dc4b404](https://github.com/hpcc-systems/Visualization/commit/dc4b4040de9cb17119c08cf33e8707e8bdb44daa)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.9.4 to ^3.10.0 + * devDependencies + * @hpcc-js/vite-plugins bumped from ^1.2.0 to ^1.3.0 + ## [3.5.9](https://github.com/hpcc-systems/Visualization/compare/react-v3.5.8...react-v3.5.9) (2026-08-14) diff --git a/packages/react/package.json b/packages/react/package.json index b184f8ecd0..bfb15ef23d 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/react", - "version": "3.5.9", + "version": "3.6.0", "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.9.4" + "@hpcc-js/common": "^3.10.0" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "@preact/preset-vite": "2.10.6", "preact": "10.29.8" }, diff --git a/packages/timeline/CHANGELOG.md b/packages/timeline/CHANGELOG.md index bf812e6069..6d2aadc531 100644 --- a/packages/timeline/CHANGELOG.md +++ b/packages/timeline/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.6.0](https://github.com/hpcc-systems/Visualization/compare/timeline-v3.5.9...timeline-v3.6.0) (2026-08-20) + + +### Features + +* relocate vite concerns from esbuild-plugin to vite-plugin ([#4633](https://github.com/hpcc-systems/Visualization/issues/4633)) ([dc4b404](https://github.com/hpcc-systems/Visualization/commit/dc4b4040de9cb17119c08cf33e8707e8bdb44daa)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.5.9 to ^3.6.0 + * @hpcc-js/chart bumped from ^3.8.9 to ^3.9.0 + * @hpcc-js/common bumped from ^3.9.4 to ^3.10.0 + * @hpcc-js/html bumped from ^3.4.9 to ^3.5.0 + * @hpcc-js/layout bumped from ^3.6.9 to ^3.7.0 + * @hpcc-js/react bumped from ^3.5.9 to ^3.6.0 + * devDependencies + * @hpcc-js/vite-plugins bumped from ^1.2.0 to ^1.3.0 + ## [3.5.9](https://github.com/hpcc-systems/Visualization/compare/timeline-v3.5.8...timeline-v3.5.9) (2026-08-14) diff --git a/packages/timeline/package.json b/packages/timeline/package.json index c8ff1341ef..3b2346f0aa 100644 --- a/packages/timeline/package.json +++ b/packages/timeline/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/timeline", - "version": "3.5.9", + "version": "3.6.0", "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.5.9", - "@hpcc-js/chart": "^3.8.9", - "@hpcc-js/common": "^3.9.4", - "@hpcc-js/html": "^3.4.9", - "@hpcc-js/layout": "^3.6.9", - "@hpcc-js/react": "^3.5.9" + "@hpcc-js/api": "^3.6.0", + "@hpcc-js/chart": "^3.9.0", + "@hpcc-js/common": "^3.10.0", + "@hpcc-js/html": "^3.5.0", + "@hpcc-js/layout": "^3.7.0", + "@hpcc-js/react": "^3.6.0" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "d3-array": "^1", "d3-scale": "^1", "d3-selection": "^1", diff --git a/packages/tree/CHANGELOG.md b/packages/tree/CHANGELOG.md index 6144b88120..56a26da98b 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.4.0](https://github.com/hpcc-systems/Visualization/compare/tree-v3.3.9...tree-v3.4.0) (2026-08-20) + + +### Features + +* relocate vite concerns from esbuild-plugin to vite-plugin ([#4633](https://github.com/hpcc-systems/Visualization/issues/4633)) ([dc4b404](https://github.com/hpcc-systems/Visualization/commit/dc4b4040de9cb17119c08cf33e8707e8bdb44daa)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.5.9 to ^3.6.0 + * @hpcc-js/common bumped from ^3.9.4 to ^3.10.0 + * devDependencies + * @hpcc-js/vite-plugins bumped from ^1.2.0 to ^1.3.0 + ## [3.3.9](https://github.com/hpcc-systems/Visualization/compare/tree-v3.3.8...tree-v3.3.9) (2026-08-14) diff --git a/packages/tree/package.json b/packages/tree/package.json index 56a3010b36..05536bcb72 100644 --- a/packages/tree/package.json +++ b/packages/tree/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/tree", - "version": "3.3.9", + "version": "3.4.0", "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.5.9", - "@hpcc-js/common": "^3.9.4" + "@hpcc-js/api": "^3.6.0", + "@hpcc-js/common": "^3.10.0" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "@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 690622f843..43b911957c 100644 --- a/packages/util/CHANGELOG.md +++ b/packages/util/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.0](https://github.com/hpcc-systems/Visualization/compare/util-v3.6.9...util-v3.7.0) (2026-08-20) + + +### Features + +* relocate vite concerns from esbuild-plugin to vite-plugin ([#4633](https://github.com/hpcc-systems/Visualization/issues/4633)) ([dc4b404](https://github.com/hpcc-systems/Visualization/commit/dc4b4040de9cb17119c08cf33e8707e8bdb44daa)) + + +### Bug Fixes + +* bump versions (security) ([4f6bcd8](https://github.com/hpcc-systems/Visualization/commit/4f6bcd8ac3afb0ccfa6290e16901ab8ff4bdcb94)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @hpcc-js/vite-plugins bumped from ^1.2.0 to ^1.3.0 + ## [3.6.9](https://github.com/hpcc-systems/Visualization/compare/util-v3.6.8...util-v3.6.9) (2026-08-14) diff --git a/packages/util/package.json b/packages/util/package.json index acc9652ee8..e6ae3c0b21 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/util", - "version": "3.6.9", + "version": "3.7.0", "description": "hpcc-js - Utilities", "type": "module", "main": "./dist/index.umd.cjs", @@ -43,7 +43,7 @@ "@xmldom/xmldom": "0.9.11" }, "devDependencies": { - "@hpcc-js/vite-plugins": "^1.2.0", + "@hpcc-js/vite-plugins": "^1.3.0", "detect-indent": "7.0.2", "mkdirp": "3.0.1" }, diff --git a/packages/vite-plugins/CHANGELOG.md b/packages/vite-plugins/CHANGELOG.md index 8f9738e2ab..ad9028c203 100644 --- a/packages/vite-plugins/CHANGELOG.md +++ b/packages/vite-plugins/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. +## [1.3.0](https://github.com/hpcc-systems/Visualization/compare/vite-plugins-v1.2.0...vite-plugins-v1.3.0) (2026-08-20) + + +### Features + +* relocate vite concerns from esbuild-plugin to vite-plugin ([#4633](https://github.com/hpcc-systems/Visualization/issues/4633)) ([dc4b404](https://github.com/hpcc-systems/Visualization/commit/dc4b4040de9cb17119c08cf33e8707e8bdb44daa)) + + +### Bug Fixes + +* bump versions (security) ([4f6bcd8](https://github.com/hpcc-systems/Visualization/commit/4f6bcd8ac3afb0ccfa6290e16901ab8ff4bdcb94)) +* migrate dgrid-shim to use vite ([5f555a8](https://github.com/hpcc-systems/Visualization/commit/5f555a8cf60d1746091e3e9ab257f468a3445f8a)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.11.0 to ^1.12.0 + ## [1.2.0](https://github.com/hpcc-systems/Visualization/compare/vite-plugins-v1.1.0...vite-plugins-v1.2.0) (2026-08-14) diff --git a/packages/vite-plugins/package.json b/packages/vite-plugins/package.json index 3c16d97e7b..fe45496b97 100644 --- a/packages/vite-plugins/package.json +++ b/packages/vite-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/vite-plugins", - "version": "1.2.0", + "version": "1.3.0", "description": "Various vite plugins", "type": "module", "exports": { @@ -49,7 +49,7 @@ "vite": ">=6" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.11.0", + "@hpcc-js/esbuild-plugins": "^1.12.0", "@vitest/browser-playwright": "4.1.11", "vitest": "4.1.11" },