chore(deps): website: Upgrade patch release of vuepress #3595
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.
what
Small patch upgrade of vuepress, from 2.0.0-beta60 to 2.0.0-beta65
why
I noticed browsing https://www.runatlantis.io/docs/ that Luke Kysow's name appeared twice as a contributor.
I tracked this down to a bug in vuepress itself, which I was able to put in a fix for: vuepress/core#1364, which was subsequently released: https://github.com/vuepress/vuepress-next/blob/main/CHANGELOG.md. It turned out to treat automated commits different from manual ones, and the vuepress team agreed to merge them before showing on contributor field.
Now if I run the runatlantis.io site locally, you only see one:
I'm not sure of the cadence of updating this kind of dependency for Atlantis, I was just excited to get the fix in and wanted to bring it full circle to update it on the website here :) Feel free to close this if this bug doesn't seem important enough to have a dependency release "off cycle"; I'm happy to wait until it happens naturally.
tests
I ran the website locally and it fixed the issue (see above). I also clicked around a bit and everything seemed ok.
references
vuepress/core#1364