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

Web build: patch circular dep warnings #32941

Merged
merged 2 commits into from
Oct 4, 2023

Conversation

kimlisa
Copy link
Contributor

@kimlisa kimlisa commented Oct 4, 2023

enterprise: https://github.com/gravitational/teleport.e/pull/2349

gets rid of circular dependency warnings when building for production.

i don't think this quick "patch" was the root issue, i turned on eslint for import/no-cycle and there were kinda everywhere 🙈

i was planning to add the rule as a warning to help us avoid for future, but with this one, the linter takes about 3-4 minutes to complete, without it takes like less than a minute (docs does says its computationally expensive), i opted to leave it out unless someone disagrees.

i created an issue for myself to tackle some of it later: #32940

@kimlisa kimlisa enabled auto-merge October 4, 2023 16:50
@kimlisa kimlisa added this pull request to the merge queue Oct 4, 2023
Merged via the queue into master with commit 5097c8d Oct 4, 2023
26 checks passed
@kimlisa kimlisa deleted the lisa/patch-circular-dep-warnings branch October 4, 2023 17:09
@public-teleport-github-review-bot

@kimlisa See the table below for backport results.

Branch Result
branch/v13 Create PR
branch/v14 Create PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants