chore(deps): update dependency @nubjs/nub to v0.9.2 - #199
Merged
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/nubjs-nub-0.9.x
branch
from
September 17, 2026 01:48
f45385a to
bdc40fd
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.9.1→0.9.2Release Notes
nubjs/nub (@nubjs/nub)
v0.9.2: Nub 0.9.2Compare Source
The standalone runner,
@nubjs/runner, gainsnubr, a command that runs a TypeScript file, apackage.jsonscript, or an installed bin.The unified runner
The package now ships a command as well as a preload. One name covers the three things the full CLI splits across
nub <file>,nub runandnubx, because a package with a single bin has to unify them:Names resolve most-specific-first — a file, then a script, then a bin. A script wins over a bin of the same name, matching npm, because a script usually wraps the bin it is named after.
Scripts run through the same shell npm uses, with
node_modules/.binon the path andpre/posthooks honored. A file run re-execs Node with--importrather than arming the hooks in-process, so the command is identical to the documented preload form by construction. (#840,04929a4b9b)Package manager
sh, so a package whose install script assumes a POSIX shell behaves the same on Windowscb0e091780(#940)Documentation
nubrchip in the sidebarba9c84f59anodeExecutableexamples show an absolute path alongside the$(...)form, with the Windows spellingb3b5052c2b,0d9d201bf5Release tooling
crates/nub-phantom/Cargo.lock. That workspace is excluded from the root and is checked with--lockedin CI, so omitting it tagged a stale tree (9fdd379ba7).What's Changed
Full Changelog: nubjs/nub@v0.9.1...v0.9.2
Configuration
📅 Schedule: (UTC)
🚦 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.