chore: version packages - #164
Merged
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 was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@vitus-labs/tools-atlas@2.6.3
Patch Changes
@vitus-labs/tools-favicon@2.6.3
Patch Changes
@vitus-labs/tools-nextjs@2.6.3
Patch Changes
@vitus-labs/tools-rolldown@2.6.3
Patch Changes
#163
507f10dThanks @vitbokisch! - Makenode:*externalization robust against per-packageexternaloverrides.The gap.
node:*was added tobaseConfig.external(a user-overridable default). ButdeepMergereplaces arrays wholesale — so any package that sets its ownexternalinvl-tools.config.mjs(e.g. to addechartssubpaths) silently dropped the/^node:/default and started emittingUNRESOLVED_IMPORTwarnings on everynode:fs/node:path/etc. import again. Not cosmetic: it's a regression-prone class — any package overridingexternalfor any reason re-opened it.The fix.
node:*is a hard invariant — anode:import is never a real module a library could bundle. Moved it out of the overridablebaseConfig.externalinto anALWAYS_EXTERNALconstant inrolldown/config.tsthatresolveExternalsspreads in unconditionally, independent ofCONFIG.external. A package'sexternaloverride is still honored (their entries are added), but can no longer drop node-builtin externalization.Regression-locked with two unit tests (package overrides
external;externalempty) — both fail without the fix, pass with it. Verified end-to-end: full monorepo build emits 0node:*UNRESOLVED_IMPORT warnings, and a probe package that overridesexternalkeepsnode:fsexternal.Note: the related SOURCEMAP_BROKEN-on-isolated-path concern was investigated and does not reproduce — both the isolated and grouped DTS paths share
createDtsConfig, which already setsdts({ sourcemap: false }). A single-entry build emits 0 SOURCEMAP_BROKEN warnings. No change needed.Updated dependencies []:
@vitus-labs/tools-rollup@2.6.3
Patch Changes
@vitus-labs/tools-storybook@2.6.3
Patch Changes
@vitus-labs/tools-core@2.6.3
@vitus-labs/tools-lint@2.6.3
@vitus-labs/tools-mcp@2.6.3
@vitus-labs/tools-nextjs-images@2.6.3
@vitus-labs/tools-typescript@2.6.3
@vitus-labs/tools-vitest@2.6.3