Skip to content

chore: update dependency express to v5#428

Merged
dhmlau merged 1 commit intomasterfrom
renovate/express-5.x
Apr 4, 2025
Merged

chore: update dependency express to v5#428
dhmlau merged 1 commit intomasterfrom
renovate/express-5.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 25, 2024

This PR contains the following updates:

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

Release Notes

expressjs/express (express)

v5.1.0

Compare Source

========================

  • Add support for Uint8Array in res.send()
  • Add support for ETag option in res.sendFile()
  • Add support for multiple links with the same rel in res.links()
  • Add funding field to package.json
  • perf: use loop for acceptParams
  • refactor: prefix built-in node module imports
  • deps: remove setprototypeof
  • deps: remove safe-buffer
  • deps: remove utils-merge
  • deps: remove methods
  • deps: remove depd
  • deps: debug@^4.4.0
  • deps: body-parser@^2.2.0
  • deps: router@^2.2.0
  • deps: content-type@^1.0.5
  • deps: finalhandler@^2.1.0
  • deps: qs@^6.14.0
  • deps: server-static@2.2.0
  • deps: type-is@2.0.1

v5.0.1

Compare Source

==========

v5.0.0

Compare Source

=========================

  • remove:
    • path-is-absolute dependency - use path.isAbsolute instead
  • breaking:
    • res.status() accepts only integers, and input must be greater than 99 and less than 1000
      • will throw a RangeError: Invalid status code: ${code}. Status code must be greater than 99 and less than 1000. for inputs outside this range
      • will throw a TypeError: Invalid status code: ${code}. Status code must be an integer. for non integer inputs
    • deps: send@1.0.0
    • res.redirect('back') and res.location('back') is no longer a supported magic string, explicitly use req.get('Referrer') || '/'.
  • change:
    • res.clearCookie will ignore user provided maxAge and expires options
  • deps: cookie-signature@^1.2.1
  • deps: debug@4.3.6
  • deps: merge-descriptors@^2.0.0
  • deps: serve-static@^2.1.0
  • deps: qs@6.13.0
  • deps: accepts@^2.0.0
  • deps: mime-types@^3.0.0
    • application/javascript => text/javascript
  • deps: type-is@^2.0.0
  • deps: content-disposition@^1.0.0
  • deps: finalhandler@^2.0.0
  • deps: fresh@^2.0.0
  • deps: body-parser@^2.0.1
  • deps: send@^1.1.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates 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 renovate Bot force-pushed the renovate/express-5.x branch 3 times, most recently from 186b031 to 49a1167 Compare September 30, 2024 19:49
@renovate renovate Bot force-pushed the renovate/express-5.x branch 8 times, most recently from f0d18ce to ac249a4 Compare October 10, 2024 19:38
@renovate renovate Bot force-pushed the renovate/express-5.x branch 2 times, most recently from cc5069d to b7f0169 Compare October 14, 2024 21:44
@renovate renovate Bot force-pushed the renovate/express-5.x branch 8 times, most recently from 7314346 to c7fd14e Compare October 28, 2024 05:07
@renovate renovate Bot force-pushed the renovate/express-5.x branch 3 times, most recently from b581106 to 0be5a53 Compare November 4, 2024 03:46
@renovate renovate Bot force-pushed the renovate/express-5.x branch 5 times, most recently from 8151bd5 to 2fab055 Compare November 12, 2024 23:45
@renovate renovate Bot force-pushed the renovate/express-5.x branch 6 times, most recently from 980db89 to f0ca85c Compare December 10, 2024 15:50
@renovate renovate Bot force-pushed the renovate/express-5.x branch 5 times, most recently from 9fe0f43 to b27abc8 Compare December 18, 2024 02:06
@renovate renovate Bot force-pushed the renovate/express-5.x branch 2 times, most recently from ce2c35f to b7cff6c Compare December 23, 2024 07:53
@renovate renovate Bot force-pushed the renovate/express-5.x branch from b7cff6c to dbfbadd Compare December 30, 2024 03:26
@renovate renovate Bot force-pushed the renovate/express-5.x branch 6 times, most recently from e77e67b to e143a33 Compare January 13, 2025 01:08
@renovate renovate Bot force-pushed the renovate/express-5.x branch 3 times, most recently from 43e6230 to bfb4d80 Compare January 20, 2025 14:08
@renovate renovate Bot force-pushed the renovate/express-5.x branch 6 times, most recently from 8d6f08e to d44ac99 Compare January 27, 2025 05:07
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant