Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump zrender and vue-echarts in /bundles/org.openhab.ui.habot/web #2900

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 6, 2024

Bumps zrender to 5.6.0 and updates ancestor dependency vue-echarts. These dependencies need to be updated together.

Updates zrender from 4.0.3 to 5.6.0

Release notes

Sourced from zrender's releases.

5.6.0

What's Changed

New Contributors

5.5.0

What's Changed

New Contributors

Full Changelog: ecomfe/zrender@5.4.4...5.5.0

5.4.4

  • fix(transform): fix invTransform may not be reset when updating transform. #1011

5.4.3

(The same as 5.4.2. See #994 .)

5.4.2

  • fix(text): Charsets like Cyrillic should break work the same as Latin. #973
  • fix(svg): fix unexpected encoding for style tag. #982

5.4.1

  • feat(svg): support gradients and patterns for background color in SVG renderer. #959
  • feat(util): use native Map if available. #966
  • feat(util): add hasKey method into HashMap for ECharts. #971
  • fix(util): fix wrong expression for extracting the font size. #968
  • fix(morph): fix shape may disappear after morphing animation is finished in SVG renderer. #976

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by lang, a new releaser for zrender since your current version.


Updates vue-echarts from 3.0.3 to 7.0.3

Release notes

Sourced from vue-echarts's releases.

v7.0.3

  • Fixed type for autoresize (again).

v7.0.2

  • Fixed style injection regression (#805).

v7.0.1

  • Fixed type for autoresize.

v7.0.0

Other prerelease changes:

  • Fixed types for events.

v7.0.0-beta.0

  • Upgraded to ESM.
  • Removed the postinstall script.
  • API remains the same.

Breaking changes

  • Peer deps for echarts is upgraded to ^5.5.1.
  • Dropped support for browsers without ResizeObserver. Can work with resize-observer-polyfill.
  • Dropped support for Vue < 2.7.
  • Dropped CJS outputs.
  • Dropped extra wrapper element so that you should no longer set padding on the component root.
  • For strict CSP usage, vue-echarts/csp should now be used as the entry point and vue-echarts/csp/style.css should be included manually.

v6.7.3

  • Fixed that padding on the component root doesn't work.

v6.7.2

  • Fixed that charts inside <keep-alive> failed to display after activation.

v6.7.1

  • Fixed that native events won't actually trigger.

v6.7.0

  • Added supports for native DOM events binding with the native: prefix.

v6.6.10

  • Fixed that autoresize doesn't work when reducing the height or the root element.

v6.6.9

  • Fixed that the chart may not be the same size as the component root element (#761).

v6.6.8

  • Fixed the postinstall script to patch the correct types entry for Vue 2.7.

... (truncated)

Changelog

Sourced from vue-echarts's changelog.

7.0.3

  • Fixed type for autoresize (again).

7.0.2

  • Fixed style injection regression (#805).

7.0.1

  • Fixed type for autoresize.

7.0.0

Other prerelease changes:

  • Fixed types for events.

7.0.0-beta.0

  • Upgraded to ESM.
  • Removed the postinstall script.
  • API remains the same.

Breaking changes

  • Peer deps for echarts is upgraded to ^5.5.1.
  • Dropped support for browsers without ResizeObserver. Can work with resize-observer-polyfill.
  • Dropped support for Vue < 2.7.
  • Dropped CJS outputs.
  • Dropped extra wrapper element so that you should no longer set padding on the component root.
  • For strict CSP usage, vue-echarts/csp should now be used as the entry point and vue-echarts/csp/style.css should be included manually.

6.7.3

  • Fixed that padding on the component root doesn't work.

6.7.2

  • Fixed that charts inside <keep-alive> failed to display after activation.

6.7.1

  • Fixed that native events won't actually trigger.

6.7.0

  • Added supports for native DOM events binding with the native: prefix.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by ecomfe-core, a new releaser for vue-echarts since your current version.


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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [zrender](https://github.com/ecomfe/zrender) to 5.6.0 and updates ancestor dependency [vue-echarts](https://github.com/ecomfe/vue-echarts). These dependencies need to be updated together.


Updates `zrender` from 4.0.3 to 5.6.0
- [Release notes](https://github.com/ecomfe/zrender/releases)
- [Commits](ecomfe/zrender@4.0.3...5.6.0)

Updates `vue-echarts` from 3.0.3 to 7.0.3
- [Release notes](https://github.com/ecomfe/vue-echarts/releases)
- [Changelog](https://github.com/ecomfe/vue-echarts/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ecomfe/vue-echarts/commits/v7.0.3)

---
updated-dependencies:
- dependency-name: zrender
  dependency-type: indirect
- dependency-name: vue-echarts
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from ghys as a code owner December 6, 2024 18:23
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants