ticket-tagger
ticket-tagger copied to clipboard
chore(deps): bump express from 5.0.0-beta.1 to 5.0.0-beta.3
Bumps express from 5.0.0-beta.1 to 5.0.0-beta.3.
Release notes
Sourced from express's releases.
v5.0.0-beta.3
Full Changelog: https://github.com/expressjs/express/compare/5.0.0-beta.2...v5.0.0-beta.3
5.0.0-beta.2
What's Changed
- lib: fix typo ocurred -> occurred by
@caioagiani
in expressjs/express#4805- examples: defend from privilege elevation by
@KoyamaSohei
in expressjs/express#4120- replace "replaces" with "replacer" in jsdoc by
@apeltop
in expressjs/express#4843- Add install size badge to README by
@styfle
in expressjs/express#3710- Replace deprecated String.prototype.substr() by
@CommanderRoot
in expressjs/express#4860- fix: remove deprecated html attribute by
@Hashen110
in expressjs/express#4866- fix: parameter index is not described in JSDoc by
@Hashen110
in expressjs/express#4867- fix: continue is unnecessary as the last statement in a loop by
@Hashen110
in expressjs/express#4868- Deprecate non integer status codes in v4 by
@jonchurch
in expressjs/express#4223- Add root support in res.download() by
@mmito
in expressjs/express#4855- res.format(): call default using
obj
as the context by@shesek
in expressjs/express#3587- Feature/4171 depd by
@UlisesGascon
in expressjs/express#4174- Validate
maxAge
appropriateness before use by@cjbarth
in expressjs/express#3936- deps: [email protected] by
@3imed-jaberi
in expressjs/express#4336- test: fix typo by
@Hashen110
in expressjs/express#4882- docs: fix typo: http -> HTTP by
@ghousemohamed
in expressjs/express#4872- Update Security.md by
@netcode
in expressjs/express#4890- examples: add missing associated labels by
@Hashen110
in expressjs/express#4884- Increase timeout for mocha to 7500 by
@grisu48
in expressjs/express#4887- Release 4.18 by
@dougwilson
in expressjs/express#4287- Expanding the benchmark. by
@denizy97
in expressjs/express#4880- examples: remove unused params by
@alxdrg
in expressjs/express#4914- Grammatically updated the express documentation for better comprehension by
@REALSTEVEIG
in expressjs/express#4926- Freenode is dead/dying by
@theabhinavdas
in expressjs/express#5013- Use https: protocol instead of deprecated git: protocol by
@vcsjones
in expressjs/express#5032- build: [email protected] and [email protected] by
@abenhamdine
in expressjs/express#5034- ci: update actions/checkout to v3 by
@armujahid
in expressjs/express#5027- test: remove unused function arguments in params by
@raksbisht
in expressjs/express#5124- Remove unused originalIndex from acceptParams by
@raksbisht
in expressjs/express#5119- Fixed typos by
@raksbisht
in expressjs/express#5117- examples: remove unused params by
@raksbisht
in expressjs/express#5113- fix: parameter str is not described in JSDoc by
@raksbisht
in expressjs/express#5130- fix: typos in History.md by
@raksbisht
in expressjs/express#5131- build : add [email protected] by
@abenhamdine
in expressjs/express#5028- test: remove unused function arguments in params by
@raksbisht
in expressjs/express#5137- use random port in test so it won't fail on already listening by
@rluvaton
in expressjs/express#5162- tests: use cb() instead of done() by
@kristof-low
in expressjs/express#5233- examples: remove multipart example by
@riddlew
in expressjs/express#5195- Update support Node.js@18 in the CI by
@UlisesGascon
in expressjs/express#5490- Fix favicon-related bug in cookie-sessions example by
@DmytroKondrashov
in expressjs/express#5414- Release 4.18.3 by
@UlisesGascon
in expressjs/express#5505- fix typo in release date by
@UlisesGascon
in expressjs/express#5527- docs: nominating
@wesleytodd
to be project captian by@wesleytodd
in expressjs/express#5511- docs: loosen TC activity rules by
@wesleytodd
in expressjs/express#5510- Add note on how to update docs for new release by
@crandmck
in expressjs/express#5541
... (truncated)
Changelog
Sourced from express's changelog.
5.0.0-beta.3 / 2024-03-25
This incorporates all changes after 4.19.1 up to 4.19.2.
5.0.0-beta.2 / 2024-03-20
This incorporates all changes after 4.17.2 up to 4.19.1.
Commits
cd7d79f
v5.0.0-beta.35e2345e
Merge branch '5.0' into 5.x6415f70
Merge tag '4.19.2' into 5.004bc627
4.19.2da4d763
Improved fix for open redirect allow list bypass7091ec1
5.0.0-beta.2416ba02
build: disable test for 4.x which is failing in v560fb1d2
Merge tag '4.19.1' into 5.xe9f9aae
Merge tag '4.19.0' into 5.x4f0f6cc
4.19.1- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by wesleytodd, a new releaser for express since your current version.
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 <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.