Skip to content

pullrequests Search Results · language:Dune language:JavaScript language:JavaScript language:C# language:JavaScript language:Java

Filter by

143M results  (2 s)

143M results

Auto-generated version bump. Merges automatically once CI passes.

Automated E2E test PR - will be cleaned up automatically

1. Generate Upload Signed URL

Bumps gradle/actions from 4.0.0 to 6.2.0. details summary Release notes /summary p em Sourced from a href= https://github.com/gradle/actions/releases gradle/actions s releases /a . /em /p blockquote h2 ...
dependencies
github_actions

Description Briefly describe the changes made in this PR. Type of Change - [ ] ✨ New feature - [ ] 🐛 Bug fix - [ ] 🔄 Refactoring - [ ] 📚 Documentation - [ ] ⚡ Performance improvement - [ ...

💡 What: Replaced instances where an array of date strings is fully sorted (.sort().reverse()[0] or .sort().slice(-1)) just to find the maximum/latest date with an O(N) reduce operation. 🎯 Why: Sorting ...