ziofat
ziofat
BTW, there is no `label` and `value` passed from the renderMenuItem callback. If this is not intentional, then the item type should be like `MyDataItem & ItemDataType`
A reasonable solution is to change baseline series to support dynamic baseline values.
I am still disturbing by this issue. My plugins are managed with the core package in a single rush workspace and they have a lot waste versions just because the...
@isc30 No, I'm not using `bumpType`. I am debugging through the `PublishUtilities.ts` file and it seems have workaround.
But I'm using `rush version --bump` based on changeset files. The pipeline will not know what `nextBump` should be.
I think I've found 2 pieces of codes that related to this issue. The first one is: https://github.com/microsoft/rushstack/blob/8250ce6d1ab54cb3ef870a3935eac45e08aff6cf/libraries/rush-lib/src/logic/PublishUtilities.ts#L796-L804 This is doubtable when updating `devDependencies`. It only need to republish if...
I've tried that. Actually the only difference is it does not update downstream dependencies' `version`. But it still changed the `peerDependencies` to the latest one which is not what we...
Also, `nextBump` actually defines what the version should be at next `rush version --bump`. If I set `nextBump` to `patch` then only the patch version is increasing, regardless what change...
The original issue is about a `devDependency`. The solution is to build and compare the output hash before bumping the version. However, it is too complicated for me to implement...
VSCode extension would be great. It can use svgo to transform a svg file to path only svg and then edit it. Though not all svgs can be transform to...