Skip to content

⬆️ deps: Upgrade dependency express to v5.#1069

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

⬆️ deps: Upgrade dependency express to v5.#1069
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/express-5.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 26, 2024

This PR contains the following updates:

Package Change Age Confidence
express (source) ^4.21.2^5.0.0 age confidence
@types/express (source) 4.17.255.0.6 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

v4.22.2

Compare Source

v4.22.1

Compare Source

v4.22.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (* 0-4,22-23 * * 1-5)
    • Only on Sunday and Saturday (* * * * 0,6)
  • 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 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 deps This issue has to do with dependencies label Sep 26, 2024
@renovate renovate Bot force-pushed the renovate/express-5.x branch from 5af2803 to e91afa5 Compare January 2, 2025 15:17
@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 2, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 49.82%. Comparing base (ebe3fb2) to head (1aaa0ca).

❗ There is a different number of reports uploaded between BASE (ebe3fb2) and HEAD (1aaa0ca). Click for more details.

HEAD has 12 uploads less than BASE
Flag BASE (ebe3fb2) HEAD (1aaa0ca)
test-app 4 1
server 4 2
test 4 1
client 4 0
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #1069       +/-   ##
===========================================
- Coverage   80.66%   49.82%   -30.84%     
===========================================
  Files         844      659      -185     
  Lines       14739    12584     -2155     
  Branches     1978     1512      -466     
===========================================
- Hits        11889     6270     -5619     
- Misses       2321     6092     +3771     
+ Partials      529      222      -307     
Flag Coverage Δ
client ?
server 49.78% <ø> (-0.07%) ⬇️
test 49.13% <ø> (-29.30%) ⬇️
test-app 39.69% <ø> (-22.32%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate Bot force-pushed the renovate/express-5.x branch from e91afa5 to a6b7147 Compare January 22, 2025 21:56
@renovate renovate Bot force-pushed the renovate/express-5.x branch from a6b7147 to 50afc44 Compare March 19, 2025 20:14
@renovate renovate Bot changed the title ⬆️ deps: Upgrade dependency @types/express to v5. ⬆️ deps: Upgrade dependency express to v5. Mar 31, 2025
@renovate renovate Bot force-pushed the renovate/express-5.x branch from 50afc44 to 4bd5228 Compare March 31, 2025 15:15
@renovate renovate Bot force-pushed the renovate/express-5.x branch from 4bd5228 to be0d821 Compare April 1, 2025 21:52
@renovate renovate Bot force-pushed the renovate/express-5.x branch from be0d821 to 74800e6 Compare April 5, 2025 19:11
@renovate renovate Bot force-pushed the renovate/express-5.x branch from 74800e6 to d03636d Compare April 5, 2025 19:31
Comment thread package.json
"emittery": "^1.0.0",
"escape-string-regexp": "^5.0.0",
"express": "^4.18.2",
"express": "^5.0.0",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From https://github.com/expressjs/express/releases/tag/v5.0.0:

Dropped support for Node.js versions before v18.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@renovate renovate Bot force-pushed the renovate/express-5.x branch from 4bfff9e to d793c27 Compare October 27, 2025 21:50
@renovate renovate Bot force-pushed the renovate/express-5.x branch from d793c27 to 8fb2ed1 Compare November 10, 2025 20:34
@renovate renovate Bot force-pushed the renovate/express-5.x branch from 8fb2ed1 to 8238d1a Compare December 1, 2025 19:57
@renovate renovate Bot force-pushed the renovate/express-5.x branch from 8238d1a to 5d8ec22 Compare December 1, 2025 21:32
@renovate renovate Bot force-pushed the renovate/express-5.x branch from 5d8ec22 to 417f9d5 Compare December 31, 2025 16:08
@renovate renovate Bot force-pushed the renovate/express-5.x branch from 417f9d5 to 9d59528 Compare January 8, 2026 19:50
@renovate renovate Bot force-pushed the renovate/express-5.x branch from 9d59528 to 8f6a879 Compare January 19, 2026 18:36
@renovate renovate Bot force-pushed the renovate/express-5.x branch from 8f6a879 to 3767bfc Compare February 12, 2026 09:59
@renovate renovate Bot force-pushed the renovate/express-5.x branch from 3767bfc to b6c7228 Compare February 17, 2026 19:08
@renovate renovate Bot force-pushed the renovate/express-5.x branch from b6c7228 to 116cb22 Compare March 9, 2026 08:21
@renovate renovate Bot force-pushed the renovate/express-5.x branch from 116cb22 to 6ddf1ea Compare March 9, 2026 23:40
@renovate renovate Bot force-pushed the renovate/express-5.x branch from 6ddf1ea to 462b11e Compare March 13, 2026 11:44
@renovate renovate Bot force-pushed the renovate/express-5.x branch from 462b11e to 9797b56 Compare April 15, 2026 12:33
@renovate renovate Bot force-pushed the renovate/express-5.x branch from 9797b56 to 1aaa0ca Compare May 12, 2026 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

deps This issue has to do with dependencies

Projects

Status: Blocked

Development

Successfully merging this pull request may close these issues.

1 participant