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

ref(typescript): remove resolve package #1742

Closed

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 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