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

fix: tsconfig not found with TS >= 5.3 #2091

Merged
merged 1 commit into from
Dec 8, 2023
Merged

Conversation

edosrecki
Copy link
Contributor

@edosrecki edosrecki commented Nov 23, 2023

Fixes #2076
Fixes #2090

@edosrecki
Copy link
Contributor Author

Added tests as well.

Before fix:
before-fix

After fix:
after-fix

@karlhorky
Copy link

This can also be marked as "Fixes #2090" I think

@edosrecki
Copy link
Contributor Author

@karlhorky I marked it but in my opinion author of that issue should close it as duplicate of #2076.

@karlhorky
Copy link

karlhorky commented Nov 24, 2023

author of that issue should close it as duplicate of #2076

Sounds most reasonable, yeah.

But good to have it also here to clean up the other issue, eg. just in case the author is gone now.

Copy link

@fengmk2 fengmk2 left a comment

Choose a reason for hiding this comment

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

LGTM

fengmk2 added a commit to node-modules/is-type-of that referenced this pull request Nov 25, 2023
@alyahmedaly
Copy link

is there any reason why this PR is not merged?

@edosrecki
Copy link
Contributor Author

Hi @blakeembrey, @cspotcode

could you please take a look at this PR?

@fengmk2
Copy link

fengmk2 commented Dec 4, 2023

Can we get the merge and release before Christmas?

@johnnyreilly
Copy link
Member

I have the ability to merge this PR, but I generally don't work on this and so I'm hesitant to, despite requests:

https://twitter.com/karlhorky/status/1732370956335596025

Is there more context that can be shared?

@effektsvk
Copy link

effektsvk commented Dec 6, 2023

@johnnyreilly I debugged the original issue, the problem was that TypeScript introduced a breaking change in the internal API that is used by ts-node. Here is the comment: microsoft/TypeScript#56492 (comment)

(I hope that is what you're looking for 😅)

@johnnyreilly
Copy link
Member

I'm more wondering why the typical maintainers haven't picked this up - whilst I have the power to hit merge, this isn't a repo I typically work on and I'm looking to understand what the usual maintainers are feeling.

@peaceshi
Copy link

peaceshi commented Dec 6, 2023

This issue also makes me confused for several hours.
Why not merged until now?
https://github.com/2ndlab/vscode-extension-packages/blob/72c4812d5638ed967e44397736ef5b50cec5da95/src/tools/tsconfig.json#L12C5-L12C5

@torokati44
Copy link

This issue also makes me confused for several hours.
Why not merged until now?

+1

This also blocks ruffle-rs/ruffle#14262.

@alumni
Copy link

alumni commented Dec 7, 2023

Even if this PR gets merged, we would also need a release.

I'm more wondering why the typical maintainers haven't picked this up - whilst I have the power to hit merge, this isn't a repo I typically work on and I'm looking to understand what the usual maintainers are feeling.

It's open source software, people work on it in their spare time. Maybe they are not even using the latest TS version in their projects, or maybe they don't even work with nodejs anymore. There are a lot of libraries that are like that, e.g. ts-jest is broken since typescript 5.2, typeorm has a ton of pending PRs. I tend not to judge but to have patience :)

@hilleer
Copy link

hilleer commented Dec 7, 2023

Even if this PR gets merged, we would also need a release.

I'm more wondering why the typical maintainers haven't picked this up - whilst I have the power to hit merge, this isn't a repo I typically work on and I'm looking to understand what the usual maintainers are feeling.

It's open source software, people work on it in their spare time. Maybe they are not even using the latest TS version in their projects, or maybe they don't even work with nodejs anymore. There are a lot of libraries that are like that, e.g. ts-jest is broken since typescript 5.2, typeorm has a ton of pending PRs. I tend not to judge but to have patience :)

Should they be considered the typical maintainers then in this case? 🙂

renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Sep 10, 2024
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| npm        | ts-node | 10.9.1 | 10.9.2 |


## [v10.9.2](https://github.com/TypeStrong/ts-node/releases/tag/v10.9.2)

**Fixed**

-   Fixed `tsconfig.json` file not found on latest TypeScript version (TypeStrong/ts-node#2091)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Sep 11, 2024
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| npm        | ts-node | 10.9.1 | 10.9.2 |


## [v10.9.2](https://github.com/TypeStrong/ts-node/releases/tag/v10.9.2)

**Fixed**

-   Fixed `tsconfig.json` file not found on latest TypeScript version (TypeStrong/ts-node#2091)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Sep 13, 2024
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| npm        | ts-node | 10.9.1 | 10.9.2 |


## [v10.9.2](https://github.com/TypeStrong/ts-node/releases/tag/v10.9.2)

**Fixed**

-   Fixed `tsconfig.json` file not found on latest TypeScript version (TypeStrong/ts-node#2091)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Sep 14, 2024
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| npm        | ts-node | 10.9.1 | 10.9.2 |


## [v10.9.2](https://github.com/TypeStrong/ts-node/releases/tag/v10.9.2)

**Fixed**

-   Fixed `tsconfig.json` file not found on latest TypeScript version (TypeStrong/ts-node#2091)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Sep 15, 2024
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| npm        | ts-node | 10.9.1 | 10.9.2 |


## [v10.9.2](https://github.com/TypeStrong/ts-node/releases/tag/v10.9.2)

**Fixed**

-   Fixed `tsconfig.json` file not found on latest TypeScript version (TypeStrong/ts-node#2091)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Sep 16, 2024
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| npm        | ts-node | 10.9.1 | 10.9.2 |


## [v10.9.2](https://github.com/TypeStrong/ts-node/releases/tag/v10.9.2)

**Fixed**

-   Fixed `tsconfig.json` file not found on latest TypeScript version (TypeStrong/ts-node#2091)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Sep 17, 2024
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| npm        | ts-node | 10.9.1 | 10.9.2 |


## [v10.9.2](https://github.com/TypeStrong/ts-node/releases/tag/v10.9.2)

**Fixed**

-   Fixed `tsconfig.json` file not found on latest TypeScript version (TypeStrong/ts-node#2091)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Sep 18, 2024
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| npm        | ts-node | 10.9.1 | 10.9.2 |


## [v10.9.2](https://github.com/TypeStrong/ts-node/releases/tag/v10.9.2)

**Fixed**

-   Fixed `tsconfig.json` file not found on latest TypeScript version (TypeStrong/ts-node#2091)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Sep 19, 2024
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| npm        | ts-node | 10.9.1 | 10.9.2 |


## [v10.9.2](https://github.com/TypeStrong/ts-node/releases/tag/v10.9.2)

**Fixed**

-   Fixed `tsconfig.json` file not found on latest TypeScript version (TypeStrong/ts-node#2091)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Sep 20, 2024
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| npm        | ts-node | 10.9.1 | 10.9.2 |


## [v10.9.2](https://github.com/TypeStrong/ts-node/releases/tag/v10.9.2)

**Fixed**

-   Fixed `tsconfig.json` file not found on latest TypeScript version (TypeStrong/ts-node#2091)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet