chore(deps): Update rollup
and rollup-plugin-dts
to latest versions
#632
+23
−23
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi there,
Not sure if this will truly be helpful or not, but wanted to try.
I've run into an issue in building out a new library with
tsup
where the pinned version ofrollup-plugin-dts
doesn't support types with negative numbers as keys, such as:I ran into this trying to setup a design system library with https://vanilla-extract.style.
I've setup a minimal reproduction of the issue here: https://github.com/oscarnewman/tsup-repro
In my testing, updating
rollup-plugin-dts
(androllup
as is required by it's new peer-dep version) fixes this issue, and the test suite passes locally for me.We've currently just switched to running a fork with these updates at
@oscarnewman/tsup
but would love to help out anyone else who's also faced this issue.