Skip to content

Update all non-major dependencies#511

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

Update all non-major dependencies#511
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 5, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@types/node (source) 24.10.424.12.2 age confidence devDependencies minor
autoprefixer 10.4.2310.5.0 age confidence devDependencies minor
babel-loader 10.0.010.1.1 age confidence devDependencies minor
better-sqlite3 12.5.012.9.0 age confidence devDependencies minor
canvas 3.2.03.2.3 age confidence devDependencies patch
css-loader 7.1.27.1.4 age confidence devDependencies patch
html-webpack-plugin 5.6.55.6.6 age confidence devDependencies patch 5.6.7
iconv-lite 0.7.10.7.2 age confidence devDependencies patch
jimp 1.6.01.6.1 age confidence devDependencies patch
jotai 2.16.12.19.1 age confidence devDependencies minor
mini-css-extract-plugin 2.9.42.10.2 age confidence devDependencies minor
modern-screenshot 4.6.74.7.0 age confidence devDependencies minor
nanoid 5.1.65.1.9 age confidence devDependencies patch
node (source) 24.1224.15 age confidence minor
p-queue 9.0.19.1.2 age confidence devDependencies minor
postcss (source) 8.5.68.5.10 age confidence devDependencies patch
postcss-loader 8.2.08.2.1 age confidence devDependencies patch
react (source) 19.2.319.2.5 age confidence devDependencies patch
react-dom (source) 19.2.319.2.5 age confidence devDependencies patch
react-error-boundary (source) 6.0.16.1.1 age confidence devDependencies minor
react-intl (source) 8.0.98.1.4 age confidence devDependencies minor
sanitize-filename 1.6.31.6.4 age confidence devDependencies patch
undici (source) 7.24.07.25.0 age confidence devDependencies minor
webpack 5.104.15.106.2 age confidence devDependencies minor
webpack-dev-server 5.2.25.2.3 age confidence devDependencies patch
webpack-sources 3.3.33.3.4 age confidence devDependencies patch
yarn (source) 4.12.04.14.0 age confidence packageManager minor 4.14.1
zustand 5.0.95.0.12 age confidence devDependencies patch

Release Notes

postcss/autoprefixer (autoprefixer)

v10.5.0

Compare Source

  • Added mask-position-x and mask-position-y support (by @​toporek).

v10.4.27

Compare Source

  • Removed development key from package.json.

v10.4.26

Compare Source

  • Reduced package size.

v10.4.25

Compare Source

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).

v10.4.24

Compare Source

  • Made Autoprefixer a little faster (by @​Cherry).
babel/babel-loader (babel-loader)

v10.1.1

Compare Source

v10.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: babel/babel-loader@v10.0.0...v10.1.0

WiseLibs/better-sqlite3 (better-sqlite3)

v12.9.0

Compare Source

What's Changed

  • Update SQLite to version 3.53.0 in #​1464

Full Changelog: WiseLibs/better-sqlite3@v12.8.0...v12.9.0

v12.8.0

Compare Source

What's Changed

New Contributors

Why SQLite v3.51.3 instead of v3.52.0

From the SQLite team:

Some important issues have been found with version 3.52.0. In order to give us time to deal with those issues, we plan to withdraw the 3.52.0 release. In its place, we will put up a new 3.51.3 patch release that includes a fix for the recently discovered WAL-reset bug as well as other patches. This will happen probably within about the next twelve hours.

Hence, if you were planning to upgrade to 3.52.0 tomorrow (Friday, 2026-03-14), perhaps it would be better to wait a day or so for 3.51.3.

At some point we will do version 3.52.1 which will hopefully resolve the issues that have arisen with the 3.52.0 release.

Full Changelog: WiseLibs/better-sqlite3@v12.7.1...v12.8.0

v12.6.2

Compare Source

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v12.6.1...v12.6.2

v12.6.0

Compare Source

What's Changed
  • Update SQLite to version 3.51.2 in #​1436

Full Changelog: WiseLibs/better-sqlite3@v12.5.0...v12.6.0

Automattic/node-canvas (canvas)

v3.2.3

Compare Source

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

Fixed

v3.2.2

Compare Source

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

Fixed
  • Fix dangling env pointer in image MIME data cleanup (#​2550)
  • Fix ctx.direction not affected by ctx.save and ctx.restore
  • Preserve rest of PDF pages when changing width and height (#​2538)
  • Several security fixes for untrusted inputs to getImageData and putImageData. Thanks to Ethan Kim for the report.

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)
webpack/css-loader (css-loader)

v7.1.4

Compare Source

v7.1.3

Compare Source

jantimon/html-webpack-plugin (html-webpack-plugin)

v5.6.6

Compare Source

pillarjs/iconv-lite (iconv-lite)

v0.7.2

Compare Source

🐞 Bug fixes
  • Correction of CommonJS exports in TypeScript definitions - by @​plbstl in #​366

    Fixed the TypeScript definitions to correctly represent the CommonJS exports of the library.
    This resolves issues where consumers using TypeScript would encounter errors due to incorrect
    type definitions that did not align with the actual module exports.

jimp-dev/jimp (jimp)

v1.6.1

Compare Source

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ Denys Kashkovskyi (@​Kashkovsky)

❤️ Viki (@​vikiboss)

🐛 Bug Fix
⚠️ Pushed to main
📝 Documentation
Authors: 3
pmndrs/jotai (jotai)

v2.19.1

Compare Source

This release includes several small refactors to improve performance.

What's Changed

  • fix(vanilla/utils/atomWithObservable): use symbol index signature to avoid 'Symbol.observable' type reference by @​sukvvon in #​3274
  • refactor(internals): replace nextDeps with prevDeps by @​dmaskasky in #​3278
  • refactor(internals): reduce recomputeInvalidatedAtoms overhead (performance) by @​dmaskasky in #​3284
  • refactor(internals): reduce flushPending overhead (performance) by @​dmaskasky in #​3285
  • fix(internals): check if atom has dependencies before doing mountDependencies work (performance) by @​dmaskasky in #​3290
  • fix(internals): check if atom has onMount property before queueing processOnMount callback (performance) by @​dmaskasky in #​3291
  • refactor(types): prefer no-any by @​dai-shi in #​3304

New Contributors

Full Changelog: pmndrs/jotai@v2.19.0...v2.19.1

v2.19.0

Compare Source

We improved the core to enable atom caching for performance for some cases.

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.18.1...v2.19.0

v2.18.1

Compare Source

This release fixes a regression introduced in v2.12.1, which affects an uncommon edge case.

What's Changed

  • fix(vanilla): subscriber not notified when derived read calls store.set by @​dmaskasky in #​3245
  • fix(vanilla/utils/atomWithObservable): add 'Symbol.observable' type support to 'ObservableLike' by @​sukvvon in #​3253
  • refactor(vanilla/utils/atomWithStorage): use optional chaining for 'storage.subscribe' by @​sukvvon in #​3260

Full Changelog: pmndrs/jotai@v2.18.0...v2.18.1

v2.18.0

Compare Source

We moved jotai/babel to jotai-babel.

Migration Guide

If you use the preset:

  {
-   "presets": ["jotai/babel/preset"]
+   "presets": ["jotai-babel/preset"]
  }

If you use a plugin:

  {
-   "plugins": ["jotai/babel/plugin-debug-label"]
+   "plugins": ["jotai-babel/plugin-debug-label"]
  }

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.17.1...v2.18.0

v2.17.1

Compare Source

Small typing improvements. If you are using v2.16 or earlier, we recommend upgrading to the latest version.

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.17.0...v2.17.1

v2.17.0

Compare Source

This release deprecates some features, which will be dropped in v3.

What's Changed

Full Changelog: pmndrs/jotai@v2.16.2...v2.17.0

v2.16.2

Compare Source

Fixes unwrap and loadable, resolving a regression introduced in v2.15.2.

What's Changed
New Contributors

Full Changelog: pmndrs/jotai@v2.16.1...v2.16.2

webpack/mini-css-extract-plugin (mini-css-extract-plugin)

v2.10.2

Compare Source

v2.10.1

Compare Source

v2.10.0

Compare Source

Features
  • respect output.cssFilename and output.cssChunkFilename (#​1151) (54f775d)
Bug Fixes
  • prevent generation of a contentHash for a chunk when the set of css modules is of size 0 (#​1154) (4e4a95d)
2.9.4 (2025-08-11)
Bug Fixes
2.9.3 (2025-08-04)
Bug Fixes
  • should update initial chunks correctly with filename (dab023f)
2.9.2 (2024-11-01)
Bug Fixes
2.9.1 (2024-08-19)
Bug Fixes
  • add export default {} when CSS modules enabled and a file is empty for the defaultExport option (8f77e19)
qq15725/modern-screenshot (modern-screenshot)

v4.7.0

Compare Source

Bug Fixes
  • clone documentElement instead of body for same-origin iframes (0c3871a)
  • delete position when copy root element styles (328379d)
  • use detached document for @​import rule processing (719fb4e)

4.6.8 (2026-01-26)

Features

4.6.7 (2025-11-18)

Bug Fixes
  • ensure WebKit scrollbar pseudo-classes are cloned correctly (1d10f48)

4.6.6 (2025-08-19)

4.6.5 (2025-07-05)

Features
  • Add the onCloneEachNode callback to execute when each node is cloned. (f9fe0db)

4.6.4 (2025-06-12)

Bug Fixes
  • use HTMLIFrameElement.srcdoc replace HTMLIFrameElement.contentWindow.document.write remove browser warning (closes #​136) (ea2ddf4)

4.6.3 (2025-06-12)

Bug Fixes
  • rollback previous commit. fix SVG use in shadowDOM (closes #​140) (9be4f5e)

4.6.2 (2025-06-09)

Bug Fixes
  • skip copying styles for SVG Defs and their children (c043f34)
  • skip copying styles for SVG Defs and their children (824ab63)

4.6.1 (2025-06-09)

Bug Fixes
  • skip copying styles for SVG Defs and their children (14fc8b3)

v4.6.8

Compare Source

Features
ai/nanoid (nanoid)

v5.1.9

Compare Source

  • Fixed npm package size regression.

v5.1.8

Compare Source

v5.1.7

Compare Source

nodejs/node (node)

v24.15.0

Compare Source

v24.14.1

Compare Source

v24.14.0

Compare Source

v24.13.1

Compare Source

v24.13.0: 2026-01-13, Version 24.13.0 'Krypton' (LTS), @​marco-ippolito

Compare Source

This is a security release.

Notable Changes

lib:

Commits
sindresorhus/p-queue (p-queue)

v9.1.2

Compare Source


v9.1.1

Compare Source

  • Fix signal option not rejecting when task is aborted while queued a64b316
    • If you use a custom queue class, you will have to add a remove() method. See the built-in class.

v9.1.0

Compare Source


postcss/postcss (postcss)

v8.5.10

Compare Source

  • Fixed XSS via unescaped </style> in non-bundler cases (by @​TharVid).

v8.5.9

Compare Source

  • Speed up source map encoding paring in case of the error.

v8.5.8

Compare Source

  • Fixed Processor#version.

v8.5.7

Compare Source

  • Improved source map annotation cleaning performance (by CodeAnt AI).
webpack/postcss-loader (postcss-loader)

v8.2.1

Compare Source

facebook/react (react)

v19.2.5: 19.2.5 (April 8th, 2026)

Compare Source

React Server Components

v19.2.4: 19.2.4 (January 26th, 2026)

Compare Source

React Server Components
bvaughn/react-error-boundary (react-error-boundary)

v6.1.1

Compare Source

v6.1.0

Compare Source

  • #​235: Fix error type (Error -> unknown)
  • Export getErrorMessage helper method

v6.0.3

Compare Source

  • Removed react-dom from peer dependencies list; it was accidentally added during a previous internal refactor

v6.0.2

Compare Source

Updated README and generated TS docs

formatjs/formatjs (react-intl)

v8.1.4

Compare Source

v8.1.3

Compare Source

8.1.3 (2026-02-03)

Bug Fixes

v8.1.2

Compare Source

v8.1.1

Compare Source

v8.1.0

Compare Source

8.1.0 (2026-01-15)

Features

v8.0.11

Compare Source

v8.0.10

Compare Source

parshap/node-sanitize-filename (sanitize-filename)

v1.6.4

Compare Source

nodejs/undici (undici)

v7.25.0

Compare Source

What's Changed

Full Changelog: nodejs/undici@v7.24.8...v7.25.0

v7.24.8

Compare Source

What's Changed

Full Changelog: nodejs/undici@v7.24.7...v7.24.8

v7.24.7

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v7.24.6...v7.24.7

v7.24.6

Compare Source

What's Changed
New Contributors

Full Changelog: nodejs/undici@v7.24.5...v7.24.6

v7.24.5

Compare Source

What's Changed


Configuration

📅 Schedule: (UTC)

  • 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 was generated by Mend Renovate. View the repository job log.

@vercel
Copy link
Copy Markdown

vercel bot commented Jan 5, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ddr-tools Ready Ready Preview Apr 19, 2026 4:34pm

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1d19388 to 129ec68 Compare January 8, 2026 05:34
@renovate renovate bot changed the title chore(deps): update dependency react-intl to v8.0.10 chore(deps): update all non-major dependencies Jan 8, 2026
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 129ec68 to a39bfe8 Compare January 8, 2026 12:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a39bfe8 to c45f1e1 Compare January 8, 2026 16:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c45f1e1 to e95dbdc Compare January 8, 2026 22:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e95dbdc to 04ec90c Compare January 9, 2026 12:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 04ec90c to 00cf6fc Compare January 9, 2026 16:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 00cf6fc to 588f5bd Compare January 11, 2026 17:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 588f5bd to 0067dc7 Compare January 12, 2026 00:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0067dc7 to 0c4303e Compare January 13, 2026 01:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0c4303e to a632397 Compare January 13, 2026 17:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a632397 to 94f2321 Compare January 14, 2026 02:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 94f2321 to 1943036 Compare January 15, 2026 01:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1943036 to beee235 Compare January 15, 2026 10:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from beee235 to 2ba5210 Compare January 15, 2026 17:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8730bf4 to a34fc48 Compare January 20, 2026 01:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a34fc48 to f5225b7 Compare January 22, 2026 17:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f5225b7 to 42e1e02 Compare January 24, 2026 17:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 42e1e02 to edfcfe7 Compare January 27, 2026 15:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from edfcfe7 to 7d73d52 Compare January 28, 2026 15:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7d73d52 to 7ff4d0a Compare January 29, 2026 21:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7ff4d0a to 7643841 Compare January 30, 2026 16:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7643841 to a11b156 Compare January 30, 2026 21:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a11b156 to fb7f2bd Compare January 31, 2026 05:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fb7f2bd to 0a3a1e0 Compare February 2, 2026 22:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0a3a1e0 to 24b0cf8 Compare February 4, 2026 05:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 24b0cf8 to 993d749 Compare February 4, 2026 22:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 993d749 to 97a2d22 Compare February 6, 2026 04:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 97a2d22 to af3b47b Compare February 6, 2026 12:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from af3b47b to eaed197 Compare February 6, 2026 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants