Skip to content

chore(deps): update ⬆️ mise-packages#914

Merged
renovate[bot] merged 2 commits into
mainfrom
renovate/mise-packages
May 30, 2026
Merged

chore(deps): update ⬆️ mise-packages#914
renovate[bot] merged 2 commits into
mainfrom
renovate/mise-packages

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 30, 2026

This PR contains the following updates:

Package Update Change Pending Age Adoption Passing Confidence
aqua:ast-grep/ast-grep minor 0.42.30.43.0 age adoption passing confidence
aqua:dagger/dagger minor 0.20.80.21.0 0.21.3 (+2) age adoption passing confidence
aqua:editorconfig-checker/editorconfig-checker minor 3.6.13.7.0 age adoption passing confidence
aqua:junegunn/fzf patch 0.73.00.73.1 age adoption passing confidence
aqua:siderolabs/talos patch 1.13.21.13.3 age adoption passing confidence
github:agavra/tuicr patch v0.16.0v0.16.1 age adoption passing confidence
github:always-further/nono minor v0.57.0v0.58.0 v0.59.0 age adoption passing confidence
github:janosmiko/lfk patch v0.12.4v0.12.6 v0.13.0 (+3) age adoption passing confidence
github:modem-dev/hunk minor v0.13.2v0.14.0 age adoption passing confidence
github:thiagokokada/gh-gfm-preview patch v1.2.0v1.2.1 age adoption passing confidence
npm:pyright (source) patch 1.1.4091.1.410 age adoption passing confidence
npm:socket patch 1.1.1021.1.105 1.1.112 (+5) age adoption passing confidence

Release Notes

ast-grep/ast-grep (aqua:ast-grep/ast-grep)

v0.43.0

Compare Source

  • chore(deps): update dependency @​types/node to v24.12.4 #2636
  • chore(deps): update rust crate assert_cmd to v2.2.2 #2632
  • chore(deps): update rust crate similar to v3.1.1 #2662
  • fix(lsp): initialize tracing subscriber to surface tower-lsp errors #2639
  • fix(deps): update rust-wasm-bindgen monorepo #2660
  • chore(deps): update rust crate tree-sitter to v0.26.9 #2656
  • chore(deps): update rust crate serde_json to v1.0.150 #2659
  • chore(deps): update rust crate clap_complete to v4.6.5 #2634
  • chore(deps): update dependency @​ast-grep/napi to v0.42.3 #2653
  • chore(deps): update dependency oxlint to v1.66.0 #2651
  • chore(deps): update dependency web-tree-sitter to v0.26.9 #2654
  • fix: strip trailing comment artifact in comment suppression #2644
  • feat: support ESQuery style selector in run command #2663
  • feat: add --follow arg for sg test #2657
  • test: add test for run --kind d0d0b30
  • feat: add markdown support beacc9e
  • fix: use Rule instead of pattern in run 2759fda
dagger/dagger (aqua:dagger/dagger)

v0.21.0

Compare Source

Added
  • Automatically expose a check for each generate function by @​eunomie in #​12923
    Each generated check has the same name as its generate function, so dagger check can report whether generated files are out of date.
    Use dagger check --no-generate to list or run only functions explicitly marked as checks, without the generated ones.
    Toolchains can set ignoreChecks to skip creating checks for specific generate functions.
  • Add workspace lockfiles for selected lookups such as container.from and Git refs by @​shykes + @​alexcb + @​grouville + @​tiborvass + @​eunomie in #​12046 #​13094
    Locking is opt-in with --lock live, --lock pinned, or --lock frozen: live mode resolves and records live values, pinned mode prefers recorded pins while resolving the rest live, and frozen mode only resolves from .dagger/lock.
    Use dagger lock update to refresh entries already recorded in .dagger/lock; it now creates the file when missing.
    This also fixes remote Git tree cache keys so cache reuse follows the actual checkout inputs.
  • Add an interactive tests view to the TUI, plus compact test summaries for pretty, plain, logs, dots, and report progress modes by @​vito in #​13073
  • Add experimental --x-release=<ref> and DAGGER_X_RELEASE=<ref> support for running a command against an unreleased Dagger build from a GitHub ref, fixing #​12996 by @​tiborvass in #​13156
  • Add a configurable Kubernetes Service to the Helm chart by @​pierreyves-lebrun + @​grouville in #​11993
  • Add EngineCacheEntry.dagqlCall and EngineCacheEntry.recordTypes so cache entries expose the producing DagQL call and all represented storage record types for inspection and GC filtering by @​sipsma in #​13207
  • Show the Dagger Cloud trace URL when using the logs frontend by @​marcosnils in #​13105
  • Dang SDK: add support for local types that shadow Dagger core types, early return, self-calls, order-independent declarations, and stricter nullability/type checking by @​vito in #​13184
Changed
  • Migrate caching to DagQL and remove the BuildKit solver backend, making DagQL responsible for cache lookups, persistence, and pruning by @​sipsma in #​11856
  • Improve engine performance and memory use by reducing bbolt/containerd metadata overhead, lazily creating containerd operation leases, reusing pooled CNI namespaces for default execs, and batching long withDirectory chains instead of materializing them quadratically by @​sipsma in #​13117 #​13123 #​13144 #​13124
  • Deduplicate equivalent in-flight DagQL calls across clients in the same session and fall back to same-session secret/socket attachables when the original client binding is gone by @​sipsma in #​13118
Fixed
  • Fix enum argument defaults so they appear correctly in schema output and CLI help by @​kpenfound in #​13068
  • Fix module loading and type generation failures caused by stale handle-form module IDs and nested client session races, replacing session ... not found failures with the intended behavior or original error by @​sipsma in #​13108 #​13119
  • Fix bound service failures so dependent execs and container-backed services see the service exit as the cause while interactive terminals stay open by @​vito in #​13099
  • Fix remote Git checkout behavior so cached trees can be reused after cache pruning by @​sipsma in #​13141
  • Fix Changeset merge cleanup flakiness by disabling Git auto-maintenance in Dagger's temporary merge repositories by @​sipsma in #​13121
  • Fix WithSecretVariable so later calls override earlier values, fixing #​13147 by @​matipan in #​13159
  • Fix user-default secret and env handling so empty plaintext secrets resolve correctly, .env values are not double-expanded through namespaces, and plaintext Secret defaults are scrubbed in console output; fixes #​12855 and closes #​12014 by @​sipsma + @​marcosnils + @​tiborvass in #​13163 #​13160 #​13177
  • Fix telemetry and replay output so dagger check log telemetry is not dropped, Python module logs are not duplicated, and dagger trace honors frontend flags by @​vito + @​sipsma in #​13114 #​13153
  • Fix dagger generate --scale-out returning unusable remote Changeset objects by always running generation locally; dagger check --scale-out remains supported by @​eunomie in #​13190
  • Fix toolchain customizations so they propagate when toolchain functions are called through another module function by @​suprjinx in #​13176
  • Dang SDK: fix panics, initialization-race typechecking failures, and ID argument handling by @​tiborvass + @​vito in #​13098 #​13103 #​13150
  • Java SDK: fix version updates so mvn versions:set no longer performs unnecessary dependency/plugin resolution, preventing Maven Central 429 failures; fixes #​13174 by @​dagger-codex[bot] + @​tiborvass in #​13198
  • Python SDK: fix static module analysis regressions from the AST analyzer cutover, including inherited functions, aliased decorators and fields, @staticmethod, type aliases, constants/defaults, Annotated, Optional, Union, and relative imports; fixes #​13097 and #​13089 by @​eunomie in #​13095
  • Python SDK: fix more AST analyzer cases for TypeAlias inside X | None, quoted and aliased annotations, and absolute self-package imports by @​marcosnils + @​grouville + @​eunomie in #​13149 #​13162 #​13171
  • Python SDK: exclude the broken yarl 1.24.1 release from the dependency range by @​tiborvass in #​13189
  • Rust SDK: fix list-of-object fields so generated clients load each object by ID instead of returning an incorrect single wrapped selection by @​wingyplus in #​13000
What to do next?
editorconfig-checker/editorconfig-checker (aqua:editorconfig-checker/editorconfig-checker)

v3.7.0

Compare Source

Features
Bug Fixes
  • cli: auto-enable no-color when output format is github-actions (#​557) (9f4014c)
  • detect binary files before decoding to prevent false text (#​550) (f47b30c)
junegunn/fzf (aqua:junegunn/fzf)

v0.73.1

Compare Source

  • Bug fixes
    • Skip $FZF_CURRENT_ITEM export when the item contains a NUL byte; exec(2) rejects the env, breaking preview and other child commands (#​4806)
    • Fixed O(n^2) HTTP body accumulation in --listen; a single ~390 KB request could block the single-threaded server for ~8 s (Michal Majchrowicz, Marcin Wyczechowski, AFINE Team)
siderolabs/talos (aqua:siderolabs/talos)

v1.13.3

Compare Source

Talos 1.13.3 (2026-05-26)

Welcome to the v1.13.3 release of Talos!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/talos/issues.

Component Updates

Linux: 6.18.33
Kubernetes: 1.36.1
containerd: 2.2.4

Talos is built with Go 1.26.3.

Contributors
  • Andrey Smirnov
  • Noel Georgi
  • Lukasz Raczylo
  • Maja Bojarska
  • Mateusz Urbanek
  • Utku Ozdemir
Changes
19 commits

Changes from siderolabs/go-smbios
1 commit

Changes from siderolabs/pkgs
12 commits

Dependency Changes
  • github.com/containerd/containerd/v2 v2.2.2 -> v2.2.4
  • github.com/siderolabs/go-smbios v0.3.3 -> v0.3.4
  • github.com/siderolabs/pkgs v1.13.0-11-g969f61c -> v1.13.0-23-g8c18616
  • github.com/siderolabs/talos/pkg/machinery v1.13.2 -> v1.13.3
  • golang.org/x/net v0.53.0 -> v0.55.0
  • golang.org/x/sys v0.43.0 -> v0.45.0
  • golang.org/x/term v0.42.0 -> v0.43.0
  • golang.org/x/text v0.36.0 -> v0.37.0
  • google.golang.org/grpc v1.79.3 -> v1.81.0
  • k8s.io/api v0.36.0 -> v0.36.1
  • k8s.io/apiextensions-apiserver v0.36.0 -> v0.36.1
  • k8s.io/apimachinery v0.36.0 -> v0.36.1
  • k8s.io/apiserver v0.36.0 -> v0.36.1
  • k8s.io/client-go v0.36.0 -> v0.36.1
  • k8s.io/component-base v0.36.0 -> v0.36.1
  • k8s.io/kube-scheduler v0.36.0 -> v0.36.1
  • k8s.io/kubectl v0.36.0 -> v0.36.1
  • k8s.io/kubelet v0.36.0 -> v0.36.1
  • k8s.io/pod-security-admission v0.36.0 -> v0.36.1

Previous release can be found at v1.13.2

Images
ghcr.io/siderolabs/flannel:v0.28.4
registry.k8s.io/coredns/coredns:v1.14.2
registry.k8s.io/etcd:v3.6.11
registry.k8s.io/pause:3.10.1
registry.k8s.io/kube-apiserver:v1.36.1
registry.k8s.io/kube-controller-manager:v1.36.1
registry.k8s.io/kube-scheduler:v1.36.1
registry.k8s.io/kube-proxy:v1.36.1
ghcr.io/siderolabs/kubelet:v1.36.1
registry.k8s.io/networking/kube-network-policies:v1.0.0
ghcr.io/siderolabs/installer:v1.13.3
ghcr.io/siderolabs/installer-base:v1.13.3
ghcr.io/siderolabs/imager:v1.13.3
ghcr.io/siderolabs/talos:v1.13.3
ghcr.io/siderolabs/talosctl-all:v1.13.3
ghcr.io/siderolabs/overlays:v1.13.3
ghcr.io/siderolabs/extensions:v1.13.3
agavra/tuicr (github:agavra/tuicr)

v0.16.1

Compare Source

What's Changed

New Contributors

Full Changelog: agavra/tuicr@v0.16.0...v0.16.1

always-further/nono (github:always-further/nono)

v0.58.0

Compare Source

What's Changed

New Contributors

Full Changelog: always-further/nono@v0.57.0...v0.58.0

janosmiko/lfk (github:janosmiko/lfk)

v0.12.6

Compare Source

Bug Fixes

v0.12.5

Compare Source

Features
  • columns + views: REV, kubectl-parity audit, k9s-style views config (#​271) (837961c)
modem-dev/hunk (github:modem-dev/hunk)

v0.14.0

Compare Source

What's Changed

Features
  • Added inline expansion for collapsed unchanged context, so you can reveal surrounding source without leaving the review. Expand rows by clicking ▾ N unchanged lines or pressing z on the selected hunk. Includes source-load limits and coverage for edge cases. (#​303, #​367, #​372)
  • Added mouse-drag text selection in diff views with clipboard copy via OSC 52, plus safer copied text handling. (#​306, #​371)
  • Added custom theme support, letting users define their own Hunk palette in config. (#​226)
  • Added Catppuccin Latte and Catppuccin Mocha as built-in themes, and made them work correctly as custom theme base themes and in static pager output. (#​305, #​352, #​354, #​365)
  • Surfaced agent author names in inline notes and matching popovers, making multi-agent reviews easier to follow. (#​293)
Fixes
  • Fixed split diff alignment for wide CJK and emoji characters, and stabilized wrapped-row hover backgrounds so add-note affordances do not shift layout. (#​353, #​376)
  • Fixed inline note shortcuts: Ctrl-S works in tmux CSI-u input, and copy chords such as Ctrl-C / Ctrl-Shift-C no longer trigger note actions. (#​350, #​375)
  • Fixed editor launch behavior when Hunk is started from a repository subdirectory. (#​347, #​360)
  • Fixed VCS auto-detection so Git repositories nested under parent Jujutsu workspaces still use Git by default. (#​342)
  • Hardened pager execution and fallback behavior: pager commands no longer evaluate shell metacharacters, and captured/dumb-terminal non-diff pager content passes through instead of spawning less. (#​358, #​362)
  • Restricted session reloads so daemon commands cannot read files outside the initial Hunk session root. (#​349)
  • Hardened terminal rendering against control-sequence injection from diffs, file paths, notes, expanded context, copied selections, and pager fallback output. (#​371)
Tests and maintenance
  • Added broader PTY coverage for add-note keyboard actions, stack/deletion/context rows, note focus, multiple drafts, editor launch paths, and flaky terminal interactions. (#​336, #​348, #​351, #​356, #​357, #​360, #​361)
  • Centralized diff section row planning to keep rendering, navigation, scrolling, and note placement aligned. (#​359)
  • Added issue templates and skipped expensive CI jobs for docs-only changes. (#​368, #​369)
  • Added coverage for actionable security gaps around non-script terminal content. (#​372)
New contributors

Thanks to first-time contributors in this release:

Full Changelog: modem-dev/hunk@v0.13.1...v0.14.0

thiagokokada/gh-gfm-preview (github:thiagokokada/gh-gfm-preview)

v1.2.1

Compare Source

What's Changed

Full Changelog: thiagokokada/gh-gfm-preview@v1.2.0...v1.2.1

Microsoft/pyright (npm:pyright)

v1.1.410: Published 1.1.410

Compare Source

Changes:

This list of changes was auto generated.

SocketDev/socket-cli (npm:socket)

v1.1.105

Compare Source

v1.1.104

Compare Source

v1.1.103

Compare Source


Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • Between 03:00 AM and 05:59 AM (* 3-5 * * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from scottames as a code owner May 30, 2026 12:28
@renovate renovate Bot enabled auto-merge (squash) May 30, 2026 12:28
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 30, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: mise/mise.lock

mise ERROR error parsing config file: /tmp/renovate/repos/github/scottames/dots/mise/config.toml
mise ERROR Config files in /tmp/renovate/repos/github/scottames/dots/mise/config.toml are not trusted.
Trust them with `mise trust`. See https://mise.en.dev/cli/trust.html for more information.
mise ERROR Version: 2026.5.16 linux-x64 (2026-05-28)
mise ERROR Run with --verbose or MISE_VERBOSE=1 for more information

Command failed: mise lock aqua:ast-grep/ast-grep aqua:dagger/dagger aqua:editorconfig-checker/editorconfig-checker aqua:junegunn/fzf aqua:siderolabs/talos github:agavra/tuicr github:always-further/nono github:janosmiko/lfk github:modem-dev/hunk github:thiagokokada/gh-gfm-preview npm:pyright
mise ERROR error parsing config file: /tmp/renovate/repos/github/scottames/dots/mise/config.toml
mise ERROR Config files in /tmp/renovate/repos/github/scottames/dots/mise/config.toml are not trusted.
Trust them with `mise trust`. See https://mise.en.dev/cli/trust.html for more information.
mise ERROR Version: 2026.5.16 linux-x64 (2026-05-28)
mise ERROR Run with --verbose or MISE_VERBOSE=1 for more information

@renovate renovate Bot force-pushed the renovate/mise-packages branch from 1eda368 to 1e404ec Compare May 30, 2026 17:55
@renovate renovate Bot merged commit c1a7f75 into main May 30, 2026
5 checks passed
@renovate renovate Bot deleted the renovate/mise-packages branch May 30, 2026 17:59
scottames pushed a commit that referenced this pull request May 31, 2026
🤖 I have created a release *beep* *boop*
---


## [0.46.0](v0.45.0...v0.46.0)
(2026-05-31)


### Updates & Misc Chores

* **agents:** note local projects + fix opencode npm perms
([de3de3a](de3de3a))
* **chezmoi:** external cleanup
([7b2c0db](7b2c0db))
* **deps:** lock file maintenance
([#898](#898))
([5e4aca8](5e4aca8))
* **deps:** lock file maintenance
([#903](#903))
([321821f](321821f))
* **deps:** update ⬆️ aqua-packages
([#888](#888))
([898fc89](898fc89))
* **deps:** update ⬆️ aqua-packages
([#889](#889))
([a691018](a691018))
* **deps:** update ⬆️ aqua-packages
([#894](#894))
([8e096e1](8e096e1))
* **deps:** update ⬆️ aqua-packages
([#896](#896))
([64a517a](64a517a))
* **deps:** update ⬆️ aqua-packages
([#897](#897))
([f84e074](f84e074))
* **deps:** update ⬆️ aqua-packages
([#899](#899))
([dc24aea](dc24aea))
* **deps:** update ⬆️ aqua-packages
([#901](#901))
([863ada6](863ada6))
* **deps:** update ⬆️ aqua-packages to v4.514.0
([#904](#904))
([536e854](536e854))
* **deps:** update ⬆️ aqua-packages to v4.515.0
([#910](#910))
([f23b713](f23b713))
* **deps:** update ⬆️ dagger to v0.20.8
([#891](#891))
([569a0fb](569a0fb))
* **deps:** update ⬆️ github-actions to v1.3.1
([#905](#905))
([99a46a3](99a46a3))
* **deps:** update ⬆️ github-actions to v2.2.2
([#892](#892))
([4200758](4200758))
* **deps:** update ⬆️ github-actions to v3
([#893](#893))
([99445d2](99445d2))
* **deps:** update ⬆️ mise-packages
([#886](#886))
([525df2a](525df2a))
* **deps:** update ⬆️ mise-packages
([#887](#887))
([1a146ff](1a146ff))
* **deps:** update ⬆️ mise-packages
([#895](#895))
([cd5d32a](cd5d32a))
* **deps:** update ⬆️ mise-packages
([#902](#902))
([8a9ff12](8a9ff12))
* **deps:** update ⬆️ mise-packages
([#907](#907))
([a9b6df2](a9b6df2))
* **deps:** update ⬆️ mise-packages
([#908](#908))
([8dd7d80](8dd7d80))
* **deps:** update ⬆️ mise-packages
([#909](#909))
([c7c2835](c7c2835))
* **deps:** update ⬆️ mise-packages
([#911](#911))
([c5ec4ef](c5ec4ef))
* **deps:** update ⬆️ mise-packages
([#912](#912))
([f730659](f730659))
* **deps:** update ⬆️ mise-packages
([#914](#914))
([c1a7f75](c1a7f75))
* **deps:** update ⬆️ mise-packages to v4
([#915](#915))
([462b7f1](462b7f1))
* **deps:** update ⬆️ mise-packages to v4.2.0 [security]
([#900](#900))
([62761bc](62761bc))
* **init:** true-up to leverage mise
([cd573e4](cd573e4))
* **opencode:** add permissions
([4292fee](4292fee))
* **openpackage:** true-up w/ .agents
([d96f454](d96f454))
* rm unused abandoned deps
([546aa15](546aa15))
* rm unused abandoned deps
([9ddb5a4](9ddb5a4))
* upgrade trunk ([#890](#890))
([a844314](a844314))
* upgrade trunk ([#906](#906))
([c93e0f2](c93e0f2))
* upgrade trunk ([#913](#913))
([a0d5e61](a0d5e61))
* **zen:** migrate keybinds (+dyff helper)
([126ffc0](126ffc0))
* **zen:** updates to keybinds
([a6a8988](a6a8988))


### Features

* add voxtype (rm hark)
([fa7d8a5](fa7d8a5))
* **agents:** notes regarding recent gotchas
([ea01f33](ea01f33))
* **chezmoi:** add .agents personal repo
([7337181](7337181))
* **fish:** improve startup time
([1ef9303](1ef9303))
* **mise:** add talosctl
([05bf11f](05bf11f))
* **nvim:** keybind for yank buffer path
([7541fff](7541fff))
* **openpackage:** add mattpocock skills
([1d8953e](1d8953e))
* **zellij:** layout split-edit +stacked pane
([b0f2c27](b0f2c27))


### Bug Fixes

* .local/bin path over mise
([fda4825](fda4825))
* gum refs
([44dc219](44dc219))
* **mise:** bash shell integration
([ee6a691](ee6a691))
* **nvim:** disable copilot-ls when not in use
([b2f0617](b2f0617))
* **opencode:** tui keys + permissions
([f25066c](f25066c))
* **voxtype:** support distrobox
([c2e71d3](c2e71d3))
* **zellij-status:** support clear notification
([33d9eea](33d9eea))


### Code Refactoring

* **aqua:** migrate to mise
([0418644](0418644))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: scottames-github-bot[bot] <162828115+scottames-github-bot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants