Skip to content

Conversation

@ggrossetie
Copy link
Member

@ggrossetie ggrossetie commented Dec 6, 2024

This PR contains the following updates:

Package Type Update Change
canvas dependencies major 2.11.2 -> 3.2.0
node (source) volta major 22.21.1 -> 24.12.0
pino (source) dependencies major 9.14.0 -> 10.1.0
pino-debug dependencies major 2.0.0 -> 4.0.1
pino-debug dependencies major ^2.0.0 -> ^4.0.0
react (source) dependencies major 18.3.1 -> 19.2.3
react-dom (source) dependencies major 18.3.1 -> 19.2.3
sinon (source) devDependencies major 19.0.5 -> 21.0.0
vega-lite (source) dependencies major 5.23.0 -> 6.4.1
yargs (source) dependencies major 17.7.2 -> 18.0.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

Automattic/node-canvas (canvas)

v3.2.0

Compare Source

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

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

v3.1.2

Compare Source

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

Fixed
  • Fix crash when setting width/height on PDF, SVG canvas (#​2520)

v3.1.1

Compare Source

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

Fixed
  • Fix a crash when SVGs without width or height are loaded (#​2486)
  • Fix fetching prebuilds during installation on certain newer versions of Node (#​2497)
  • Fixed issue with fillText that was breaking subsequent fillText calls (#​2171)
  • Fix svg rendering when the image is resized (#​2498)
  • Fix measureText with direction rtl textAlign start/end
  • Fix a crash in Node 24, due to external memory API change (#​2514)

v3.1.0

Compare Source

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

Changed
  • Replaced simple-get with Node.js builtin fetch (#​2309)
  • ctx.font has a new C++ parser and is 2x-400x faster. Please file an issue if you experience different results, as caching has been removed.
  • The restriction of registering fonts before a canvas is created has been removed. You can now register a font as late as right before the fillText call (#​1921)
Added
  • Support for accessibility and links in PDFs
  • ctx.direction is implemented: 'rtl' or 'ltr' set the base direction of text
  • ctx.textAlign 'start' and 'end' are now 'right' and 'left' when ctx.direction === 'rtl'
Fixed
  • Fix a crash in getImageData when the rectangle is entirely outside the canvas. (#​2024)
  • Fix getImageData cropping the resulting ImageData when the given rectangle is partly outside the canvas. (#​1849)

v3.0.1

Compare Source

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

Fixed
  • Fixed accidental depenency on ambient DOM types

v3.0.0

Compare Source

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

This release notably changes to using N-API. 🎉

Breaking
  • Dropped support for Node.js 16.x and below.
Changed
  • Migrated to N-API (by way of node-addon-api) and removed libuv and v8 dependencies
  • Change from node-pre-gyp to prebuild-install
  • Defer the initialization of the op variable to the default switch case to avoid a compiler warning. (#​2229)
  • Use a default switch case with a null statement if some enum values aren't suppsed to be handled, this avoids a compiler warning. (#​2229)
  • Migrate from librsvg's deprecated rsvg_handle_get_dimensions() and rsvg_handle_render_cairo() functions to the new rsvg_handle_get_intrinsic_size_in_pixels() and rsvg_handle_render_document() respectively. (#​2229)
  • Avoid calling virtual methods in constructors/destructors to avoid bypassing virtual dispatch. (#​2229)
  • Remove unused private field backend in the Backend class. (#​2229)
  • Add Node.js v20 to CI. (#​2237)
  • Replaced dtslint with tsd (#​2313)
  • Changed PNG consts to static properties of Canvas class
  • Reverted improved font matching on Linux (#​1572) because it doesn't work if fonts are installed. If you experience degraded font selection, please file an issue and use v3.0.0-rc3 in the meantime.
Added
  • Added string tags to support class detection
  • Throw Cairo errors in canvas.toBuffer()
Fixed
  • Fix a case of use-after-free. (#​2229)
  • Fix usage of garbage value by filling the allocated memory entirely with zeros if it's not modified. (#​2229)
  • Fix a potential memory leak. (#​2229)
  • Fix the wrong type of setTransform
  • Fix the improper parsing of rgb functions issue. (#​2300)
  • Fix issue related to improper parsing of leading and trailing whitespaces in CSS color. (#​2301)
  • RGB functions should support real numbers now instead of just integers. (#​2339)
  • Allow alternate or properly escaped quotes within font-family names
  • Fix TextMetrics type to include alphabeticBaseline, emHeightAscent, and emHeightDescent properties
  • Fix class properties should have defaults as standard js classes (#​2390)
  • Fixed Exif orientation in JPEG files being ignored (#​1670)
  • Align DOMMatrix/DOMPoint to spec by adding missing methods
nodejs/node (node)

v24.12.0: 2025-12-10, Version 24.12.0 'Krypton' (LTS), @​targos

Compare Source

Notable Changes
  • [1a00b5f68a] - (SEMVER-MINOR) http: add optimizeEmptyRequests server option (Rafael Gonzaga) #​59778
  • [ff5754077d] - (SEMVER-MINOR) lib: add options to util.deprecate (Rafael Gonzaga) #​59982
  • [8987159234] - (SEMVER-MINOR) module: mark type stripping as stable (Marco Ippolito) #​60600
  • [92c484ebf4] - (SEMVER-MINOR) node-api: add napi_create_object_with_properties (Miguel Marcondes Filho) #​59953
  • [b11bc5984e] - (SEMVER-MINOR) sqlite: allow setting defensive flag (Bart Louwers) #​60217
  • [e7da5b4b7d] - (SEMVER-MINOR) src: add watch config namespace (Marco Ippolito) #​60178
  • [a7f7d10c06] - (SEMVER-MINOR) src: add an option to make compile cache portable (Aditi) #​58797
  • [92ea669240] - (SEMVER-MINOR) src,permission: add --allow-inspector ability (Rafael Gonzaga) #​59711
  • [05d7509bd2] - (SEMVER-MINOR) v8: add cpu profile (theanarkh) #​59807
Commits

v24.11.1: 2025-11-11, Version 24.11.1 'Krypton' (LTS), @​aduh95

Compare Source

Notable Changes

The known issue relating to Buffer.allocUnsafe incorrectly zero-filling buffers
has now been addressed and now returns uninitialized memory as documented in the
Buffer.allocUnsafe
documentation.

Commits

Configuration

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

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

Rebasing: Whenever PR becomes conflicted, 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.

@ggrossetie ggrossetie added the 🔗 dependencies Pull requests that update a dependency file label Dec 6, 2024
@ggrossetie
Copy link
Member Author

ggrossetie commented Dec 6, 2024

⚠ 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: excalidraw/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @excalidraw/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR!   react@"19.0.0" from the root project
npm ERR!   peer react@"^19.0.0" from [email protected]
npm ERR!   node_modules/react-dom
npm ERR!     react-dom@"19.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^17.0.2 || ^18.2.0" from @excalidraw/[email protected]
npm ERR! node_modules/@excalidraw/excalidraw
npm ERR!   @excalidraw/excalidraw@"0.17.6" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/react
npm ERR!   peer react@"^17.0.2 || ^18.2.0" from @excalidraw/[email protected]
npm ERR!   node_modules/@excalidraw/excalidraw
npm ERR!     @excalidraw/excalidraw@"0.17.6" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2025-01-26T17_31_09_769Z-debug-0.log

@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch from 8891406 to 4702d77 Compare January 26, 2025 02:29
@ggrossetie ggrossetie changed the title chore(deps): update node dependencies to v19 (major) chore(deps): update node dependencies (major) Jan 26, 2025
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 5 times, most recently from 11ed8a6 to 5eec01c Compare January 27, 2025 21:11
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 2 times, most recently from 481c84f to b778f0e Compare February 16, 2025 02:32
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 3 times, most recently from 4a87a67 to 6a8e51e Compare February 24, 2025 20:12
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch from 6a8e51e to 86c640d Compare March 13, 2025 02:33
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 3 times, most recently from b9a8183 to 84b7f64 Compare March 29, 2025 02:34
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 2 times, most recently from 92a5faa to e1746ec Compare April 13, 2025 09:25
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch from e1746ec to a0c9fd3 Compare April 27, 2025 15:13
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch from a0c9fd3 to e8976e5 Compare May 16, 2025 02:36
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch from e8976e5 to 86b3c18 Compare May 27, 2025 17:10
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 2 times, most recently from b72ee94 to 290f9f8 Compare June 20, 2025 02:37
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 2 times, most recently from ab76c4d to 8891c5c Compare June 28, 2025 02:36
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch from 8891c5c to 34f05da Compare October 21, 2025 13:06
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch from 34f05da to 3f8e482 Compare October 29, 2025 02:39
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch from 3f8e482 to 2544375 Compare November 12, 2025 02:38
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch from 2544375 to 000b056 Compare November 29, 2025 16:01
@ggrossetie
Copy link
Member Author

ggrossetie commented Nov 29, 2025

⚠️ 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: vega/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: @kroki/[email protected]
npm error Found: [email protected]
npm error node_modules/vega
npm error   vega@"5.33.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer vega@"^6.0.0" from [email protected]
npm error node_modules/vega-lite
npm error   vega-lite@"6.4.1" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2025-12-12T02_41_16_374Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2025-12-12T02_41_16_374Z-debug-0.log

@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch from 000b056 to eb5f9ee Compare December 4, 2025 02:39
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch from eb5f9ee to f0dde61 Compare December 11, 2025 02:42
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch from f0dde61 to f489c1c Compare December 12, 2025 02:41
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants