chore(deps): Update vuepress to v2.0.0-rc.0 #4102
Merged
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
Updated dependencies
vuepress
and@vuepress/plugin-docsearch
from2.0.0-beta.66
to2.0.0-rc.0
.why
There are two open PRs from renovate attempting to make these changes:
#3962
#3970
However, they are both failing on CI:
https://github.com/runatlantis/atlantis/actions/runs/7339572431/job/19984042669?pr=3962
https://github.com/runatlantis/atlantis/actions/runs/7339571043/job/19984040138?pr=3970
with the following error:
Researching a bit, it seems like the reason is that the renovate PRs were updating one of these packages at a time. If you update both (as this PR does) you don't get the error: https://vuepress-theme-hope.github.io/v2/faq/common-error.html#usexxx-is-called-without-provider
tests
Ran yarn locally
references
https://vuepress-theme-hope.github.io/v2/faq/common-error.html#usexxx-is-called-without-provider
#3962
#3970