Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
1d19388 to
129ec68
Compare
129ec68 to
a39bfe8
Compare
a39bfe8 to
c45f1e1
Compare
c45f1e1 to
e95dbdc
Compare
e95dbdc to
04ec90c
Compare
04ec90c to
00cf6fc
Compare
00cf6fc to
588f5bd
Compare
588f5bd to
0067dc7
Compare
0067dc7 to
0c4303e
Compare
0c4303e to
a632397
Compare
a632397 to
94f2321
Compare
94f2321 to
1943036
Compare
1943036 to
beee235
Compare
beee235 to
2ba5210
Compare
8730bf4 to
a34fc48
Compare
a34fc48 to
f5225b7
Compare
f5225b7 to
42e1e02
Compare
42e1e02 to
edfcfe7
Compare
edfcfe7 to
7d73d52
Compare
7d73d52 to
7ff4d0a
Compare
7ff4d0a to
7643841
Compare
7643841 to
a11b156
Compare
a11b156 to
fb7f2bd
Compare
fb7f2bd to
0a3a1e0
Compare
0a3a1e0 to
24b0cf8
Compare
24b0cf8 to
993d749
Compare
993d749 to
97a2d22
Compare
97a2d22 to
af3b47b
Compare
af3b47b to
eaed197
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
24.10.4→24.12.210.4.23→10.5.010.0.0→10.1.112.5.0→12.9.03.2.0→3.2.37.1.2→7.1.45.6.5→5.6.65.6.70.7.1→0.7.21.6.0→1.6.12.16.1→2.19.12.9.4→2.10.24.6.7→4.7.05.1.6→5.1.924.12→24.159.0.1→9.1.28.5.6→8.5.108.2.0→8.2.119.2.3→19.2.519.2.3→19.2.56.0.1→6.1.18.0.9→8.1.41.6.3→1.6.47.24.0→7.25.05.104.1→5.106.25.2.2→5.2.33.3.3→3.3.44.12.0→4.14.04.14.15.0.9→5.0.12Release Notes
postcss/autoprefixer (autoprefixer)
v10.5.0Compare Source
mask-position-xandmask-position-ysupport (by @toporek).v10.4.27Compare Source
package.json.v10.4.26Compare Source
v10.4.25Compare Source
v10.4.24Compare Source
babel/babel-loader (babel-loader)
v10.1.1Compare Source
v10.1.0Compare Source
What's Changed
module.findPackageJSONAPI by @JLHwung in #1055New Contributors
Full Changelog: babel/babel-loader@v10.0.0...v10.1.0
WiseLibs/better-sqlite3 (better-sqlite3)
v12.9.0Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v12.8.0...v12.9.0
v12.8.0Compare Source
What's Changed
New Contributors
Why SQLite v3.51.3 instead of v3.52.0
From the SQLite team:
Full Changelog: WiseLibs/better-sqlite3@v12.7.1...v12.8.0
v12.6.2Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v12.6.1...v12.6.2
v12.6.0Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v12.5.0...v12.6.0
Automattic/node-canvas (canvas)
v3.2.3Compare Source
==================
Fixed
v3.2.2Compare Source
==================
Fixed
ctx.directionnot affected byctx.saveandctx.restorev3.2.1Compare Source
==================
roundRect()shape incorrect when radii were large relative to rectangle size (#2400)webpack/css-loader (css-loader)
v7.1.4Compare Source
v7.1.3Compare Source
jantimon/html-webpack-plugin (html-webpack-plugin)
v5.6.6Compare Source
pillarjs/iconv-lite (iconv-lite)
v0.7.2Compare 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.1Compare Source
🎉 This release contains work from new contributors! 🎉
Thanks for all your work!
❤️ Denys Kashkovskyi (@Kashkovsky)
❤️ Viki (@vikiboss)
🐛 Bug Fix
@jimp/core,@jimp/plugin-quantize,@jimp/wasm-avif,@jimp/wasm-jpeg,@jimp/wasm-png,@jimp/wasm-webpmain@jimp/core📝 Documentation
Authors: 3
pmndrs/jotai (jotai)
v2.19.1Compare Source
This release includes several small refactors to improve performance.
What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.19.0...v2.19.1
v2.19.0Compare 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.1Compare Source
This release fixes a regression introduced in v2.12.1, which affects an uncommon edge case.
What's Changed
Full Changelog: pmndrs/jotai@v2.18.0...v2.18.1
v2.18.0Compare Source
We moved
jotai/babeltojotai-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.1Compare 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.0Compare 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.2Compare Source
Fixes
unwrapandloadable, 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.2Compare Source
v2.10.1Compare Source
v2.10.0Compare Source
Features
output.cssFilenameandoutput.cssChunkFilename(#1151) (54f775d)Bug Fixes
2.9.4 (2025-08-11)
Bug Fixes
2.9.3 (2025-08-04)
Bug Fixes
2.9.2 (2024-11-01)
Bug Fixes
2.9.1 (2024-08-19)
Bug Fixes
export default {}when CSS modules enabled and a file is empty for thedefaultExportoption (8f77e19)qq15725/modern-screenshot (modern-screenshot)
v4.7.0Compare Source
Bug Fixes
4.6.8 (2026-01-26)
Features
4.6.7 (2025-11-18)
Bug Fixes
4.6.6 (2025-08-19)
4.6.5 (2025-07-05)
Features
onCloneEachNodecallback to execute when each node is cloned. (f9fe0db)4.6.4 (2025-06-12)
Bug Fixes
HTMLIFrameElement.srcdocreplaceHTMLIFrameElement.contentWindow.document.writeremove browser warning (closes #136) (ea2ddf4)4.6.3 (2025-06-12)
Bug Fixes
4.6.2 (2025-06-09)
Bug Fixes
4.6.1 (2025-06-09)
Bug Fixes
v4.6.8Compare Source
Features
ai/nanoid (nanoid)
v5.1.9Compare Source
v5.1.8Compare Source
cusatomAlphabet75% faster (by @saripovdenis).v5.1.7Compare Source
--versionto CLI (by @mahmoodhamdi).nanoid.jsfor CDN (by @mahmoodhamdi).customRandomtypes (by @oguimbal).nodejs/node (node)
v24.15.0Compare Source
v24.14.1Compare Source
v24.14.0Compare Source
v24.13.1Compare Source
v24.13.0: 2026-01-13, Version 24.13.0 'Krypton' (LTS), @marco-ippolitoCompare Source
This is a security release.
Notable Changes
lib:
lib,permission:
src:
src,lib:
tls:
Commits
2092785d01] - deps: update c-ares to v1.34.6 (Node.js GitHub Bot) #609973e58b7f2af] - deps: update undici to 7.18.2 (Node.js GitHub Bot) #612834ba536a5a6] - (CVE-2025-59465) lib: add TLSSocket default error handler (RafaelGSS) nodejs-private/node-private#79789adaa21fd] - (CVE-2025-55132) lib: disable futimes when permission model is enabled (RafaelGSS) nodejs-private/node-private#7487302b4dae1] - (CVE-2025-55130) lib,permission: require full read and write to symlink APIs (RafaelGSS) nodejs-private/node-private#760ac030753c4] - (CVE-2025-59466) src: rethrow stack overflow exceptions in async_hooks (Matteo Collina) nodejs-private/node-private#77320075692fe] - (CVE-2025-55131) src,lib: refactor unsafe buffer creation to remove zero-fill toggle (Сковорода Никита Андреевич) nodejs-private/node-private#75920591b0618] - (CVE-2026-21637) tls: route callback exceptions through error handlers (Matteo Collina) nodejs-private/node-private#796sindresorhus/p-queue (p-queue)
v9.1.2Compare Source
PriorityQueuetype (#242)a20e1f3v9.1.1Compare Source
signaloption not rejecting when task is aborted while queueda64b316remove()method. See the built-in class.v9.1.0Compare Source
strictoption for sliding window rate limiting03b8156postcss/postcss (postcss)
v8.5.10Compare Source
</style>in non-bundler cases (by @TharVid).v8.5.9Compare Source
v8.5.8Compare Source
Processor#version.v8.5.7Compare Source
webpack/postcss-loader (postcss-loader)
v8.2.1Compare 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.1Compare Source
v6.1.0Compare Source
Error->unknown)getErrorMessagehelper methodv6.0.3Compare Source
react-domfrom peer dependencies list; it was accidentally added during a previous internal refactorv6.0.2Compare Source
Updated README and generated TS docs
formatjs/formatjs (react-intl)
v8.1.4Compare Source
v8.1.3Compare Source
8.1.3 (2026-02-03)
Bug Fixes
v8.1.2Compare Source
v8.1.1Compare Source
v8.1.0Compare Source
8.1.0 (2026-01-15)
Features
v8.0.11Compare Source
v8.0.10Compare Source
parshap/node-sanitize-filename (sanitize-filename)
v1.6.4Compare Source
nodejs/undici (undici)
v7.25.0Compare Source
What's Changed
Full Changelog: nodejs/undici@v7.24.8...v7.25.0
v7.24.8Compare Source
What's Changed
Full Changelog: nodejs/undici@v7.24.7...v7.24.8
v7.24.7Compare Source
What's Changed
redirectionLimitReachedby @samuel871211 in #4933New Contributors
Full Changelog: nodejs/undici@v7.24.6...v7.24.7
v7.24.6Compare Source
What's Changed
New Contributors
Full Changelog: nodejs/undici@v7.24.5...v7.24.6
v7.24.5Compare Source
What's Changed
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.