You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a package has internal private dependencies (i.e. packaged utils referenced by "file:" in the package.json), the existing version range will not match the package's actual version. This is causing beachball bump to add changelog entries on bump referencing the bumping of said internal dependencies.
I couldn't find any configuration option in the docs to make beachball ignore these internal packages.
Example from a verbose execution of beachball bump:
@azure/msal-common needs to be bumped because eslint-config-msal file:../../shared-configs/eslint-config-msal -> 0.0.0
@azure/msal-common needs to be bumped because msal-test-utils file:../../shared-test-utils -> 0.0.1
@azure/msal-common needs to be bumped because rollup-msal file:../../shared-configs/rollup-msal -> 0.0.0
Example of the resulting changelog with false bump entries for these dependencies:
When a package has internal private dependencies (i.e. packaged utils referenced by "file:" in the package.json), the existing version range will not match the package's actual version. This is causing beachball bump to add changelog entries on bump referencing the bumping of said internal dependencies.
beachball/src/bump/setDependentVersions.ts
Line 36 in 3f71c57
I couldn't find any configuration option in the docs to make beachball ignore these internal packages.
Example from a verbose execution of
beachball bump
:Example of the resulting changelog with false bump entries for these dependencies:
AzureAD/microsoft-authentication-library-for-js@20674a1#diff-8f1fef2ac7777148212f5d8a43e43e428ba981830435fcef371908663229d89eR14
Is there anything in the config that can currently prevent this?
The text was updated successfully, but these errors were encountered: