Skip to content

build(deps): bump @visactor/vchart from 1.13.8 to 1.13.10#322

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot-npm_and_yarn-visactor-vchart-1.13.10
Closed

build(deps): bump @visactor/vchart from 1.13.8 to 1.13.10#322
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot-npm_and_yarn-visactor-vchart-1.13.10

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 19, 2025

Copy link
Copy Markdown
Contributor

Bumps @visactor/vchart from 1.13.8 to 1.13.10.

Release notes

Sourced from @​visactor/vchart's releases.

v1.13.10

🆕 feat

  • @​visactor/vchart: tooltip support inside position
  • @​visactor/vchart: mosaic chart supports bandWidthField and percent config, closed #3945

🐛 fix

  • @​visactor/vchart: export ManualTicker & StreamLight
  • @​visactor/vchart: tooltip should hide when enterable, fix #3965, fix #3922
  • @​visactor/vchart: fix error of enterable tooltip when multiple charts in a page, fix #3940
  • @​visactor/vchart: upgrade vgrammar to 0.16.7, fix #3965

What's Changed

New Contributors

Full Changelog: VisActor/VChart@v1.13.9...v1.13.10

v1.13.9

🆕 feat

  • @​visactor/vchart: axis datafilter support context. close #3332
  • @​visactor/vchart: gauge support clip when mark outof axis. close #3859
  • @​visactor/vchart: markLine and markArea supports render multiple labels

🐛 fix

  • @​visactor/vchart: clear event listener for normal animation when updateSpec, #3881
  • @​visactor/vchart: fix coordinate of rect crosshair when bandSize is 0, fix #3907
  • @​visactor/vchart: when set defaultSelect of crosshair, axisIndex should have a default value: 0
  • @​visactor/vchart: fix type error of datazoom texts
  • @​visactor/vchart: the width of title label should auto fit content width when autoWidth is true, fix #3880
  • @​visactor/vchart: mark line valid judgement. fix#3857
  • @​visactor/vchart: empty placeholder should update after data is updated, fix #3855

🔨 refactor

  • @​visactor/vchart: brush interactive. close#3765 & #3262 & #2802 & #3885

📖 docs

  • @​visactor/vchart: supply interface of docs. fix #3877

What's Changed

... (truncated)

Changelog

Sourced from @​visactor/vchart's changelog.

1.13.10

Thu, 15 May 2025 12:13:18 GMT

Updates

  • feat: tooltip support inside position

  • feat: mosaic chart supports bandWidthField and percent config, closed #3945

  • fix: export ManualTicker & StreamLight

  • fix: tooltip should hide when enterable, fix #3965, fix #3922

  • fix: fix error of enterable tooltip when multiple charts in a page, fix #3940

  • fix: upgrade vgrammar to 0.16.7, fix #3965

1.13.9

Mon, 21 Apr 2025 08:22:38 GMT

Updates

  • feat: axis datafilter support context. close#3332

  • feat: gauge support clip when mark outof axis. close#3859

  • feat: markLine and markArea supports render multiple labels

  • fix: clear event listener for normal animation when updateSpec, #3881

  • fix: fix coordinate of rect crosshair when bandSize is 0, fix #3907

  • fix: when set defaultSelect of crosshair, axisIndex should have a default value: 0

  • fix: fix type error of datazoom texts

  • fix: the width of title label should auto fit content width when autoWidth is true, fix #3880

  • fix: mark line valid judgement. fix#3857

  • fix: empty placeholder should update after data is updated, fix #3855

  • docs: supply interface of docs. fix#3877

  • refactor: brush interactive. close#3765 & #3262 & #2802 & #3885

Commits
  • cdb9962 build: release version 1.13.10
  • 46e9329 Merge pull request #3968 from VisActor/fix/upgrade-vgrammar-0.16.7
  • c3d91bb Merge pull request #3946 from VisActor/enhance/mosaic
  • 1dd89f8 fix: upgrade vgrammar to 0.16.7, fix #3965
  • ff53ce1 fix: tooltip should hide when enterable, fix #3965, fix #3922
  • 7dc7f4b Merge remote-tracking branch 'origin/develop' into enhance/mosaic
  • ac92860 fix: export ManualTicker & StreamLight
  • 1f4bdf3 fix: rename bandField to bandWidthField
  • 7fd57c5 fix: fix error of enterable tooltip when multiple charts in a page, fix #3940
  • a2166b0 feat: mosaic chart supports bandWidthField and percent config
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@visactor/vchart](https://github.com/VisActor/VChart/tree/HEAD/packages/vchart) from 1.13.8 to 1.13.10.
- [Release notes](https://github.com/VisActor/VChart/releases)
- [Changelog](https://github.com/VisActor/VChart/blob/develop/packages/vchart/CHANGELOG.md)
- [Commits](https://github.com/VisActor/VChart/commits/v1.13.10/packages/vchart)

---
updated-dependencies:
- dependency-name: "@visactor/vchart"
  dependency-version: 1.13.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from oljc May 19, 2025 17:31
@dependabot @github

dependabot Bot commented on behalf of github May 19, 2025

Copy link
Copy Markdown
Contributor Author

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot Bot added the 🔩 dependencies Update dependencies label May 19, 2025
@vercel

vercel Bot commented May 19, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
arco-admin ⬜️ Ignored (Inspect) Visit Preview May 19, 2025 5:31pm

@netlify

netlify Bot commented May 19, 2025

Copy link
Copy Markdown

Deploy Preview for arco-admin ready!

Name Link
🔨 Latest commit 369a048
🔍 Latest deploy log https://app.netlify.com/projects/arco-admin/deploys/682b6ae92244ab0008c260d2
😎 Deploy Preview https://deploy-preview-322--arco-admin.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@dependabot @github

dependabot Bot commented on behalf of github Jun 2, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #325.

@dependabot dependabot Bot closed this Jun 2, 2025
@dependabot dependabot Bot deleted the dependabot-npm_and_yarn-visactor-vchart-1.13.10 branch June 2, 2025 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🔩 dependencies Update dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant