Skip to content

fix(deps): update dependency express to v5 #310

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 30, 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.23 -> ^5.0.3 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: [email protected]
  • deps: [email protected]

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: [email protected]
    • 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: [email protected]
  • deps: merge-descriptors@^2.0.0
  • deps: serve-static@^2.1.0
  • deps: [email protected]
  • 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 - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 added the dependencies Pull requests that update a dependency file label Sep 30, 2024
@renovate renovate bot force-pushed the renovate/express-5.x branch 6 times, most recently from 750284b to 61130ea Compare October 7, 2024 21:52
@renovate renovate bot force-pushed the renovate/express-5.x branch 2 times, most recently from ed51c21 to 39ec535 Compare October 10, 2024 11:20
@lukashroch lukashroch force-pushed the main branch 2 times, most recently from 43ac630 to 6fc6d6f Compare October 10, 2024 17:19
@renovate renovate bot force-pushed the renovate/express-5.x branch from 39ec535 to d2c3150 Compare October 10, 2024 20:14
@renovate renovate bot force-pushed the renovate/express-5.x branch from d2c3150 to 76a9b75 Compare October 11, 2024 16:15
@renovate renovate bot force-pushed the renovate/express-5.x branch 4 times, most recently from 9a098f9 to 6ed620d Compare October 18, 2024 20:07
@renovate renovate bot force-pushed the renovate/express-5.x branch 6 times, most recently from c9ecc8c to 0b45707 Compare October 24, 2024 14:10
@renovate renovate bot force-pushed the renovate/express-5.x branch 4 times, most recently from af1c3a8 to 7b346ca Compare November 4, 2024 11:35
@renovate renovate bot force-pushed the renovate/express-5.x branch 5 times, most recently from efa04ae to 5286966 Compare May 2, 2025 03:02
@renovate renovate bot force-pushed the renovate/express-5.x branch 5 times, most recently from 6b57376 to 73490c5 Compare May 20, 2025 09:28
@renovate renovate bot force-pushed the renovate/express-5.x branch 5 times, most recently from e64f06c to 90b8bdd Compare May 28, 2025 14:56
@renovate renovate bot force-pushed the renovate/express-5.x branch 6 times, most recently from 83c7faf to 1b13d7f Compare June 9, 2025 11:38
@renovate renovate bot force-pushed the renovate/express-5.x branch 5 times, most recently from 8185317 to 4c48b2e Compare June 12, 2025 17:42
@renovate renovate bot force-pushed the renovate/express-5.x branch 2 times, most recently from a27ecda to 00ad9b4 Compare June 26, 2025 08:42
@renovate renovate bot force-pushed the renovate/express-5.x branch from 00ad9b4 to 90fd2c9 Compare July 2, 2025 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants