nub 0.8.3 - #1053
Closed
amrkmn wants to merge 1 commit into
Closed
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.
Created with
brew bump-formula-pr.Details
release notes
276db81releases/latestserves the new tag after promotion, so a silent regression fails the workflowa21ec2521c3761Runtime and install fixes
nodea script spawned through nub's shim — which is whynub installfailed on packages whose install scripts shell out to Node, such assqlite3. (#834, fixes #746)addre-resolve un-trusting the build scripts of every already-locked package. (#836, fixes #764)Configuration
nodeExecutablefield innub.jsoncnames the exact Node binary a project runs, above the pin chain, with a$(command)form that resolves the path from a command's output —"$(which node)"uses whatever Node leads your PATH, with nub's own shim excluded from the answer. (#835, closes #606).npmrckey that anub.jsoncinstall field already answers is refused with the field to set instead (#842), and settings no reader under nub consults are rejected with a working replacement named per key (#833). The same change makespreferFrozenLockfileactually honored.auth.inion Windows the way pnpm does — including on machines with no home directory set. (#831, fixes #605)CLI
cicommand accepts the dependency-axis flags —-P/--prod/--productionand-D/--dev— matching pnpm 11'scisurface, so a Docker build stage can produce a devDependency-free tree. (#838)--smolcompiled executable refuses a discovered Node that cannot run its loader shim, instead of failing at startup on the 23.0–23.4 band. (#829)Documentation
brew install nubresolves without a tap. Existing tap installs keep upgrading from the tap. (#821, closes #728)Testing and internals
03640b5).9f864ba), andmake install-devsymlinks the target directory the build actually resolved (c7181f4).What's Changed
New Contributors
Full Changelog: nubjs/nub@v0.8.2...v0.8.3
View the full release notes at https://github.com/nubjs/nub/releases/tag/v0.8.3.