pullrequests Search Results · language:Dune language:JavaScript language:Java language:TypeScript language:JavaScript language:C#
Filter by
225M results
Automated health data update from Oura Ring.
This PR contains the following updates:
| Package | Change | Age | Confidence |
| --- | --- | --- | --- |
| nodemailer (source) | 9.0.0 → 9.0.1 | age | confidence |
Release Notes
details summary nodemailer/nodemailer ...
dependencies
!-- PR title must follow Conventional Commits: feat | fix | refactor | docs | style | test | chore | ci | build | perf | revert Example: feat(catalog): add product slug uniqueness check
Summary
!-- What ...
Summary
Structural-only refactor (no behavior or UI change) — PR 2 of 5. Splits the 834-line PublicBookingDirectory page into a
booking-directory/ folder of focused units:
- useLegacyDirectoryRedirect ...
Memoize the resolved channel per (lib,event) so emit()/getChannel() stop re-concatenating the channel name + re-checking
the registry every call. No-subscriber emit(): ~174 ns → ~16 ns/op (~11x); the gated ...
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
This PR contains the following updates:
| Package | Change | Age | Confidence |
| --- | --- | --- | --- |
| node-cron | 4.2.1 → 4.3.0 | age | confidence |
Release Notes
details summary merencia/node-cron ...
dependencies
💡 What: Added aria-label attributes to the icon-only View alerts (Bell icon) and Close order details ( x button) in the
admin Dashboard component. 🎯 Why: Without these labels, screen reader users cannot ...
Abstracts the in-memory room and token stores behind interfaces (RoomStore, TokenStore) with InMemoryRoomStore and
InMemoryTokenStore implementations. This is a pure refactor — no behavior changes. The ...