-
Notifications
You must be signed in to change notification settings - Fork 15
chore(deps): update dependency express to v5 #221
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Deploy Preview for angular-runtime-demo ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
@github-actions
github-actions
bot
added
the
type: chore
work needed to keep the product and development running smoothly
label
Nov 18, 2024
@renovate
renovate
bot
force-pushed
the
renovate/express-5.x
branch
from
November 19, 2024 07:10
c8d7df1
to
517e2de
Compare
@renovate
renovate
bot
force-pushed
the
renovate/express-5.x
branch
from
February 13, 2025 11:13
517e2de
to
44ba7fd
Compare
@renovate
renovate
bot
force-pushed
the
renovate/express-5.x
branch
from
February 24, 2025 05:12
44ba7fd
to
0ae1658
Compare
@renovate
renovate
bot
force-pushed
the
renovate/express-5.x
branch
from
March 11, 2025 15:07
0ae1658
to
a4fa196
Compare
@renovate
renovate
bot
force-pushed
the
renovate/express-5.x
branch
from
March 21, 2025 13:40
a4fa196
to
16cc576
Compare
@renovate
renovate
bot
force-pushed
the
renovate/express-5.x
branch
from
March 31, 2025 14:43
16cc576
to
4d64ed2
Compare
@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
from
April 11, 2025 06:00
4d64ed2
to
3f24cad
Compare
@renovate
renovate
bot
force-pushed
the
renovate/express-5.x
branch
from
July 18, 2025 09:53
7d1edd4
to
1091051
Compare
@renovate
renovate
bot
force-pushed
the
renovate/express-5.x
branch
from
July 19, 2025 00:43
1091051
to
7b2687e
Compare
@renovate
renovate
bot
force-pushed
the
renovate/express-5.x
branch
from
July 21, 2025 21:01
7b2687e
to
60ded2d
Compare
@renovate
renovate
bot
force-pushed
the
renovate/express-5.x
branch
from
July 23, 2025 08:49
60ded2d
to
3c3a8a2
Compare
@renovate
renovate
bot
force-pushed
the
renovate/express-5.x
branch
from
July 24, 2025 01:19
3c3a8a2
to
ca015b8
Compare
@renovate
renovate
bot
force-pushed
the
renovate/express-5.x
branch
from
July 30, 2025 04:11
ca015b8
to
dba6ce8
Compare
@renovate
renovate
bot
force-pushed
the
renovate/express-5.x
branch
from
August 1, 2025 23:54
dba6ce8
to
0bc2c0b
Compare
@renovate
renovate
bot
force-pushed
the
renovate/express-5.x
branch
from
August 13, 2025 13:37
0bc2c0b
to
c63318c
Compare
@renovate
renovate
bot
force-pushed
the
renovate/express-5.x
branch
from
August 19, 2025 12:21
c63318c
to
f3004be
Compare
@renovate
renovate
bot
force-pushed
the
renovate/express-5.x
branch
from
August 19, 2025 23:12
f3004be
to
3ca185c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
This PR contains the following updates:
^4.18.2
->^5.0.0
^4.21.0
->^5.0.0
^4.17.17
->^5.0.0
^4.17.21
->^5.0.0
Release Notes
expressjs/express (express)
v5.1.0
Compare Source
========================
Uint8Array
inres.send()
res.sendFile()
res.links()
setprototypeof
safe-buffer
utils-merge
methods
depd
debug@^4.4.0
body-parser@^2.2.0
router@^2.2.0
content-type@^1.0.5
finalhandler@^2.1.0
qs@^6.14.0
server-static@2.2.0
type-is@2.0.1
v5.0.1
Compare Source
==========
cookie
semver lock to address CVE-2024-47764v5.0.0
Compare Source
=========================
path-is-absolute
dependency - usepath.isAbsolute
insteadres.status()
accepts only integers, and input must be greater than 99 and less than 1000RangeError: Invalid status code: ${code}. Status code must be greater than 99 and less than 1000.
for inputs outside this rangeTypeError: Invalid status code: ${code}. Status code must be an integer.
for non integer inputsres.redirect('back')
andres.location('back')
is no longer a supported magic string, explicitly usereq.get('Referrer') || '/'
.res.clearCookie
will ignore user providedmaxAge
andexpires
optionsapplication/javascript
=>text/javascript
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.
This PR was generated by Mend Renovate. View the repository job log.