pullrequests Search Results · language:Dune language:JavaScript language:JavaScript language:HTML language:Python language:Python
Filter by
175M results
This pull request was generated by the mq tool
[test] flake rate: 0.1 logical conflict every: 100 sleep for: 300s close stale after: 48 hours
[pullrequest] requests per hour: 200 target branch: main ...
This PR contains the following updates:
| Package | Change | Age | Confidence |
| --- | --- | --- | --- |
| eslint-plugin-react-refresh | 0.5.2 → 0.5.3 | age | confidence |
Release Notes
details summary ...
!-- Keep PRs small and focused on ONE ticket. See CONTRIBUTING.md. --
What why
!-- What does this change do, and why? Link the ticket. -- Closes DESK-
How to test
!-- Steps a reviewer can follow ...
Bumps nuxt from 4.2.1 to 4.4.7. details summary Release notes /summary p em Sourced from a href=
https://github.com/nuxt/nuxt/releases nuxt s releases /a . /em /p blockquote h2 v4.4.7 /h2 blockquote p ...
dependencies
javascript
Bumps python-multipart from 0.0.20 to 0.0.31. details summary Release notes /summary p em Sourced from a href=
https://github.com/Kludex/python-multipart/releases python-multipart s releases /a . /em /p ...
dependencies
python
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
GET /platform/billing/crypto/invoices — user can list their own top-up invoices + status (history)
Summary
Cache.cache_key_candidates() had a return type annotation of list[str | object | None], which is effectively
list[object] because str and None are both subtypes of object. This made the annotation ...