Skip to content

chore(deps): update weekly dependency update - #89

Open
have-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/weekly-dependency-update
Open

chore(deps): update weekly dependency update#89
have-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/weekly-dependency-update

Conversation

@have-renovate

@have-renovate have-renovate Bot commented Jul 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update
@napi-rs/canvas 0.1.100 -> 1.0.3 age confidence dependencies major
actions/cache v5 -> v6 age confidence action major
actions/checkout v4 -> v7 age confidence action major
actions/checkout v5 -> v7 age confidence action major
actions/create-github-app-token 1b10c78 -> bcd2ba4 action digest
actions/github-script v7 -> v9 age confidence action major
actions/setup-node v4 -> v7 age confidence action major
node (source) >=24 -> >=24.18.0 age confidence engines minor
oras-project/setup-oras v1 -> v2 age confidence action major
pnpm/action-setup v5 -> v6 age confidence action major

Release Notes

Brooooooklyn/canvas (@​napi-rs/canvas)

v1.0.3

Compare Source

Bug Fixes
Features

v1.0.2

Compare Source

Features

v1.0.1

Compare Source

Bug Fixes

v1.0.0

Compare Source

Bug Fixes

0.1.99 (2026-04-18)

Bug Fixes
  • drawImage gray halo on transparent PNG edges with imageSmoothingEnabled (#​1252) (a748f3f)

0.1.98 (2026-04-15)

Features

0.1.97 (2026-03-16)

Bug Fixes
  • use signed integers for canvas APIs that accept negative coordinates (#​1227) (fa7c7c1)

0.1.96 (2026-03-05)

Bug Fixes
  • prevent memory leak when drawing canvas onto another via drawImage() (#​1222) (85ef08b)

0.1.95 (2026-02-24)

Bug Fixes
  • snapshot pixel data in putImageData for deferred rendering mode (#​1213) (c2526ac)

0.1.94 (2026-02-20)

Bug Fixes
  • putImageData incorrectly blending pixels due to Mitchell cubic resampler (#​1211) (d83e648)

0.1.93 (2026-02-17)

Features

0.1.92 (2026-02-12)

Bug Fixes
  • putImageData bypassed deferred rendering PageRecorder (#​1206) (ae938a3)
Features
  • add node-canvas compatibility layer (@napi-rs/canvas/node-canvas) (#​1203) (2ab43b6)

0.1.91 (2026-02-09)

Bug Fixes
  • clip with nested transforms intersects in device space (#​1202) (7e87f9e)
  • plug native memory leaks in SVG canvas, bitmap shader, and stream allocations (#​1201) (60a34e8)

0.1.90 (2026-02-05)

Bug Fixes
  • add Drop impl for SkPictureRecorder to prevent memory leak (#​1199) (dd4f96c)
  • copy font data in GlobalFonts.register to prevent buffer invalidation (#​1194) (fa5b40a)
  • prevent memory leaks in encode_stream callback and SkPixmap (#​1200) (c21e2ea)
Features

0.1.89 (2026-01-28)

Bug Fixes
Features
  • implement deferred rendering with incremental layer caching (#​1193) (4643bfe)

0.1.88 (2025-12-27)

Bug Fixes
  • should throw TypeError if drawImage param mismatched (#​1190) (386ac90)

0.1.87 (2025-12-26)

Bug Fixes
  • image: make Buffer load synchronous and add decode() method (#​1186) (d418593)
  • make Image class HTML spec compliant for jsdom integration (#​1184) (a6d3993)
Features

0.1.86 (2025-12-21)

Bug Fixes
  • RTL text fillText(maxWidth) x positioning calculation error (#​1179) (4db0dac)
Features

0.1.85 (2025-12-19)

Bug Fixes
  • initial black color string should be [#​000000](https://redirect.github.com/Brooooooklyn/canvas/issues/000000) rather than [#​000](https://redirect.github.com/Brooooooklyn/canvas/issues/000) (#​1174) (c45020a)
Features

0.1.84 (2025-12-06)

Features

0.1.83 (2025-11-27)

Features

0.1.82 (2025-11-11)

Features

0.1.81 (2025-10-26)

Features

0.1.80 (2025-09-13)

Bug Fixes

0.1.79 (2025-09-08)

Bug Fixes

0.1.78 (2025-08-28)

Bug Fixes
  • canvas pattern live reference issue causing incorrect rendering (#​1107) (255b16e)
Features

0.1.77 (2025-08-08)

Bug Fixes

0.1.76 (2025-08-01)

0.1.75 (2025-08-01)

Bug Fixes
Features
  • implement toBlob and convertToBlob (a7f259f)

0.1.74 (2025-07-17)

Bug Fixes
Features

0.1.73 (2025-06-29)

Bug Fixes

0.1.72 (2025-06-25)

Bug Fixes

0.1.71 (2025-06-08)

Bug Fixes
Features

0.1.70 (2025-05-02)

Bug Fixes
Features

0.1.69 (2025-04-04)

Bug Fixes
Features

0.1.68 (2025-03-04)

Bug Fixes

0.1.67 (2025-02-08)

Bug Fixes

0.1.66 (2025-02-02)

Bug Fixes
Features
Performance Improvements

0.1.65 (2024-12-02)

Bug Fixes

0.1.64 (2024-11-25)

Bug Fixes

0.1.63 (2024-11-23)

Bug Fixes
Features

0.1.62 (2024-11-15)

Bug Fixes
  • align the imageSmoothingQuality behavior with chrome (#​942) (991edbb)
Features

0.1.61 (2024-11-13)

Features
  • after clearing, the bitmap should be cleared, and the width and height should be reset to the initial values. (#​937) (e2a86fe)

0.1.60 (2024-11-07)

Bug Fixes

0.1.59 (2024-10-27)

Bug Fixes
Features

0.1.58 (2024-10-14)

Bug Fixes

0.1.57 (2024-10-14)

Bug Fixes
Features

0.1.56 (2024-09-19)

Bug Fixes

0.1.55 (2024-09-04)

Bug Fixes
Features

0.1.54 (2024-08-17)

Bug Fixes
Features

0.1.53 (2024-06-09)

Bug Fixes
Features

0.1.52 (2024-04-17)

Bug Fixes
Features

0.1.51 (2024-03-04)

Bug Fixes
  • deps: update rust crate base64 to 0.22 (84fd52f)
  • remove postinstall script for gnu/musl platform (#​797) (d37da08)

0.1.50 (2024-02-26)

Features

0.1.49 (2024-02-22)

Bug Fixes
Features

0.1.48 (2024-02-21)

Bug Fixes

0.1.47 (2024-02-19)

Bug Fixes

0.1.46 (2024-02-19)

Bug Fixes

0.1.45 (2024-02-05)

Bug Fixes
Features

0.1.44 (2023-08-22)

Bug Fixes
  • file extensions in loadFontsFromDir() are no longer case-sensitive (9342e33)

0.1.43 (2023-08-11)

0.1.42 (2023-08-08)

Bug Fixes
Features

0.1.41 (2023-05-22)

Bug Fixes

0.1.40 (2023-04-09)

Features

0.1.39 (2023-03-14)

Bug Fixes

0.1.38 (2023-03-11)

Bug Fixes
  • deps: update rust crate infer to 0.13 (bad913c)
Features

0.1.37 (2023-02-27)

Bug Fixes

0.1.36 (2023-02-21)

Bug Fixes
  • recalc paint_x according to align if maxWidth is set (#​639) (7f74567)

0.1.35 (2023-02-16)

Bug Fixes

0.1.34 (2023-01-12)

Bug Fixes
  • wrong text baseline calculation in drawText and measureText (#​606) (bba0296)

0.1.33 (2023-01-08)

Bug Fixes
  • maxWidth overflow paint_x position should power the scale ratio (#​603) (17c7902)

0.1.32 (2023-01-07)

Bug Fixes
Features

0.1.31 (2023-01-02)

Bug Fixes
  • missing canvas property on Context2D (#​597) (b0a351a)
  • multiple define on cached native object in jest (88f5ee9)
Features

0.1.30 (2022-09-22)

Bug Fixes

0.1.29 (2022-08-26)

Bug Fixes
  • data url should be standard base64 (a59cb40)
  • drawImage alpha should not effect by fillStyle (41a6f29)
  • isBufferLike in load-image.js (#​536) (c6ad306)
Features

0.1.28 (2022-08-16)

Bug Fixes
  • adjust Node.js external memory while creating Canvas (77ecc52)

0.1.27 (2022-08-14)

Bug Fixes

0.1.26 (2022-08-07)

Bug Fixes
  • loadImage: redirect handler (dbbf826)
  • miss applying image_smoothing_enabled and image_smoothing_quality (815bc91)
  • shadow color was not applied correctly (4054e44)
  • test snapshots diff on arm64 (21983c2)
  • the quality of toDataURL should between 0 and 1 (27e87df)
Features

0.1.25 (2022-06-30)

Bug Fixes
  • missing load-image.js in package.json (ddb2419)

0.1.24 (2022-06-30)

Bug Fixes

Configuration

📅 Schedule: Branch creation - Between 09:00 PM and 11:59 PM, only on Saturday ( * 21-23 * * 6 ) in timezone America/Edmonton, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

@have-renovate

have-renovate Bot commented Jul 12, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
[WARN] Ignored project-level auth setting "//npm.pkg.github.com/:_authToken" in "/tmp/renovate/repos/github/happyvertical/pdf/.npmrc": environment variables are not expanded in registry credentials that come from a project .npmrc, because that file is committed to the repository and could leak the secret to an attacker-controlled registry. Move this credential to a trusted source that pnpm still expands — put the line in your user-level ~/.npmrc, or set it with pnpm config set (for example, run: pnpm config set "//npm.pkg.github.com/:_authToken" <value>). See https://pnpm.io/npmrc

@willgriffin

Copy link
Copy Markdown
Contributor

Queue triage: blocked, do not merge. Exact-head runs 29181123644 and 29181123698 fail before repository tests because pnpm/action-setup cannot self-install the proposed pnpm 11.12.0 (Cannot use in operator to search for integrity in undefined); conventional-commit and changeset gates are also red. Let Renovate refresh or split/fix the package-manager transition, then require fresh full current-policy validation and final review.

@willgriffin willgriffin added the status: blocked Reviewable but blocked from merge label Jul 13, 2026
@have-renovate
have-renovate Bot force-pushed the renovate/weekly-dependency-update branch from cca09c9 to c8e1e40 Compare July 19, 2026 03:56
@have-renovate
have-renovate Bot force-pushed the renovate/weekly-dependency-update branch from c8e1e40 to 3d22094 Compare July 26, 2026 04:31
@have-renovate
have-renovate Bot force-pushed the renovate/weekly-dependency-update branch from 3d22094 to 751756b Compare August 2, 2026 04:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies renovate status: blocked Reviewable but blocked from merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant