Skip to content

chore(deps): bump @adonisjs/http-server from 7.8.0 to 8.1.1#439

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/adonisjs/http-server-8.1.1
Open

chore(deps): bump @adonisjs/http-server from 7.8.0 to 8.1.1#439
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/adonisjs/http-server-8.1.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

Bumps @adonisjs/http-server from 7.8.0 to 8.1.1.

Release notes

Sourced from @​adonisjs/http-server's releases.

Fix build issue

8.1.1 (2026-03-20)

Bug Fixes

  • rollback tsdown version for now (2f86348), closes #116

Pass original trust proxy fn to getIp method

8.1.0 (2026-03-20)

Features

  • client: add defaultOptions to createUrlBuilder (#115) (e1e008a)
  • make getIp method arguments types and pass originalFn to it to piggy back on proxyaddr (725b238)

What's Changed

Full Changelog: adonisjs/http-server@v8.0.0...v8.1.0

Type-safe URL builder, platform-native Request/Response support, response serializers and much more

8.0.0 (2026-02-25)

Features

Platform-native Response support

You can now return platform-native Response objects directly via the response.send() method. This enables seamless integration with libraries that return standard Response objects, such as Vercel's AI SDK.

import { streamText } from 'ai'
async handle({ response }: HttpContext) {
const result = await streamText({
model: openai('gpt-4'),
prompt: 'Write a story'
})
return result.toUIMessageStreamResponse()
}

Custom response serializers

You can now define custom serializers to control how response data is serialized before being sent to the client. This is particularly useful for:

  • Adding custom serialization logic for specific data types

... (truncated)

Commits
  • c16f074 chore(release): 8.1.1
  • 2f86348 fix: rollback tsdown version for now
  • e049fc6 chore(release): 8.1.0
  • 725b238 feat: make getIp method arguments types and pass originalFn to it to piggy ba...
  • e1e008a feat(client): add defaultOptions to createUrlBuilder (#115)
  • 79993b2 chore(release): 8.0.0
  • 283df13 chore: fix broken build
  • e41fd9b chore: update dependencies
  • c21b6dd chore: publish under latest tag
  • 98dbb78 chore: update dependencies
  • Additional commits viewable in compare view

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 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)

Bumps [@adonisjs/http-server](https://github.com/adonisjs/http-server) from 7.8.0 to 8.1.1.
- [Release notes](https://github.com/adonisjs/http-server/releases)
- [Commits](adonisjs/http-server@v7.8.0...v8.1.1)

---
updated-dependencies:
- dependency-name: "@adonisjs/http-server"
  dependency-version: 8.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 1, 2026
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants