-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
chore(deps): deduplicate #29974 yarn.lock #30058
chore(deps): deduplicate #29974 yarn.lock #30058
Conversation
|
type checks are not happy |
I don't have an explanation for why https://app.circleci.com/pipelines/github/cypress-io/cypress/63542/workflows/bed46da9-a920-42d9-91b7-c958d69f8f2c/jobs/2633249 shows failure executing yarn workspace cypress dtslint attempting to install TypeScript
Running the same command locally is able to install TypeScript and run the tests, although these do output lots of deprecations (see #30063) which were appearing before this PR. I guess it might be a caching issue in CircleCI, but I can't say for sure.
|
This error or similar is occurring in multiple tests. This is suspicious as it is the
|
|
Maybe this is only happening on contributor PRs for some reason because it's not happening on our internal PRs. |
Oh, I see what you're saying about the deduping there too. That makes sense. Let me try some things. |
@AtofStryker is going to take a look at this issue. |
That's very good! I haven't been able to locate the root cause. The issue would have come up anyway the next time there was a PR with any dependency changes. This PR has just ended up highlighting the issue a little earlier.
|
I can't exactly figure out what is going on here. Going to try bumping the cache in circle as well as |
|
Additional details
Deduplicates yarn.lock following on from Renovate PR:
using the post-installation command:
yarn.lock
with mismatched lockfile #30051 is resolved.Steps to test
Execute
and confirm that
yarn install
does not generate any uncommitted differences.How has the user experience changed?
Developer change only.
PR Tasks
cypress-documentation
?type definitions
?