chore: miscellaneous project maintenance (pandoc cache, root deps, md lint)#2251
Merged
chore: miscellaneous project maintenance (pandoc cache, root deps, md lint)#2251
Conversation
✅ Deploy Preview for pilcrow-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
c436d9a to
17a2725
Compare
e6cf013 to
4a0e420
Compare
Download the pandoc .deb to .lando/cache/ and reuse it on subsequent rebuilds instead of re-downloading from GitHub every time.
- chalk 5.2.0 -> 5.6.2 - columnify 1.5.4 -> 1.6.0 - commander 12.0.0 -> 14.0.3 - markdownlint-cli 0.45.0 -> 0.48.0 - Replace deprecated .addHelpCommand(false) with .helpCommand(false)
9c17130 to
4634a08
Compare
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.
Summary
Miscellaneous project maintenance changes. Cypress reorganization and upgrade have been split into a separate PR against
chore/cypress-reorg.Commits:
chore: cache pandoc deb download across lando rebuilds— avoid re-downloading pandoc on every lando rebuild.chore: upgrade root dependencies— bumpchalk,columnify,commander,markdownlint-cli.fix: resolve markdown lint errors in issue template and docs— fix heading levels and table formatting flagged by markdownlint.Test plan
yarn lint:mdpasseslando rebuildreuses cached pandoc deb on subsequent runs