pullrequests Search Results · language:Dune language:JavaScript language:Python language:HTML language:JavaScript
Filter by
175M results
Bumps react from 18.2.0 to 19.2.7. details summary Release notes /summary p em Sourced from a href=
https://github.com/facebook/react/releases react s releases /a . /em /p blockquote h2 19.2.7 (June 1st, ...
dependencies
javascript
Closes #71
What has changed and why?
Simplifies the strategies order hint text since it is slightly redundant with the strength field tooltips.
How has it been tested?
N/A
Did you update CHANGELOG.md?
- [ ...
Motivation
- calculate_work_needed() treated a node s stored work_needed as a local source and then added children, and
update_work_needed() wrote the rolled-up total back into the same field, which ...
codex
…triggering to Cloudflare
Bumps @babel/plugin-transform-object-rest-spread from 7.24.1 to 7.29.7. details summary Release notes /summary p em
Sourced from a href= https://github.com/babel/babel/releases @babel/plugin-transform-object-rest-spread ...
dependencies
javascript
Bumps commitizen from 4.3.1 to 4.3.2. details summary Release notes /summary p em Sourced from a href=
https://github.com/commitizen/cz-cli/releases commitizen s releases /a . /em /p blockquote h2 v4.3.2 ...
dependencies
javascript
Automated test pull request
Bumps syrupy from 5.3.1 to 5.3.2. details summary Release notes /summary p em Sourced from a href=
https://github.com/syrupy-project/syrupy/releases syrupy s releases /a . /em /p blockquote h2 v5.3.2 /h2 ...
dependencies
python
Summary
bank-stats CLI was querying nonexistent columns amount_eur/cdt_dbt_ind. Fixed to use the actual BankTransaction columns:
amount + direction.
Files touched
- backend/app/cli.py — SQL fix in ...