Uh oh!
There was an error while loading. Please reload this page.
Bump koa from 2.15.3 to 3.1.2 in /apps/koa - #51
Conversation
Bumps [koa](https://github.com/koajs/koa) from 2.15.3 to 3.1.2. - [Release notes](https://github.com/koajs/koa/releases) - [Changelog](https://github.com/koajs/koa/blob/master/History.md) - [Commits](koajs/koa@2.15.3...v3.1.2) --- updated-dependencies: - dependency-name: koa dependency-version: 3.1.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| "@sentry/node": "8.9.2", | ||
| "dotenv": "^16.4.5", | ||
| "koa": "2.15.3" | ||
| "koa": "3.1.2" |
There was a problem hiding this comment.
Type definitions not updated for Koa major version bump
Medium Severity
koa was bumped from v2 to v3 (a major version with breaking API changes), but @types/koa remains at 2.15.0. The correct types for Koa 3.x are @types/koa@3.0.0+. This mismatch means TypeScript will type-check against the v2 API surface while the runtime uses v3, potentially masking real incompatibilities introduced by breaking changes like the switch from querystring to URLSearchParams and changes to ctx.throw signature.


Bumps koa from 2.15.3 to 3.1.2.
Release notes
Sourced from koa's releases.
... (truncated)
Changelog
Sourced from koa's changelog.
... (truncated)
Commits
c5a52e03.1.255ab9baMerge commit from forkfecd464build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 (#1922)d2066cfbuild(deps): bump content-disposition from 0.5.4 to 1.0.1 (#1917)8694a06docs: use correct term "Server-Sent Events" in guide (#1920)096682bbuild(deps): bump mime-types from 3.0.1 to 3.0.2 (#1918)8215c2ebuild(deps): bump http-errors from 2.0.0 to 2.0.1 (#1919)cfe5ec6build(deps-dev): bump qs from 6.14.0 to 6.14.1 (#1921)0a6afa5fix: typo in troubleshooting.md (#1916)2e52fb53.1.1Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for koa since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.