instantcommerce / next-api-decorators

Collection of decorators to create typed Next.js API routes, with easy request validation and transformation.
https://next-api-decorators.vercel.app
MIT License
412 stars 29 forks source link

chore(deps-dev): bump next from 13.0.5 to 13.0.7 #518

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps next from 13.0.5 to 13.0.7.

Release notes

Sourced from next's releases.

v13.0.7

Core Changes

  • Update react next tag: #43617
  • fix(jest): pattern when detecting packages to transpile in next/jest: #43546
  • Adding head element checking for root layout: #43597
  • Revert: 'Minimized runtime errors in app dir': #43648
  • fix: properly handle trailingSlash: true and rewrites: #43641
  • @​next/font fallback fonts order fix: #43633
  • Update cache handling for app: #43659
  • Remove resolved app directory todos: #43672
  • Fix typo in comment: #43685
  • perf: disable prefetching for links in viewport in development for app routes: #43730
  • Remove additional <div> at each segment level in app: #43717
  • Revert "Adding head element checking for root layout": #43760
  • fix ci pnpm lock error: #43767
  • Force reflow when setting scrollBehavior: #43673
  • Remove __webpack_exports__ from error overlay: #43715
  • Fix chunk hash logic in hot-reloader for server components: #43778
  • Assign layer to app client entries: #43197
  • Remove notifications emitted during pnpm dev: #43801
  • Display error digest if presented: #43742
  • Fix HMR issue after patching the client module: #43819
  • Implement loadable with lazy and suspense for next dynamic: #42589
  • Do not attach CSS checksum for production build: #43827
  • Provide error hints for invalid layout props via the TS plugin: #43835
  • Refactor code: #43828
  • Unhandled errors and rejections opens as minimized in app dir error overlay: #43844
  • docs: add readme with development instructions for next/swc: #43834
  • Use proxy to ensure Flight is referencing to the latest module during development: #43823
  • memory: fix 2 memory leaks in next-dev: #43859
  • Refactoring in @​next/font: #43848
  • build(cargo): bump up swc_core, turbopack: #43652
  • Move prefetch bailout to start of the prefetch function for pages: #43731
  • Alias next/head to noop for rsc and add upgration warning: #43885
  • Update freebsd build: #43866
  • Fix error message for invalid runtime option in app dir: #43900
  • fix: forwarding props to no ssr dynamic: #43901
  • Improve type checking error message for invalid props: #43903
  • Improve type checking error message for invalid props: #43903
  • Support for named slots in type checking: #43906
  • Fix next/dynamic types for resolving named export module: #43923
  • Add auto completion for prop names and types to the TS plugin: #43909
  • Skip creating VSCode config and .gitignore if running in CI: #43935
  • Add helpful error for createContext used in Server Components: #43747
  • Increase stack trace limit on the server: #43800
  • Refactor image optimization util: #43868
  • useSearchParams - bailout to client rendering during static generation: #43603
  • Open server component errors fullscreen: #43887
  • next-dev: restart dev server exceeds the memory limits: #43958

... (truncated)

Commits


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 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)
vercel[bot] commented 1 year ago

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

Name Status Preview Updated
next-api-decorators ✅ Ready (Inspect) Visit Preview Dec 19, 2022 at 5:09AM (UTC)
codecov[bot] commented 1 year ago

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:

Coverage data is based on head (52195ca) compared to base (aafaabc). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## beta #518 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 46 46 Lines 596 596 Branches 158 172 +14 ========================================= Hits 596 596 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=instantcommerce). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=instantcommerce)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 2.0.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: