aurelia / framework

The Aurelia 1 framework entry point, bringing together all the required sub-modules of Aurelia.
MIT License
11.76k stars 623 forks source link

Can somebody update dependencies, please? #1009

Open glyad opened 7 months ago

glyad commented 7 months ago

Dependencies of Aurelia packages haven't been updated for years!

Dear maintainers, Aurelia v.1 is still in use in several projects. The issue with outdated dependencies creates big problems.

Please, find time to check all of the "package.json" files and try to update the versions of the packages referenced.

Thank you in advance!

bigopon commented 7 months ago

Thanks @glyad , the deps in our v1 repos are dev repos, so even though it's not actively maintained, it does not pose a threat to application since we do not use external dependency, or only up to date external dependencies that are used in applications. That said, soon we will be doing some update.

weagle08 commented 7 months ago

Thanks @bigopon our team would appreciate this as well.

glyad commented 7 months ago

Thank you too, @bigopon. I mentioned not only runtime dependencies but dev. dependencies as well. Sometimes it conflicts with other third-party packages. I want to add that the v1 repo should also be updated I'm using the Version Lens extension for VSCode:

image

image

image

Also, please remove the deprecated extension recommendation: image

nenadvicentic commented 2 months ago

Thanks @glyad , the deps in our v1 repos are dev repos, so even though it's not actively maintained, it does not pose a threat to application since we do not use external dependency, or only up to date external dependencies that are used in applications. That said, soon we will be doing some update.

@bigopon I've seen changes you made in dependency-injection repository, switching to rollup, oxc-linter. Together with TypeScript, code and build process looks easier to understand and follow. And without a lot of outdated npm packages.

It would be great if a side effort can be made to tidy up other repos of Aurelia v1. Perhaps even a new project template. It is clear that AU2 is the focus, but V1 projects will have to be maintained for a longer period of time by companies and individuals.

bigopon commented 2 months ago

@nenadvicentic i do have thT in mind, though I will probably only be able to revamp whatever I have a tasks at hand, like DI for example.

nenadvicentic commented 2 months ago

@bigopon if there is any „manual labor“ that can be done to decrease your effort probably I can pick some of it up.

bigopon commented 2 months ago

Thanks @nenadvicentic , will ping you when I find suitable „manual labor“ work 😀