Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 7, 2024

This PR contains the following updates:

Package Change Age Confidence
express (source) ^4.21.2 -> ^5.1.0 age confidence
@types/express (source) ^4.17.23 -> ^5.0.5 age 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: 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: 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.

@github-actions github-actions bot added package: wallet/backend Wallet backend implementations package: boutique/backend Boutique backend implementations labels Oct 7, 2024
@renovate renovate bot force-pushed the renovate-express-5.x branch 2 times, most recently from 90a7595 to dde877e Compare November 5, 2024 14:28
@renovate renovate bot force-pushed the renovate-express-5.x branch from dde877e to e75edb4 Compare December 12, 2024 11:36
@renovate renovate bot force-pushed the renovate-express-5.x branch from e75edb4 to d411a3b Compare January 16, 2025 13:51
@renovate renovate bot force-pushed the renovate-express-5.x branch from d411a3b to 1146182 Compare March 19, 2025 21:51
@renovate renovate bot changed the title chore(deps): update dependency @types/express to v5 fix(deps): update dependency express to v5 Mar 31, 2025
@renovate renovate bot force-pushed the renovate-express-5.x branch 2 times, most recently from a420d78 to 4ba5881 Compare April 1, 2025 20:31
@renovate renovate bot force-pushed the renovate-express-5.x branch from 4ba5881 to 87c16a3 Compare April 8, 2025 12:53
@renovate renovate bot force-pushed the renovate-express-5.x branch from 87c16a3 to 4b64ba8 Compare May 17, 2025 01:38
@renovate renovate bot force-pushed the renovate-express-5.x branch 2 times, most recently from ae3ffe2 to 816915a Compare June 7, 2025 06:07
@renovate renovate bot force-pushed the renovate-express-5.x branch 4 times, most recently from 72e8d16 to 7b2451d Compare July 18, 2025 06:37
@renovate renovate bot force-pushed the renovate-express-5.x branch 5 times, most recently from 029aaf4 to 46d0b61 Compare July 24, 2025 13:42
@renovate renovate bot force-pushed the renovate-express-5.x branch from 46d0b61 to f82f82e Compare August 10, 2025 12:55
@renovate renovate bot force-pushed the renovate-express-5.x branch from f82f82e to 4a24d5f Compare August 19, 2025 17:21
@renovate renovate bot force-pushed the renovate-express-5.x branch from 4a24d5f to 64bb26f Compare September 6, 2025 18:31
@renovate renovate bot force-pushed the renovate-express-5.x branch 2 times, most recently from 83e1ce5 to 37a69a9 Compare October 1, 2025 07:24
@renovate renovate bot force-pushed the renovate-express-5.x branch 2 times, most recently from 8547df1 to 4135b2b Compare October 6, 2025 07:17
@renovate renovate bot force-pushed the renovate-express-5.x branch 2 times, most recently from efa2c50 to 16e7836 Compare October 24, 2025 06:55
@renovate renovate bot force-pushed the renovate-express-5.x branch from 16e7836 to cecbf10 Compare October 27, 2025 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

package: boutique/backend Boutique backend implementations package: wallet/backend Wallet backend implementations

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant