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

Remove lockfiles #168

Merged
merged 7 commits into from
Oct 15, 2024
Merged

Remove lockfiles #168

merged 7 commits into from
Oct 15, 2024

Conversation

tstirrat15
Copy link
Contributor

Description

#166 is an example of how a breakage can show up for a user without having showed up in our tests. Because we're pinning in the lockfile, but the package request in package.json is compatible with a new version of grpc-js that has meaningfully different behavior, we didn't see test failures even though there was breakage.

Removing the lockfile should mean that our test runs are more faithful to the user experience.

Changes

  • Mark the package as not having a lockfile in .npmrc
  • Remove the lockfiles
  • Add lockfiles to gitignores

Testing

Review. See that our tests break because we don't yet have the fix from #167.

@tstirrat15 tstirrat15 requested a review from a team October 15, 2024 14:32
@tstirrat15
Copy link
Contributor Author

This reproduced #166 (see the run associated with 9a6a299). I'm going to merge this as-is and then merge #167 on top of it.

@tstirrat15 tstirrat15 merged commit 5834304 into main Oct 15, 2024
7 checks passed
@tstirrat15 tstirrat15 deleted the remove-lockfiles branch October 15, 2024 14:56
@github-actions github-actions bot locked and limited conversation to collaborators Oct 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants