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

[Bug]: ts_version_from with "//:package.json" does not work with pnpm catalog #696

Open
taozhou-glean opened this issue Sep 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@taozhou-glean
Copy link

What happened?

using pnpm catalog (https://pnpm.io/catalogs), rules_ts complains no ts version from package.json (which is specified as catalog:)

Version

Development (host) and target OS/architectures:

Output of bazel --version:

7.1.0

http_archive(
    name = "aspect_rules_ts",
    sha256 = "ee7dcc35faef98f3050df9cf26f2a72ef356cab8ad927efb1c4dc119ac082a19",
    strip_prefix = "rules_ts-3.0.0",
    url = "https://github.com/aspect-build/rules_ts/releases/download/v3.0.0/rules_ts-v3.0.0.tar.gz",
)

ts_version_from = "//:package.json",

How to reproduce

just use pnpm catalog with the ts_version_from package.json

Any other information?

No response

@taozhou-glean taozhou-glean added the bug Something isn't working label Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant