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

fix: Reenabled patternfly quickstarts. #4267

Merged
merged 5 commits into from
Sep 25, 2024
Merged

fix: Reenabled patternfly quickstarts. #4267

merged 5 commits into from
Sep 25, 2024

Conversation

dlabaj
Copy link
Contributor

@dlabaj dlabaj commented Sep 18, 2024

Fixes issue #4251 by reenabling quickstarts.

@nicolethoen
Copy link
Collaborator

@dlabaj I think this build will pass if you make sure the version of the @patternfly/documentation-framework matches the version of that dependency being pulled into the documentation-site.

Copy link
Member

@evwilkin evwilkin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The @patternfly/documentation-framework dependency on line 20 should be bumped to 6.0.0-alpha.102 to match the current docs-framework version - this update resolved the CI build error for me locally.

yarn.lock Outdated
@@ -1787,6 +1787,74 @@
"@patternfly/react-core" "6.0.0-alpha.94"
commander "^12.0.0"

"@patternfly/[email protected]":
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think these lines in the yarn.lock file should be unnecessary. are they being pulled in if you run yarn install again?
Quickstarts shouldn't be requiring you to pull it in, I don't think.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. Thanks @nicolethoen

@patternfly-build
Copy link
Contributor

patternfly-build commented Sep 24, 2024

@kmcfaul
Copy link
Contributor

kmcfaul commented Sep 24, 2024

I think if you run yarn install and commit the yarn.lock that should clean it up.

Copy link
Member

@evwilkin evwilkin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 🥇

@@ -26,6 +26,7 @@
"@patternfly/react-user-feedback": "6.0.0-prerelease.1",
"@patternfly/react-component-groups": "6.0.0-prerelease.3",
"@patternfly/react-virtualized-extension": "6.0.0-prerelease.3",
"@patternfly/quickstarts": "6.0.0-alpha.5",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you want to pull in version 6.0.0-prerelease.1 of quickstarts? That'll include the updated design guidelines that Erin just finished.

@nicolethoen nicolethoen merged commit 25c87bb into main Sep 25, 2024
4 checks passed
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.

Bug - re-enable quickstarts docs using quickstart betas
5 participants