Skip to content

Conversation

@AbhiPrasad
Copy link

@AbhiPrasad AbhiPrasad commented Jun 29, 2024

Rollup Plugin Name: @rollup/plugin-typescript

This PR contains:

  • bugfix
  • feature
  • refactor
  • documentation
  • other

Are tests included?

  • yes (bugfixes and features will not be merged without tests)
  • no

Breaking Changes?

  • yes (breaking changes will not be merged unless absolutely necessary)
  • no

If yes, then include "BREAKING CHANGES:" in the first commit message body, followed by a description of what is breaking.

List any relevant issue numbers:

No relevant issue numbers, but this may solve #1700 and #1703 because we are using the native node resolver.

Description

@rollup/plugin-typescript requires Node 14 or higher, so we can switch from using the resolve package to built-in require.resolve.

image

https://npmgraph.js.org/?q=%40rollup%2Fplugin-typescript#select=exact%3Aresolve%401.22.8

@rollup/plugin-typescript requires Node 14 or higher, so we can switch
from using the resolve package to built-in `require.resolve`.
@AbhiPrasad AbhiPrasad requested a review from shellscape as a code owner June 29, 2024 00:52
@AbhiPrasad AbhiPrasad changed the title ref(typescript): Remove resolve package ref(typescript): remove resolve package Jun 29, 2024
@@ -1,4 +1,4 @@
lockfileVersion: '6.0'
lockfileVersion: '9.0'
Copy link
Contributor

Choose a reason for hiding this comment

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

just noting that this is upgrading pnpm. i'm also on the new version of pnpm. I sent a PR for that here: #1740. If that PR gets merged, you might be able to rebase this to have a smaller diff of the lockfile

Copy link
Author

Choose a reason for hiding this comment

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

thanks for the highlight - was wondering why there was a bigger diff there.

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