Skip to content

Update dependency canvas to v3.2.1#16

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/canvas-3.x
Open

Update dependency canvas to v3.2.1#16
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/canvas-3.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Aug 26, 2025

This PR contains the following updates:

Package Change Age Confidence
canvas 3.1.23.2.1 age confidence

Release Notes

Automattic/node-canvas (canvas)

v3.2.1

Compare Source

==================

  • Fix error message HTTP response status code in image src setter
  • roundRect() shape incorrect when radii were large relative to rectangle size (#​2400)
  • Reject loadImage when src is null or invalid (#​2304)
  • Fix compilation on GCC 15 by including (#​2545)

v3.2.0

Compare Source

==================

Added
  • Added ctx.lang to set the ISO language code for text

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/canvas-3.x branch from 88f14be to 318da76 Compare August 31, 2025 12:54
@github-actions

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/canvas-3.x branch from 318da76 to d948698 Compare September 25, 2025 18:29
@github-actions

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/canvas-3.x branch from d948698 to 0bff609 Compare October 21, 2025 22:58
@github-actions

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/canvas-3.x branch from 0bff609 to e392350 Compare November 11, 2025 01:13
@github-actions

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/canvas-3.x branch from e392350 to 12a38a5 Compare November 18, 2025 18:36
@github-actions

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/canvas-3.x branch from 12a38a5 to c92a722 Compare December 3, 2025 19:41
@github-actions

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/canvas-3.x branch from c92a722 to 3a1ae72 Compare December 31, 2025 15:37
@github-actions

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/canvas-3.x branch from 3a1ae72 to 5260091 Compare January 8, 2026 19:58
@github-actions

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/canvas-3.x branch from 5260091 to 0b6277f Compare January 18, 2026 02:15
@renovate renovate bot changed the title Update dependency canvas to v3.2.0 Update dependency canvas to v3.2.1 Jan 18, 2026
@github-actions

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/canvas-3.x branch from 0b6277f to ee6801a Compare January 19, 2026 19:41
@github-actions

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/canvas-3.x branch from ee6801a to b0b6689 Compare January 23, 2026 20:09
@github-actions

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/canvas-3.x branch from b0b6689 to 9f7aac6 Compare February 2, 2026 19:39
@renovate renovate bot force-pushed the renovate/canvas-3.x branch from 9f7aac6 to 0cd5fd4 Compare February 12, 2026 10:50
@github-actions

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/canvas-3.x branch from 0cd5fd4 to 689dee6 Compare February 17, 2026 17:00
@github-actions

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/canvas-3.x branch from 689dee6 to 3afa922 Compare March 5, 2026 16:05
@github-actions

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/canvas-3.x branch from 3afa922 to a2d2220 Compare March 14, 2026 19:05
@github-actions
Copy link

@check-spelling-bot Report

🔴 Please review

See the 📂 files view, the 📜action log, or 📝 job summary for details.

Unrecognized words (1)

libzstd

These words are not needed and should be removed amd bitcoin cloudinary coingecko dajneem dethb emojis eur FTg identicons imagga jpy libgconf mkdir octokits practicaldev rbmok twemojis upvotes usd

To accept these unrecognized words as correct and remove the previously acknowledged and now absent words, you could run the following commands

... in a clone of the git@github.com:Shadowghost/gh-metrics.git repository
on the renovate/canvas-3.x branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/c635c2f3f714eec2fcf27b643a1919b9a811ef2e/apply.pl' |
perl - 'https://github.com/Shadowghost/gh-metrics/actions/runs/23094378175/attempts/1' &&
git commit -m 'Update check-spelling metadata'
Available 📚 dictionaries could cover words (expected and unrecognized) not in the 📘 dictionary

This includes both expected items (310) from .github/actions/spelling/expect.txt and unrecognized words (1)

Dictionary Entries Covers Uniquely
cspell:software-terms/dict/softwareTerms.txt 1288 8 5
cspell:php/dict/php.txt 1689 9 3
cspell:python/src/common/extra.txt 741 5 3
cspell:node/dict/node.txt 891 11 2
cspell:python/src/python/python-lib.txt 2417 9 1

Consider adding them (in .github/workflows/spelling.yml) in jobs:/spelling: for uses: check-spelling/check-spelling@c635c2f3f714eec2fcf27b643a1919b9a811ef2e in its with:

      with:
        extra_dictionaries: |
          cspell:software-terms/dict/softwareTerms.txt
          cspell:php/dict/php.txt
          cspell:python/src/common/extra.txt
          cspell:node/dict/node.txt
          cspell:python/src/python/python-lib.txt

To stop checking additional dictionaries, add (in .github/workflows/spelling.yml) for uses: check-spelling/check-spelling@c635c2f3f714eec2fcf27b643a1919b9a811ef2e in its with:

check_extra_dictionaries: ""
Errors ❌ (2)

See the 📂 files view, the 📜action log, or 📝 job summary for details.

❌ Errors Count
❌ check-dictionary-not-found 50
❌ extra-dictionary-not-found 4

See ❌ Event descriptions for more information.

If the flagged items are false positives

If items relate to a ...

  • binary file (or some other file you wouldn't want to check at all).

    Please add a file path to the excludes.txt file matching the containing file.

    File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.

    ^ refers to the file's path from the root of the repository, so ^README\.md$ would exclude README.md (on whichever branch you're using).

  • well-formed pattern.

    If you can write a pattern that would match it,
    try adding it to the patterns.txt file.

    Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.

    Note that patterns can't match multiline strings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants