From 08a1416a02e77ae915ad1d3a59b5f3d350540dcf Mon Sep 17 00:00:00 2001 From: xile611 Date: Tue, 10 Mar 2026 15:38:16 +0800 Subject: [PATCH 1/4] fix: pass valueField to circle-packing layout The circle-packing series now correctly passes the valueField configuration to the underlying layout algorithm. Co-Authored-By: Claude Opus 4.6 --- packages/vchart/src/series/circle-packing/circle-packing.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/vchart/src/series/circle-packing/circle-packing.ts b/packages/vchart/src/series/circle-packing/circle-packing.ts index bcf781731f..7488171081 100644 --- a/packages/vchart/src/series/circle-packing/circle-packing.ts +++ b/packages/vchart/src/series/circle-packing/circle-packing.ts @@ -132,6 +132,7 @@ export class CirclePackingSeries< options: (): ICirclePackingOpt => { return { nodeKey: this._categoryField, + valueField: this._valueField, padding: this._layoutPadding, includeRoot: false, width: this.getLayoutRect().width || 1, From 99fe648d44684afdd0f60387141f6dc79ad993cc Mon Sep 17 00:00:00 2001 From: xile611 Date: Tue, 10 Mar 2026 15:41:30 +0800 Subject: [PATCH 2/4] fix: add valueField to ICirclePackingOpt interface Co-Authored-By: Claude Opus 4.6 --- packages/vchart/src/data/transforms/circle-packing.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/vchart/src/data/transforms/circle-packing.ts b/packages/vchart/src/data/transforms/circle-packing.ts index 5f5468227d..2600095ea0 100644 --- a/packages/vchart/src/data/transforms/circle-packing.ts +++ b/packages/vchart/src/data/transforms/circle-packing.ts @@ -7,6 +7,8 @@ import { CirclePackingLayout } from '@visactor/vlayouts'; export interface ICirclePackingOpt extends CirclePackingOptions { width: number; height: number; + /** the field to read node value, default is 'value' */ + valueField?: string; } /** From a7785be834c1fb76fa89b868368af47de5c2473f Mon Sep 17 00:00:00 2001 From: xile611 Date: Thu, 12 Mar 2026 17:26:36 +0800 Subject: [PATCH 3/4] chore: upgrade vutils, vdataset, vscale, vlayouts to ~1.0.23 Co-Authored-By: Claude Opus 4.6 --- common/config/rush/pnpm-lock.yaml | 148 ++++++++++++------------- docs/package.json | 2 +- packages/openinula-vchart/package.json | 2 +- packages/react-vchart/package.json | 2 +- packages/vchart-extension/package.json | 6 +- packages/vchart/package.json | 8 +- packages/vutils-extension/package.json | 4 +- pnpm-lock.yaml | 39 ++++--- tools/story-player/package.json | 2 +- 9 files changed, 110 insertions(+), 103 deletions(-) diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index acff09fa49..fd6a870992 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -55,8 +55,8 @@ importers: specifier: 1.19.0-alpha.0 version: 1.19.0-alpha.0 '@visactor/vutils': - specifier: ~1.0.22 - version: 1.0.22 + specifier: ~1.0.23 + version: 1.0.23 axios: specifier: ^1.4.0 version: 1.13.2 @@ -209,8 +209,8 @@ importers: specifier: ~1.0.41 version: 1.0.41 '@visactor/vutils': - specifier: ~1.0.22 - version: 1.0.22 + specifier: ~1.0.23 + version: 1.0.23 react-is: specifier: ^18.2.0 version: 18.3.1 @@ -300,8 +300,8 @@ importers: specifier: ~1.0.41 version: 1.0.41 '@visactor/vutils': - specifier: ~1.0.22 - version: 1.0.22 + specifier: ~1.0.23 + version: 1.0.23 react-is: specifier: ^18.2.0 version: 18.3.1 @@ -523,11 +523,11 @@ importers: ../../packages/vchart: dependencies: '@visactor/vdataset': - specifier: ~1.0.22 - version: 1.0.22 + specifier: ~1.0.23 + version: 1.0.23 '@visactor/vlayouts': - specifier: ~1.0.22 - version: 1.0.22 + specifier: ~1.0.23 + version: 1.0.23 '@visactor/vrender-animate': specifier: ~1.0.41 version: 1.0.41 @@ -541,11 +541,11 @@ importers: specifier: ~1.0.41 version: 1.0.41 '@visactor/vscale': - specifier: ~1.0.22 - version: 1.0.22 + specifier: ~1.0.23 + version: 1.0.23 '@visactor/vutils': - specifier: ~1.0.22 - version: 1.0.22 + specifier: ~1.0.23 + version: 1.0.23 '@visactor/vutils-extension': specifier: workspace:2.0.19 version: link:../vutils-extension @@ -686,11 +686,11 @@ importers: specifier: workspace:2.0.19 version: link:../vchart '@visactor/vdataset': - specifier: ~1.0.22 - version: 1.0.22 + specifier: ~1.0.23 + version: 1.0.23 '@visactor/vlayouts': - specifier: ~1.0.22 - version: 1.0.22 + specifier: ~1.0.23 + version: 1.0.23 '@visactor/vrender-animate': specifier: ~1.0.41 version: 1.0.41 @@ -704,8 +704,8 @@ importers: specifier: ~1.0.41 version: 1.0.41 '@visactor/vutils': - specifier: ~1.0.22 - version: 1.0.22 + specifier: ~1.0.23 + version: 1.0.23 devDependencies: '@internal/bundler': specifier: workspace:* @@ -834,11 +834,11 @@ importers: ../../packages/vutils-extension: dependencies: '@visactor/vdataset': - specifier: ~1.0.22 - version: 1.0.22 + specifier: ~1.0.23 + version: 1.0.23 '@visactor/vutils': - specifier: ~1.0.22 - version: 1.0.22 + specifier: ~1.0.23 + version: 1.0.23 devDependencies: '@internal/bundler': specifier: workspace:* @@ -1098,7 +1098,7 @@ importers: version: 5.3.2 debug: specifier: 4.3.4 - version: 4.3.4(supports-color@9.4.0) + version: 4.3.4(supports-color@6.1.0) fs-extra: specifier: 10.1.0 version: 10.1.0 @@ -1269,8 +1269,8 @@ importers: specifier: ~1.0.41 version: 1.0.41 '@visactor/vutils': - specifier: ~1.0.22 - version: 1.0.22 + specifier: ~1.0.23 + version: 1.0.23 devDependencies: '@internal/bundler': specifier: workspace:* @@ -3061,11 +3061,11 @@ packages: '@visactor/vdataset@0.18.18': resolution: {integrity: sha512-lye23zpineMKV42JmuJaOY3fgl7aWhyDIwK9dWooqZzP14AFukPoK7ZvUeuKZihLrHxqtCg2VWEjovnh9O1RUg==} - '@visactor/vdataset@1.0.22': - resolution: {integrity: sha512-B+Xd7UuXNNLWRsH0ySd9LsvFFBz/S+lFN7ha7GU7SdTYr9P0ZExYyumQPntaa5iOMLxKysFxJw7t/Or70ZA6hQ==} + '@visactor/vdataset@1.0.23': + resolution: {integrity: sha512-zrLk9FBUWJoW6b30XnPKzXwAXl8USdLDfed6QZLsmdkylRU8V7yZeXE2aKwU8Lg1U4HmQngqmqOx7/QlbX44Tg==} - '@visactor/vlayouts@1.0.22': - resolution: {integrity: sha512-iTPJeROqmwBOBDoewDHYdEAe6MlDPgJ/1V1j+FcWr3zWGPDOSduoIDyjhB/FpkLaUQyhYCTCfCH3p2BDs3Wy4g==} + '@visactor/vlayouts@1.0.23': + resolution: {integrity: sha512-fK1f5LmuumhYanLArk5yrT4BZxu4IAmdc8WMwfB/KAvV+2dTPFuBUMWbWnDl0siQoU9SX9l/bLozUnI9n7BwBQ==} '@visactor/vmind@1.2.4-alpha.5': resolution: {integrity: sha512-8Z/MFLN0bMLUMofurQ4175AHA5+Yln9CwA6ub1pMzsa+xTjGKALj3D7SseHUi4LSKSB3UGFwckqhKlKynrOfsA==} @@ -3100,8 +3100,8 @@ packages: '@visactor/vscale@0.18.18': resolution: {integrity: sha512-iRG4kv+5Fv4KX3AxEfV95XU3I6OmF0QizyAhqHxKa7L1MaT+MRvDDk5zHWf1E8gialLbL2xDe3GnT6g/4u5jhA==} - '@visactor/vscale@1.0.22': - resolution: {integrity: sha512-DCCqBA9gBZexCsfYmUjRZM1OBp2Qr8dRIGOqWcFerINIDtpQatSS4c8Ah2r8pqkgiizSNeKgDoXOtsiPe9zqBQ==} + '@visactor/vscale@1.0.23': + resolution: {integrity: sha512-XePhYuRoNAp+8MeSMuEOOvhVAlOwvM1sDT2yFxE6zdwVB2GjZk8mH+5N2xQGQWk75YmGJjlJASFtgwjlb1yWxw==} '@visactor/vscale@1.0.4': resolution: {integrity: sha512-mXuX0gbQ5dmsU+dOfrDfFT45ijTZrFh1wYeIY44cdMhFo4v+tVdeihN0F+3CEI7oSZiZENbpJ7dXvxnu04xG/g==} @@ -3130,8 +3130,8 @@ packages: '@visactor/vutils@0.19.7': resolution: {integrity: sha512-1SSnkZgX1p/rSVIFEibrpN6rDdLfdETSI6lJI5JwV8I2paluM1mqz3jEeT3McmWygd/wyUVKAyoRxGXFKAsKEw==} - '@visactor/vutils@1.0.22': - resolution: {integrity: sha512-n+lKEeSQl1wGqRG829oQ4SwU6UysUiP9rpp0K87TwmERVMupSy6C0KcM2SGXGBLvnp1Cyjjciw5ZtYQXv3ZfKQ==} + '@visactor/vutils@1.0.23': + resolution: {integrity: sha512-M8SLqgdHhKN8QmQKTWD1gzEaHptpIV9pvMYvC6+VeOsqYvZZ6UdhSCAAczTYVo+m/uwcEC2JHSUspbrs8rzlRQ==} '@visactor/vutils@1.0.4': resolution: {integrity: sha512-GE149SM5WAc9DMNV7bGtPD4xHP68vbHMRuxGPJ3ndzAGLC/KuXpClteMw6bTY1fRX1vDLY/tQ/GVthgeOx4kDw==} @@ -12449,7 +12449,7 @@ snapshots: '@babel/traverse': 7.28.5 '@babel/types': 7.28.5 convert-source-map: 1.9.0 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@6.1.0) gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 @@ -12516,7 +12516,7 @@ snapshots: '@babel/core': 7.20.12 '@babel/helper-compilation-targets': 7.27.2 '@babel/helper-plugin-utils': 7.27.1 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@6.1.0) lodash.debounce: 4.0.8 resolve: 1.22.11 semver: 6.3.1 @@ -13364,7 +13364,7 @@ snapshots: '@babel/parser': 7.28.5 '@babel/template': 7.27.2 '@babel/types': 7.28.5 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@6.1.0) transitivePeerDependencies: - supports-color @@ -13392,7 +13392,7 @@ snapshots: '@electron/get@1.14.1': dependencies: - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@6.1.0) env-paths: 2.2.1 fs-extra: 8.1.0 got: 9.6.0 @@ -13424,7 +13424,7 @@ snapshots: '@eslint/eslintrc@1.4.1': dependencies: ajv: 6.12.6 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@6.1.0) espree: 9.6.1 globals: 13.24.0 ignore: 5.3.2 @@ -13494,7 +13494,7 @@ snapshots: '@humanwhocodes/config-array@0.9.5': dependencies: '@humanwhocodes/object-schema': 1.2.1 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@6.1.0) minimatch: 3.1.2 transitivePeerDependencies: - supports-color @@ -14801,7 +14801,7 @@ snapshots: '@typescript-eslint/scope-manager': 5.30.0 '@typescript-eslint/type-utils': 5.30.0(eslint@8.18.0)(typescript@4.9.5) '@typescript-eslint/utils': 5.30.0(eslint@8.18.0)(typescript@4.9.5) - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@6.1.0) eslint: 8.18.0 functional-red-black-tree: 1.0.1 ignore: 5.3.2 @@ -14818,7 +14818,7 @@ snapshots: '@typescript-eslint/scope-manager': 4.33.0 '@typescript-eslint/types': 4.33.0 '@typescript-eslint/typescript-estree': 4.33.0(typescript@4.9.5) - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@6.1.0) eslint: 6.8.0 optionalDependencies: typescript: 4.9.5 @@ -14830,7 +14830,7 @@ snapshots: '@typescript-eslint/scope-manager': 4.33.0 '@typescript-eslint/types': 4.33.0 '@typescript-eslint/typescript-estree': 4.33.0(typescript@4.9.5) - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@6.1.0) eslint: 8.18.0 optionalDependencies: typescript: 4.9.5 @@ -14842,7 +14842,7 @@ snapshots: '@typescript-eslint/scope-manager': 5.30.0 '@typescript-eslint/types': 5.30.0 '@typescript-eslint/typescript-estree': 5.30.0(typescript@4.9.5) - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@6.1.0) eslint: 8.18.0 optionalDependencies: typescript: 4.9.5 @@ -14862,7 +14862,7 @@ snapshots: '@typescript-eslint/type-utils@5.30.0(eslint@8.18.0)(typescript@4.9.5)': dependencies: '@typescript-eslint/utils': 5.30.0(eslint@8.18.0)(typescript@4.9.5) - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@6.1.0) eslint: 8.18.0 tsutils: 3.21.0(typescript@4.9.5) optionalDependencies: @@ -14878,7 +14878,7 @@ snapshots: dependencies: '@typescript-eslint/types': 4.33.0 '@typescript-eslint/visitor-keys': 4.33.0 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@6.1.0) globby: 11.1.0 is-glob: 4.0.3 semver: 7.7.3 @@ -14892,7 +14892,7 @@ snapshots: dependencies: '@typescript-eslint/types': 5.30.0 '@typescript-eslint/visitor-keys': 5.30.0 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@6.1.0) globby: 11.1.0 is-glob: 4.0.3 semver: 7.7.3 @@ -14977,12 +14977,12 @@ snapshots: simplify-geojson: 1.0.5 topojson-client: 3.1.0 - '@visactor/vdataset@1.0.22': + '@visactor/vdataset@1.0.23': dependencies: '@turf/flatten': 6.5.0 '@turf/helpers': 6.5.0 '@turf/rewind': 6.5.0 - '@visactor/vutils': 1.0.22 + '@visactor/vutils': 1.0.23 d3-dsv: 2.0.0 d3-geo: 1.12.1 d3-hexbin: 0.2.2 @@ -14997,12 +14997,12 @@ snapshots: simplify-geojson: 1.0.5 topojson-client: 3.1.0 - '@visactor/vlayouts@1.0.22': + '@visactor/vlayouts@1.0.23': dependencies: '@turf/helpers': 6.5.0 '@turf/invariant': 6.5.0 - '@visactor/vscale': 1.0.22 - '@visactor/vutils': 1.0.22 + '@visactor/vscale': 1.0.23 + '@visactor/vutils': 1.0.23 eventemitter3: 4.0.7 '@visactor/vmind@1.2.4-alpha.5': @@ -15029,7 +15029,7 @@ snapshots: '@visactor/vrender-animate@1.0.41': dependencies: '@visactor/vrender-core': 1.0.41 - '@visactor/vutils': 1.0.22 + '@visactor/vutils': 1.0.23 '@visactor/vrender-components@1.0.0-alpha.18': dependencies: @@ -15044,8 +15044,8 @@ snapshots: '@visactor/vrender-animate': 1.0.41 '@visactor/vrender-core': 1.0.41 '@visactor/vrender-kits': 1.0.41 - '@visactor/vscale': 1.0.22 - '@visactor/vutils': 1.0.22 + '@visactor/vscale': 1.0.23 + '@visactor/vutils': 1.0.23 '@visactor/vrender-core@1.0.0-alpha.18': dependencies: @@ -15054,7 +15054,7 @@ snapshots: '@visactor/vrender-core@1.0.41': dependencies: - '@visactor/vutils': 1.0.22 + '@visactor/vutils': 1.0.23 color-convert: 2.0.1 '@visactor/vrender-kits@1.0.0-alpha.18': @@ -15070,7 +15070,7 @@ snapshots: dependencies: '@resvg/resvg-js': 2.4.1 '@visactor/vrender-core': 1.0.41 - '@visactor/vutils': 1.0.22 + '@visactor/vutils': 1.0.23 gifuct-js: 2.1.2 lottie-web: 5.13.0 roughjs: 4.6.6 @@ -15086,9 +15086,9 @@ snapshots: dependencies: '@visactor/vutils': 0.18.18 - '@visactor/vscale@1.0.22': + '@visactor/vscale@1.0.23': dependencies: - '@visactor/vutils': 1.0.22 + '@visactor/vutils': 1.0.23 '@visactor/vscale@1.0.4': dependencies: @@ -15149,7 +15149,7 @@ snapshots: '@turf/invariant': 6.5.0 eventemitter3: 4.0.7 - '@visactor/vutils@1.0.22': + '@visactor/vutils@1.0.23': dependencies: '@turf/helpers': 6.5.0 '@turf/invariant': 6.5.0 @@ -15495,7 +15495,7 @@ snapshots: agent-base@6.0.2: dependencies: - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@6.1.0) transitivePeerDependencies: - supports-color @@ -18601,7 +18601,7 @@ snapshots: ajv: 6.12.6 chalk: 2.4.2 cross-spawn: 6.0.6 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@6.1.0) doctrine: 3.0.0 eslint-scope: 4.0.3 eslint-utils: 1.4.3 @@ -18642,7 +18642,7 @@ snapshots: ajv: 6.12.6 chalk: 2.4.2 cross-spawn: 6.0.6 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@6.1.0) doctrine: 3.0.0 eslint-scope: 5.1.1 eslint-utils: 1.4.3 @@ -18685,7 +18685,7 @@ snapshots: ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.6 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@6.1.0) doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.2.2 @@ -20136,7 +20136,7 @@ snapshots: dependencies: '@tootallnate/once': 1.1.2 agent-base: 6.0.2 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@6.1.0) transitivePeerDependencies: - supports-color @@ -20168,7 +20168,7 @@ snapshots: https-proxy-agent@5.0.1: dependencies: agent-base: 6.0.2 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@6.1.0) transitivePeerDependencies: - supports-color @@ -20762,7 +20762,7 @@ snapshots: istanbul-lib-source-maps@4.0.1: dependencies: - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@6.1.0) istanbul-lib-coverage: 3.2.2 source-map: 0.6.1 transitivePeerDependencies: @@ -22390,7 +22390,7 @@ snapshots: micromark@2.11.4: dependencies: - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@6.1.0) parse-entities: 2.0.0 transitivePeerDependencies: - supports-color @@ -25375,7 +25375,7 @@ snapshots: balanced-match: 1.0.2 chalk: 4.1.2 cosmiconfig: 6.0.0 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@6.1.0) execall: 2.0.0 file-entry-cache: 5.0.1 get-stdin: 8.0.0 @@ -25512,7 +25512,7 @@ snapshots: sumchecker@3.0.1: dependencies: - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@6.1.0) transitivePeerDependencies: - supports-color @@ -26483,7 +26483,7 @@ snapshots: vite-node@0.30.1(@types/node@20.14.10)(less@4.1.3)(sass@1.32.11)(stylus@0.54.8)(sugarss@2.0.0)(terser@5.17.1): dependencies: cac: 6.7.14 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@6.1.0) mlly: 1.8.0 pathe: 1.1.2 picocolors: 1.1.1 @@ -26527,7 +26527,7 @@ snapshots: cac: 6.7.14 chai: 4.5.0 concordance: 5.0.4 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@6.1.0) local-pkg: 0.4.3 magic-string: 0.30.21 pathe: 1.1.2 @@ -26559,7 +26559,7 @@ snapshots: vue-eslint-parser@7.11.0(eslint@6.8.0): dependencies: - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@6.1.0) eslint: 6.8.0 eslint-scope: 5.1.1 eslint-visitor-keys: 1.3.0 diff --git a/docs/package.json b/docs/package.json index 84fa6776c4..198055b2a9 100644 --- a/docs/package.json +++ b/docs/package.json @@ -18,7 +18,7 @@ "@visactor/vchart-extension": "workspace:2.0.19", "@visactor/vchart-theme": "~1.6.6", "@visactor/vmind": "1.2.4-alpha.5", - "@visactor/vutils": "~1.0.22", + "@visactor/vutils": "~1.0.23", "@visactor/vrender": "~1.0.41", "@visactor/vrender-kits": "~1.0.41", "@visactor/vtable": "1.19.0-alpha.0", diff --git a/packages/openinula-vchart/package.json b/packages/openinula-vchart/package.json index f8e6c442b3..1486242162 100644 --- a/packages/openinula-vchart/package.json +++ b/packages/openinula-vchart/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "@visactor/vchart": "workspace:2.0.19", - "@visactor/vutils": "~1.0.22", + "@visactor/vutils": "~1.0.23", "@visactor/vrender-core": "~1.0.41", "@visactor/vrender-kits": "~1.0.41", "react-is": "^18.2.0" diff --git a/packages/react-vchart/package.json b/packages/react-vchart/package.json index 2bcfae6ae2..96dc373865 100644 --- a/packages/react-vchart/package.json +++ b/packages/react-vchart/package.json @@ -30,7 +30,7 @@ "dependencies": { "@visactor/vchart": "workspace:2.0.19", "@visactor/vchart-extension": "workspace:2.0.19", - "@visactor/vutils": "~1.0.22", + "@visactor/vutils": "~1.0.23", "@visactor/vrender-core": "~1.0.41", "@visactor/vrender-kits": "~1.0.41", "react-is": "^18.2.0" diff --git a/packages/vchart-extension/package.json b/packages/vchart-extension/package.json index 188f12e420..34d8e8307c 100644 --- a/packages/vchart-extension/package.json +++ b/packages/vchart-extension/package.json @@ -26,9 +26,9 @@ "@visactor/vrender-components": "~1.0.41", "@visactor/vrender-animate": "~1.0.41", "@visactor/vchart": "workspace:2.0.19", - "@visactor/vutils": "~1.0.22", - "@visactor/vdataset": "~1.0.22", - "@visactor/vlayouts": "~1.0.22" + "@visactor/vutils": "~1.0.23", + "@visactor/vdataset": "~1.0.23", + "@visactor/vlayouts": "~1.0.23" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/packages/vchart/package.json b/packages/vchart/package.json index fb00ba9e55..51bae70906 100644 --- a/packages/vchart/package.json +++ b/packages/vchart/package.json @@ -118,10 +118,10 @@ "cross-env": "^7.0.3" }, "dependencies": { - "@visactor/vutils": "~1.0.22", - "@visactor/vdataset": "~1.0.22", - "@visactor/vscale": "~1.0.22", - "@visactor/vlayouts": "~1.0.22", + "@visactor/vutils": "~1.0.23", + "@visactor/vdataset": "~1.0.23", + "@visactor/vscale": "~1.0.23", + "@visactor/vlayouts": "~1.0.23", "@visactor/vrender-core": "~1.0.41", "@visactor/vrender-kits": "~1.0.41", "@visactor/vrender-components": "~1.0.41", diff --git a/packages/vutils-extension/package.json b/packages/vutils-extension/package.json index c8e6e5dc2c..c179b40dd2 100644 --- a/packages/vutils-extension/package.json +++ b/packages/vutils-extension/package.json @@ -25,8 +25,8 @@ "test-watch": "DEBUG_MODE=1 jest --watch" }, "dependencies": { - "@visactor/vutils": "~1.0.22", - "@visactor/vdataset": "~1.0.22" + "@visactor/vutils": "~1.0.23", + "@visactor/vdataset": "~1.0.23" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9899e062d1..209a043bdd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,32 +1,39 @@ -lockfileVersion: '6.0' +lockfileVersion: '9.0' settings: autoInstallPeers: true excludeLinksFromLockfile: false -dependencies: - js-yaml: - specifier: ^4.1.0 - version: 4.1.0 +importers: -devDependencies: - '@types/js-yaml': - specifier: ^4.0.9 - version: 4.0.9 + .: + dependencies: + js-yaml: + specifier: ^4.1.0 + version: 4.1.1 + devDependencies: + '@types/js-yaml': + specifier: ^4.0.9 + version: 4.0.9 packages: - /@types/js-yaml@4.0.9: + '@types/js-yaml@4.0.9': resolution: {integrity: sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==} - dev: true - /argparse@2.0.1: + argparse@2.0.1: resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} - dev: false - /js-yaml@4.1.0: - resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} + js-yaml@4.1.1: + resolution: {integrity: sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==} hasBin: true + +snapshots: + + '@types/js-yaml@4.0.9': {} + + argparse@2.0.1: {} + + js-yaml@4.1.1: dependencies: argparse: 2.0.1 - dev: false diff --git a/tools/story-player/package.json b/tools/story-player/package.json index 70b72ff595..c632f49e03 100644 --- a/tools/story-player/package.json +++ b/tools/story-player/package.json @@ -60,6 +60,6 @@ "@visactor/vrender-kits": "~1.0.41", "@visactor/vchart": "workspace:2.0.19", "@visactor/vrender": "~1.0.41", - "@visactor/vutils": "~1.0.22" + "@visactor/vutils": "~1.0.23" } } \ No newline at end of file From fe799cd78655528760a1f78210c29f8eec24f156 Mon Sep 17 00:00:00 2001 From: xile611 Date: Thu, 12 Mar 2026 18:02:21 +0800 Subject: [PATCH 4/4] chore: add change file for dependency upgrade Co-Authored-By: Claude Opus 4.6 --- .../@visactor/vchart/upgrade-deps_20260312.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 common/changes/@visactor/vchart/upgrade-deps_20260312.json diff --git a/common/changes/@visactor/vchart/upgrade-deps_20260312.json b/common/changes/@visactor/vchart/upgrade-deps_20260312.json new file mode 100644 index 0000000000..974163ff03 --- /dev/null +++ b/common/changes/@visactor/vchart/upgrade-deps_20260312.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "packageName": "@visactor/vchart", + "comment": "chore: upgrade vutils, vdataset, vscale, vlayouts to ~1.0.23", + "type": "none" + } + ], + "packageName": "@visactor/vchart", + "email": "test@example.com" +}