chore(deps): update docker#201
Open
bootc-bot[bot] wants to merge 1 commit into
Open
Conversation
67c746b to
75a357a
Compare
Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com>
75a357a to
2525fa6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.11.17→0.11.19v1.36.0→v1.37.00.41.0→0.42.0nightly-2026-05-31→nightly-2026-06-09Release Notes
astral-sh/uv (astral-sh/uv)
v0.11.19Compare Source
Released on 2026-06-03.
Python
Enhancements
Preview features
--isolatedinuv check(#19666)Bug fixes
v0.11.18Compare Source
Released on 2026-06-01.
Performance
Preview
uv checkto runtyfrom uv (#19605)Bug fixes
Other changes
block/goose (block/goose)
v1.37.0Compare Source
✨ Features
tuifeature flag to gate the TUI command #9428/modelslash command to CLI for session model switching #8747goose://resumesession deep link #9343/goalcommand for agent self-evaluation before finishing #9069goose reviewlocal code review command #9114goose://new-sessiondeep link to open fresh chat #9196🐛 Bug Fixes
🔧 Improvements
📚 Documentation
jj-vcs/jj (jj-vcs/jj)
v0.42.0Compare Source
About
jj is a Git-compatible version control system that is both simple and powerful. See
the installation instructions to get started.
Release highlights
performance.
Breaking changes
The following deprecated command options have been removed:
jj commit --reset-author/--authorjj describe --no-edit/--edit/--reset-author/--authorjj git push --allow-newjj metaedit --update-committer-timestampThe following deprecated config options have been removed:
git.auto-local-bookmarkgit.push-new-bookmarksDeprecations
jj evologno longer supports legacy commit predecessors recorded injj<0.30.
New features
Shell completions now surface descriptions for custom aliases,
revset-aliases, template-aliases, and fileset-aliases. Descriptions are
extracted from the
.docfield of the alias definition if it is a tablewith
.docand.definitionproperties.jj shownow accepts multiple revisions, showing all of them one after theother, behaving closer to
git show.jj git fetchnow generates evolution history based on change IDs. If changeIDs are preserved by the remote, local descendant revisions will be rebased
onto the rewritten parents.
Added
jj util backend namecommand that prints the commit backend being usedin the current repo.
Added
edit-invocation-modeconfig option for diff editors (e.g.jj diffedit,jj split). When set to"file-by-file", the editor islaunched once per changed file, making it possible to use per-file tools like
vimdifffor editing.Fixed bugs
jj git remote addnow reports an error instead of panicking when theremote name is empty or contains whitespace.
#9099
Color-words diffs are now shown as separate before and after lines when color
output is disabled, making piped or redirected diffs readable.
#5894
jj bookmark forgetno longer printsForgot N local bookmarks.when nolocal bookmarks were actually forgotten (e.g. when only an untracked remote
bookmark matched). #9181.
The
builtin_log_redactedtemplate now also redacts workspace names.Contributors
Thanks to the people who made this release happen!
Configuration
📅 Schedule: (in timezone UTC)
🚦 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 has been generated by Mend Renovate.