Swatinem / rollup-plugin-dts

A rollup plugin to generate .d.ts rollup files for your typescript project
GNU Lesser General Public License v3.0
816 stars 71 forks source link

Project is in Maintenance Mode #277

Open Swatinem opened 1 year ago

Swatinem commented 1 year ago

I have decided to put this projects into maintenance mode, which means I will not do any active development on it anymore.

That being said, the project is stable, works well and requires little maintenance. There will still be occasional releases when necessary to support new TypeScript versions.

I also very much appreciate contributions and PRs, but might be slow to react to review and merge those.

Thanks you very much for your continued interest in this project.

supuwoerc commented 1 year ago

Hello, thank you very much for making this plug-in. Before the stable version, I found an error. Before that, I used version 5.3.0 and generated files perfectly, but recently I installed version 5.3.1, and there was an error. If this is a mistake we hope we can fix it before we stabilize it. Thank you very much

截屏2023-08-03 22 41 45
Swatinem commented 1 year ago

That seems to be a regression from https://github.com/Swatinem/rollup-plugin-dts/pull/270. @xiaoxiangmoe mind taking a look?

But I see this is only a warning, so it does not break your build?

supuwoerc commented 1 year ago

That seems to be a regression from #270. @xiaoxiangmoe mind taking a look?

But I see this is only a warning, so it does not break your build?

Yes, this is a warning that doesn't affect the result of the build, but exporting such a warning is sad for perfectionists🤔

xiaoxiangmoe commented 1 year ago

ok,let me have a look

xiaoxiangmoe commented 1 year ago

@supuwoerc This is a warning for old version of rollup. Would you mind upgrade your rollup? If you mind it, maybe I should create another PR to remove this warning for old version of rollup.

supuwoerc commented 1 year ago

@supuwoerc This is a warning for old version of rollup. Would you mind upgrade your rollup? If you mind it, maybe I should create another PR to remove this warning for old version of rollup.

You're the boss,Wait for your news😁

askoufis commented 1 year ago

While it is understandably your right to put this project into maintenance mode and not pursue active development anymore, I disagree with your decision to close all open issues and PRs.

Although development (from you) may stop, that won't stop consumers from consuming this plugin and then discovering a bug/missing feature. These bugs/feature might have had an open issue in the past, but now they have been closed, reducing their visibility for future consumers and potential contributors. This is what happened to me (issue, related PR that was also closed), and may likely happen to others in the future.