Closed dependabot[bot] closed 2 months ago
Superseded by #124.
[puLL-Merge] - expressjs/express@4.19.2..4.20.0
This pull request introduces significant improvements to the CI/CD pipeline, updates dependencies, adds new workflows, and contains various documentation and code updates for the Express.js repository. The main goals are to streamline the development process, enhance testing, and maintain the project with the latest best practices and dependencies.
res.clearCookie
which are set to be removed in Express 5.0. Ensure existing applications are updated accordingly.options.maxAge
and options.expires
in res.clearCookie
might affect applications that rely on these parameters.The PR greatly improves the maintainability and security of the Express repository with comprehensive CI pipeline updates, dependency updates, and detailed documentation enhancements. Testing these changes thoroughly in different environments and ensuring backward compatibility will be essential.
Bumps express from 4.19.2 to 4.20.0.
Release notes
Sourced from express's releases.
Changelog
Sourced from express's changelog.
Commits
21df421
4.20.04c9ddc1
feat: upgrade to serve-static@0.16.09ebe5d5
feat: upgrade to send@0.19.0 (#5928)ec4a01b
feat: upgrade to body-parser@1.20.3 (#5926)54271f6
fix: don't render redirect values in anchor href125bb74
path-to-regexp@0.1.10 (#5902)2a980ad
merge-descriptors@1.0.3 (#5781)a3e7e05
docs: specify new instructions forquestion
anddiscuss
c5addb9
deps: path-to-regexp@0.1.8 (#5603)e35380a
docs: add@IamLizu
to the triage team (#5836)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show