chore(deps): update dependency @types/express to v5
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @types/express (source) | ^4.17.21 -> ^5.0.0 |
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Run & review this pull request in StackBlitz Codeflow.
We likely have to migrate to express 5 together for this. I've done so in my templates, and the only breaking change I found was that * patterns now needs to be named. So app.use('*') -> app.use('*splat') (or any name) (https://github.com/bluwy/create-vite-extra/commit/04224a684f88a1bba85a506b54e9b8c56615e6c2)
I don't think this will affect the connect middlewares as they don't support route patterns.
Closing this for now as the types are only used by the docs which showcases express v4 because it's still marked the latest tag.
Renovate Ignore Notification
Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 5.x releases. But if you manually upgrade to 5.x then Renovate will re-enable minor and patch updates automatically.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.