Skip to content

chore(deps): bump the production-dependencies group across 1 directory with 3 updates#27

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-cf918bd0d8
Open

chore(deps): bump the production-dependencies group across 1 directory with 3 updates#27
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-cf918bd0d8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 24, 2026

Bumps the production-dependencies group with 3 updates in the / directory: html2canvas-pro, react and react-dom.

Updates html2canvas-pro from 2.0.2 to 2.0.3

Release notes

Sourced from html2canvas-pro's releases.

v2.0.3

Please refer to CHANGELOG.md for details.

Changelog

Sourced from html2canvas-pro's changelog.

2.0.3 (2026-05-23)

Fixes

  • document-cloner: ensure correct order for adoptNode() (58bbe5d)
  • document-cloner: use source document baseURI for background-image resolution (6d1e12a)

2.0.3 (2026-05-23)

Fixes

  • document-cloner: use source document baseURI for background-image resolution (dc40f7c), closes #210
Commits
  • b901c4f chore(release): 2.0.3
  • 6d1e12a fix(document-cloner): use source document baseURI for background-image resolu...
  • See full diff in compare view

Updates react from 19.2.4 to 19.2.6

Release notes

Sourced from react's releases.

19.2.6 (May 6th, 2026)

React Server Components

19.2.5 (April 8th, 2026)

React Server Components

Commits

Updates react-dom from 19.2.4 to 19.2.6

Release notes

Sourced from react-dom's releases.

19.2.6 (May 6th, 2026)

React Server Components

19.2.5 (April 8th, 2026)

React Server Components

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…y with 3 updates

Bumps the production-dependencies group with 3 updates in the / directory: [html2canvas-pro](https://github.com/yorickshan/html2canvas-pro), [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom).


Updates `html2canvas-pro` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/yorickshan/html2canvas-pro/releases)
- [Changelog](https://github.com/yorickshan/html2canvas-pro/blob/main/CHANGELOG.md)
- [Commits](yorickshan/html2canvas-pro@v2.0.2...v2.0.3)

Updates `react` from 19.2.4 to 19.2.6
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.6/packages/react)

Updates `react-dom` from 19.2.4 to 19.2.6
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.6/packages/react-dom)

---
updated-dependencies:
- dependency-name: html2canvas-pro
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react
  dependency-version: 19.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-dom
  dependency-version: 19.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependabot Dependabot: dependabot dependencies Dependabot: dependencies npm Dependabot: npm labels May 24, 2026
@dependabot dependabot Bot requested a review from karlspace as a code owner May 24, 2026 06:06
@github-actions
Copy link
Copy Markdown

AI Analysis

Technical Summary of the Pull Request

This PR performs a dependency bump for the production dependencies in the root directory, updating three packages: html2canvas-pro, react, and react-dom. The goal is to keep dependencies up to date with their latest non-breaking patches providing bug fixes and performance improvements.


Updated Dependencies and Key Changes

  1. html2canvas-pro: 2.0.2 → 2.0.3

    • Bug Fixes:
      • Fixed the ordering in document-cloner for adoptNode() calls, ensuring correctness in node cloning operations.
      • Corrected usage of the source document's baseURI for resolving background-image URLs — critical for properly rendering styles when cloning documents.
    • These fixes address issues related to document cloning accuracy and visual fidelity.
    • No major API changes or breaking alterations reported.
  2. **react: 19.2.4 → 19.2


This summary was automatically generated by AI to help with triage and may not be 100% accurate.

Suggested Labels: bug performance test

@github-actions github-actions Bot added the bug Something isn't working label May 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working dependabot Dependabot: dependabot dependencies Dependabot: dependencies npm Dependabot: npm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants