chore: bump the dependencies group with 21 updates
Bumps the dependencies group with 21 updates:
| Package | From | To |
|---|---|---|
| @auth/core | 0.40.0 |
0.41.1 |
| drizzle-orm | 0.44.5 |
0.44.7 |
| lucide-react | 0.544.0 |
0.552.0 |
| motion | 12.23.22 |
12.23.24 |
| next | 15.5.4 |
16.0.1 |
| next-intl | 4.3.9 |
4.4.0 |
| react | 19.1.1 |
19.2.0 |
| @types/react | 19.1.16 |
19.2.2 |
| react-dom | 19.1.1 |
19.2.0 |
| sugar-high | 0.9.3 |
0.9.4 |
| zod | 4.1.11 |
4.1.12 |
| @eslint/js | 9.36.0 |
9.39.0 |
| @next/eslint-plugin-next | 15.5.4 |
16.0.1 |
| @tailwindcss/postcss | 4.1.13 |
4.1.16 |
| @types/node | 24.6.1 |
24.9.2 |
| drizzle-kit | 0.31.5 |
0.31.6 |
| eslint | 9.36.0 |
9.39.0 |
| eslint-config-next | 15.5.4 |
16.0.1 |
| prettier-plugin-tailwindcss | 0.6.14 |
0.7.1 |
| tailwindcss | 4.1.13 |
4.1.16 |
| typescript-eslint | 8.45.0 |
8.46.2 |
Updates @auth/core from 0.40.0 to 0.41.1
Release notes
Sourced from @auth/core's releases.
@auth/core@0.41.1Bugfixes
- security issue from
nodemailer(#13305)Other
- update links for Credentials-based Authentication (#13258)
@auth/core@0.41.0Features
- providers: support custom baseURL for Gitlab (#13260) (745751e9)
Other
- fix build
- adjust default fusionauth provider details (#10868)
Commits
089f0e3chore(release): bump package version(s) [skip ci]2824fa1feat: add next 16 support (#13298)8f3b2c7fix: security issue fromnodemailer(#13305)240e343docs: update the Prisma ORM page to use Prisma Postgres (#13299)0bcd32dchore(drizzle): migrate sqliteTable to array API (#13280)90188faci: enable merge queue (#13288)8d02b3ddocs: remove carbon developer ads widget from docs sidebar (#13286)c8cd9b1chore: remove unused script (#13279)3a7c669docs: update links for Credentials-based Authentication (#13258)e9e2b50chore(release): bump package version(s) [skip ci]- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by bekacru, a new releaser for @auth/core since your current version.
Updates drizzle-orm from 0.44.5 to 0.44.7
Release notes
Sourced from drizzle-orm's releases.
0.44.7
- fix durable sqlite transaction return value #3746 - thanks
@joaocstro0.44.6
- feat: add $replicas reference #4874
Commits
11ff664fix durable sqlite transaction return value (#3746)6caba5bMerge pull request #4826 from divyenduz/patch-19fc4a6cMerge branch 'main' into patch-1a9136eedprint6f89bddMerge branch 'feat/issue-4873'b529598dprinte31c65ffeat: add$replicasreference (#4874)d1d61d9Bump versionc920a3aMerge branch 'main' into feat/issue-48738e8a9e9[Drizzle Kit]: Add casing support to studio configuration and related functio...- Additional commits viewable in compare view
Updates lucide-react from 0.544.0 to 0.552.0
Release notes
Sourced from lucide-react's releases.
Version 0.552.0
What's Changed
- fix(icons/file): arcified folds by
@karsa-mistmerein lucide-icons/lucide#3587- feat(icons): added
solar-panelicon by@UsamaKhanin lucide-icons/lucide#2780Full Changelog: https://github.com/lucide-icons/lucide/compare/0.551.0...0.552.0
Version 0.551.0
What's Changed
- feat(icons): added
clock-checkicon by@jguddasin lucide-icons/lucide#2402Full Changelog: https://github.com/lucide-icons/lucide/compare/0.550.0...0.551.0
Version 0.550.0
What's Changed
- feat(icons): added
helicoptericon by@liloudreamsin lucide-icons/lucide#2760New Contributors
@liloudreamsmade their first contribution in lucide-icons/lucide#2760Full Changelog: https://github.com/lucide-icons/lucide/compare/0.549.0...0.550.0
Version 0.549.0
What's Changed
- fix(docs): Replace
pnpm installwithpnpm addacross documentation. by@josch87in lucide-icons/lucide#3735- feat(docs): add new package for Go by
@kaugesaarin lucide-icons/lucide#3736- feat(icons): added
git-branch-minusicon by@joris-gallotin lucide-icons/lucide#3586New Contributors
@josch87made their first contribution in lucide-icons/lucide#3735@kaugesaarmade their first contribution in lucide-icons/lucide#3736@joris-gallotmade their first contribution in lucide-icons/lucide#3586Full Changelog: https://github.com/lucide-icons/lucide/compare/0.548.0...0.549.0
Version 0.548.0
What's Changed
- feat(docs): add new package for Slint by
@cnlancehuin lucide-icons/lucide#3698- docs(site): add introductions for packages in documentation by
@mattheskaiserin lucide-icons/lucide#3643- Fix default prop by
@ericfennisin lucide-icons/lucide#3730- feat(icons): added
gamepad-directionalicon by@felipeajzanettiin lucide-icons/lucide#3693New Contributors
@cnlancehumade their first contribution in lucide-icons/lucide#3698@mattheskaisermade their first contribution in lucide-icons/lucide#3643@felipeajzanettimade their first contribution in lucide-icons/lucide#3693Full Changelog: https://github.com/lucide-icons/lucide/compare/0.547.0...0.548.0
... (truncated)
Commits
1cfb3ffchore(deps-dev): bump vite from 6.3.5 to 6.3.6 (#3611)- See full diff in compare view
Updates motion from 12.23.22 to 12.23.24
Changelog
Sourced from motion's changelog.
[12.23.24] 2025-10-10
Fixed
- Ensure that when a component remounts, it continues to fire animations even when
initial={false}.[12.23.23] 2025-10-10
Added
- Exporting
PresenceChildandPopChildtype for internal use.
Commits
b5df740v12.23.24808ebceUpdating changelog237eee2v12.23.23834965cUpdating changelog4069086Update README.md6da6b61Update README.md with new sponsor linkse366831Update README.md7796f4fUpdate Gold section with new links and imagesd1bb937Update sponsor section in README.md97fba16Update sponsorship logos in README- Additional commits viewable in compare view
Updates next from 15.5.4 to 16.0.1
Release notes
Sourced from next's releases.
v16.0.1
Core Changes
- fix(static-paths): add depth tracking to parallel route param resolution: #85319
- Fix types of
@next/mdx: #82238- Ensure getServerInsertedHTML skips rendering correctly: #85394
- Fix duplicate .next/types
includeon Windows: #85400- Exclude
next-jscondition from middleware, proxy, and instrumentation: #85321- remove unstable_forceStale prefetch option & restore
prefetch={true}functionality: #85411- Upgrade React from
2bcbf254-20251020to6160773f-20251023: #85277- fix(next/image): swap dependencies: #85419
- Handle
Origin: nullheaders: #85402- Generalize Segment Cache fallback implementation: #84652
- fix: ensure req.query is writable: #81573
- fix: Proxy not picked up on Windows: #85443
- [test] Ensure we can toggle the DevTools menu while status indicators are active: #85456
- Fix crash when suspending in Components using
useActionQueue: #85459Misc Changes
- docs: create-next-app react-compiler and new prompts: #85213
- docs: cache components - introduction: #85196
- docs: use cache feedback: #85169
- docs: stabilize apis in docs: #85219
- docs: revalidateTag immediate expiration in Route Handlers: #85223
- Docs/use cache feedback 2: #85222
- docs: added
use cache: remotedocs: #85145- docs: proxy runtime defaults to nodejs: #85204
- chore: cache components feedback: #85241
- docs: add a note that cache components is opt-in near the top: #85245
- Docs/v16 feedback: #85259
- Update command to install babel-plugin-react-compiler as a devDependency: #85235
- docs: typegen next-env.d.ts feedback: #85273
- docs: link to MCP guide from upgrade: #85308
- docs: regexp removed from middleware config: #85343
- docs: simplify MCP guide to focus on next-devtools-mcp: #85353
- docs: fix proxy matcher overflow: #85337
- docs: point out diff in serialization types for arguments and return values: #85338
- [test] Update snapshots: #85407
- docs: Fix typo in SEO section of loading.mdx: #85301
- Fix typo in Fast Refresh documentation: #85352
- Fix grammatical errors in updating data documentation: #85067
- [test] Skip devlow benchmarks on PRs: #85408
- [test] Unflake typed-env suite: #85410
- Update rust toolchain to 2025-10-27: #85409
- [test] Speed up prefetching suite: #85417
- docs: remove inaccuracies from use cache: private: #85425
- [test] Exclude Next.js internal stack frames from cache-component-error CLI output assertions: #85421
- [test] Exclude likely Next.js internal Components from component stacks in Redbox assertions: #85420
- Turbopack: correctly trace files with npm: #85323
... (truncated)
Commits
e08402bv16.0.151d9631Upgrade React from6160773f-20251023tob4455a6e-20251027(#85464)163fc17v16.0.1-canary.6a986e17Fix crash when suspending in Components usinguseActionQueue(#85459)4067214Turbopack: correctly trace files with npm (#85323)976a222[test] Ensure we can toggle the DevTools menu while status indicators are act...b95dbe6fix: Proxy not picked up on Windows (#85443)b0837e0[test] Exclude likely Next.js internal Components from component stacks in Re...456d8e7fix: ensure req.query is writable (#81573)0b6fe15[test] Exclude Next.js internal stack frames from cache-component-error CLI o...- Additional commits viewable in compare view
Updates next-intl from 4.3.9 to 4.4.0
Release notes
Sourced from next-intl's releases.
v4.4.0
Changes
- Bump peer dependency for Next.js 16
- Update examples for Next.js 16
- Update docs to cover
proxy.ts🌐 learn.next-intl.dev has been updated for Next.js 16 as well (changelog)
v4.3.12
4.3.12 (2025-10-09)
Bug Fixes
v4.3.11
4.3.11 (2025-10-07)
Bug Fixes
v4.3.10
4.3.10 (2025-10-07)
Bug Fixes
Changelog
Sourced from next-intl's changelog.
4.4.0 (2025-10-22)
Features
4.3.12 (2025-10-09)
Bug Fixes
4.3.11 (2025-10-07)
Bug Fixes
4.3.10 (2025-10-07)
Bug Fixes
Commits
bc09e3cv4.4.0c397e92feat: Next.js 16 update (#2054)3601799docs: Remove flag from locale switcher in example (#2063)30ee1e6docs: Add 404 page to Pages Router example (#2062)ce4774fci: Trusted publishers (#2057)fa5e531docs: Update rewrite example (#2055)4c39a4bv4.3.12bdc2af4fix: Use correct return type forgetTimeZone(#2053)7c58272docs: Improve emojis14b2c6av4.3.11- Additional commits viewable in compare view
Updates react from 19.1.1 to 19.2.0
Release notes
Sourced from react's releases.
19.2.0 (Oct 1, 2025)
Below is a list of all new features, APIs, and bug fixes.
Read the React 19.2 release post for more information.
New React Features
<Activity>: A new API to hide and restore the UI and internal state of its children.useEffectEventis a React Hook that lets you extract non-reactive logic into an Effect Event.cacheSignal(for RSCs) lets your know when thecache()lifetime is over.- React Performance tracks appear on the Performance panel’s timeline in your browser developer tools
New React DOM Features
- Added resume APIs for partial pre-rendering with Web Streams:
resume: to resume a prerender to a stream.resumeAndPrerender: to resume a prerender to HTML.- Added resume APIs for partial pre-rendering with Node Streams:
resumeToPipeableStream: to resume a prerender to a stream.resumeAndPrerenderToNodeStream: to resume a prerender to HTML.- Updated
prerenderAPIs to return apostponedstate that can be passed to theresumeAPIs.Notable changes
- React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming
<ViewTransition>Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.- Add Node Web Streams (
prerender,renderToReadableStream) to server-side-rendering APIs for Node.js- Use underscore instead of
:IDs generated by useIdAll Changes
React
<Activity />was developed over many years, starting beforeClassComponent.setState(@acdlite@sebmarkbageand many others)- Stringify context as "SomeContext" instead of "SomeContext.Provider" (
@kassens#33507)- Include stack of cause of React instrumentation errors with
%oplaceholder (@eps1lon#34198)- Fix infinite
useDeferredValueloop in popstate event (@acdlite#32821)- Fix a bug when an initial value was passed to
useDeferredValue(@acdlite#34376)- Fix a crash when submitting forms with Client Actions (
@sebmarkbage#33055)- Hide/unhide the content of dehydrated suspense boundaries if they resuspend (
@sebmarkbage#32900)- Avoid stack overflow on wide trees during Hot Reload (
@sophiebits#34145)- Improve Owner and Component stacks in various places (
@sebmarkbage,@eps1lon: #33629, #33724, #32735, #33723)- Add
cacheSignal(@sebmarkbage#33557)React DOM
- Block on Suspensey Fonts during reveal of server-side-rendered content (
@sebmarkbage#33342)- Use underscore instead of
:for IDs generated byuseId(@sebmarkbage,@eps1lon: #32001, facebook/react#33342#33099, #33422)- Stop warning when ARIA 1.3 attributes are used (
@Abdul-Omira#34264)- Allow
nonceto be used on hoistable styles (@Andarist#32461)- Warn for using a React owned node as a Container if it also has text content (
@sebmarkbage#32774)
... (truncated)
Changelog
Sourced from react's changelog.
19.2.0 (October 1st, 2025)
Below is a list of all new features, APIs, and bug fixes.
Read the React 19.2 release post for more information.
New React Features
<Activity>: A new API to hide and restore the UI and internal state of its children.useEffectEventis a React Hook that lets you extract non-reactive logic into an Effect Event.cacheSignal(for RSCs) lets your know when thecache()lifetime is over.- React Performance tracks appear on the Performance panel’s timeline in your browser developer tools
New React DOM Features
- Added resume APIs for partial pre-rendering with Web Streams:
resume: to resume a prerender to a stream.resumeAndPrerender: to resume a prerender to HTML.- Added resume APIs for partial pre-rendering with Node Streams:
resumeToPipeableStream: to resume a prerender to a stream.resumeAndPrerenderToNodeStream: to resume a prerender to HTML.- Updated
prerenderAPIs to return apostponedstate that can be passed to theresumeAPIs.Notable changes
- React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming
<ViewTransition>Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.- Add Node Web Streams (
prerender,renderToReadableStream) to server-side-rendering APIs for Node.js- Use underscore instead of
:IDs generated by useIdAll Changes
React
<Activity />was developed over many years, starting beforeClassComponent.setState(@acdlite@sebmarkbageand many others)- Stringify context as "SomeContext" instead of "SomeContext.Provider" (
@kassens#33507)- Include stack of cause of React instrumentation errors with
%oplaceholder (@eps1lon#34198)- Fix infinite
useDeferredValueloop in popstate event (@acdlite#32821)- Fix a bug when an initial value was passed to
useDeferredValue(@acdlite#34376)- Fix a crash when submitting forms with Client Actions (
@sebmarkbage#33055)- Hide/unhide the content of dehydrated suspense boundaries if they resuspend (
@sebmarkbage#32900)- Avoid stack overflow on wide trees during Hot Reload (
@sophiebits#34145)- Improve Owner and Component stacks in various places (
@sebmarkbage,@eps1lon: #33629, #33724, #32735, #33723)- Add
cacheSignal(@sebmarkbage#33557)React DOM
- Block on Suspensey Fonts during reveal of server-side-rendered content (
@sebmarkbage#33342)- Use underscore instead of
:for IDs generated byuseId(@sebmarkbage,@eps1lon: #32001, facebook/react#33342#33099, #33422)- Stop warning when ARIA 1.3 attributes are used (
@Abdul-Omira#34264)- Allow
nonceto be used on hoistable styles (@Andarist#32461)
... (truncated)
Commits
5667a41Bump next prerelease version numbers (#34639)8bb7241Bump useEffectEvent to Canary (#34610)e3c9656Ensure Performance Track are Clamped and Don't overlap (#34509)68f00c9Release Activity in Canary (#34374)0e10ee9[Reconciler] Set ProfileMode for Host Root Fiber by default in dev (#34432)3bf8ab4Add missing Activity export to development mode (#34439)1549bda[Flight] Only assign_storein dev mode when creating lazy types (#34354)bb6f0c8[Flight] Fix wrong missing key warning when static child is blocked (#34350)05addfcUpdate Flow to 0.266 (#34271)ec5dd0aUpdate Flow to 0.257 (#34253)- Additional commits viewable in compare view
Updates @types/react from 19.1.16 to 19.2.2
Commits
- See full diff in compare view
Updates react-dom from 19.1.1 to 19.2.0
Release notes
Sourced from react-dom's releases.
19.2.0 (Oct 1, 2025)
Below is a list of all new features, APIs, and bug fixes.
Read the React 19.2 release post for more information.
New React Features
<Activity>: A new API to hide and restore the UI and internal state of its children.useEffectEventis a React Hook that lets you extract non-reactive logic into an Effect Event.cacheSignal(for RSCs) lets your know when thecache()lifetime is over.- React Performance tracks appear on the Performance panel’s timeline in your browser developer tools
New React DOM Features
- Added resume APIs for partial pre-rendering with Web Streams:
resume: to resume a prerender to a stream.resumeAndPrerender: to resume a prerender to HTML.- Added resume APIs for partial pre-rendering with Node Streams:
resumeToPipeableStream: to resume a prerender to a stream.resumeAndPrerenderToNodeStream: to resume a prerender to HTML.- Updated
prerenderAPIs to return apostponedstate that can be passed to theresumeAPIs.Notable changes
- React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming
<ViewTransition>Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.- Add Node Web Streams (
prerender,renderToReadableStream) to server-side-rendering APIs for Node.js- Use underscore instead of
:IDs generated by useIdAll Changes
React
<Activity />was developed over many years, starting beforeClassComponent.setState(@acdlite@sebmarkbageand many others)- Stringify context as "SomeContext" instead of "SomeContext.Provider" (
@kassens#33507)- Include stack of cause of React instrumentation errors with
%oplaceholder (@eps1lon#34198)- Fix infinite
useDeferredValueloop in popstate event (@acdlite#32821)- Fix a bug when an initial value was passed to
useDeferredValue(@acdlite#34376)- Fix a crash when submitting forms with Client Actions (
@sebmarkbage#33055)- Hide/unhide the content of dehydrated suspense boundaries if they resuspend (
@sebmarkbage#32900)- Avoid stack overflow on wide trees during Hot Reload (
@sophiebits#34145)- Improve Owner and Component stacks in various places (
@sebmarkbage,@eps1lon: #33629, #33724, #32735, #33723)- Add
cacheSignal(@sebmarkbage#33557)React DOM
- Block on Suspensey Fonts during reveal of server-side-rendered content (
@sebmarkbage#33342)- Use underscore instead of
:for IDs generated byuseId(@sebmarkbage,@eps1lon: #32001, facebook/react#33342#33099, #33422)- Stop warning when ARIA 1.3 attributes are used (
@Abdul-Omira#34264)- Allow
nonceto be used on hoistable styles (@Andarist#32461)- Warn for using a React owned node as a Container if it also has text content (
@sebmarkbage#32774)
... (truncated)
Changelog
Sourced from react-dom's changelog.
19.2.0 (October 1st, 2025)
Below is a list of all new features, APIs, and bug fixes.
Read the React 19.2 release post for more information.
New React Features
<Activity>: A new API to hide and restore the UI and internal state of its children.useEffectEventis a React Hook that lets you extract non-reactive logic into an Effect Event.cacheSignal(for RSCs) lets your know when thecache()lifetime is over.- React Performance tracks appear on the Performance panel’s timeline in your browser developer tools
New React DOM Features
- Added resume APIs for partial pre-rendering with Web Streams:
resume: to resume a prerender to a stream.resumeAndPrerender: to resume a prerender to HTML.- Added resume APIs for partial pre-rendering with Node Streams:
resumeToPipeableStream: to resume a prerender to a stream.resumeAndPrerenderToNodeStream: to resume a prerender to HTML.- Updated
prerenderAPIs to return apostponedstate that can be passed to theresumeAPIs.Notable changes
- React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming
<ViewTransition>Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.- Add Node Web Streams (
prerender,renderToReadableStream) to server-side-rendering APIs for Node.js- Use underscore instead of
:IDs generated by useIdAll Changes
React
<Activity />was developed over many years, starting beforeClassComponent.setState(@acdlite@sebmarkbageand many others)- Stringify context as "SomeContext" instead of "SomeContext.Provider" (
@kassens#33507)- Include stack of cause of React instrumentation errors with
%oplaceholder (@eps1lon#34198)- Fix infinite
useDeferredValueloop in popstate event (@acdlite#32821)- Fix a bug when an initial value was passed to
useDeferredValue(@acdlite#34376)- Fix a crash when submitting forms with Client Actions (
@sebmarkbage#33055)- Hide/unhide the content of dehydrated suspense boundaries if they resuspend (
@sebmarkbage#32900)- Avoid stack overflow on wide trees during Hot Reload (
@sophiebits#34145)- Improve Owner and Component stacks in various places (
@sebmarkbage,@eps1lon: #33629, #33724, #32735, #33723)- Add
cacheSignal(@sebmarkbage#33557)React DOM
- Block on Suspensey Fonts during reveal of server-side-rendered content (
@sebmarkbage#33342)- Use underscore instead of
:for IDs generated byuseId(@sebmarkbage,@eps1lon: #32001, facebook/react#33342#33099, #33422)- Stop warning when ARIA 1.3 attributes are used (
@Abdul-Omira#34264)- Allow
nonceto be used on hoistable styles (@Andarist#32461)
... (truncated)
Commits
8618113Bump scheduler version (#34671)1bd1f01Ship partial-prerendering APIs to Canary (#34633)2f0649a[Fizz] Removenonceoption from resume-and-prerender APIs (#34664)5667a41Bump next prerelease version numbers (#34639)e08f53bMatchreact-dom/statictest entrypoints and published entrypoints (#34599)8bb7241Bump useEffectEvent to Canary (#34610)83c88adHandle fabric root level fragment with compareDocumentPosition (#34533)68f00c9Release Activity in Canary (#3...Description has been truncated
The latest updates on your projects. Learn more about Vercel for GitHub.
| Project | Deployment | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| alexanderkonietzko | Nov 1, 2025 11:40am |
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.
To ignore these dependencies, configure ignore rules in dependabot.yml