Ian Clanton-Thuon

Results 106 comments of Ian Clanton-Thuon

It'd be pretty straightforward to add the `--port` parameter to `heft-storybook-plugin`. Would you be interested in making that change? This is where the `--storybook` parameter is defined: https://github.com/microsoft/rushstack/blob/main/heft-plugins/heft-storybook-plugin/src/StorybookPlugin.ts#L113-L118. Someone would...

Note: PR #3337 has renamed our GitHub `master` branch to `main`. This should not affect your pull request, but we recommend to redo your `git clone` to avoid confusion with...

Note: PR #3337 has renamed our GitHub `master` branch to `main`. This should not affect your pull request, but we recommend to redo your `git clone` to avoid confusion with...

Note: PR #3337 has renamed our GitHub `master` branch to `main`. This should not affect your pull request, but we recommend to redo your `git clone` to avoid confusion with...

Note: PR #3337 has renamed our GitHub `master` branch to `main`. This should not affect your pull request, but we recommend to redo your `git clone` to avoid confusion with...

Note: PR #3337 has renamed our GitHub `master` branch to `main`. This should not affect your pull request, but we recommend to redo your `git clone` to avoid confusion with...

Does this sort the existing `package.json` entries, or does it just insert the new dependency in approximately-correct alphabetical order? If it's the former, we should control this with a flag.

As mentioned in the original issue, it would be nice to preserve the order of elements in explicitly defined union types and only apply the sorting to inferred types. It...

@samhristov - Ideally we'd upgrade the package that depends on `package-json` so the upgrade applies when we publish the packages that depend on it.

So this will just generate a manifest of what was changed by that particular version event? It won't be able to replace [this functionality](https://github.com/microsoft/rushstack/blob/main/common/config/azure-pipelines/templates/record-published-versions.yaml)?