Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

paths matcher in version 4.7.5 resolves incorrect paths #79

Closed
2 tasks
stefanprobst opened this issue Jun 22, 2024 · 2 comments · Fixed by #80
Closed
2 tasks

paths matcher in version 4.7.5 resolves incorrect paths #79

stefanprobst opened this issue Jun 22, 2024 · 2 comments · Fixed by #80
Labels
bug Something isn't working released

Comments

@stefanprobst
Copy link
Contributor

Problem

paths matcher in version 4.7.5 resolves incorrect paths

steps to reproduce:

  • git clone https://github.com/stefanprobst/issue-get-tsconfig && cd issue-get-tsconfig && pnpm install
  • node index.mjs
  • see a paths ending in "e2e/e2e/src/check.ts" being logged (note the duplicated "e2e")

to see the behavior in previous version 4.7.3, check out branch "previous-version":

  • git checkout previous-version && pnpm install
  • node index.mjs
  • see a path ending in "e2e/src/check.ts" being logged

Expected behavior

paths should resolve correctly (like in v4.7.3)

Minimal reproduction URL

https://github.com/stefanprobst/issue-get-tsconfig

Version

4.7.5

Node.js version

20.15.0

Package manager

pnpm

Operating system

Linux

Bugs are expected to be fixed by those affected by it

  • I'm interested in working on this issue

Compensating engineering work financially will speed up resolution

  • I'm willing to offer financial support
@stefanprobst stefanprobst added the bug Something isn't working label Jun 22, 2024
@jordanhboxer

This comment was marked as spam.

@privatenumber
Copy link
Owner

🎉 This issue has been resolved in version 4.7.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants