Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2025

Bumps koa from 2.14.1 to 3.0.1.

Release notes

Sourced from koa's releases.

v3.0.1

What's Changed

Full Changelog: koajs/koa@v3.0.0...v3.0.1

v3.0.0

This is a major release.

Breaking

  • Minimum node v18
  • Removes .redirect('back'), adds .back(fallback_url) @​fl0w koajs/koa#1115
  • For .redirect(), don't render redirect values in anchor ref koajs/koa@ff25eb4
  • req.origin should display the origin header if it exists, not the current hostname koajs/koa#1008. origin now aligns with the Origin header as used in CORS.
  • .body=<json> should not overwrite type if type already json koajs/koa#1120
  • Remove special ENOENT support koajs/koa#1861 - this is a big change and will require any file servers to adapt to this change for handling 404s / files not found
  • Removes generator deprecation messages. Generators are no longer supported. Koa no longer asserts if generators are used. Set content-length: 0 if body is explicitly set to null @​ognjenjevremovic #1528 Remove obsolete createAsyncCtxStorageMiddleware koajs/koa#1817
  • ctx.throw now requires a format of ctx.throw(status, error, properties). See: https://www.npmjs.com/package/http-errors

New

Fixes

... (truncated)

Changelog

Sourced from koa's changelog.

[!IMPORTANT] Moving forwards we are using the GitHub releases page at https://github.com/koajs/koa/releases in combination with np for publishing releases and their changelogs.


3.0.0-alpha.3 / 2025-02-11

fixes

  • Avoid redos on host and protocol getter

3.0.0-alpha.2 / 2024-11-04

breaking changes

  • Update http-errors to v2.0.0 #1486
  • Remove res.redirect('back'), add back() method to ctx #1115
  • Replace node querystring with URLSearchParams #1828
  • Remove obsolete createAsyncCtxStorageMiddleware #1817

features

  • Add support for web WHATWG #1830

updates

  • Update cookies to ~0.9.1 #1846
  • Update statuses to ^2.0.1
  • Update supertest to ^7.0.0 #1841

fixes

  • Fix exports.defaults in package.json #1630
  • Fix leaky handles in tests #1838
  • Fix body null checks #1814
  • Fix reformatting redirect URLs #1805 #1804
  • Fix passing ctx in error handler #1758

migrations

  • Migrate from jest to the native node test runner #1845

3.0.0-alpha.1 / 2023-04-12

fixes

3.0.0-alpha.0 / 2023-01-02

Breaking Changes

... (truncated)

Commits
  • 1ddb048 3.0.1
  • 422c551 Merge commit from fork
  • 6e51eb1 build(deps-dev): bump form-data from 4.0.3 to 4.0.4 (#1894)
  • d378e5c build(deps-dev): bump supertest from 7.1.1 to 7.1.4 (#1895)
  • cb22d8d build(deps): bump statuses from 2.0.1 to 2.0.2 (#1888)
  • 0acad8f feat: replace cache-content-type with mime-types directly (#1886)
  • 2f6e814 feat: replace debug module with pure node:util::debuglog (#1885)
  • 8620ced build(deps): bump debug from 4.4.0 to 4.4.1 (#1880)
  • dec1ffc build(deps-dev): bump supertest from 7.1.0 to 7.1.1 (#1879)
  • 9057541 chore: removes done callbacks in tests [CHORE-1870] (#1875)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 29, 2025
@dependabot dependabot bot requested a review from kevinpschaaf as a code owner July 29, 2025 09:19
@changeset-bot
Copy link

changeset-bot bot commented Jul 29, 2025

⚠️ No Changeset found

Latest commit: 37a6b60

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Jul 29, 2025

📊 Tachometer Benchmark Results

Summary

nop-update

  • this-change, tip-of-tree, previous-release: unsure 🔍 -7% - +5% (-0.96ms - +0.68ms)
    this-change vs tip-of-tree

render

  • this-change: 44.20ms - 45.07ms
  • this-change, tip-of-tree, previous-release: unsure 🔍 -5% - +4% (-0.99ms - +0.89ms)
    this-change vs tip-of-tree
  • this-change, tip-of-tree, previous-release: unsure 🔍 -2% - +3% (-0.64ms - +1.15ms)
    this-change vs tip-of-tree
  • this-change, tip-of-tree, previous-release: unsure 🔍 -19% - +38% (-9.25ms - +19.31ms)
    this-change vs tip-of-tree

update

  • this-change: 516.29ms - 522.41ms
  • this-change, tip-of-tree, previous-release: unsure 🔍 -4% - +6% (-1.94ms - +2.43ms)
    this-change vs tip-of-tree
  • this-change, tip-of-tree, previous-release: unsure 🔍 -1% - +3% (-0.92ms - +2.68ms)
    this-change vs tip-of-tree
  • this-change, tip-of-tree, previous-release: unsure 🔍 -1% - +2% (-2.95ms - +8.97ms)
    this-change vs tip-of-tree

update-reflect

  • this-change: 498.02ms - 504.15ms
  • this-change, tip-of-tree, previous-release: unsure 🔍 -0% - +2% (-1.88ms - +10.66ms)
    this-change vs tip-of-tree

Results

this-change

render

VersionAvg timevs
44.20ms - 45.07ms-

update

VersionAvg timevs
516.29ms - 522.41ms-

update-reflect

VersionAvg timevs
498.02ms - 504.15ms-
this-change, tip-of-tree, previous-release

render

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
20.47ms - 21.87ms-unsure 🔍
-5% - +4%
-0.99ms - +0.89ms
unsure 🔍
-3% - +6%
-0.71ms - +1.25ms
tip-of-tree
tip-of-tree
20.60ms - 21.85msunsure 🔍
-4% - +5%
-0.89ms - +0.99ms
-unsure 🔍
-3% - +6%
-0.61ms - +1.25ms
previous-release
previous-release
20.22ms - 21.59msunsure 🔍
-6% - +3%
-1.25ms - +0.71ms
unsure 🔍
-6% - +3%
-1.25ms - +0.61ms
-

update

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
42.57ms - 45.65ms-unsure 🔍
-4% - +6%
-1.94ms - +2.43ms
unsure 🔍
-7% - +3%
-3.05ms - +1.35ms
tip-of-tree
tip-of-tree
42.32ms - 45.41msunsure 🔍
-5% - +4%
-2.43ms - +1.94ms
-unsure 🔍
-7% - +2%
-3.30ms - +1.10ms
previous-release
previous-release
43.39ms - 46.53msunsure 🔍
-3% - +7%
-1.35ms - +3.05ms
unsure 🔍
-3% - +8%
-1.10ms - +3.30ms
-

nop-update

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
12.35ms - 13.49ms-unsure 🔍
-7% - +5%
-0.96ms - +0.68ms
unsure 🔍
-6% - +6%
-0.79ms - +0.80ms
tip-of-tree
tip-of-tree
12.48ms - 13.65msunsure 🔍
-5% - +7%
-0.68ms - +0.96ms
-unsure 🔍
-5% - +7%
-0.66ms - +0.95ms
previous-release
previous-release
12.37ms - 13.47msunsure 🔍
-6% - +6%
-0.80ms - +0.79ms
unsure 🔍
-7% - +5%
-0.95ms - +0.66ms
-
this-change, tip-of-tree, previous-release

render

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
39.13ms - 40.56ms-unsure 🔍
-2% - +3%
-0.64ms - +1.15ms
unsure 🔍
-1% - +4%
-0.45ms - +1.48ms
tip-of-tree
tip-of-tree
39.06ms - 40.13msunsure 🔍
-3% - +2%
-1.15ms - +0.64ms
-unsure 🔍
-1% - +3%
-0.58ms - +1.10ms
previous-release
previous-release
38.69ms - 39.98msunsure 🔍
-4% - +1%
-1.48ms - +0.45ms
unsure 🔍
-3% - +1%
-1.10ms - +0.58ms
-

update

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
92.29ms - 94.55ms-unsure 🔍
-1% - +3%
-0.92ms - +2.68ms
unsure 🔍
-2% - +2%
-1.69ms - +2.03ms
tip-of-tree
tip-of-tree
91.14ms - 93.94msunsure 🔍
-3% - +1%
-2.68ms - +0.92ms
-unsure 🔍
-3% - +1%
-2.75ms - +1.32ms
previous-release
previous-release
91.77ms - 94.73msunsure 🔍
-2% - +2%
-2.03ms - +1.69ms
unsure 🔍
-1% - +3%
-1.32ms - +2.75ms
-
this-change, tip-of-tree, previous-release

render

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
47.26ms - 68.07ms-unsure 🔍
-19% - +38%
-9.25ms - +19.31ms
unsure 🔍
-16% - +42%
-7.41ms - +20.69ms
tip-of-tree
tip-of-tree
42.85ms - 62.41msunsure 🔍
-32% - +15%
-19.31ms - +9.25ms
-unsure 🔍
-24% - +30%
-11.98ms - +15.20ms
previous-release
previous-release
41.58ms - 60.46msunsure 🔍
-34% - +11%
-20.69ms - +7.41ms
unsure 🔍
-28% - +22%
-15.20ms - +11.98ms
-

update

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
523.98ms - 532.75ms-unsure 🔍
-1% - +2%
-2.95ms - +8.97ms
unsure 🔍
-1% - +1%
-7.45ms - +5.65ms
tip-of-tree
tip-of-tree
521.32ms - 529.39msunsure 🔍
-2% - +1%
-8.97ms - +2.95ms
-unsure 🔍
-2% - +0%
-10.23ms - +2.41ms
previous-release
previous-release
524.41ms - 534.12msunsure 🔍
-1% - +1%
-5.65ms - +7.45ms
unsure 🔍
-0% - +2%
-2.41ms - +10.23ms
-

update-reflect

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
534.26ms - 544.46ms-unsure 🔍
-0% - +2%
-1.88ms - +10.66ms
unsure 🔍
-1% - +1%
-5.40ms - +7.40ms
tip-of-tree
tip-of-tree
531.32ms - 538.62msunsure 🔍
-2% - +0%
-10.66ms - +1.88ms
-unsure 🔍
-2% - +0%
-8.70ms - +1.92ms
previous-release
previous-release
534.50ms - 542.22msunsure 🔍
-1% - +1%
-7.40ms - +5.40ms
unsure 🔍
-0% - +2%
-1.92ms - +8.70ms
-

tachometer-reporter-action v2 for Benchmarks

@github-actions
Copy link
Contributor

The size of lit-html.js and lit-core.min.js are as expected.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/koa-3.0.1 branch from a6ef652 to cd3ff52 Compare August 3, 2025 00:28
Bumps [koa](https://github.com/koajs/koa) from 2.14.1 to 3.0.1.
- [Release notes](https://github.com/koajs/koa/releases)
- [Changelog](https://github.com/koajs/koa/blob/master/History.md)
- [Commits](koajs/koa@2.14.1...v3.0.1)

---
updated-dependencies:
- dependency-name: koa
  dependency-version: 3.0.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/koa-3.0.1 branch from cd3ff52 to 37a6b60 Compare August 20, 2025 22:41
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 21, 2025

Superseded by #5127.

@dependabot dependabot bot closed this Oct 21, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/koa-3.0.1 branch October 21, 2025 15:12
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