From 4adb3b5e2a8018deb107ae6c6c6653b377cc6985 Mon Sep 17 00:00:00 2001 From: Gordon Smith Date: Thu, 24 Oct 2024 10:16:26 +0100 Subject: [PATCH] chore: release trunk --- .release-please-manifest.json | 22 ++--- CHANGELOG.md | 100 ++++++++++++++++++++ package-lock.json | 58 ++++++------ package.json | 2 +- packages/api/CHANGELOG.md | 17 ++++ packages/api/package.json | 6 +- packages/chart/CHANGELOG.md | 34 +++++++ packages/chart/package.json | 12 +-- packages/common/CHANGELOG.md | 25 +++++ packages/common/package.json | 6 +- packages/comms/CHANGELOG.md | 64 +++++++++++++ packages/comms/package.json | 6 +- packages/dataflow/CHANGELOG.md | 16 ++++ packages/dataflow/package.json | 2 +- packages/esbuild-plugins/CHANGELOG.md | 17 ++++ packages/markdown-it-plugins/CHANGELOG.md | 18 ++++ packages/markdown-it-plugins/package.json | 6 +- packages/observable-shim/CHANGELOG.md | 17 ++++ packages/observable-shim/package.json | 4 +- packages/observablehq-compiler/CHANGELOG.md | 26 +++++ packages/observablehq-compiler/package.json | 4 +- packages/util/CHANGELOG.md | 24 +++++ packages/util/package.json | 4 +- 23 files changed, 424 insertions(+), 66 deletions(-) create mode 100644 packages/markdown-it-plugins/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4341fd3fac..8f24ba7b64 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,13 +1,13 @@ { - ".": "3.0.0", - "packages/api": "3.0.0", - "packages/chart": "3.0.0", - "packages/common": "3.0.0", - "packages/comms": "3.0.0", - "packages/dataflow": "9.0.0", - "packages/esbuild-plugins": "1.1.2", - "packages/markdown-it-plugins": "1.0.0", - "packages/observable-shim": "3.0.0", - "packages/observablehq-compiler": "1.3.0", - "packages/util": "3.0.0" + ".": "3.1.0", + "packages/api": "3.1.0", + "packages/chart": "3.1.0", + "packages/common": "3.1.0", + "packages/comms": "3.1.0", + "packages/dataflow": "9.1.0", + "packages/esbuild-plugins": "1.2.0", + "packages/markdown-it-plugins": "1.1.0", + "packages/observable-shim": "3.1.0", + "packages/observablehq-compiler": "1.4.0", + "packages/util": "3.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a48442454c..364d059def 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,106 @@ 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.1.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.0.0...hpcc-js-v3.1.0) (2024-10-24) + + +### Features + +* Add "LayoutChanged" event to DockPanel ([98e5f42](https://github.com/hpcc-systems/Visualization/commit/98e5f4298ddc7a7138ffcc1940342842b62b18e4)) +* Add "option" get/set to Editor ([1960f7c](https://github.com/hpcc-systems/Visualization/commit/1960f7c2d43921d4ad3f2933f204613b20a53cd2)) +* Add "sortByValue" PP to Pie Chart ([e098c43](https://github.com/hpcc-systems/Visualization/commit/e098c43b8a50699a337f6f9e4337b89b57a672a5)) +* Add accumulated stats to Query Metrics ([25735c8](https://github.com/hpcc-systems/Visualization/commit/25735c8e9005e4992511e107b8a4b41e8d04d279)) +* Add additional skew information ([d2026a0](https://github.com/hpcc-systems/Visualization/commit/d2026a0b2fb777f170bcb2e083a97886c7bc6c82)) +* Add Axis Padding ([a38074e](https://github.com/hpcc-systems/Visualization/commit/a38074e55980d9ec129157359025a54c8b42446d)) +* Add better error handling for graphviz web-worker ([283e66d](https://github.com/hpcc-systems/Visualization/commit/283e66dd1a81372fbb30e124325d217ae075e6f7)) +* Add esbuild-plugins package ([02ae102](https://github.com/hpcc-systems/Visualization/commit/02ae102f9cc6011be58ae0a51a0d01f494fac4de)) +* Add extra formatting to WUDetails ([e215d78](https://github.com/hpcc-systems/Visualization/commit/e215d786c94eb20e9a927f51a7e8d8ee60c4b41f)) +* Add markdown-it-plugin ([213c556](https://github.com/hpcc-systems/Visualization/commit/213c556659b25e95ce4041a55379451b1fbf1328)) +* Add maxWeight to Heat chart ([59ee802](https://github.com/hpcc-systems/Visualization/commit/59ee80246e45fa5464f6fed4ed7f488ee3fca0cb)) +* Add padding property to DockPanel.addWidget ([446cebd](https://github.com/hpcc-systems/Visualization/commit/446cebdfdcd6fc6e31bd2a29c098cfce7e844dbd)) +* Add Protect and Unprotect functions to Visualization Workunit Class ([fb2b4e9](https://github.com/hpcc-systems/Visualization/commit/fb2b4e9d885bf67d1d94af33fe2994c30a0d198a)) +* Add React Custom Graph demo ([48f7140](https://github.com/hpcc-systems/Visualization/commit/48f7140592f3dcb400a95135d01115b8b475220a)) +* Add showDomainTotal to Column Chart ([c7de54a](https://github.com/hpcc-systems/Visualization/commit/c7de54a0276782aa8fc0df99f297ff771b047861)) +* Add SQL support to codemirror ([e66a715](https://github.com/hpcc-systems/Visualization/commit/e66a715ff3e378e393d2eef03e78f81b0cbd2472)) +* Additional VitePress Support ([80b8089](https://github.com/hpcc-systems/Visualization/commit/80b8089e96f1841c52f05e10c6a1c880b739a521)) +* bump WsDFU to latest to include support for ExtendedIndexInfo ([01926c0](https://github.com/hpcc-systems/Visualization/commit/01926c0397975a0216394bd34f4f77d5002e4245)) +* Bump WsWorkunits services ([9ee2210](https://github.com/hpcc-systems/Visualization/commit/9ee221012ba7d2caccc4986409527573c8388c34)) +* **comms:** add a States enum to FileSpray service ([813ae88](https://github.com/hpcc-systems/Visualization/commit/813ae88a4bc0cc7a1328e5b59917dc5db285e18e)) +* **comms:** Add ability to clear the client tools cached locations ([856c734](https://github.com/hpcc-systems/Visualization/commit/856c73412511c501bbf85d96a532352dcb25eab6)) +* **comms:** add publishEx function to workunit ([05e3106](https://github.com/hpcc-systems/Visualization/commit/05e310686adc9c0143c9ad956bc90a5683e7f057)) +* **comms:** add support for the Grafana/Loki log engine ([43b7403](https://github.com/hpcc-systems/Visualization/commit/43b7403b8a0cfcd59846d5dbc23fc794eaa3b905)) +* **comms:** Add support for WsSasha ([7ffb27c](https://github.com/hpcc-systems/Visualization/commit/7ffb27c9b5b7b73ecc9688fae8f72a9f98bed6a9)) +* **comms:** Add WU compile cost ([ceb5ced](https://github.com/hpcc-systems/Visualization/commit/ceb5ced22059359511d62a8992f75a672c0ded83)) +* **comms:** allow the WU refresh function to accept optional request ([adc513b](https://github.com/hpcc-systems/Visualization/commit/adc513b367221a68ead06892268160991ff842a9)) +* **comms:** convert wsTopology to use service generated from wsdl ([07e5933](https://github.com/hpcc-systems/Visualization/commit/07e5933798daa6f0cdd3dec0edc1a6c9328bcacc)) +* **comms:** implementing some methods for dfuWorkunit ([7adeb8f](https://github.com/hpcc-systems/Visualization/commit/7adeb8f7389d1fb821c46fa7047d1339d5a78984)) +* **comms:** WUQuery support abort signal ([c9db1db](https://github.com/hpcc-systems/Visualization/commit/c9db1db7561dd16df28021bed99d77beed78ee96)) +* Export Metric Splitter ([e550a5c](https://github.com/hpcc-systems/Visualization/commit/e550a5ce3071f9e76768322218b9b7a23a09becb)) +* Expose Gantt selection method ([4faf833](https://github.com/hpcc-systems/Visualization/commit/4faf83336f693b7d7a651bbbe2c0ea7a63ad72eb)) +* Extend ojs Node type ([17dba08](https://github.com/hpcc-systems/Visualization/commit/17dba08334fef814e6feb38fba8fa2a7409e9c58)) +* **observablehq:** Add parser offset positions ([304007e](https://github.com/hpcc-systems/Visualization/commit/304007e7e0fd01910a903dfe1cf17e6d5649bb0e)) +* Parse the DefinitionList at source ([b9214e4](https://github.com/hpcc-systems/Visualization/commit/b9214e4bfa3ba5158cc0140d4a364c3b498f61c1)) +* remove Column string format rounding ([7876e56](https://github.com/hpcc-systems/Visualization/commit/7876e56e900a7595e63da446469185b727dca700)) +* Rename "lint" to "lint-all" and revert "lint" to break on error. ([227ab65](https://github.com/hpcc-systems/Visualization/commit/227ab656f9ce64580a0c8a7015e53ac455b16be4)) +* Switch to esbuild (common, api, chart) ([a855017](https://github.com/hpcc-systems/Visualization/commit/a855017b8b35ee53ca4a3a060973bf4b87c8916b)) +* Switch to esbuild and ESM first packaging ([b752510](https://github.com/hpcc-systems/Visualization/commit/b752510b5074fbc9a606e4d189412798c241f414)) +* Switch to esbuild and ESM first packaging (comms) ([3bc7e54](https://github.com/hpcc-systems/Visualization/commit/3bc7e54da7a70d5bfc57ea4b1a87fb02913cbf40)) + + +### Bug Fixes + +* Add guard against unknown event source ([5c61240](https://github.com/hpcc-systems/Visualization/commit/5c612400071cefa44c6f5e634976e0ba7ac90ac5)), closes [#4061](https://github.com/hpcc-systems/Visualization/issues/4061) +* Add observablehq-compiler to loader ([aae63bb](https://github.com/hpcc-systems/Visualization/commit/aae63bb5246cf81d3f088a9a408a54cc418fbbf2)) +* **comms:** add exception handling to logicalFile fetchInfo ([daff182](https://github.com/hpcc-systems/Visualization/commit/daff182022da686b5ee86ad0ec11dfedbebe3461)) +* **comms:** change LogCategory filter based upon searchField ([0d30644](https://github.com/hpcc-systems/Visualization/commit/0d3064402a40e935f9c240f06951966b26de5961)) +* **comms:** correct wsdl generated services enum values ([4254b73](https://github.com/hpcc-systems/Visualization/commit/4254b73a974dcbef0d1d14a94eda06bae5d312fc)) +* **comms:** dgrid-shim gridHelper paging text to imply unknown total ([cd3a724](https://github.com/hpcc-systems/Visualization/commit/cd3a724055f27bc6181dbfbb7b067dacd8d33d07)) +* **comms:** extend FileSpray.DFUWUFile to change reponse type to not be JSON ([769b1cb](https://github.com/hpcc-systems/Visualization/commit/769b1cbae92374a17dc7631229eaaf8604d6bcc4)) +* **comms:** GetLogs use WsLogaccess.LogAccessType ([498ffa6](https://github.com/hpcc-systems/Visualization/commit/498ffa66812f50b9abef62d2ef52e40c0e02fa93)) +* **comms:** GetLogsEx still using hardcoded ...KnownColumns maps ([8b49d50](https://github.com/hpcc-systems/Visualization/commit/8b49d504540e282a7500dbd258bd597083e9ce20)) +* **comms:** incorrect default for line count returned by GetLogs ([3f72eb8](https://github.com/hpcc-systems/Visualization/commit/3f72eb82755e1f13f5a89f1190834199bacb783e)) +* **comms:** regenerate some comms services with Partials ([b44a6d2](https://github.com/hpcc-systems/Visualization/commit/b44a6d2df50ae55663ae039e911227dcddc3e0b4)) +* **comms:** regenerate ws_access service with most recent changes ([7da53d1](https://github.com/hpcc-systems/Visualization/commit/7da53d172f083dc2d8a7293bb02977a6e53abf9d)) +* **comms:** separate Logaccess StartDate & EndDate request filters ([fe73335](https://github.com/hpcc-systems/Visualization/commit/fe73335b2e39fc6ee127a32cd7701d27cff1afbb)) +* **comms:** wsLogaccess GetLogs fix an incorrect boolean operator ([5cabad8](https://github.com/hpcc-systems/Visualization/commit/5cabad8eb53f178af6cd5655a0a5c7a73f286275)) +* **comms:** wsLogaccess GetLogs results not sorted by default ([0fcb7fb](https://github.com/hpcc-systems/Visualization/commit/0fcb7fbc6e34f87b2cf8d7e2330408e3718d165c)) +* **comms:** WsLogaccess incorrect abbrev for the Programmer audience value ([bcc72ac](https://github.com/hpcc-systems/Visualization/commit/bcc72ac15c5fdc2a5fe0683cbb71a0556addb721)) +* **comms:** wslogaccess, do not use binaryFilter if not necessary ([b7ba2c3](https://github.com/hpcc-systems/Visualization/commit/b7ba2c31acca226a036402a0a0c599385a463fb8)) +* **comms:** WsMachine Target Cluster sizes are in KB ([0205f84](https://github.com/hpcc-systems/Visualization/commit/0205f84d5aa45d8ee0d41aae9226256a49cfbeef)) +* Custom cell render fails with plain string ([3cd8004](https://github.com/hpcc-systems/Visualization/commit/3cd80047be277304dfcf52f6274af8878f0f9cba)) +* **dgrid-shim:** max page when pagination counts are unknown ([8615155](https://github.com/hpcc-systems/Visualization/commit/8615155d38dec31055d374cc76f011d43e2ef02b)) +* **dgrid-shim:** max page when pagination counts are unknown ([6b9674d](https://github.com/hpcc-systems/Visualization/commit/6b9674d3dc1dd78458c3de4438b5f055fca2f79d)) +* Doc generation failing ([f9c5435](https://github.com/hpcc-systems/Visualization/commit/f9c5435dd284bcd5f83b8fedbe5484171870f394)) +* Don't relocate text in "Stacked" mode. ([2944a96](https://github.com/hpcc-systems/Visualization/commit/2944a964d2ec23306a41a77d51de511503e3649d)) +* Don't relocate text in "Stacked" mode. ([344179e](https://github.com/hpcc-systems/Visualization/commit/344179e00362aa45b7f1934bda84dfa65cb1bee6)) +* esbuild for Node should not bundle by default ([e379154](https://github.com/hpcc-systems/Visualization/commit/e37915451fb32d7b6b6796ecf19ef4a0292b9419)) +* Event.path is non-standard ([4edabd5](https://github.com/hpcc-systems/Visualization/commit/4edabd58cc0d06f079d959e847cf5a04eea45f4e)) +* Exclude undici from bundles ([a066695](https://github.com/hpcc-systems/Visualization/commit/a066695ff57981433b57c13397dd8fe7e35ac9f1)) +* Gallery tests failing ([684427f](https://github.com/hpcc-systems/Visualization/commit/684427fbc4e6b899cc310d3af63645713ecbb79e)) +* **graph:** Fix failing tests ([0500277](https://github.com/hpcc-systems/Visualization/commit/0500277c4732087870a3f4558b6810341a418bb1)) +* **GraphT:** Merge edges fails when ID matches, but source/target has changed ([b822ade](https://github.com/hpcc-systems/Visualization/commit/b822adef25e8d8780cab62f73e79972bb90712e2)) +* **graph:** Tweak previous refactor to ensure backward compatibility ([0c86fbb](https://github.com/hpcc-systems/Visualization/commit/0c86fbb643e7845161d9cc044df7d8efa9658d80)) +* grouped properties had "any" type. ([227c897](https://github.com/hpcc-systems/Visualization/commit/227c897ce512a7f1e6f3287ff6c8bcd54c893613)) +* **html/common:** correct BreakdownTable tooltip height calculation ([5c77723](https://github.com/hpcc-systems/Visualization/commit/5c77723639ade13b1d07001d1e7b05cbddb5c805)) +* isWUComplete fails for compile + Attach ([dac93fb](https://github.com/hpcc-systems/Visualization/commit/dac93fbe83f77712fadab1ab875823ef816a8c2e)) +* Merge conflict ([241e861](https://github.com/hpcc-systems/Visualization/commit/241e86168384df952f5e0e9d8b3c3ec8157f0288)) +* NodeJS v18 fetch + rejectUnauthorization = false ([7369d0d](https://github.com/hpcc-systems/Visualization/commit/7369d0d727db2313c4b02a99c1ff994330fc4009)) +* NodeJS v18 fetch + rejectUnauthorization = false ([d01d23f](https://github.com/hpcc-systems/Visualization/commit/d01d23f5a5f8ed31b233800144be047d7c5f1495)) +* **observablehq:** Allow importing of local esm files ([bd807fa](https://github.com/hpcc-systems/Visualization/commit/bd807fa25bfdecfbd68d6ad448706449907bfd2c)) +* Potential prototype pollution ([dd69e58](https://github.com/hpcc-systems/Visualization/commit/dd69e5875de88e5598412202937f1fd1f3ed4710)), closes [#4069](https://github.com/hpcc-systems/Visualization/issues/4069) +* Publish step failing ([e05d87d](https://github.com/hpcc-systems/Visualization/commit/e05d87dd29f4f280307aa4f65229d3091f27570f)) +* Query fails fetching schemas ([a301e41](https://github.com/hpcc-systems/Visualization/commit/a301e410054ac7d5107971370647881c7b1af713)) +* Refresh does not load details ([09655d5](https://github.com/hpcc-systems/Visualization/commit/09655d5959d9114ed49ae8c8881314be521a2783)) +* Remove obsolete GH actions ([1479127](https://github.com/hpcc-systems/Visualization/commit/14791275007c1798a53c06c854687b3aa577301b)) +* Request string arrays had incorrect nesting ([37a0f8a](https://github.com/hpcc-systems/Visualization/commit/37a0f8a2b847f2fecf1d0406eb39ad1e5071b356)) +* Sourcemap for watch was different to build ([8811920](https://github.com/hpcc-systems/Visualization/commit/88119207d09e861d0bd86145134d2736bbb49fd3)) +* Switch to working cors proxy ([e05f0fe](https://github.com/hpcc-systems/Visualization/commit/e05f0fe35124f518dbee4c2c0d80d1853b0515c3)) +* Switch to wsdl generated WsSMC ([4621f91](https://github.com/hpcc-systems/Visualization/commit/4621f911d0963b918412deb18ad03423d5d980b8)) +* Tidy up StatChart to be more consistent ([fe6d47f](https://github.com/hpcc-systems/Visualization/commit/fe6d47f1d045fec4eb12163a2784dccd62f020af)) +* Unable to select "Accent" ordinal palette ([3031db5](https://github.com/hpcc-systems/Visualization/commit/3031db53a9d4e81e91693a4a5f902298c45fd3dc)) +* Undefined background color issue ([957d362](https://github.com/hpcc-systems/Visualization/commit/957d362862c1f0679fd1930c1b1f863a064f528a)) +* Undici change broke tests ([91d4bc6](https://github.com/hpcc-systems/Visualization/commit/91d4bc692f1bb03d25a0087a09a63dad296a895a)) + ## [2.107.1](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v2.107.0...hpcc-js-v2.107.1) (2024-10-23) diff --git a/package-lock.json b/package-lock.json index 06e84653ed..be4ba06abe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hpcc-js", - "version": "2.107.0", + "version": "3.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hpcc-js", - "version": "2.107.0", + "version": "3.1.0", "license": "Apache-2.0", "workspaces": [ "utils/*", @@ -19181,13 +19181,13 @@ }, "packages/api": { "name": "@hpcc-js/api", - "version": "3.0.0", + "version": "3.1.0", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.0.0" + "@hpcc-js/common": "^3.1.0" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.1.2", + "@hpcc-js/esbuild-plugins": "^1.2.0", "d3-collection": "^1", "d3-color": "3.1.0", "d3-format": "^1", @@ -19197,16 +19197,16 @@ }, "packages/chart": { "name": "@hpcc-js/chart", - "version": "3.0.0", + "version": "3.1.0", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^2.14.0", - "@hpcc-js/common": "^2.73.0", - "@hpcc-js/util": "^2.53.0" + "@hpcc-js/api": "^3.1.0", + "@hpcc-js/common": "^3.1.0", + "@hpcc-js/util": "^3.1.0" }, "devDependencies": { - "@hpcc-js/dataflow": "^10.0.0", - "@hpcc-js/esbuild-plugins": "^1.1.2", + "@hpcc-js/dataflow": "^9.1.0", + "@hpcc-js/esbuild-plugins": "^1.2.0", "@types/d3-shape": "1.3.12", "@types/d3-transition": "1.3.5", "d3-array": "^1", @@ -19288,10 +19288,10 @@ }, "packages/common": { "name": "@hpcc-js/common", - "version": "3.0.0", + "version": "3.1.0", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/util": "^3.0.0", + "@hpcc-js/util": "^3.1.0", "@types/d3-array": "1.2.12", "@types/d3-brush": "1.1.8", "@types/d3-collection": "1.0.13", @@ -19309,7 +19309,7 @@ "@types/d3-zoom": "1.8.7" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.1.2", + "@hpcc-js/esbuild-plugins": "^1.2.0", "colorbrewer": "1.5.6", "d3-array": "^1", "d3-brush": "^1", @@ -19363,11 +19363,11 @@ }, "packages/comms": { "name": "@hpcc-js/comms", - "version": "3.0.0", + "version": "3.1.0", "license": "Apache-2.0", "dependencies": { "@hpcc-js/ddl-shim": "^2.21.0", - "@hpcc-js/util": "^2.52.0", + "@hpcc-js/util": "^3.1.0", "@xmldom/xmldom": "0.9.3", "abort-controller": "3.0.0", "node-fetch": "3.3.2", @@ -19376,7 +19376,7 @@ "undici": "5.28.4" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.1.2", + "@hpcc-js/esbuild-plugins": "^1.2.0", "@types/d3-request": "1.0.9", "@types/d3-time-format": "2.3.4", "@types/node": "^18", @@ -19417,10 +19417,10 @@ }, "packages/dataflow": { "name": "@hpcc-js/dataflow", - "version": "10.0.0", + "version": "9.1.0", "license": "Apache-2.0", "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.1.2", + "@hpcc-js/esbuild-plugins": "^1.2.0", "@types/faker": "4.1.12", "@types/jasmine": "5.1.4", "faker": "4.1.0" @@ -19824,15 +19824,15 @@ }, "packages/markdown-it-plugins": { "name": "@hpcc-js/markdown-it-plugins", - "version": "3.0.0", + "version": "1.1.0", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/observablehq-compiler": "^1.3.0", + "@hpcc-js/observablehq-compiler": "^1.4.0", "@observablehq/framework": "1.12.0", "@observablehq/runtime": "5.9.9" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.1.2", + "@hpcc-js/esbuild-plugins": "^1.2.0", "@types/markdown-it": "14.1.2", "apache-arrow": "17.0.0", "d3-dsv": "3.0.1", @@ -19882,16 +19882,16 @@ }, "packages/observable-shim": { "name": "@hpcc-js/observable-shim", - "version": "3.0.0", + "version": "3.1.0", "license": "Apache-2.0", "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.1.2", + "@hpcc-js/esbuild-plugins": "^1.2.0", "@observablehq/parser": "6.1.0" } }, "packages/observablehq-compiler": { "name": "@hpcc-js/observablehq-compiler", - "version": "3.0.0", + "version": "1.4.0", "license": "Apache-2.0", "dependencies": { "yargs": "17.7.2" @@ -19900,21 +19900,21 @@ "ojscc": "bin/ojscc.mjs" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.1.2", - "@hpcc-js/observable-shim": "^3.0.0", + "@hpcc-js/esbuild-plugins": "^1.2.0", + "@hpcc-js/observable-shim": "^3.1.0", "@observablehq/runtime": "5.9.9" } }, "packages/util": { "name": "@hpcc-js/util", - "version": "3.0.0", + "version": "3.1.0", "license": "Apache-2.0", "dependencies": { "@xmldom/xmldom": "0.9.3" }, "devDependencies": { "@hpcc-js/bundle": "^2.12.0", - "@hpcc-js/esbuild-plugins": "^1.1.2" + "@hpcc-js/esbuild-plugins": "^1.2.0" } }, "utils/bundle": { diff --git a/package.json b/package.json index 83dc8eadff..047d88307a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hpcc-js", - "version": "2.107.0", + "version": "3.1.0", "description": "HPCC Visualization Framework", "private": true, "jsdelivr": "dist/index.umd.min.js", diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 465f8401da..c65bedf23a 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -54,6 +54,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [3.1.0](https://github.com/hpcc-systems/Visualization/compare/api-v3.0.0...api-v3.1.0) (2024-10-24) + + +### Features + +* Rename "lint" to "lint-all" and revert "lint" to break on error. ([227ab65](https://github.com/hpcc-systems/Visualization/commit/227ab656f9ce64580a0c8a7015e53ac455b16be4)) +* Switch to esbuild (common, api, chart) ([a855017](https://github.com/hpcc-systems/Visualization/commit/a855017b8b35ee53ca4a3a060973bf4b87c8916b)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.0.0 to ^3.1.0 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.1.2 to ^1.2.0 + ## [2.14.0](https://github.com/hpcc-systems/Visualization/compare/api-v2.13.0...api-v2.14.0) (2024-10-23) diff --git a/packages/api/package.json b/packages/api/package.json index 5144ef897a..78f9559ffe 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/api", - "version": "2.14.0", + "version": "3.1.0", "description": "hpcc-js - Viz api", "type": "module", "exports": { @@ -34,10 +34,10 @@ "update": "npx -y npm-check-updates -u -t minor" }, "dependencies": { - "@hpcc-js/common": "^3.0.0" + "@hpcc-js/common": "^3.1.0" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.1.2", + "@hpcc-js/esbuild-plugins": "^1.2.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 85e0aa8e26..93e2c5adaf 100644 --- a/packages/chart/CHANGELOG.md +++ b/packages/chart/CHANGELOG.md @@ -12,6 +12,40 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [3.1.0](https://github.com/hpcc-systems/Visualization/compare/chart-v3.0.0...chart-v3.1.0) (2024-10-24) + + +### Features + +* Add "sortByValue" PP to Pie Chart ([e098c43](https://github.com/hpcc-systems/Visualization/commit/e098c43b8a50699a337f6f9e4337b89b57a672a5)) +* Add Axis Padding ([a38074e](https://github.com/hpcc-systems/Visualization/commit/a38074e55980d9ec129157359025a54c8b42446d)) +* Add maxWeight to Heat chart ([59ee802](https://github.com/hpcc-systems/Visualization/commit/59ee80246e45fa5464f6fed4ed7f488ee3fca0cb)) +* Add showDomainTotal to Column Chart ([c7de54a](https://github.com/hpcc-systems/Visualization/commit/c7de54a0276782aa8fc0df99f297ff771b047861)) +* remove Column string format rounding ([7876e56](https://github.com/hpcc-systems/Visualization/commit/7876e56e900a7595e63da446469185b727dca700)) +* Rename "lint" to "lint-all" and revert "lint" to break on error. ([227ab65](https://github.com/hpcc-systems/Visualization/commit/227ab656f9ce64580a0c8a7015e53ac455b16be4)) +* Switch to esbuild (common, api, chart) ([a855017](https://github.com/hpcc-systems/Visualization/commit/a855017b8b35ee53ca4a3a060973bf4b87c8916b)) +* Switch to esbuild and ESM first packaging ([b752510](https://github.com/hpcc-systems/Visualization/commit/b752510b5074fbc9a606e4d189412798c241f414)) + + +### Bug Fixes + +* Don't relocate text in "Stacked" mode. ([2944a96](https://github.com/hpcc-systems/Visualization/commit/2944a964d2ec23306a41a77d51de511503e3649d)) +* Don't relocate text in "Stacked" mode. ([344179e](https://github.com/hpcc-systems/Visualization/commit/344179e00362aa45b7f1934bda84dfa65cb1bee6)) +* Merge conflict ([241e861](https://github.com/hpcc-systems/Visualization/commit/241e86168384df952f5e0e9d8b3c3ec8157f0288)) +* Tidy up StatChart to be more consistent ([fe6d47f](https://github.com/hpcc-systems/Visualization/commit/fe6d47f1d045fec4eb12163a2784dccd62f020af)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^2.14.0 to ^3.1.0 + * @hpcc-js/common bumped from ^2.73.0 to ^3.1.0 + * @hpcc-js/util bumped from ^2.53.0 to ^3.1.0 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.1.2 to ^1.2.0 + * @hpcc-js/dataflow bumped from ^10.0.0 to ^9.1.0 + ## [2.86.0](https://github.com/hpcc-systems/Visualization/compare/chart-v2.85.0...chart-v2.86.0) (2024-10-23) diff --git a/packages/chart/package.json b/packages/chart/package.json index 3aa5df00bb..575caaae00 100644 --- a/packages/chart/package.json +++ b/packages/chart/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/chart", - "version": "2.86.0", + "version": "3.1.0", "description": "hpcc-js - Viz Chart", "type": "module", "exports": { @@ -35,13 +35,13 @@ "update": "npx -y npm-check-updates -u -t minor" }, "dependencies": { - "@hpcc-js/api": "^2.14.0", - "@hpcc-js/common": "^2.73.0", - "@hpcc-js/util": "^2.53.0" + "@hpcc-js/api": "^3.1.0", + "@hpcc-js/common": "^3.1.0", + "@hpcc-js/util": "^3.1.0" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.1.2", - "@hpcc-js/dataflow": "^10.0.0", + "@hpcc-js/esbuild-plugins": "^1.2.0", + "@hpcc-js/dataflow": "^9.1.0", "@types/d3-shape": "1.3.12", "@types/d3-transition": "1.3.5", "d3-array": "^1", diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 91542432ee..839cee7d0f 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -139,6 +139,31 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [3.1.0](https://github.com/hpcc-systems/Visualization/compare/common-v3.0.0...common-v3.1.0) (2024-10-24) + + +### Features + +* Rename "lint" to "lint-all" and revert "lint" to break on error. ([227ab65](https://github.com/hpcc-systems/Visualization/commit/227ab656f9ce64580a0c8a7015e53ac455b16be4)) +* Switch to esbuild (common, api, chart) ([a855017](https://github.com/hpcc-systems/Visualization/commit/a855017b8b35ee53ca4a3a060973bf4b87c8916b)) +* Switch to esbuild and ESM first packaging ([b752510](https://github.com/hpcc-systems/Visualization/commit/b752510b5074fbc9a606e4d189412798c241f414)) + + +### Bug Fixes + +* **html/common:** correct BreakdownTable tooltip height calculation ([5c77723](https://github.com/hpcc-systems/Visualization/commit/5c77723639ade13b1d07001d1e7b05cbddb5c805)) +* Potential prototype pollution ([dd69e58](https://github.com/hpcc-systems/Visualization/commit/dd69e5875de88e5598412202937f1fd1f3ed4710)), closes [#4069](https://github.com/hpcc-systems/Visualization/issues/4069) +* Unable to select "Accent" ordinal palette ([3031db5](https://github.com/hpcc-systems/Visualization/commit/3031db53a9d4e81e91693a4a5f902298c45fd3dc)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/util bumped from ^3.0.0 to ^3.1.0 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.1.2 to ^1.2.0 + ## [2.73.0](https://github.com/hpcc-systems/Visualization/compare/common-v2.72.0...common-v2.73.0) (2024-10-23) diff --git a/packages/common/package.json b/packages/common/package.json index f66a2c543f..9244c81be2 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/common", - "version": "2.73.0", + "version": "3.1.0", "description": "hpcc-js - Viz Common", "type": "module", "exports": { @@ -35,7 +35,7 @@ "update": "npx -y npm-check-updates -u -t minor" }, "dependencies": { - "@hpcc-js/util": "^3.0.0", + "@hpcc-js/util": "^3.1.0", "@types/d3-array": "1.2.12", "@types/d3-brush": "1.1.8", "@types/d3-collection": "1.0.13", @@ -53,7 +53,7 @@ "@types/d3-zoom": "1.8.7" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.1.2", + "@hpcc-js/esbuild-plugins": "^1.2.0", "colorbrewer": "1.5.6", "d3-array": "^1", "d3-brush": "^1", diff --git a/packages/comms/CHANGELOG.md b/packages/comms/CHANGELOG.md index 26f4dc8910..32348e7924 100644 --- a/packages/comms/CHANGELOG.md +++ b/packages/comms/CHANGELOG.md @@ -12,6 +12,70 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [3.1.0](https://github.com/hpcc-systems/Visualization/compare/comms-v3.0.0...comms-v3.1.0) (2024-10-24) + + +### Features + +* Add accumulated stats to Query Metrics ([25735c8](https://github.com/hpcc-systems/Visualization/commit/25735c8e9005e4992511e107b8a4b41e8d04d279)) +* Add additional skew information ([d2026a0](https://github.com/hpcc-systems/Visualization/commit/d2026a0b2fb777f170bcb2e083a97886c7bc6c82)) +* Add extra formatting to WUDetails ([e215d78](https://github.com/hpcc-systems/Visualization/commit/e215d786c94eb20e9a927f51a7e8d8ee60c4b41f)) +* Add Protect and Unprotect functions to Visualization Workunit Class ([fb2b4e9](https://github.com/hpcc-systems/Visualization/commit/fb2b4e9d885bf67d1d94af33fe2994c30a0d198a)) +* bump WsDFU to latest to include support for ExtendedIndexInfo ([01926c0](https://github.com/hpcc-systems/Visualization/commit/01926c0397975a0216394bd34f4f77d5002e4245)) +* Bump WsWorkunits services ([9ee2210](https://github.com/hpcc-systems/Visualization/commit/9ee221012ba7d2caccc4986409527573c8388c34)) +* **comms:** add a States enum to FileSpray service ([813ae88](https://github.com/hpcc-systems/Visualization/commit/813ae88a4bc0cc7a1328e5b59917dc5db285e18e)) +* **comms:** Add ability to clear the client tools cached locations ([856c734](https://github.com/hpcc-systems/Visualization/commit/856c73412511c501bbf85d96a532352dcb25eab6)) +* **comms:** add publishEx function to workunit ([05e3106](https://github.com/hpcc-systems/Visualization/commit/05e310686adc9c0143c9ad956bc90a5683e7f057)) +* **comms:** add support for the Grafana/Loki log engine ([43b7403](https://github.com/hpcc-systems/Visualization/commit/43b7403b8a0cfcd59846d5dbc23fc794eaa3b905)) +* **comms:** Add support for WsSasha ([7ffb27c](https://github.com/hpcc-systems/Visualization/commit/7ffb27c9b5b7b73ecc9688fae8f72a9f98bed6a9)) +* **comms:** Add WU compile cost ([ceb5ced](https://github.com/hpcc-systems/Visualization/commit/ceb5ced22059359511d62a8992f75a672c0ded83)) +* **comms:** allow the WU refresh function to accept optional request ([adc513b](https://github.com/hpcc-systems/Visualization/commit/adc513b367221a68ead06892268160991ff842a9)) +* **comms:** convert wsTopology to use service generated from wsdl ([07e5933](https://github.com/hpcc-systems/Visualization/commit/07e5933798daa6f0cdd3dec0edc1a6c9328bcacc)) +* **comms:** implementing some methods for dfuWorkunit ([7adeb8f](https://github.com/hpcc-systems/Visualization/commit/7adeb8f7389d1fb821c46fa7047d1339d5a78984)) +* **comms:** WUQuery support abort signal ([c9db1db](https://github.com/hpcc-systems/Visualization/commit/c9db1db7561dd16df28021bed99d77beed78ee96)) +* Export Metric Splitter ([e550a5c](https://github.com/hpcc-systems/Visualization/commit/e550a5ce3071f9e76768322218b9b7a23a09becb)) +* Parse the DefinitionList at source ([b9214e4](https://github.com/hpcc-systems/Visualization/commit/b9214e4bfa3ba5158cc0140d4a364c3b498f61c1)) +* Rename "lint" to "lint-all" and revert "lint" to break on error. ([227ab65](https://github.com/hpcc-systems/Visualization/commit/227ab656f9ce64580a0c8a7015e53ac455b16be4)) +* Switch to esbuild (common, api, chart) ([a855017](https://github.com/hpcc-systems/Visualization/commit/a855017b8b35ee53ca4a3a060973bf4b87c8916b)) +* Switch to esbuild and ESM first packaging ([b752510](https://github.com/hpcc-systems/Visualization/commit/b752510b5074fbc9a606e4d189412798c241f414)) +* Switch to esbuild and ESM first packaging (comms) ([3bc7e54](https://github.com/hpcc-systems/Visualization/commit/3bc7e54da7a70d5bfc57ea4b1a87fb02913cbf40)) + + +### Bug Fixes + +* **comms:** add exception handling to logicalFile fetchInfo ([daff182](https://github.com/hpcc-systems/Visualization/commit/daff182022da686b5ee86ad0ec11dfedbebe3461)) +* **comms:** change LogCategory filter based upon searchField ([0d30644](https://github.com/hpcc-systems/Visualization/commit/0d3064402a40e935f9c240f06951966b26de5961)) +* **comms:** correct wsdl generated services enum values ([4254b73](https://github.com/hpcc-systems/Visualization/commit/4254b73a974dcbef0d1d14a94eda06bae5d312fc)) +* **comms:** extend FileSpray.DFUWUFile to change reponse type to not be JSON ([769b1cb](https://github.com/hpcc-systems/Visualization/commit/769b1cbae92374a17dc7631229eaaf8604d6bcc4)) +* **comms:** GetLogs use WsLogaccess.LogAccessType ([498ffa6](https://github.com/hpcc-systems/Visualization/commit/498ffa66812f50b9abef62d2ef52e40c0e02fa93)) +* **comms:** GetLogsEx still using hardcoded ...KnownColumns maps ([8b49d50](https://github.com/hpcc-systems/Visualization/commit/8b49d504540e282a7500dbd258bd597083e9ce20)) +* **comms:** incorrect default for line count returned by GetLogs ([3f72eb8](https://github.com/hpcc-systems/Visualization/commit/3f72eb82755e1f13f5a89f1190834199bacb783e)) +* **comms:** regenerate some comms services with Partials ([b44a6d2](https://github.com/hpcc-systems/Visualization/commit/b44a6d2df50ae55663ae039e911227dcddc3e0b4)) +* **comms:** regenerate ws_access service with most recent changes ([7da53d1](https://github.com/hpcc-systems/Visualization/commit/7da53d172f083dc2d8a7293bb02977a6e53abf9d)) +* **comms:** separate Logaccess StartDate & EndDate request filters ([fe73335](https://github.com/hpcc-systems/Visualization/commit/fe73335b2e39fc6ee127a32cd7701d27cff1afbb)) +* **comms:** wsLogaccess GetLogs fix an incorrect boolean operator ([5cabad8](https://github.com/hpcc-systems/Visualization/commit/5cabad8eb53f178af6cd5655a0a5c7a73f286275)) +* **comms:** wsLogaccess GetLogs results not sorted by default ([0fcb7fb](https://github.com/hpcc-systems/Visualization/commit/0fcb7fbc6e34f87b2cf8d7e2330408e3718d165c)) +* **comms:** WsLogaccess incorrect abbrev for the Programmer audience value ([bcc72ac](https://github.com/hpcc-systems/Visualization/commit/bcc72ac15c5fdc2a5fe0683cbb71a0556addb721)) +* **comms:** wslogaccess, do not use binaryFilter if not necessary ([b7ba2c3](https://github.com/hpcc-systems/Visualization/commit/b7ba2c31acca226a036402a0a0c599385a463fb8)) +* **comms:** WsMachine Target Cluster sizes are in KB ([0205f84](https://github.com/hpcc-systems/Visualization/commit/0205f84d5aa45d8ee0d41aae9226256a49cfbeef)) +* grouped properties had "any" type. ([227c897](https://github.com/hpcc-systems/Visualization/commit/227c897ce512a7f1e6f3287ff6c8bcd54c893613)) +* isWUComplete fails for compile + Attach ([dac93fb](https://github.com/hpcc-systems/Visualization/commit/dac93fbe83f77712fadab1ab875823ef816a8c2e)) +* NodeJS v18 fetch + rejectUnauthorization = false ([7369d0d](https://github.com/hpcc-systems/Visualization/commit/7369d0d727db2313c4b02a99c1ff994330fc4009)) +* NodeJS v18 fetch + rejectUnauthorization = false ([d01d23f](https://github.com/hpcc-systems/Visualization/commit/d01d23f5a5f8ed31b233800144be047d7c5f1495)) +* Query fails fetching schemas ([a301e41](https://github.com/hpcc-systems/Visualization/commit/a301e410054ac7d5107971370647881c7b1af713)) +* Refresh does not load details ([09655d5](https://github.com/hpcc-systems/Visualization/commit/09655d5959d9114ed49ae8c8881314be521a2783)) +* Request string arrays had incorrect nesting ([37a0f8a](https://github.com/hpcc-systems/Visualization/commit/37a0f8a2b847f2fecf1d0406eb39ad1e5071b356)) +* Switch to wsdl generated WsSMC ([4621f91](https://github.com/hpcc-systems/Visualization/commit/4621f911d0963b918412deb18ad03423d5d980b8)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/util bumped from ^2.52.0 to ^3.1.0 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.1.2 to ^1.2.0 + ## [2.98.0](https://github.com/hpcc-systems/Visualization/compare/comms-v2.97.0...comms-v2.98.0) (2024-10-23) diff --git a/packages/comms/package.json b/packages/comms/package.json index 0346fa9958..8d6d6d9d75 100644 --- a/packages/comms/package.json +++ b/packages/comms/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/comms", - "version": "3.0.0", + "version": "3.1.0", "description": "hpcc-js - Communications", "type": "module", "exports": { @@ -59,7 +59,7 @@ }, "dependencies": { "@hpcc-js/ddl-shim": "^2.21.0", - "@hpcc-js/util": "^2.52.0", + "@hpcc-js/util": "^3.1.0", "@xmldom/xmldom": "0.9.3", "abort-controller": "3.0.0", "node-fetch": "3.3.2", @@ -68,7 +68,7 @@ "undici": "5.28.4" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.1.2", + "@hpcc-js/esbuild-plugins": "^1.2.0", "@types/d3-request": "1.0.9", "@types/d3-time-format": "2.3.4", "@types/node": "^18", diff --git a/packages/dataflow/CHANGELOG.md b/packages/dataflow/CHANGELOG.md index 5b26577cca..857abe1395 100644 --- a/packages/dataflow/CHANGELOG.md +++ b/packages/dataflow/CHANGELOG.md @@ -39,6 +39,22 @@ Signed-off-by: Gordon Smith +## [9.1.0](https://github.com/hpcc-systems/Visualization/compare/dataflow-v9.0.0...dataflow-v9.1.0) (2024-10-24) + + +### Features + +* Add maxWeight to Heat chart ([59ee802](https://github.com/hpcc-systems/Visualization/commit/59ee80246e45fa5464f6fed4ed7f488ee3fca0cb)) +* Switch to esbuild and ESM first packaging ([b752510](https://github.com/hpcc-systems/Visualization/commit/b752510b5074fbc9a606e4d189412798c241f414)) +* Switch to esbuild and ESM first packaging (comms) ([3bc7e54](https://github.com/hpcc-systems/Visualization/commit/3bc7e54da7a70d5bfc57ea4b1a87fb02913cbf40)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.1.2 to ^1.2.0 + ## [9.1.0](https://github.com/hpcc-systems/Visualization/compare/dataflow-v9.0.0...dataflow-v9.1.0) (2024-10-23) diff --git a/packages/dataflow/package.json b/packages/dataflow/package.json index cbb389f1bd..b6d9a72806 100644 --- a/packages/dataflow/package.json +++ b/packages/dataflow/package.json @@ -35,7 +35,7 @@ }, "dependencies": {}, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.1.2", + "@hpcc-js/esbuild-plugins": "^1.2.0", "@types/faker": "4.1.12", "@types/jasmine": "5.1.4", "faker": "4.1.0" diff --git a/packages/esbuild-plugins/CHANGELOG.md b/packages/esbuild-plugins/CHANGELOG.md index 4864eb501c..06aff7ee90 100644 --- a/packages/esbuild-plugins/CHANGELOG.md +++ b/packages/esbuild-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.2.0](https://github.com/hpcc-systems/Visualization/compare/esbuild-plugins-v1.1.2...esbuild-plugins-v1.2.0) (2024-10-24) + + +### Features + +* Add esbuild-plugins package ([02ae102](https://github.com/hpcc-systems/Visualization/commit/02ae102f9cc6011be58ae0a51a0d01f494fac4de)) +* Additional VitePress Support ([80b8089](https://github.com/hpcc-systems/Visualization/commit/80b8089e96f1841c52f05e10c6a1c880b739a521)) +* Switch to esbuild (common, api, chart) ([a855017](https://github.com/hpcc-systems/Visualization/commit/a855017b8b35ee53ca4a3a060973bf4b87c8916b)) +* Switch to esbuild and ESM first packaging ([b752510](https://github.com/hpcc-systems/Visualization/commit/b752510b5074fbc9a606e4d189412798c241f414)) +* Switch to esbuild and ESM first packaging (comms) ([3bc7e54](https://github.com/hpcc-systems/Visualization/commit/3bc7e54da7a70d5bfc57ea4b1a87fb02913cbf40)) + + +### Bug Fixes + +* esbuild for Node should not bundle by default ([e379154](https://github.com/hpcc-systems/Visualization/commit/e37915451fb32d7b6b6796ecf19ef4a0292b9419)) +* Sourcemap for watch was different to build ([8811920](https://github.com/hpcc-systems/Visualization/commit/88119207d09e861d0bd86145134d2736bbb49fd3)) + ## [1.2.0](https://github.com/hpcc-systems/Visualization/compare/esbuild-plugins-v1.1.2...esbuild-plugins-v1.2.0) (2024-10-23) diff --git a/packages/markdown-it-plugins/CHANGELOG.md b/packages/markdown-it-plugins/CHANGELOG.md new file mode 100644 index 0000000000..ffcb6ea693 --- /dev/null +++ b/packages/markdown-it-plugins/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +## [1.1.0](https://github.com/hpcc-systems/Visualization/compare/markdown-it-plugins-v1.0.0...markdown-it-plugins-v1.1.0) (2024-10-24) + + +### Features + +* Add markdown-it-plugin ([213c556](https://github.com/hpcc-systems/Visualization/commit/213c556659b25e95ce4041a55379451b1fbf1328)) +* Additional VitePress Support ([80b8089](https://github.com/hpcc-systems/Visualization/commit/80b8089e96f1841c52f05e10c6a1c880b739a521)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/observablehq-compiler bumped from ^1.3.0 to ^1.4.0 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.1.2 to ^1.2.0 diff --git a/packages/markdown-it-plugins/package.json b/packages/markdown-it-plugins/package.json index c1f66ff377..de19264149 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": "3.0.0", + "version": "1.1.0", "description": "markdown-it plugins", "type": "module", "exports": { @@ -52,12 +52,12 @@ "update-major": "npx -y npm-check-updates -u" }, "dependencies": { - "@hpcc-js/observablehq-compiler": "^1.3.0", + "@hpcc-js/observablehq-compiler": "^1.4.0", "@observablehq/framework": "1.12.0", "@observablehq/runtime": "5.9.9" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.1.2", + "@hpcc-js/esbuild-plugins": "^1.2.0", "@types/markdown-it": "14.1.2", "apache-arrow": "17.0.0", "d3-dsv": "3.0.1", diff --git a/packages/observable-shim/CHANGELOG.md b/packages/observable-shim/CHANGELOG.md index 03eeac9951..f51338b609 100644 --- a/packages/observable-shim/CHANGELOG.md +++ b/packages/observable-shim/CHANGELOG.md @@ -31,6 +31,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [3.1.0](https://github.com/hpcc-systems/Visualization/compare/observable-shim-v3.0.0...observable-shim-v3.1.0) (2024-10-24) + + +### Features + +* Extend ojs Node type ([17dba08](https://github.com/hpcc-systems/Visualization/commit/17dba08334fef814e6feb38fba8fa2a7409e9c58)) +* **observablehq:** Add parser offset positions ([304007e](https://github.com/hpcc-systems/Visualization/commit/304007e7e0fd01910a903dfe1cf17e6d5649bb0e)) +* Switch to esbuild and ESM first packaging ([b752510](https://github.com/hpcc-systems/Visualization/commit/b752510b5074fbc9a606e4d189412798c241f414)) +* Switch to esbuild and ESM first packaging (comms) ([3bc7e54](https://github.com/hpcc-systems/Visualization/commit/3bc7e54da7a70d5bfc57ea4b1a87fb02913cbf40)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.1.2 to ^1.2.0 + ## 1.0.0 (2024-10-23) diff --git a/packages/observable-shim/package.json b/packages/observable-shim/package.json index 959165c060..a3997681bf 100644 --- a/packages/observable-shim/package.json +++ b/packages/observable-shim/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/observable-shim", - "version": "1.0.0", + "version": "3.1.0", "description": "hpcc-js - Observable Shim", "type": "module", "exports": { @@ -34,7 +34,7 @@ "update-major": "npx -y npm-check-updates -u" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.1.2", + "@hpcc-js/esbuild-plugins": "^1.2.0", "@observablehq/parser": "6.1.0" }, "repository": { diff --git a/packages/observablehq-compiler/CHANGELOG.md b/packages/observablehq-compiler/CHANGELOG.md index 89fc43427d..b321b37931 100644 --- a/packages/observablehq-compiler/CHANGELOG.md +++ b/packages/observablehq-compiler/CHANGELOG.md @@ -24,6 +24,32 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [1.4.0](https://github.com/hpcc-systems/Visualization/compare/observablehq-compiler-v1.3.0...observablehq-compiler-v1.4.0) (2024-10-24) + + +### Features + +* **observablehq:** Add parser offset positions ([304007e](https://github.com/hpcc-systems/Visualization/commit/304007e7e0fd01910a903dfe1cf17e6d5649bb0e)) +* Rename "lint" to "lint-all" and revert "lint" to break on error. ([227ab65](https://github.com/hpcc-systems/Visualization/commit/227ab656f9ce64580a0c8a7015e53ac455b16be4)) +* Switch to esbuild (common, api, chart) ([a855017](https://github.com/hpcc-systems/Visualization/commit/a855017b8b35ee53ca4a3a060973bf4b87c8916b)) +* Switch to esbuild and ESM first packaging ([b752510](https://github.com/hpcc-systems/Visualization/commit/b752510b5074fbc9a606e4d189412798c241f414)) +* Switch to esbuild and ESM first packaging (comms) ([3bc7e54](https://github.com/hpcc-systems/Visualization/commit/3bc7e54da7a70d5bfc57ea4b1a87fb02913cbf40)) + + +### Bug Fixes + +* NodeJS v18 fetch + rejectUnauthorization = false ([d01d23f](https://github.com/hpcc-systems/Visualization/commit/d01d23f5a5f8ed31b233800144be047d7c5f1495)) +* **observablehq:** Allow importing of local esm files ([bd807fa](https://github.com/hpcc-systems/Visualization/commit/bd807fa25bfdecfbd68d6ad448706449907bfd2c)) +* Switch to working cors proxy ([e05f0fe](https://github.com/hpcc-systems/Visualization/commit/e05f0fe35124f518dbee4c2c0d80d1853b0515c3)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.1.2 to ^1.2.0 + * @hpcc-js/observable-shim bumped from ^3.0.0 to ^3.1.0 + ## [1.4.0](https://github.com/hpcc-systems/Visualization/compare/observablehq-compiler-v1.3.0...observablehq-compiler-v1.4.0) (2024-10-23) diff --git a/packages/observablehq-compiler/package.json b/packages/observablehq-compiler/package.json index 9ced820ad9..577dfd5710 100644 --- a/packages/observablehq-compiler/package.json +++ b/packages/observablehq-compiler/package.json @@ -42,8 +42,8 @@ "yargs": "17.7.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.1.2", - "@hpcc-js/observable-shim": "^3.0.0", + "@hpcc-js/esbuild-plugins": "^1.2.0", + "@hpcc-js/observable-shim": "^3.1.0", "@observablehq/runtime": "5.9.9" }, "repository": { diff --git a/packages/util/CHANGELOG.md b/packages/util/CHANGELOG.md index 4812240182..6f67fd39d5 100644 --- a/packages/util/CHANGELOG.md +++ b/packages/util/CHANGELOG.md @@ -65,6 +65,30 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [3.1.0](https://github.com/hpcc-systems/Visualization/compare/util-v3.0.0...util-v3.1.0) (2024-10-24) + + +### Features + +* Add React Custom Graph demo ([48f7140](https://github.com/hpcc-systems/Visualization/commit/48f7140592f3dcb400a95135d01115b8b475220a)) +* Bump WsWorkunits services ([9ee2210](https://github.com/hpcc-systems/Visualization/commit/9ee221012ba7d2caccc4986409527573c8388c34)) +* Rename "lint" to "lint-all" and revert "lint" to break on error. ([227ab65](https://github.com/hpcc-systems/Visualization/commit/227ab656f9ce64580a0c8a7015e53ac455b16be4)) +* Switch to esbuild (common, api, chart) ([a855017](https://github.com/hpcc-systems/Visualization/commit/a855017b8b35ee53ca4a3a060973bf4b87c8916b)) +* Switch to esbuild and ESM first packaging ([b752510](https://github.com/hpcc-systems/Visualization/commit/b752510b5074fbc9a606e4d189412798c241f414)) +* Switch to esbuild and ESM first packaging (comms) ([3bc7e54](https://github.com/hpcc-systems/Visualization/commit/3bc7e54da7a70d5bfc57ea4b1a87fb02913cbf40)) + + +### Bug Fixes + +* **GraphT:** Merge edges fails when ID matches, but source/target has changed ([b822ade](https://github.com/hpcc-systems/Visualization/commit/b822adef25e8d8780cab62f73e79972bb90712e2)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.1.2 to ^1.2.0 + ## [2.53.0](https://github.com/hpcc-systems/Visualization/compare/util-v2.52.0...util-v2.53.0) (2024-10-23) diff --git a/packages/util/package.json b/packages/util/package.json index 548d070343..34cac9ef1d 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/util", - "version": "2.53.0", + "version": "3.1.0", "description": "hpcc-js - Utilities", "type": "module", "exports": { @@ -38,7 +38,7 @@ }, "devDependencies": { "@hpcc-js/bundle": "^2.12.0", - "@hpcc-js/esbuild-plugins": "^1.1.2" + "@hpcc-js/esbuild-plugins": "^1.2.0" }, "repository": { "type": "git",