chore(deps): update all non-major dependencies - #232
Merged
Conversation
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:
2.36.31→2.36.322.36.38(+5)1.34.0→1.34.10.149.1→0.150.00.152.1(+3)0.35.0→0.35.10.36.0(+1)59.5.0→59.6.259.11.2(+5)Release Notes
aws/aws-cli (awscli)
v2.36.32Compare Source
jdx/fnox (fnox)
v1.34.1: : Safer profiles, exports, and macOS binariesCompare Source
A patch release focused on safety and correctness: unknown profiles now fail loudly instead of silently falling back to defaults, dotenv exports survive Docker Compose interpolation, interactive daemon cache misses regain access to your terminal, and macOS release binaries are now notarized.
Fixed
Unknown profiles are rejected (#741) -- @jdx. An active profile that has neither a
[profiles.<name>]table nor a matchingfnox.<name>.tomloverlay now errors (listing the available profiles) instead of silently falling back to top-level secrets, which could leak defaults on a typo. Shell integration (hook-env) also refuses unknown profiles. Creating new profiles viaset,import, andprovider addstill works.Dotenv export preserves dollar signs (#746) -- @jdx. Secrets containing
$are now emitted in single quotes so Docker Compose no longer interpolates them, falling back to double quotes with\$escaping when needed. Dotenv import was aligned to match: it reassembles multiline single-quoted values, unescapes\', and treats\$in double quotes as a literal dollar sign.Interactive daemon cache misses resolve in the foreground (#743) -- @jdx. When the daemon misses its cache for an interactive client, the missing keys are now resolved in the foreground so PIN, touch, browser, and auth-command prompts reach the invoking terminal; resolved values are then sent back to the daemon for reuse. Non-interactive callers continue to resolve daemon-side and never prompt.
age batch decryption prompts once (#755) -- @jdx.
fnox syncnow wraps a single random key with age per batch and encrypts each secret under it, so age (and hardware-backed plugins) only prompt once per sync instead of once per secret. Existing sync caches remain readable, and re-runningfnox syncmigrates them to the batched format.Security
^[A-Za-z_][A-Za-z0-9_]*$), enforced when loading, validating, runningset, andimport, with shell emitters quoting names defensively across Bash, Zsh, Fish, and PowerShell.execand MCPexecnow strip ambientFNOX_AGE_KEYandFNOX_AGE_KEY_FILEbefore spawning child processes while still injecting explicitly configured secrets.Changed
Documentation
<path>render correctly instead of being parsed as Vue elements (#739) -- @jdx.Full Changelog: jdx/fnox@v1.34.0...v1.34.1
💚 Sponsor fnox
fnox is maintained by @jdx, an open source developer for entire.io, the title sponsor of the jdx.dev open source tools including mise, aube, hk, and more. Keeping fnox secure, maintained, and free is funded by sponsors.
If fnox is handling secrets or config for you or your team, please consider sponsoring at jdx.dev. Sponsorships are what let fnox stay independent and the project keep moving.
vercel-labs/agent-browser (npm:agent-browser)
v0.35.1Compare Source
Bug Fixes
Improvements
rustls-webpki0.103.13 andquinn-proto0.11.17 (#1723, #1720)Contributors
Configuration
📅 Schedule: (in timezone Asia/Tokyo)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.