-
-
Notifications
You must be signed in to change notification settings - Fork 463
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
Upgrade: All NPM packages, depedencies, laravel, workflow #1874
Conversation
Upgrade: All NPM packages, depedencies, laravel, workflow
Upgrade: All NPM packages, depedencies, laravel, workflow
Upgrade: All NPM packages, depedencies, laravel, workflow
65aa84e
to
51dc65c
Compare
51dc65c
to
e7f8357
Compare
It appears to me the project Inertia is dead and there are no more reasons for me to keep my work open and maintain it. I am closing all my opened PRs which includes #1864 #1872 #1873 #1874 #1875 #1881 I will be maintaining unofficially my own fork of this library so my projects using Svelte 5 can still live until I find or create an appropriate replacement for this library. Thanks to everyone who spent time looking at my PRs. |
Bummer dude 😕 We've been working really hard on Inertia.js v2.0 (as you can see in Taylor's Laracon keynote), so the project is far from dead — we're just in a bit of an awkward position between major versions. I apologize that your work has not received more attention, that's partly my fault for not having enough time to review PRs recently. I don't work on Inertia.js full time like other open source maintainers (ie. Laravel, Livewire), so for me it actually requires time out of my personal life. Because of that things just take longer, as much as I wish it didn't. Thanks for your contributions either way. |
Upgrades every NPM packages for
useForm
to allow compilationUpgrade Laravel
composer create-project laravel/laravel
Resources
folder (Views, JS, CSS, ...)npm create vite@latest myapp -- --template vue-ts
Upgrade github workflow