Skip to content

chore(deps): update dependency express to v5 - autoclosed #404

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

Closed
wants to merge 1 commit into 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.22 -> ^5.0.2 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 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 force-pushed the renovate/express-5.x branch from 29227d3 to 207dfd2 Compare September 30, 2024 08:09
@renovate renovate bot force-pushed the renovate/express-5.x branch 2 times, most recently from 6dc42a8 to 6e57269 Compare October 14, 2024 08:53
@renovate renovate bot force-pushed the renovate/express-5.x branch from 6e57269 to d0468ee Compare October 21, 2024 08:48
@renovate renovate bot force-pushed the renovate/express-5.x branch 2 times, most recently from 89e7bb1 to 116a2da Compare October 28, 2024 09:40
@renovate renovate bot force-pushed the renovate/express-5.x branch 3 times, most recently from 308310b to d910db5 Compare November 7, 2024 11:29
@renovate renovate bot force-pushed the renovate/express-5.x branch from d910db5 to b60d059 Compare November 25, 2024 09:55
@renovate renovate bot force-pushed the renovate/express-5.x branch from b60d059 to 283b783 Compare December 2, 2024 10:43
@renovate renovate bot force-pushed the renovate/express-5.x branch from 283b783 to ac38997 Compare December 16, 2024 11:17
@renovate renovate bot force-pushed the renovate/express-5.x branch from ac38997 to 842971f Compare January 13, 2025 08:47
@renovate renovate bot force-pushed the renovate/express-5.x branch 2 times, most recently from 292d396 to 8373bc8 Compare January 27, 2025 13:41
@renovate renovate bot force-pushed the renovate/express-5.x branch from 8373bc8 to 9043089 Compare February 5, 2025 16:44
@renovate renovate bot force-pushed the renovate/express-5.x branch from 9043089 to 592aa30 Compare February 17, 2025 09:42
@renovate renovate bot force-pushed the renovate/express-5.x branch from 592aa30 to 47d5946 Compare March 10, 2025 10:10
@renovate renovate bot force-pushed the renovate/express-5.x branch 2 times, most recently from 10459ba to 78012d9 Compare March 25, 2025 14:01
@renovate renovate bot force-pushed the renovate/express-5.x branch from 78012d9 to 4eb1d2d Compare March 31, 2025 16:32
@renovate renovate bot changed the title chore(deps): update dependency @types/express to v5 chore(deps): update dependency express to v5 Mar 31, 2025
@renovate renovate bot force-pushed the renovate/express-5.x branch 3 times, most recently from e6b432e to 6a1719d Compare April 6, 2025 10:52
@renovate renovate bot force-pushed the renovate/express-5.x branch from 6a1719d to 6cdf1c8 Compare April 14, 2025 15:20
@renovate renovate bot force-pushed the renovate/express-5.x branch 2 times, most recently from a351b8b to 5ee9899 Compare May 5, 2025 10:10
@renovate renovate bot force-pushed the renovate/express-5.x branch from 5ee9899 to 9250415 Compare May 17, 2025 02:54
@renovate renovate bot force-pushed the renovate/express-5.x branch 2 times, most recently from 65bd02c to db44262 Compare June 1, 2025 08:48
@renovate renovate bot force-pushed the renovate/express-5.x branch from db44262 to 8a46c1a Compare June 2, 2025 16:50
@renovate renovate bot force-pushed the renovate/express-5.x branch from 8a46c1a to 0099e3f Compare June 2, 2025 17:40
@renovate renovate bot changed the title chore(deps): update dependency express to v5 chore(deps): update dependency express to v5 - autoclosed Jun 2, 2025
@renovate renovate bot closed this Jun 2, 2025
@renovate renovate bot deleted the renovate/express-5.x branch June 2, 2025 17:44
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