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

chore(deps): add dependency on tslib #984

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

dstaley
Copy link

@dstaley dstaley commented Jan 26, 2023

With the new npm isolated mode in v9.4.1, using undeclared dependencies is now an error (similar to Yarn PnP). This PR adds an explicit dependency on tslib for modules that are built with a reference to tslib.

fixes #967

@changeset-bot
Copy link

changeset-bot bot commented Jan 26, 2023

⚠️ No Changeset found

Latest commit: 54873a9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@airhorns
Copy link

airhorns commented Aug 19, 2023

@n1ru4l a few of these packages are broken for pnpm users as well because this dependency isn't listed -- could we get this fix merged?

@airhorns
Copy link

airhorns commented Oct 5, 2023

ping @n1ru4l -- this makes bundling this package break by default for well-behaved bundlers!

airhorns added a commit to gadget-inc/js-clients that referenced this pull request Oct 6, 2023
…raphql-live-query

That package requires `tslib`, but doesn't list it as an explicit dependency. We need to import it ourselves until n1ru4l/graphql-live-query#984 is in.
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.

Yarn Pnp: @n1ru4l/graphql-live-query tried to access tslib
2 participants