Skip to content

Update dependency express to v5#267

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/express-5.x
Open

Update dependency express to v5#267
renovate[bot] wants to merge 1 commit intomainfrom
renovate/express-5.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 31, 2025

This PR contains the following updates:

Package Change Age Confidence
express (source) 4.22.15.2.1 age confidence

Release Notes

expressjs/express (express)

v5.2.1

Compare Source

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

v5.2.0

Compare Source

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

  • Security fix for CVE-2024-51999 (GHSA-pj86-cfqh-vqx6)
  • deps: body-parser@^2.2.1
  • A deprecation warning was added when using res.redirect with undefined arguments, Express now emits a warning to help detect calls that pass undefined as the status or URL and make them easier to fix.

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 - Monday through Friday ( * * * * 1-5 ) (UTC), 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 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
Copy link
Contributor Author

renovate bot commented Mar 31, 2025

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/express-5.x branch from 84bd307 to 1f00b15 Compare April 7, 2025 04:28
@renovate renovate bot force-pushed the renovate/express-5.x branch from 1f00b15 to 61e91b3 Compare April 14, 2025 04:32
@renovate renovate bot force-pushed the renovate/express-5.x branch 3 times, most recently from 3be7317 to 4a6c3b9 Compare May 19, 2025 04:44
@renovate renovate bot force-pushed the renovate/express-5.x branch from 4a6c3b9 to cbe8d96 Compare May 26, 2025 05:01
@renovate renovate bot force-pushed the renovate/express-5.x branch 2 times, most recently from 42a55e5 to d5866dc Compare June 4, 2025 02:58
@renovate renovate bot force-pushed the renovate/express-5.x branch from d5866dc to 4e83b03 Compare June 30, 2025 09:02
@renovate renovate bot force-pushed the renovate/express-5.x branch from 4e83b03 to 4b4835a Compare July 8, 2025 09:45
@renovate renovate bot force-pushed the renovate/express-5.x branch 2 times, most recently from b5f57fc to fb02005 Compare July 23, 2025 15:36
@renovate renovate bot force-pushed the renovate/express-5.x branch from fb02005 to 7d495d8 Compare August 11, 2025 07:02
@renovate renovate bot force-pushed the renovate/express-5.x branch 2 times, most recently from 4c37c6e to c63e657 Compare August 25, 2025 06:51
@renovate renovate bot force-pushed the renovate/express-5.x branch 2 times, most recently from a48a6b7 to bfc7f41 Compare September 15, 2025 07:04
@renovate renovate bot force-pushed the renovate/express-5.x branch 2 times, most recently from 095399e to d9bdaa0 Compare September 29, 2025 07:05
@renovate renovate bot force-pushed the renovate/express-5.x branch from d9bdaa0 to 9e06a17 Compare October 6, 2025 06:30
@renovate renovate bot force-pushed the renovate/express-5.x branch from 9e06a17 to a67eb80 Compare October 13, 2025 06:34
@renovate renovate bot force-pushed the renovate/express-5.x branch 3 times, most recently from fbe948f to ab35dc9 Compare November 3, 2025 07:34
@renovate renovate bot force-pushed the renovate/express-5.x branch 2 times, most recently from bf79b80 to 75aa02a Compare November 17, 2025 07:43
@renovate renovate bot force-pushed the renovate/express-5.x branch from 75aa02a to 7b19cf3 Compare November 24, 2025 06:03
@renovate renovate bot force-pushed the renovate/express-5.x branch 2 times, most recently from dd6a68c to 6a074b5 Compare December 1, 2025 16:59
@renovate renovate bot force-pushed the renovate/express-5.x branch 3 times, most recently from 45b2832 to 6a47d4f Compare December 8, 2025 06:33
@renovate renovate bot force-pushed the renovate/express-5.x branch 2 times, most recently from 766383d to bc75579 Compare December 29, 2025 06:50
@renovate renovate bot force-pushed the renovate/express-5.x branch 3 times, most recently from e2bf340 to e5c8271 Compare January 6, 2026 14:43
@coderabbitai
Copy link

coderabbitai bot commented Jan 6, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/express-5.x branch 2 times, most recently from be75ad5 to 00b5d1a Compare January 12, 2026 06:01
@renovate renovate bot force-pushed the renovate/express-5.x branch 4 times, most recently from b034916 to 12bed79 Compare January 26, 2026 06:59
@renovate renovate bot force-pushed the renovate/express-5.x branch from 12bed79 to 012b8c4 Compare February 2, 2026 06:38
@renovate renovate bot force-pushed the renovate/express-5.x branch 2 times, most recently from f354301 to 4fe69a8 Compare February 12, 2026 13:33
@renovate renovate bot force-pushed the renovate/express-5.x branch 2 times, most recently from c71f1a9 to 0058d3e Compare February 23, 2026 06:41
@renovate renovate bot force-pushed the renovate/express-5.x branch 2 times, most recently from 22e992b to 71a052a Compare March 9, 2026 07:16
@renovate renovate bot force-pushed the renovate/express-5.x branch from 71a052a to 291c928 Compare March 16, 2026 06:10
@ErisDS
Copy link
Member

ErisDS commented Mar 16, 2026

🤖 Velo CI Failure Analysis

Classification: 🟠 SOFT FAIL

  • Workflow: Test
  • Failed Step: Run yarn
  • Run: View failed run
    What failed: CI failure - likely code issue
    Why: The failure appears to be related to code changes. Check the error output for details.
    Action:
    Review the error logs and fix the issue in your code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant