chore(deps): update all non-major dependencies #23

Open
renovate-bot wants to merge 1 commits from renovate/all-minor-patch into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
puppeteer (source) 25.2.125.3.0 age confidence
sharp (source, changelog) 0.35.20.35.3 age confidence

Release Notes

puppeteer/puppeteer (puppeteer)

v25.3.0

Compare Source

♻️ Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
🎉 Features
🛠️ Fixes
📄 Documentation
lovell/sharp (sharp)

v0.35.3

Compare Source


  • If you want to rebase/retry this PR, check this box
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [puppeteer](https://github.com/puppeteer/puppeteer/tree/main#readme) ([source](https://github.com/puppeteer/puppeteer)) | [`25.2.1` → `25.3.0`](https://renovatebot.com/diffs/npm/puppeteer/25.2.1/25.3.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/puppeteer/25.3.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/puppeteer/25.2.1/25.3.0?slim=true) | | [sharp](https://sharp.pixelplumbing.com) ([source](https://github.com/lovell/sharp), [changelog](https://github.com/lovell/sharp/blob/main/docs/src/content/docs/changelog.md)) | [`0.35.2` → `0.35.3`](https://renovatebot.com/diffs/npm/sharp/0.35.2/0.35.3) | ![age](https://developer.mend.io/api/mc/badges/age/npm/sharp/0.35.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sharp/0.35.2/0.35.3?slim=true) | --- ### Release Notes <details> <summary>puppeteer/puppeteer (puppeteer)</summary> ### [`v25.3.0`](https://github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#2530-2026-07-01) [Compare Source](https://github.com/puppeteer/puppeteer/compare/puppeteer-v25.2.1...puppeteer-v25.3.0) ##### ♻️ Chores - **puppeteer:** Synchronize puppeteer versions ##### Dependencies - The following workspace dependencies were updated - dependencies - [@&#8203;puppeteer/browsers](https://github.com/puppeteer/browsers) bumped from 3.0.5 to 3.0.6 ##### 🎉 Features - support installing extensions for browser contexts ([#&#8203;15164](https://github.com/puppeteer/puppeteer/issues/15164)) ([118d84d](https://github.com/puppeteer/puppeteer/commit/118d84d2622306f1b9e85ed9acee22b2931f12c7)) ##### 🛠️ Fixes - handle swaps without a timer ([#&#8203;15198](https://github.com/puppeteer/puppeteer/issues/15198)) ([2356a15](https://github.com/puppeteer/puppeteer/commit/2356a15404acca1e00243a4f72408ecdb916ac11)) - normalize duplicate set-cookie headers using newline ([#&#8203;15173](https://github.com/puppeteer/puppeteer/issues/15173)) ([55787d5](https://github.com/puppeteer/puppeteer/commit/55787d515570109ba7e5cb97df18499d743923fb)) - roll to Firefox 152.0.3 ([#&#8203;15158](https://github.com/puppeteer/puppeteer/issues/15158)) ([2d64852](https://github.com/puppeteer/puppeteer/commit/2d648522d4a90ed7fc5c79e6298f36f0dc0781f4)) - roll to Firefox 152.0.4 ([#&#8203;15195](https://github.com/puppeteer/puppeteer/issues/15195)) ([d382a21](https://github.com/puppeteer/puppeteer/commit/d382a218051c323e1d4d4d1a528c53370a6b1ee7)) ##### 📄 Documentation - fix the typos on documentation ([#&#8203;15167](https://github.com/puppeteer/puppeteer/issues/15167)) ([ab74e6a](https://github.com/puppeteer/puppeteer/commit/ab74e6a6720ec05768979e3c2d9b26bcb5cd763f)) </details> <details> <summary>lovell/sharp (sharp)</summary> ### [`v0.35.3`](https://github.com/lovell/sharp/releases/tag/v0.35.3) [Compare Source](https://github.com/lovell/sharp/compare/v0.35.2...v0.35.3) - Tighten verification of `text` dimensions, TIFF tile dimensions and `extend` values. - Improve code bundler support by resolving path to libvips binary. - Increase default concurrency when use of `MALLOC_ARENA_MAX` is detected. - Emit warning about binaries provided by Electron for use on Linux. - Add `hasAlpha` property to output `info`. [#&#8203;4500](https://github.com/lovell/sharp/issues/4500) - TypeScript: Return more precise `Buffer<ArrayBuffer>` from `toBuffer`. [#&#8203;4520](https://github.com/lovell/sharp/pull/4520) [@&#8203;Andarist](https://github.com/Andarist) - Bound `clahe` width and height to avoid signed overflow. [#&#8203;4551](https://github.com/lovell/sharp/pull/4551) [@&#8203;metsw24-max](https://github.com/metsw24-max) - Bound `trim` margin to avoid signed overflow. [#&#8203;4552](https://github.com/lovell/sharp/pull/4552) [@&#8203;metsw24-max](https://github.com/metsw24-max) - Reject infinite values when validating numbers. [#&#8203;4553](https://github.com/lovell/sharp/pull/4553) [@&#8203;metsw24-max](https://github.com/metsw24-max) - Bound extract region to libvips coordinate limit. [#&#8203;4555](https://github.com/lovell/sharp/pull/4555) [@&#8203;metsw24-max](https://github.com/metsw24-max) - Verify background colour values are numbers. [#&#8203;4556](https://github.com/lovell/sharp/pull/4556) [@&#8203;metsw24-max](https://github.com/metsw24-max) - Bound create and raw input dimensions to coordinate limit. [#&#8203;4558](https://github.com/lovell/sharp/pull/4558) [@&#8203;metsw24-max](https://github.com/metsw24-max) - Tighten recomb and affine matrix verification. [#&#8203;4560](https://github.com/lovell/sharp/pull/4560) [@&#8203;chatman-media](https://github.com/chatman-media) - Verify cache memory limit to avoid overflow. [#&#8203;4561](https://github.com/lovell/sharp/pull/4561) [@&#8203;metsw24-max](https://github.com/metsw24-max) </details> --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTEuMyIsInVwZGF0ZWRJblZlciI6IjQzLjI1MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2026-07-04 13:01:24 +00:00
chore(deps): update all non-major dependencies
renovate/stability-days Updates have met minimum release age requirement
PR / lint (pull_request) Successful in 16s
PR / test-coverage (pull_request) Successful in 16s
99101e0633
renovate-bot force-pushed renovate/all-minor-patch from b8c7609d2e to 99101e0633 2026-07-04 13:01:24 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency sharp to v0.35.3 to chore(deps): update all non-major dependencies 2026-07-04 13:01:30 +00:00
Some checks are pending
renovate/stability-days Updates have met minimum release age requirement
PR / lint (pull_request) Successful in 16s
PR / test-coverage (pull_request) Successful in 16s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/all-minor-patch:renovate/all-minor-patch
git checkout renovate/all-minor-patch
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: keligrubb/scrollsmith#23