Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Bumps koa-body from 6.0.1 to 7.0.0.

Release notes

Sourced from koa-body's releases.

v7.0.0

Major Changes

  • #239 e59b8ce Thanks @​TheDadi! - chore: introduce @biomejs/biome as linter and formatter instead of prettier chore: introduce @changesets/cli to automate publish and changelog chore: introduce GitHub actions for publishing to npm chore: introduce GitHub actions for preview publish using pkg-pr-new chore: replace mocha with node:test chore: updated all dependencies to latest chore: updated dev dependency koa-router to use @koa/router instead chore: introduce tshy and @arethetypeswrong/cli to have esm and commonjs exports and verification that types and exports are compatible with different module resolutions (fixes: koajs/koa-body#233) chore: introduce pnpm as package-manager

    refactor: use ctx.request.rawBody instead of ctx.request.body[symbolUnparsed] for unparsed body if includeUnparsed is set refactor: ctx.request.rawBody is also set on content-type text/* if includeUnparsed is set refactor: if given method is not in parsedMethods do not patch koa and node with empty object anymore (fixes: koajs/koa-body#238) refactor: changed type of ctx.req.body and ctx.request.body from any to { [key: string]: unknown } | string

    feat: allow to override formidable onPart see https://github.com/node-formidable/formidable#formonpart (fixes: koajs/koa-body#172)

    docs: updated README.md to reflect changes docs: reworked examples to use typescript

Changelog

Sourced from koa-body's changelog.

7.0.0

Major Changes

  • #239 e59b8ce Thanks @​TheDadi! - chore: introduce @biomejs/biome as linter and formatter instead of prettier chore: introduce @changesets/cli to automate publish and changelog chore: introduce GitHub actions for publishing to npm chore: introduce GitHub actions for preview publish using pkg-pr-new chore: replace mocha with node:test chore: updated all dependencies to latest chore: updated dev dependency koa-router to use @koa/router instead chore: introduce tshy and @arethetypeswrong/cli to have esm and commonjs exports and verification that types and exports are compatible with different module resolutions (fixes: koajs/koa-body#233) chore: introduce pnpm as package-manager

    refactor: use ctx.request.rawBody instead of ctx.request.body[symbolUnparsed] for unparsed body if includeUnparsed is set refactor: ctx.request.rawBody is also set on content-type text/* if includeUnparsed is set refactor: if given method is not in parsedMethods do not patch koa and node with empty object anymore (fixes: koajs/koa-body#238) refactor: changed type of ctx.req.body and ctx.request.body from any to { [key: string]: unknown } | string

    feat: allow to override formidable onPart see https://github.com/node-formidable/formidable#formonpart (fixes: koajs/koa-body#172)

    docs: updated README.md to reflect changes docs: reworked examples to use typescript

6.0.0 (future release)

  • rewrite in TypeScript (thanks @​TheDadi)
  • removed the deprecated strict option
  • add "application/reports+json" to allowed types (#204)
  • test against Node.js 14+

5.0.0

Mistakenly republished v4.2.0. See #207.

4.2.0

  • support all text content types (#179)
  • adds TypeScript integration testing (#177)
  • removes testing against EOL Node.js verions

4.1.3

Reverted changes introduced in 4.1.2. Now 4.1.3 is effectively the same as 4.1.1.

4.1.2

Bad TypeScript definition file change (#173). Do not use this version.

4.1.1

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for koa-body since your current version.


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)

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/koa-body-7.0.0 branch from 32dd8ca to e68f490 Compare November 8, 2025 23:39
@dependabot dependabot bot requested a review from imdhemy as a code owner November 8, 2025 23:39
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/koa-body-7.0.0 branch from e68f490 to a2f7524 Compare November 9, 2025 10:35
Copy link
Member

@imdhemy imdhemy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot rebase

Bumps [koa-body](https://github.com/koajs/koa-body) from 6.0.1 to 7.0.0.
- [Release notes](https://github.com/koajs/koa-body/releases)
- [Changelog](https://github.com/koajs/koa-body/blob/master/CHANGELOG.md)
- [Commits](koajs/koa-body@v6.0.1...v7.0.0)

---
updated-dependencies:
- dependency-name: koa-body
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/koa-body-7.0.0 branch from a2f7524 to 536cba6 Compare November 18, 2025 09:35
@imdhemy imdhemy merged commit b0ca807 into 2.x Nov 19, 2025
1 check passed
@imdhemy imdhemy deleted the dependabot/npm_and_yarn/koa-body-7.0.0 branch November 19, 2025 20:00
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.

1 participant