Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump next-connect from 0.13.0 to 1.0.0 #2756

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 9, 2023

Bumps next-connect from 0.13.0 to 1.0.0.

Release notes

Sourced from next-connect's releases.

v1.0.0

Published v1

v1.0.0-next.4

What's Changed

Full Changelog: hoangvvo/next-connect@v1.0.0-next.3...v1.0.0-next.4

v1.0.0-next.3

What's Changed

Full Changelog: hoangvvo/next-connect@v1.0.0-next.2...v1.0.0-next.3

v1.0.0-next.2

What's Changed

Full Changelog: hoangvvo/next-connect@v1.0.0-next.1...v1.0.0-next.2

v1.0.0-next.1

What's Changed

Full Changelog: hoangvvo/next-connect@v1.0.0-next.0...v1.0.0-next.1

v1.0.0-next.0

This is the rewrite of next-connect. Most APIs may not be backward-compatible.

  • breaking: Drop built-in support for Express.js middleware. You can always create a tiny wrapper function to maintain this functionality. https://github.com/hoangvvo/next-connect#expressjs-compatibility
    • Remove next(err) pattern
  • improvement More straight-forward implementation and avoid patchy solutions. Now the handler will resolve based on pure promise resolution. One should expect a boost in perf as well.
  • feature Async middleware paradigm like Koa
router
  .use(async (req, res, next) => {
    const start = Date.now();
    await next(); // call next in chain
    const end = Date.now();
    console.log(`Request took ${end - start}ms`);
  })
  .use(authy)
  .use(databasey)
</tr></table> 

... (truncated)

Changelog

Sourced from next-connect's changelog.

Changelog

1.0.0-next.4

1.0.0-next.3

1.0.0-next.2

1.0.0-next.1

1.0.0-next.0

See https://github.com/hoangvvo/next-connect/releases/tag/v1.0.0-next.0.

0.12.2

  • Add back next() in error handler

0.12.1

  • breaking: flow change: handle() does not use onError (ad857bedb0996312ad3a5ea966ce3a60417429a6)
  • fix: make sure handler is resolvable (#178)

0.11.1

  • Bump deps and switch to NPM
  • typescript: added export for types (#176)

0.11.0

  • Allow regular expressions to be used for route. (#157)

0.10.2

  • Export the options interface (#152)

0.10.1

  • Make NextConnect compatible with NextApiHandler (#128)

... (truncated)

Commits

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)

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

Bumps [next-connect](https://github.com/hoangvvo/next-connect) from 0.13.0 to 1.0.0.
- [Release notes](https://github.com/hoangvvo/next-connect/releases)
- [Changelog](https://github.com/hoangvvo/next-connect/blob/main/CHANGELOG.md)
- [Commits](hoangvvo/next-connect@v0.13.0...v1.0.0)

---
updated-dependencies:
- dependency-name: next-connect
  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 npm labels Aug 9, 2023
@vercel
Copy link

vercel bot commented Aug 9, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
kwenta ✅ Ready (Inspect) Visit Preview Aug 9, 2023 3:39pm
kwenta-storybook ✅ Ready (Inspect) Visit Preview Aug 9, 2023 3:39pm

@codecov
Copy link

codecov bot commented Aug 9, 2023

Codecov Report

Merging #2756 (35da751) into dev (fdc3bb0) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##              dev    #2756   +/-   ##
=======================================
  Coverage   52.68%   52.68%           
=======================================
  Files         392      392           
  Lines       12432    12432           
  Branches     2861     2861           
=======================================
  Hits         6550     6550           
  Misses       5653     5653           
  Partials      229      229           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

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 npm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants