chore(deps): bump send and express
Bumps send to 1.1.0 and updates ancestor dependency express. These dependencies need to be updated together.
Updates send from 0.18.0 to 1.1.0
Release notes
Sourced from send's releases.
1.1.0
What's Changed
- Remove link renderization in html while redirecting (pillarjs/send#235)
- fix: engines node@>=18 by
@wesleytoddin pillarjs/send#233- Do not serve files when path ends with / by
@rmhaideraliin pillarjs/send#224- Release: 1.1.0 by
@UlisesGasconin pillarjs/send#236New Contributors
@rmhaideralimade their first contribution in pillarjs/send#224Full Changelog: https://github.com/pillarjs/send/compare/v1.0.0...1.1.0
0.19.0
What's Changed
- Remove link renderization in html while redirecting (pillarjs/send#235)
New Contributors
@UlisesGasconmade their first contribution in pillarjs/send#235Full Changelog: https://github.com/pillarjs/send/compare/0.18.0...0.19.0
Changelog
Sourced from send's changelog.
1.1.0 / 2024-09-10
- Changes from 0.19.0
1.0.0 / 2024-07-25
- Drop support for Node.js <18.0
statuses@^2.0.1range-parser@^1.2.1on-finished@^2.4.1ms@^2.1.3mime-types@^2.1.35http-errors@^2.0.0fresh@^0.5.2etag@^1.8.1escape-html@^1.0.3encodeurl@^2.0.0destroy@^1.2.0debug@^4.3.51.0.0-beta.2 / 2024-03-04
- Changes from 0.18.0
1.0.0-beta.1 / 2022-02-04
- Drop support for Node.js 0.8
- Remove
hiddenoption -- usedotfilesoption- Remove
fromalias toroot-- userootdirectly- Remove
send.etag()-- useetaginoptions- Remove
send.index()-- useindexinoptions- Remove
send.maxage()-- usemaxAgeinoptions- Remove
send.root()-- userootinoptions- Use
mime-typesfor file to content type mapping -- removedsend.mime- deps: [email protected]
- Add
DEBUG_HIDE_DATEenvironment variable- Change timer to per-namespace instead of global
- Change non-TTY date format
- Remove
DEBUG_FDenvironment variable support- Support 256 namespace colors
0.19.0 / 2024-09-10
- Remove link renderization in html while redirecting
Commits
dc6b5d41.1.08eaab61Merge commit from fork9774100Do not serve files when path ends with / in windows (#224)672e5c3fix: engines node@>=1891c184e1.0.0ddfb7d7fix: update history.md56b1817Merge branch '1.0'0c0d374fix(deps): statuses@^2.0.1b0e3e2dfix(deps): range-parser@^1.2.12d5841afix(deps): on-finished@^2.4.1- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for send since your current version.
Updates express from 4.20.0 to 5.0.0
Release notes
Sourced from express's releases.
5.0.0
What's Changed
- 4.19.2 Staging by
@wesleytoddin expressjs/express#5561- remove duplicate location test for data uri by
@wesleytoddin expressjs/express#5562- feat: document beta releases expectations by
@marco-ippolitoin expressjs/express#5565- Cut down on duplicated CI runs by
@jonchurchin expressjs/express#5564- Add a Threat Model by
@UlisesGasconin expressjs/express#5526- Assign captain of encodeurl by
@blakeembreyin expressjs/express#5579- Nominate jonchurch as repo captain for
http-errors,expressjs.com,morgan,cors,body-parserby@jonchurchin expressjs/express#5587- docs: update Security.md by
@inigomarquinezin expressjs/express#5590- docs: update triage nomination policy by
@UlisesGasconin expressjs/express#5600- Add CodeQL (SAST) by
@UlisesGasconin expressjs/express#5433- docs: add UlisesGascon as triage initiative captain by
@UlisesGasconin expressjs/express#5605- Use object with null prototype for various app properties by
@EvanHahnin expressjs/express#4861- deps: encodeurl@~2.0.0 by
@blakeembreyin expressjs/express#5569- skip QUERY method test by
@jonchurchin expressjs/express#5628- ignore ETAG query test on 21 and 22, reuse skip util by
@jonchurchin expressjs/express#5639- add support Node.js@22 in the CI by
@mertcanaltinin expressjs/express#5627- doc: add table of contents, tc/triager lists to readme by
@mertcanaltinin expressjs/express#5619- List and sort all projects, add captains by
@blakeembreyin expressjs/express#5653- Call callback once on listen error by
@wesleytoddin expressjs/express#3216- docs: add
@UlisesGasconas captain for cookie-parser by@UlisesGasconin expressjs/express#5666- ✨ bring back query tests for node 21 by
@ctcpipin expressjs/express#5690- [v4] Deprecate
res.clearCookieacceptingoptions.maxAgeandoptions.expiresby@jonchurchin expressjs/express#5672- skip QUERY tests for Node 21 only, still not supported by
@jonchurchin expressjs/express#5695- 📝 update people, add ctcpip to TC by
@ctcpipin expressjs/express#5683- remove minor version pinning from ci by
@jonchurchin expressjs/express#5722- Fix link variable use in attribution section of CODE OF CONDUCT by
@IamLizuin expressjs/express#5762- Replace Appveyor windows testing with GHA by
@jonchurchin expressjs/express#5599- Add OSSF Scorecard badge by
@UlisesGasconin expressjs/express#5436- Throw on invalid status codes by
@jonchurchin expressjs/express#4212- Use Array.flat instead of array-flatten by
@almicin expressjs/express#5677- Adopt Node@18 as the minimum supported version by
@UlisesGasconin expressjs/express#5803- Ignore
expiresandmaxAgeinres.clearCookie()by@jonchurchin expressjs/express#5792- [email protected] by
@wesleytoddin expressjs/express#5786- chore: upgrade
debugdep from 3.10 to 4.3.6 by@carpassein expressjs/express#5829- refactor: replace 'path-is-absolute' dep with node:path isAbsolute method by
@carpassein expressjs/express#5830- update scorecard link by
@bjohansebasin expressjs/express#5814- Nominate
@IamLizuto the triage team by@UlisesGasconin expressjs/express#5836- deps: [email protected] by
@blakeembreyin expressjs/express#5603- docs: specify new instructions for
questionanddiscussby@IamLizuin expressjs/express#5835- 5.x: Upgrading
merge-descriptorswith allowing minors by@RobinTailin expressjs/express#5782- 4.x: Upgrade
merge-descriptorsdependency by@RobinTailin expressjs/express#5781- WIP: serve-static@2 by
@wesleytoddin expressjs/express#5790- chore: upgrade qs dp from 6.11.0 to 6.13.0 by
@carpassein expressjs/express#5847- Upgrade cookie signature by
@IamLizuin expressjs/express#5833- accepts@2 by
@wesleytoddin expressjs/express#5881- mime-types@3 by
@wesleytoddin expressjs/express#5882- type-is@^2.0.0 by
@wesleytoddin expressjs/express#5883- content-disposition@^1.0.0 by
@wesleytoddin expressjs/express#5884
... (truncated)
Changelog
Sourced from express's changelog.
5.0.0 / 2024-09-10
- remove:
path-is-absolutedependency - usepath.isAbsoluteinstead- 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')andres.location('back')is no longer a supported magic string, explicitly usereq.get('Referrer') || '/'.- change:
res.clearCookiewill ignore user providedmaxAgeandexpiresoptions- 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
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.
5.0.0-beta.1 / 2022-02-14
This is the first Express 5.0 beta release, based off 4.17.2 and includes changes from 5.0.0-alpha.8.
- change:
- Default "query parser" setting to
'simple'- Requires Node.js 4+
- Use
mime-typesfor file to content type mapping- deps: [email protected]
- deps: [email protected]
req.bodyis no longer always initialized to{}
... (truncated)
Commits
344b0225.0.00c49926fix(deps): send@^1.1.0b3906cbfix(deps): serve-static@^2.1.0fed8c2afix(deps): body-parser@^2.0.1bdd81f8Deletebackas a magic string (#5933)6c98f80🔧 update CI, remove unsupported versions, clean upf9256efMerge branch '5.0' into 5-mergee5feb9fMerge tag '4.20.0' into 5.00264908feat(deps)!: router@^2.0.0 (#5885)4d713d2update to [email protected] (#5916)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai reviewcommand.You can disable this status message by setting the
reviews.review_statustofalsein the CodeRabbit configuration file.
Tips
Chat
There are 3 ways to chat with CodeRabbit:
- Review comments: Directly reply to a review comment made by CodeRabbit. Example:
I pushed a fix in commit <commit_id>.Generate unit testing code for this file.Open a follow-up GitHub issue for this discussion.
- Files and specific lines of code (under the "Files changed" tab): Tag
@coderabbitaiin a new review comment at the desired location with your query. Examples:@coderabbitai generate unit testing code for this file.@coderabbitai modularize this function.
- PR comments: Tag
@coderabbitaiin a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:@coderabbitai generate interesting stats about this repository and render them as a table.@coderabbitai show all the console.log statements in this repository.@coderabbitai read src/utils.ts and generate unit testing code.@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.@coderabbitai help me debug CodeRabbit configuration file.
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.
CodeRabbit Commands (Invoked using PR comments)
@coderabbitai pauseto pause the reviews on a PR.@coderabbitai resumeto resume the paused reviews.@coderabbitai reviewto trigger an incremental review. This is useful when automatic reviews are disabled for the repository.@coderabbitai full reviewto do a full review from scratch and review all the files again.@coderabbitai summaryto regenerate the summary of the PR.@coderabbitai resolveresolve all the CodeRabbit review comments.@coderabbitai configurationto show the current CodeRabbit configuration for the repository.@coderabbitai helpto get help.
Other keywords and placeholders
- Add
@coderabbitai ignoreanywhere in the PR description to prevent this PR from being reviewed. - Add
@coderabbitai summaryto generate the high-level summary at a specific location in the PR description. - Add
@coderabbitaianywhere in the PR title to generate the title automatically.
CodeRabbit Configuration File (.coderabbit.yaml)
- You can programmatically configure CodeRabbit by adding a
.coderabbit.yamlfile to the root of your repository. - Please see the configuration documentation for more information.
- If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation:
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
Documentation and Community
- Visit our Documentation for detailed information on how to use CodeRabbit.
- Join our Discord Community to get help, request features, and share feedback.
- Follow us on X/Twitter for updates and announcements.
OK, I won't notify you again about this release, but will get in touch when a new version is available.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.