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

Misc Cleanups #573

Merged
merged 5 commits into from
Aug 9, 2021
Merged

Misc Cleanups #573

merged 5 commits into from
Aug 9, 2021

Conversation

ahuth
Copy link
Contributor

@ahuth ahuth commented Aug 6, 2021

Summary:

This PR makes a couple miscellaneous cleanups

Test Plan:

  • CI
  • Docs deploy
  • Tested bad commit messages
  • Alpha version publish This didn't work, so I'll need to figure something else out. Removing the workspace ranges stuff

To work around lerna/lerna#1171.

The lerna publishing commands don't seem to update the yarn.lock file,
unfortunately. This means on CI when we run `yarn install --immutable`
we get an error because yarn tries to make changes to the lockfile
(which lerna should have, but didn't, make).

If we specify with dependencies between workspace packages with
https://yarnpkg.com/features/workspaces/#workspace-ranges-workspace, then
everything works because the version number of the packages doesn't actually
appear in the yarn.lock file, and therefore doesn't need to get updated.
@codecov
Copy link

codecov bot commented Aug 6, 2021

Codecov Report

Merging #573 (84188a1) into main (2253e99) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #573   +/-   ##
=======================================
  Coverage   95.30%   95.30%           
=======================================
  Files          21       21           
  Lines         298      298           
  Branches       89       89           
=======================================
  Hits          284      284           
  Misses         14       14           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2253e99...84188a1. Read the comment docs.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

size-limit report

Path Size
components 52.58 KB (0%)
styles 3.91 KB (0%)

@ahuth ahuth marked this pull request as ready for review August 6, 2021 19:35
@ahuth ahuth requested a review from a team August 6, 2021 19:36
@@ -61,9 +61,6 @@
"@babel/preset-typescript": "^7.12.17",
"@chanzuckerberg/axe-storybook-testing": "^3.0.2",
"@chanzuckerberg/story-utils": "^2.0.0",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@commitlint/prompt-cli": "^8.3.5",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

No need to have v8 here and v11 at the top level.

Copy link
Contributor

@anniehu4 anniehu4 left a comment

Choose a reason for hiding this comment

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

🧹

@anniehu4
Copy link
Contributor

anniehu4 commented Aug 9, 2021

https://app.clubhouse.io/czi-edu/story/132355/remove-classnames-import-in-favor-of-using-clsx-from-eds

@shortcut-integration
Copy link

@ahuth ahuth merged commit 464887f into main Aug 9, 2021
@ahuth ahuth deleted the ah-cleanup branch August 9, 2021 16:58
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