Skip to content

chore(deps): update dependency body-parser to ^2.3.0 - #1243

Merged
underfisk merged 2 commits into
masterfrom
renovate/body-parser-2.x
Jul 1, 2026
Merged

chore(deps): update dependency body-parser to ^2.3.0#1243
underfisk merged 2 commits into
masterfrom
renovate/body-parser-2.x

Conversation

@renovate

@renovate renovate Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
body-parser ^2.2.1^2.3.0 age confidence

Release Notes

expressjs/body-parser (body-parser)

v2.3.0

Compare Source

========================

  • fix: use static exports instead of lazy getters to improve ESM compatibility
  • feat: add subpath exports for individual parsers
  • fix: improve limit option validation (#​698)
    • Invalid limit values (e.g. unparseable strings or NaN) now throw instead of being silently ignored, which previously disabled size limit enforcement
    • null and undefined fall back to the default 100kb limit
  • deps:
    • content-type@^2.0.0
    • http-errors@^2.0.1
    • iconv-lite^0.7.2
    • qs@^6.15.2
    • raw-body@^3.0.2
    • type-is@^2.1.0

v2.2.2

Compare Source

=========================

  • deps: qs@^6.14.1
  • refactor(json): simplify strict mode error string construction

Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • "before 4am on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update 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/body-parser-2.x branch from a6d2776 to 4e85d94 Compare June 11, 2026 13:16
@renovate renovate Bot changed the title chore(deps): update dependency body-parser to ^2.2.2 chore(deps): update dependency body-parser to ^2.3.0 Jun 15, 2026
@renovate
renovate Bot force-pushed the renovate/body-parser-2.x branch from 4e85d94 to fcc41b5 Compare June 15, 2026 20:58
@underfisk

Copy link
Copy Markdown
Collaborator

@copilot Review the CI issue, it seems to be related to a mistmatch of Nest versions

Copilot AI commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

@copilot Review the CI issue, it seems to be related to a mistmatch of Nest versions

I reviewed the failing CI run (27575961362) and the failure is in packages/hasura tests, where Nest cannot resolve DiscoveryService dependencies (ModulesContainer). This lines up with a Nest dependency graph mismatch: the install resolves multiple peer variants of @nestjs/core/@nestjs/platform-express in the lock graph, so DI tokens don’t line up at runtime. I did not push a code change yet because the viable fix appears to be a lockfile/Nest alignment update (likely rebasing this branch onto latest base or refreshing lockfile with the same Nest peer set), which is broader than the body-parser bump itself.

Copilot AI requested a review from underfisk July 1, 2026 16:11
@underfisk

Copy link
Copy Markdown
Collaborator

@copilot Review the CI issue, it seems to be related to a mistmatch of Nest versions

I reviewed the failing CI run (27575961362) and the failure is in packages/hasura tests, where Nest cannot resolve DiscoveryService dependencies (ModulesContainer). This lines up with a Nest dependency graph mismatch: the install resolves multiple peer variants of @nestjs/core/@nestjs/platform-express in the lock graph, so DI tokens don’t line up at runtime. I did not push a code change yet because the viable fix appears to be a lockfile/Nest alignment update (likely rebasing this branch onto latest base or refreshing lockfile with the same Nest peer set), which is broader than the body-parser bump itself.

@copilot in another PR please address the issue then, run pnpm install and make sure that the issues are gone

Copilot AI commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

@underfisk I've opened a new pull request, #1250, to work on those changes. Once the pull request is ready, I'll request review from you.

… Nest peer deps (#1250)

* Initial plan

* fix(hasura): align Nest peer dependencies

* fix(hasura): remove explicit Nest peer dependencies

* fix(hasura): restore explicit peer dependencies

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
@underfisk
underfisk merged commit 5d1da50 into master Jul 1, 2026
2 checks passed
@underfisk
underfisk deleted the renovate/body-parser-2.x branch July 1, 2026 17:39
underfisk added a commit that referenced this pull request Jul 1, 2026
* chore(deps): update dependency ts-jest to ^29.4.11

* chore(deps): update dependency body-parser to ^2.3.0 (#1243)

* chore(deps): update dependency body-parser to ^2.3.0

* chore(deps): update dependency body-parser to ^2.3.0 and align hasura Nest peer deps (#1250)

* Initial plan

* fix(hasura): align Nest peer dependencies

* fix(hasura): remove explicit Nest peer dependencies

* fix(hasura): restore explicit peer dependencies

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>

* chore(deps): update dependency rxjs to ^7.8.2 (#1244)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>

* chore(deps): update dependency commitizen to ^4.3.2 (#1245)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rodrigo <monstawoodwow@gmail.com>

* chore(deps): update dependency ts-jest to ^29.4.11

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Rodrigo <monstawoodwow@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants