Skip to content

pullrequests Search Results · language:Edge language:TypeScript language:HTML is:public language:HTML language:Java language:PHP

Filter by

154M results  (2 s)

154M results

Bumps better-auth from 1.5.6 to 1.6.2. details summary Release notes /summary p em Sourced from a href= https://github.com/better-auth/better-auth/releases better-auth s releases /a . /em /p blockquote ...
dependencies
javascript

Vercel Web Analytics Installation Successfully installed and configured Vercel Web Analytics for this Next.js project. Changes Made 1. Installed @vercel/analytics package - Added @vercel/analytics ...

Automated Sync Changes to shared config files detected in mike-bronner/laravel-model-caching. Changed files: .gitignore Source commit: https://github.com/mike-bronner/laravel-model-caching/commit/26a323c416bcac3513d91b3fca2ccf80bf1e3c31 ...
automated
sync

Bumps the react group with 4 updates: react, @types/react, react-dom and @types/react-dom. Updates react from 18.3.1 to 19.2.6 details summary Release notes /summary p em Sourced from a href= https://github.com/facebook/react/releases ...
dependencies
javascript

Summary User reported the notification bell + system feedback button (ReportFab) missing on /staff/tickets. Root cause: TicketSystemShell is a sibling route to AppShell (see App.tsx:202..464 — both live ...

Summary - Zeroizing [u8; 32] does not implement Copy, so hex::encode(key) moves the value - The subsequent key.zeroize() call on a moved binding fails to compile - Fixed by using hex::encode( *key) ...