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

chore(deps): bump zrender and vuepress-theme-hope #36

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 Apr 1, 2023

Bumps zrender to 5.4.3 and updates ancestor dependency vuepress-theme-hope. These dependencies need to be updated together.

Updates zrender from 4.3.2 to 5.4.3

Release notes

Sourced from zrender's releases.

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

5.4.0

  • featrue: Support coarse pointer. #918
  • fix: Fix pattern is not correctly scaled in canvas renderer. #938
  • fix: encode HTML when converting vnode to string. #935, apache/echarts#17399
  • fix: Fix rgb parsing. #930, #929

5.3.2

  • fix: createOrUpdateImage cannot access image width or height #910
  • fix: createRadialGradient with invalid parameters #898 #919

5.3.1

  • fix(svg): fix shared vnode in pattern brings render issue #889

5.3.0

No release notes provided.

5.2.1

No release notes provided.

5.2.0

No release notes provided.

5.1.1

No release notes provided.

5.1.0

No release notes provided.

5.0.4

No release notes provided.

5.0.3

No release notes provided.

5.0.1

... (truncated)

Commits
Maintainer changes

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


Updates vuepress-theme-hope from 1.31.0-beta.2 to 2.0.0-beta.200

Release notes

Sourced from vuepress-theme-hope's releases.

v2.0.0-beta.200

⚠ BREAKING CHANGES

  • Drop Node14 support

    The project can actually run on Node.js 14 for now, but we update to pnpm@v8 in ci, which requires Node.js >= 16.

    Since Node14 will be EOL in 2023-04-30, you must migrate your environment to Node.js 18 (or 16) ASAP.

  • md-enhance: use <!-- @include: xxx --> to include files

    The syntax is consistent with the official VitePress, but how we find the syntax is different.

Features

  • md-enhance: update include syntax (2052033)
  • use pnpm@v8, drop node14 support (5242809)

v2.0.0-beta.199

Features

Bug Fixes

v2.0.0-beta.198

Features

Bug Fixes

  • md-enhance: fix demo compact (7285d19)
  • md-enhance: improve figure print style (db985e0)
  • theme: fix code block in print mode (fba37da)
  • theme: fix extraLocales, fix #2941 (7315f22)
  • theme: fix repoIcon name (8f71e75)
  • theme: fix sidebar link with empty string (5982795)

Performance Improvements

... (truncated)

Changelog

Sourced from vuepress-theme-hope's changelog.

2.0.0-beta.200 (2023-03-29)

⚠ BREAKING CHANGES

  • Drop Node14 support

    The project can actually run on Node.js 14 for now, but we update to pnpm@v8 in ci, which requires Node.js >= 16.

    Since Node14 will be EOL in 2023-04-30, you must migrate your environment to Node.js 18 (or 16) ASAP.

  • md-enhance: use <!-- @include: xxx --> to include files

    The syntax is consistent with the official VitePress, but how we find the syntax is different.

Features

  • md-enhance: update include syntax (2052033)
  • use pnpm@v8, drop node14 support (5242809)

2.0.0-beta.199 (2023-03-26)

Features

Bug Fixes

2.0.0-beta.198 (2023-03-25)

Features

Bug Fixes

  • md-enhance: fix demo compact (7285d19)
  • md-enhance: improve figure print style (db985e0)
  • theme: fix code block in print mode (fba37da)
  • theme: fix extraLocales, fix #2941 (7315f22)
  • theme: fix repoIcon name (8f71e75)
  • theme: fix sidebar link with empty string (5982795)

Performance Improvements

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by mister-hope, a new releaser for vuepress-theme-hope 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 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.4.3 and updates ancestor dependency [vuepress-theme-hope](https://github.com/vuepress-theme-hope/vuepress-theme-hope/tree/HEAD/packages/theme). These dependencies need to be updated together.


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

Updates `vuepress-theme-hope` from 1.31.0-beta.2 to 2.0.0-beta.200
- [Release notes](https://github.com/vuepress-theme-hope/vuepress-theme-hope/releases)
- [Changelog](https://github.com/vuepress-theme-hope/vuepress-theme-hope/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commits/v2.0.0-beta.200/packages/theme)

---
updated-dependencies:
- dependency-name: zrender
  dependency-type: indirect
- dependency-name: vuepress-theme-hope
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 1, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants