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(lockfile): track dependencies specified in TypeScript compiler options #26551

Merged
merged 4 commits into from
Nov 20, 2024

Conversation

dsherret
Copy link
Member

@dsherret dsherret commented Oct 25, 2024

We should track dependencies in jsxImportSource, jsxImportSourceTypes, and types.

That way, for example, if someone removes or changes the jsxImportSource then we can remove those items from the lockfile.

Going to land this in 2.1 because it causes churn in the lockfile unfortunately.

@dsherret dsherret added this to the 2.1.0 milestone Oct 25, 2024
@dsherret dsherret changed the title fix: track compiler option values in lockfile fix(lockfile): track dependencies specified in TypeScript compiler options Oct 25, 2024
Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@dsherret dsherret enabled auto-merge (squash) November 20, 2024 00:15
@dsherret dsherret merged commit fadda6a into denoland:main Nov 20, 2024
17 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.

2 participants