Skip to content

Bump konva from 9.3.22 to 10.0.12#2023

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/konva-10.0.12
Closed

Bump konva from 9.3.22 to 10.0.12#2023
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/konva-10.0.12

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps konva from 9.3.22 to 10.0.12.

Release notes

Sourced from konva's releases.

10.0.12

Commits

  • cd47d40: Better canvas farbling detection logic (Anton Lavrevov)
  • 3553f67: changes (Anton Lavrevov)
  • 9503681: update CHANGELOG with new version (Anton Lavrevov)
  • 0424929: build for 10.0.12 (Anton Lavrevov)
  • 752cdc3: update cdn link (Anton Lavrevov)

10.0.11

Commits

  • 64296be: add credit (Anton Lavrevov)
  • 0c03a6f: add link (Anton Lavrevov)
  • 84f667f: update CHANGELOG with new version (Anton Lavrevov)
  • 1dcdc00: build for 10.0.11 (Anton Lavrevov)
  • 91968f8: update cdn link (Anton Lavrevov)

10.0.10

Commits

  • 729f30d: Update hit detection system to handle canvas farbling. Thanks @​wiverson to the idea and implementation idea.

10.0.9

Commits

  • 638974e: Fix incorrect variable assignments for minY and maxY in RegularPolygon class. close #1985 (Anton Lavrevov)
  • 279f2be: Fixed line-through rendering when letter spacing is used (Anton Lavrevov)
  • 551be2f: update CHANGELOG with new version (Anton Lavrevov)
  • bd8dcc6: build for 10.0.9 (Anton Lavrevov)
  • ba6c70d: update cdn link (Anton Lavrevov)

10.0.8

Commits

  • 2e1415f: Fixed opacity level when a cached shape has opacity, fill and stroke. close #1989 (Anton Lavrevov)
  • a6248f7: update CHANGELOG with new version (Anton Lavrevov)
  • bb3fa26: build for 10.0.8 (Anton Lavrevov)
  • 1ce4852: update cdn link (Anton Lavrevov)

10.0.7

Commits

  • b7ffbe0: fix image size recalculation in Transformer tests (Anton Lavrevov)
  • b2c9fc3: update CHANGELOG with new version (Anton Lavrevov)
  • 35a144b: build for 10.0.7 (Anton Lavrevov)
  • b7b37e7: update cdn link (Anton Lavrevov)

10.0.6

Commits

  • 08c991a: Enhance Image.getClientRect() (Anton Lavrevov)
  • ef65eac: update CHANGELOG with new version (Anton Lavrevov)
  • 024ff24: build for 10.0.6 (Anton Lavrevov)
  • f1f0a57: update cdn link (Anton Lavrevov)

10.0.5

... (truncated)

Changelog

Sourced from konva's changelog.

10.0.12 (2025-11-21)

  • Better canvas farbling detection logic

10.0.11 (2025-11-20)

  • Fixed broken release

10.0.10 (2025-11-20)

  • Update hit detection system to handle canvas farbling. Hit detection should work better on Brave browser. Thanks @​wiverson to the idea and implementation idea.

10.0.9 (2025-11-08)

  • Fixed line-through rendering when letter spacing is used

10.0.8 (2025-10-24)

  • Fixed opacity level when a cached shape has opacity, fill and stroke

10.0.7 (2025-10-22)

  • Fixed image element size re-calculation when change is changed with transformer is used.

10.0.6 (2025-10-22)

  • Better Image.getClientRect() calculation if an instance has no image attached yet

10.0.5 (2025-10-22)

  • Simplify types to fix TS errors

10.0.4 (2025-10-21)

  • Remove logs

10.0.3 (2025-10-21)

  • Add text decoration options to TextPath: support for 'line-through' and combined styles with 'underline'

10.0.2 (2025-09-10)

  • Fixed internal calculations for TextPath to return correct width and height

10.0.1 (2025-09-09)

  • Fixed line-through render for center/right aligned text

10.0.0 (2025-09-07)

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 1, 2025
@ivmartel
Copy link
Owner

ivmartel commented Dec 4, 2025

The demo code now gives a non blocking Konva error: Several Konva instances detected. It is not recommended to use multiple Konva instances in the same environment.
The difference between Konva v9 and v10 is that Konva is now ESM: https://github.com/konvajs/konva/blob/master/CHANGELOG.md#1000-2025-09-07
Not sure how to fix it...

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/konva-10.0.12 branch from 0f8b666 to 26607d7 Compare December 11, 2025 14:10
Bumps [konva](https://github.com/konvajs/konva) from 9.3.22 to 10.0.12.
- [Release notes](https://github.com/konvajs/konva/releases)
- [Changelog](https://github.com/konvajs/konva/blob/master/CHANGELOG.md)
- [Commits](konvajs/konva@9.3.22...10.0.12)

---
updated-dependencies:
- dependency-name: konva
  dependency-version: 10.0.12
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/konva-10.0.12 branch from 26607d7 to 4751b14 Compare December 15, 2025 14:32
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 19, 2026

Superseded by #2063.

@dependabot dependabot bot closed this Jan 19, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/konva-10.0.12 branch January 19, 2026 14:13
@ivmartel ivmartel added this to the 0.36.0 milestone Jan 19, 2026
@ivmartel ivmartel added the wontfix This will not be worked on label Jan 19, 2026
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 wontfix This will not be worked on

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant