vite icon indicating copy to clipboard operation
vite copied to clipboard

chore(deps): update dependency @types/express to v5

Open renovate[bot] opened this issue 1 year ago • 1 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/express (source) ^4.17.21 -> ^5.0.0 age adoption passing confidence

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.

renovate[bot] avatar Sep 30 '24 03:09 renovate[bot]

Review PR in StackBlitz Codeflow 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.

bluwy avatar Oct 15 '24 07:10 bluwy

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.

bluwy avatar Nov 04 '24 02:11 bluwy

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.

renovate[bot] avatar Nov 04 '24 03:11 renovate[bot]