Skip to content

build(deps): bump express from 4.19.2 to 4.21.1#2

Merged
christoph-jerolimov merged 1 commit intomainfrom
dependabot/npm_and_yarn/express-4.21.1
Nov 7, 2024
Merged

build(deps): bump express from 4.19.2 to 4.21.1#2
christoph-jerolimov merged 1 commit intomainfrom
dependabot/npm_and_yarn/express-4.21.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Oct 10, 2024

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps express from 4.19.2 to 4.21.1.

Release notes

Sourced from express's releases.

4.21.1

What's Changed

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

4.21.0

What's Changed

New Contributors

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

4.20.0

What's Changed

Important

  • 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

Other Changes

... (truncated)

Changelog

Sourced from express's changelog.

4.21.1 / 2024-10-08

4.21.0 / 2024-09-11

  • Deprecate res.location("back") and res.redirect("back") magic string
  • deps: serve-static@1.16.2
    • includes send@0.19.0
  • deps: finalhandler@1.3.1
  • deps: qs@6.13.0

4.20.0 / 2024-09-10

  • 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
Commits

Dependabot compatibility score

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.

@dependabot dependabot bot requested a review from BethGriggs as a code owner October 10, 2024 01:46
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 10, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/express-4.21.1 branch from 0230e68 to f966334 Compare November 4, 2024 19:57
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.21.1.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)
- [Commits](expressjs/express@4.19.2...4.21.1)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/express-4.21.1 branch from f966334 to 58b615d Compare November 4, 2024 21:27
@christoph-jerolimov christoph-jerolimov merged commit a3e5a66 into main Nov 7, 2024
@christoph-jerolimov christoph-jerolimov deleted the dependabot/npm_and_yarn/express-4.21.1 branch November 7, 2024 21:27
debsmita1 referenced this pull request in debsmita1/rhdh-plugins Feb 26, 2025
johnmcollier added a commit to johnmcollier/rhdh-plugins that referenced this pull request Mar 19, 2025
…rusebridge

RHDHPAI-505: Switch the entity provider to the model catalog bridge
AndrienkoAleksandr referenced this pull request in AndrienkoAleksandr/rhdh-plugins Sep 18, 2025
* feat(bulk-import-backend): fix typization for @gitbeaker/rest

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

* squash: updates to make the tests work

---------

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
Co-authored-by: Oleksandr Andriienko <oandriie@redhat.com>
AndrienkoAleksandr added a commit that referenced this pull request Sep 19, 2025
* feat(bulk-import-backend): addition of Gitlab support to the bulk-import backend.

see https://issues.redhat.com/browse/RHIDP-8281

* squash: type fixes

* squash: removing comments and todos

* squash: consolidate duplicated code

* squash: consolidate duplicated code

* squash: a little cleanup

* squash: update @gitbeaker/rest module to the latest release

* squash: prettier fix for api-docs

* squash: adding in an exclusion for the dupe tests

* squash: prettier fixes

* squash: code cleanup

* squash: more code cleanup

* squash: fixing sonarcloud secrutiy hotspots

* squash: Gitlab bulk import fix typization (#2)

* feat(bulk-import-backend): fix typization for @gitbeaker/rest

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

* squash: updates to make the tests work

---------

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
Co-authored-by: Oleksandr Andriienko <oandriie@redhat.com>

* squash add back the things i forgot i commented out

* squash: findAllImports needed both integrations.  fixed the delete import thing

* squash: trying to remove duplications

* squash: removing commented code

* squash: sending back the approvalTool

* squash: update and fix tests

* squash: remove commented code

* squash: Update workspaces/bulk-import/.changeset/rude-boats-cough.md

Co-authored-by: Christoph Jerolimov <jerolimov@gmail.com>

* squash: update yarn.lock after the rebase

---------

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
Co-authored-by: Oleksandr Andriienko <oandriie@redhat.com>
Co-authored-by: Christoph Jerolimov <jerolimov@gmail.com>
PatAKnight referenced this pull request in PatAKnight/rhdh-plugins Sep 26, 2025
elai-shalev pushed a commit to elai-shalev/rhdh-plugins that referenced this pull request Jan 21, 2026
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.21.1.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)
- [Commits](expressjs/express@4.19.2...4.21.1)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
elai-shalev pushed a commit to elai-shalev/rhdh-plugins that referenced this pull request Jan 21, 2026
* feat(bulk-import-backend): addition of Gitlab support to the bulk-import backend.

see https://issues.redhat.com/browse/RHIDP-8281

* squash: type fixes

* squash: removing comments and todos

* squash: consolidate duplicated code

* squash: consolidate duplicated code

* squash: a little cleanup

* squash: update @gitbeaker/rest module to the latest release

* squash: prettier fix for api-docs

* squash: adding in an exclusion for the dupe tests

* squash: prettier fixes

* squash: code cleanup

* squash: more code cleanup

* squash: fixing sonarcloud secrutiy hotspots

* squash: Gitlab bulk import fix typization (redhat-developer#2)

* feat(bulk-import-backend): fix typization for @gitbeaker/rest

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

* squash: updates to make the tests work

---------

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
Co-authored-by: Oleksandr Andriienko <oandriie@redhat.com>

* squash add back the things i forgot i commented out

* squash: findAllImports needed both integrations.  fixed the delete import thing

* squash: trying to remove duplications

* squash: removing commented code

* squash: sending back the approvalTool

* squash: update and fix tests

* squash: remove commented code

* squash: Update workspaces/bulk-import/.changeset/rude-boats-cough.md

Co-authored-by: Christoph Jerolimov <jerolimov@gmail.com>

* squash: update yarn.lock after the rebase

---------

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
Co-authored-by: Oleksandr Andriienko <oandriie@redhat.com>
Co-authored-by: Christoph Jerolimov <jerolimov@gmail.com>
elai-shalev pushed a commit to elai-shalev/rhdh-plugins that referenced this pull request Jan 21, 2026
* feat(bulk-import-backend): addition of Gitlab support to the bulk-import backend.

see https://issues.redhat.com/browse/RHIDP-8281

* squash: type fixes

* squash: removing comments and todos

* squash: consolidate duplicated code

* squash: consolidate duplicated code

* squash: a little cleanup

* squash: update @gitbeaker/rest module to the latest release

* squash: prettier fix for api-docs

* squash: adding in an exclusion for the dupe tests

* squash: prettier fixes

* squash: code cleanup

* squash: more code cleanup

* squash: fixing sonarcloud secrutiy hotspots

* squash: Gitlab bulk import fix typization (redhat-developer#2)

* feat(bulk-import-backend): fix typization for @gitbeaker/rest

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

* squash: updates to make the tests work

---------

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
Co-authored-by: Oleksandr Andriienko <oandriie@redhat.com>

* squash add back the things i forgot i commented out

* squash: findAllImports needed both integrations.  fixed the delete import thing

* squash: trying to remove duplications

* squash: removing commented code

* squash: sending back the approvalTool

* squash: update and fix tests

* squash: remove commented code

* squash: Update workspaces/bulk-import/.changeset/rude-boats-cough.md

Co-authored-by: Christoph Jerolimov <jerolimov@gmail.com>

* squash: update yarn.lock after the rebase

---------

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
Co-authored-by: Oleksandr Andriienko <oandriie@redhat.com>
Co-authored-by: Christoph Jerolimov <jerolimov@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant