Skip to content

chore(deps): bump canvg from 2.0.0 to 3.0.11 in /packages/neuron-ui#3330

Merged
Keith-CY merged 5 commits intodevelopfrom
dependabot/npm_and_yarn/packages/neuron-ui/canvg-4.0.3
Apr 7, 2025
Merged

chore(deps): bump canvg from 2.0.0 to 3.0.11 in /packages/neuron-ui#3330
Keith-CY merged 5 commits intodevelopfrom
dependabot/npm_and_yarn/packages/neuron-ui/canvg-4.0.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2025

Bumps canvg from 2.0.0 to 4.0.3.

Release notes

Sourced from canvg's releases.

v4.0.3

Bug Fixes

v4.0.2

Bug Fixes

  • deps: replace dependency xmldom with @​xmldom/xmldom ^0.7.5 (#1719) (9d2af45)
  • deps: update dependency @​xmldom/xmldom to ^0.8.0 (#1722) (d1bcf0a)

v4.0.1

Bug Fixes

  • update isReadyLock state to fix deadlock on second render (#1679) (4bbc37e)

v4.0.0

⚠ BREAKING CHANGES

  • TypeScript 4
  • Default export was replaced with "Canvg" named export.
  • UMD bundle and old browsers support were dropped. Node >=12 is required.

build

v3.0.7

Fixed

v3.0.0

see CHANGELOG.md

v3.0.0-beta.0

No release notes provided.

Changelog

Sourced from canvg's changelog.

4.0.3 (2025-03-12)

Bug Fixes

4.0.2 (2024-04-22)

Bug Fixes

  • deps: replace dependency xmldom with @​xmldom/xmldom ^0.7.5 (#1719) (9d2af45)
  • deps: update dependency @​xmldom/xmldom to ^0.8.0 (#1722) (d1bcf0a)

4.0.1 (2022-07-19)

Bug Fixes

  • update isReadyLock state to fix deadlock on second render (#1679) (4bbc37e)

4.0.0 (2022-02-17)

⚠ BREAKING CHANGES

  • TypeScript 4
  • Default export was replaced with "Canvg" named export.
  • UMD bundle and old browsers support were dropped. Node >=12 is required.

Bug Fixes

build

[3.0.9] - 2021-10-04

Fixed

[3.0.8] - 2021-07-31

... (truncated)

Commits
  • 15fc145 chore(release): 4.0.3 (#1751)
  • c3743e6 fix: fix prototype pollution vulneralbility (#1750)
  • 937668e chore(release): 4.0.2 (#1736)
  • 20fdf99 docs: fix website build (#1734)
  • 4163453 chore(deps): update actions/upload-artifact action to v4 (#1730)
  • 8d76a84 chore(deps): update dependency docusaurus-plugin-typedoc to ^0.22.0 (#1695)
  • 4fa3dc7 chore(deps): update dependency typedoc to ^0.25.0 (#1696)
  • 3888b92 chore(deps): update dependency webpack to v5.76.0 [security] (#1724)
  • ec45a9f chore(deps): update dependency @​swc/helpers to ^0.5.0 (#1721)
  • d1bcf0a fix(deps): update dependency @​xmldom/xmldom to ^0.8.0 (#1722)
  • 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 13, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

@Keith-CY
Copy link
Collaborator

Keith-CY commented Mar 14, 2025

/package
Packageing failed in 13850152321. @Keith-CY

@Keith-CY
Copy link
Collaborator

Keith-CY commented Apr 1, 2025

@dependabot rebase

Bumps [canvg](https://github.com/canvg/canvg) from 2.0.0 to 4.0.3.
- [Release notes](https://github.com/canvg/canvg/releases)
- [Changelog](https://github.com/canvg/canvg/blob/master/CHANGELOG.md)
- [Commits](canvg/canvg@v2.0.0...v4.0.3)

---
updated-dependencies:
- dependency-name: canvg
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/packages/neuron-ui/canvg-4.0.3 branch from 89c22f9 to c4f976b Compare April 1, 2025 07:12
@Keith-CY
Copy link
Collaborator

Keith-CY commented Apr 7, 2025

/package
Packaging for test is done in 14300705023. @Keith-CY

@Keith-CY
Copy link
Collaborator

Keith-CY commented Apr 7, 2025

Verified in packaged app.

@Keith-CY Keith-CY changed the title chore(deps): bump canvg from 2.0.0 to 4.0.3 in /packages/neuron-ui chore(deps): bump canvg from 2.0.0 to 3.0.11 in /packages/neuron-ui Apr 7, 2025
@Keith-CY Keith-CY added this pull request to the merge queue Apr 7, 2025
Merged via the queue into develop with commit 9c3928f Apr 7, 2025
23 checks passed
@Keith-CY Keith-CY deleted the dependabot/npm_and_yarn/packages/neuron-ui/canvg-4.0.3 branch April 7, 2025 16:07
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.

3 participants