chore(deps): update dependency aube to latest - #1433
Merged
Merged
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Central YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Contributor
|
This PR does not match any of the 1 configured review trigger rule. |
Merged
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.2.12→v2.2.17Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
jdx/aube (aube)
v2.2.17: : Maintenance releaseCompare Source
This release only refreshes
Cargo.lockdependencies and contains no user-facing changes.Full Changelog: aubepkg/aube@v2.2.16...v2.2.17
💚 Sponsor aube
aube is built and maintained by @jdx, an open source developer at entire.io, the title sponsor of his open source work.
If aube saves your team install time or CI minutes, please consider becoming an individual or company sponsor. Your support funds ongoing development and helps keep aube fast, free, and independent.
v2.2.16: : aube add installs local tarballs by their manifest nameCompare Source
aube add ./package.tgznow records the package under the name declared in the tarball'spackage.json, and localfile:/link:/portal:dependencies now install theiroptionalDependencies.Fixed
package.tgz, andaube addpreviously derived the dependency key from that filename, producing a bogus"package": "file:./package.tgz"entry alongside any existing dependency on the real package. For an unaliased local tarball or directory,aube addnow readspackage.json#nameand uses it as the key, so the add replaces an existing dependency on the same package instead of adding a second one. Explicit aliases (aube add alias@file:./package.tgz) remain authoritative, and a local package whose manifest has nonameis now rejected with an error. This fixes Bun checksum installs through mise (jdx/mise#13125), which download the verified artifact aspackage.tgz.optionalDependencies(#1532 by @jdx) —file:,link:, andportal:directory and tarball dependencies previously only resolveddependencies, so optional platform packages declared by a local package (such as Bun's per-platform binaries) were silently dropped. They are now resolved and linked under the local package, honoringignoredOptionalDependenciesandblockExoticSubdeps, and skipping any optional dependency already listed underdependenciesso it is not installed twice.Full Changelog: aubepkg/aube@v2.2.15...v2.2.16
💚 Sponsor aube
aube is built and maintained by @jdx, an open source developer at entire.io, the title sponsor of his open source work.
If aube saves your team install time or CI minutes, please consider becoming an individual or company sponsor. Your support funds ongoing development and helps keep aube fast, free, and independent.
v2.2.15: : Embeddedaube addconfirmations distinguish "unavailable" from "declined"Compare Source
Embedding hosts can now tell aube that an install confirmation could not be shown, instead of being forced to report it as a user abort.
Fixed
Unavailable embedded confirmations no longer look like user aborts (#1530 by @jdx) — The
aube addreputation gates (low downloads, newly published names, similar names) previously asked embedded hosts for a boolean answer. A host that could not present a prompt had to returnfalse, which aube reported as an explicit user abort and could invent a host command such asmise addin the diagnostic. A new, backward-compatible tri-state API lets hosts answerAccept,Decline, orUnavailable:Unavailablereturns the gate's normal structured refusal with its stable error code and remediation;Declinenow producesuser declined to add <name>without referencing the embedding process. ExistingInstallPromptHandlerimplementations keep working, withfalsetreated as an explicit decline.Gate remediation moved into structured diagnostic help (#1530 by @jdx) — The
--allow-low-downloads/lowDownloadThreshold/minimumPackageAgehints for the three gates are now attached as diagnostichelprather than embedded in the message text, so embedders can replace them with host-native guidance while keeping the measured reason and error code.Full Changelog: aubepkg/aube@v2.2.14...v2.2.15
💚 Sponsor aube
aube is built and maintained by @jdx, an open source developer at entire.io, the title sponsor of his open source work.
If aube saves your team install time or CI minutes, please consider becoming an individual or company sponsor. Your support funds ongoing development and helps keep aube fast, free, and independent.
v2.2.14: : Match GHSA IDs found in advisory URLsCompare Source
This is a small bug-fix release with a single user-facing change to
aube audit.Fixed
urlfield (e.g. an advisory whose URL ends inGHSA-w3rx-r6r6-pgpr), so advisories likeGHSA-w3rx-r6r6-pgprandGHSA-5p2g-fcmc-qvqqwere still reported even when passed to--ignoreor listed underaudit.ignorein a workspace's YAML. The matcher now extracts the trailing advisory ID from the URL and compares it using the existing case-insensitive exact match, correctly handling trailing slashes, query strings, and fragments.New Contributors
Full Changelog: aubepkg/aube@v2.2.13...v2.2.14
💚 Sponsor aube
aube is built and maintained by @jdx, an open source developer at entire.io, the title sponsor of his open source work.
If aube saves your team install time or CI minutes, please consider becoming an individual or company sponsor. Your support funds ongoing development and helps keep aube fast, free, and independent.
v2.2.13: : Documentation & Site OverhaulCompare Source
This is a documentation-focused release. There are no functional changes to the aube binary — the work is a broad refresh of the guides, CLI references, and documentation site.
Changed
--ignore-scriptshelp text (#1503 by @jdx) — The help text for--ignore-scriptsnow accurately describes its behavior, alongside corrections to build-script policy, jail limitations, lockfile compatibility, and command examples throughout the docs.Full Changelog: aubepkg/aube@v2.2.12...v2.2.13
💚 Sponsor aube
aube is built and maintained by @jdx, an open source developer at entire.io, the title sponsor of his open source work.
If aube saves your team install time or CI minutes, please consider becoming an individual or company sponsor. Your support funds ongoing development and helps keep aube fast, free, and independent.
Configuration
📅 Schedule: (in timezone America/Chicago)
* * * * 2)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.