Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update various dev dependencies #5767

Merged
merged 4 commits into from Nov 1, 2022
Merged

Update various dev dependencies #5767

merged 4 commits into from Nov 1, 2022

Conversation

lukekarrys
Copy link
Member

@lukekarrys lukekarrys commented Oct 27, 2022

  • chore: @npmcli/temlate-oss@4.8.0

  • chore: move doc deps to dev

    This moves all the dependencies of the docs/ workspace to dev deps. I
    had originally moved them out of devDeps as part of feat: rewrite docs generation #5309, but this
    seems to go against the grain of other tooling. We would have to special
    case both audit and licensee to run on a custom subset of our
    dependency tree.

    Maybe one day when all tools can be piped the output of an npm query
    this will be possible. It would be nice if we could only audit
    dependencies that are bundled as part of the CLI.

    But for now it's easier to move these to devDeps and then reinstall only
    the docs workspace after pruning during the publish step.

  • chore: licensee@9.0.0

  • chore: remove mdx from docs build

    We will be updating to mdx@2 soon which is esm only, but built in to
    Gatsby. Due to the new documentation build process here and in
    npm/documentation, there is much less need for us to verify all our
    docs here. Therefore, it is best to remove this dependency now to avoid
    needing to update it here at the same time as the docs site.

@lukekarrys lukekarrys requested a review from a team as a code owner October 27, 2022 19:51
@lukekarrys lukekarrys marked this pull request as draft October 27, 2022 19:52
@lukekarrys lukekarrys marked this pull request as ready for review October 27, 2022 22:49
@lukekarrys lukekarrys changed the title lk/doc deps Update various dev dependencies Oct 27, 2022
@lukekarrys
Copy link
Member Author

lukekarrys commented Nov 1, 2022

Marked as a draft since this should go after #5739. Once that is merged this will be marked as ready for review.

Also note that this should be rebased.

@lukekarrys lukekarrys marked this pull request as draft November 1, 2022 17:11
Base automatically changed from lk/no-make to latest November 1, 2022 17:19
We will be updating to mdx@2 soon which is esm only, but built in to
Gatsby. Due to the new documentation build process here and in
`npm/documentation`, there is much less need for us to verify all our
docs here. Therefore, it is best to remove this dependency now to avoid
needing to update it here at the same time as the docs site.
This moves all the dependencies of the `docs/` workspace to dev deps. I
had originally moved them out of devDeps as part of #5309, but this
seems to go against the grain of other tooling. We would have to special
case both `audit` and `licensee` to run on a custom subset of our
dependency tree.

Maybe one day when all tools can be piped the output of an `npm query`
this will be possible. It would be nice if we could only audit
dependencies that are bundled as part of the CLI.

But for now it's easier to move these to devDeps and then reinstall only
the docs workspace after pruning during the publish step.
@lukekarrys lukekarrys marked this pull request as ready for review November 1, 2022 17:51
@lukekarrys
Copy link
Member Author

Rebased against latest now that #5739 has landed

@wraithgar wraithgar merged commit c09abca into latest Nov 1, 2022
@wraithgar wraithgar deleted the lk/doc-deps branch November 1, 2022 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants