pullrequests Search Results · language:Dune language:TypeScript language:JavaScript language:Java language:C#
Filter by
222M results
Bumps react-hook-form from 7.74.0 to 7.77.0. details summary Release notes /summary p em Sourced from a href=
https://github.com/react-hook-form/react-hook-form/releases react-hook-form s releases /a . ...
dependencies
javascript
This PR contains the following updates:
| Package | Change | Age | Confidence |
| --- | --- | --- | --- |
| com.fasterxml.jackson.core:jackson-databind (source) | 2.18.4 → 2.22.0 | age | confidence | ...
Bumps the eslint group with 4 updates in the / directory: @typescript-eslint/eslint-plugin, @typescript-eslint/parser,
eslint and eslint-import-resolver-typescript.
Updates @typescript-eslint/eslint-plugin ...
dependencies
javascript
Description
ProjectsPage.jsx used the deprecated onKeyPress event handler on project cards for keyboard navigation:
onKeyPress={(e) = {
if (e.key === Enter || e.key === ) {
setSelectedProject(project); ...
dco-missing
pr-valid
…on for orders
Screenshot (when helpful)
N/A — no UI changes, pure logic fix
What this PR does
Removes the this.refunded = false reset in QuotaRefundGuard.refundOnce() that allowed the guard to reopen after a failed ...
level:beginner
type:bug
type:design
type:refactor
Summary
The email button in the providers section was rendered as a styled div with an onClick handler that opened a mailto: URL
via window.open(). This pattern is not accessible:
- Not keyboard-focusable ...
Release: develop → main
Carries the go mod tidy fix (#90) into main. The prior release (#89) merged to main just before #90 landed on develop,
so main s go.mod still lists the on-chain deps (btcec, go-bip32, ...