-
Notifications
You must be signed in to change notification settings - Fork 362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update osv-scanner minor #1204
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1204 +/- ##
==========================================
- Coverage 67.83% 67.81% -0.02%
==========================================
Files 174 174
Lines 16769 16769
==========================================
- Hits 11375 11372 -3
- Misses 4765 4767 +2
- Partials 629 630 +1 ☔ View full report in Codecov by Sentry. |
c1e8be1
to
a2376cb
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
d621eee
to
58b16ac
Compare
|
64bbb19
to
99a295f
Compare
99a295f
to
5d0c2a2
Compare
5d0c2a2
to
5d1fdc6
Compare
A few Go vulnerabilities are reported so this PR updates Go to the fixed version 1.22.7. Also `golang.org/x/mod@v0.21.0` requires Go 1.22.0 as mentioned in #1204. Due to this version update, there are two new lint checks: [copyloopvar](https://github.com/karamaru-alpha/copyloopvar) and [intrange](https://github.com/ckaznocha/intrange).
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
v0.19.0
->v0.20.0
778ce7b
->701f63a
v0.20.0
->v0.21.0
v0.28.0
->v0.29.0
v0.23.0
->v0.24.0
v1.65.0
->v1.66.1
Release Notes
charmbracelet/bubbles (github.com/charmbracelet/bubbles)
v0.20.0
Compare Source
Focus. Breathe.
This features support for Bubble Tea's new focus-blur feature as well as a quality-of-life update to
paginator
. Enjoy!Focus
You heard that right. Focus-blur window events are now enabled for
textinput
andtextarea
which were recently added to Bubble Tea v1.1.0. As long asWithReportFocus
is enabled in your Program you'll automatically get nicer inputs.To enable focus reporting:
Remember to stay focused and hydrated!
Paginator opts
Speaking of functional arguments,
paginator
also received some some new quality-of-life startup options, courtesy @nervo.Of course, you can still set the values on the model directly too:
Happy paging!
Changelog
New!
d3bd075
: feat(cursor): focus/blur support (#581) (@caarlos0)5110925
: feat: Introduce paginator options (@nervo)Deps
3eaf8da
: feat(deps): bump github.com/charmbracelet/bubbletea from 0.27.0 to 1.0.0 (#604) (@dependabot[bot])6fc27e9
: feat(deps): bump github.com/charmbracelet/bubbletea from 1.0.0 to 1.1.0 (#607) (@dependabot[bot])Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
grpc/grpc-go (google.golang.org/grpc)
v1.66.1
Compare Source
v1.66.0
: Release 1.66.0Compare Source
New Features
ValueFromIncomingContext
(#7368)WaitForStateChange
andGetState
methods, which were previously experimental. (#7425)total_issued_requests
field. (#7544)Bug Fixes
conn.Write
returns errors (#7394)Performance Improvements
Codec
which uses buffer recycling for encoded message (#7356)mem
package to facilitate buffer reuse (#7432)Configuration
📅 Schedule: Branch creation - "before 6am on monday" in timezone Australia/Sydney, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.