Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(deps): update dependency express to v4.21.2 #616

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 16, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
express (source) 4.18.2 -> 4.21.2 age adoption passing confidence
express (source) 4.17.3 -> 4.21.2 age adoption passing confidence
@types/express (source) 4.17.17 -> 4.17.21 age adoption passing confidence
@types/express (source) 4.17.13 -> 4.17.21 age adoption passing confidence

Release Notes

expressjs/express (express)

v4.21.2

Compare Source

v4.21.1

Compare Source

What's Changed

Full Changelog: expressjs/express@4.21.0...4.21.1

v4.21.0

Compare Source

What's Changed

New Contributors

Full Changelog: expressjs/express@4.20.0...4.21.0

v4.20.0

Compare Source

==========

  • deps: serve-static@0.16.0
    • Remove link renderization in html while redirecting
  • deps: send@0.19.0
    • Remove link renderization in html while redirecting
  • deps: body-parser@0.6.0
    • add depth option to customize the depth level in the parser
    • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect
  • deps: path-to-regexp@0.1.10
    • Adds support for named matching groups in the routes using a regex
    • Adds backtracking protection to parameters without regexes defined
  • deps: encodeurl@~2.0.0
    • Removes encoding of \, |, and ^ to align better with URL spec
  • Deprecate passing options.maxAge and options.expires to res.clearCookie
    • Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie

v4.19.2

Compare Source

==========

  • Improved fix for open redirect allow list bypass

v4.19.1

Compare Source

==========

  • Allow passing non-strings to res.location with new encoding handling checks

v4.19.0

Compare Source

v4.18.3

Compare Source

==========

  • Fix routing requests without method
  • deps: body-parser@1.20.2
    • Fix strict json error message on Node.js 19+
    • deps: content-type@~1.0.5
    • deps: raw-body@2.5.2

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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-4.x-lockfile branch 2 times, most recently from b1dffc2 to b553d13 Compare October 23, 2023 13:04
@coderabbitai
Copy link

coderabbitai bot commented Oct 23, 2023

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 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>, please review it.
    • 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 @coderabbitai in 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 @coderabbitai in 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 gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @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 pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file 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.

@renovate renovate bot force-pushed the renovate/express-4.x-lockfile branch 2 times, most recently from 6bb5dbd to 66f1ccb Compare November 7, 2023 03:23
@renovate renovate bot force-pushed the renovate/express-4.x-lockfile branch from 66f1ccb to 79acdbc Compare November 16, 2023 11:47
@renovate renovate bot force-pushed the renovate/express-4.x-lockfile branch from 79acdbc to b184cd8 Compare December 3, 2023 12:30
@renovate renovate bot force-pushed the renovate/express-4.x-lockfile branch 2 times, most recently from fe17692 to edbdcc4 Compare February 4, 2024 09:53
@renovate renovate bot changed the title fix(deps): update dependency express to v4.18.2 fix(deps): update dependency express to v4.18.3 Feb 29, 2024
@renovate renovate bot force-pushed the renovate/express-4.x-lockfile branch from edbdcc4 to 52db4de Compare February 29, 2024 13:48
@renovate renovate bot force-pushed the renovate/express-4.x-lockfile branch from 52db4de to b3178da Compare March 20, 2024 16:49
@renovate renovate bot changed the title fix(deps): update dependency express to v4.18.3 fix(deps): update dependency express to v4.19.0 Mar 20, 2024
@renovate renovate bot force-pushed the renovate/express-4.x-lockfile branch from b3178da to c234cd4 Compare March 20, 2024 23:19
@renovate renovate bot changed the title fix(deps): update dependency express to v4.19.0 fix(deps): update dependency express to v4.19.1 Mar 20, 2024
@renovate renovate bot force-pushed the renovate/express-4.x-lockfile branch from c234cd4 to 111fe93 Compare March 25, 2024 15:11
@renovate renovate bot changed the title fix(deps): update dependency express to v4.19.1 fix(deps): update dependency express to v4.19.2 Mar 25, 2024
@renovate renovate bot changed the title fix(deps): update dependency express to v4.19.2 chore(deps): update dependency @types/express to v4.17.21 Mar 29, 2024
@renovate renovate bot changed the title chore(deps): update dependency @types/express to v4.17.21 fix(deps): update dependency express to v4.19.2 Jun 17, 2024
@renovate renovate bot force-pushed the renovate/express-4.x-lockfile branch from 111fe93 to 96b0153 Compare September 10, 2024 04:20
@renovate renovate bot changed the title fix(deps): update dependency express to v4.19.2 fix(deps): update dependency express to v4.20.0 Sep 10, 2024
@renovate renovate bot changed the title fix(deps): update dependency express to v4.20.0 fix(deps): update dependency express to v4.21.0 Sep 12, 2024
@renovate renovate bot force-pushed the renovate/express-4.x-lockfile branch from 96b0153 to 762fe0d Compare September 12, 2024 02:02
@renovate renovate bot force-pushed the renovate/express-4.x-lockfile branch from 762fe0d to 712dd30 Compare October 8, 2024 19:12
@renovate renovate bot changed the title fix(deps): update dependency express to v4.21.0 fix(deps): update dependency express to v4.21.1 Oct 8, 2024
@renovate renovate bot force-pushed the renovate/express-4.x-lockfile branch from 712dd30 to 53e88a0 Compare December 6, 2024 00:32
@renovate renovate bot changed the title fix(deps): update dependency express to v4.21.1 fix(deps): update dependency express to v4.21.2 Dec 6, 2024
@renovate renovate bot force-pushed the renovate/express-4.x-lockfile branch from 53e88a0 to 97eff61 Compare January 23, 2025 18:18
@renovate renovate bot force-pushed the renovate/express-4.x-lockfile branch from 97eff61 to ee1dd26 Compare January 30, 2025 18:20
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants