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
409 stars 28 forks source link

chore(deps-dev): bump next from 13.2.4 to 13.4.3 #603

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps next from 13.2.4 to 13.4.3.

Release notes

Sourced from next's releases.

v13.4.3

Core Changes

  • Optimize trace span relationships: #49697
  • refactor(next-core): deprecate custom_ecmascript_transforms: #49629
  • Remove old-space-size filtering from dev server: #49727
  • Rework client router filter handling: #49741
  • fix(image): preload should respect referrerPolicy: #49584
  • Fix cookies().set missing in types: #49806
  • fix: Disable tracing/release_max_level_off for wasm, too: #49639
  • Apply user-defined PostCSS transforms to foreign code: #49463
  • add @​swc/core to server external packages: #49721
  • turbo-binding -> turbopack-binding: #49816
  • refactor(next-core): consolidate react_refresh options: #49822
  • add support for globally providing mdx components to turbopack: #49818
  • Refactor pages structure: #49802
  • Fix conflict when re-exporting multiple Client References: #49468
  • refactor(next-core): move transforms to plugin: #49621
  • Fix chained .bind of Server Actions: #49874
  • Fix port value for metadataBase: #49924
  • Introduce NextMode: #49852
  • Port sorted-routes.ts to Rust: #48334
  • Move build workers count change behind flag: #49937
  • Update default for appDocumentPreloading config for minimalMode: #49952
  • Add @​vercel/og to external server packages: #49944
  • Fix custom server React resolution with app dir and pages both presented: #49805
  • Error in next export when serverActions is enabled: #49959
  • Reset not-found and error boundary when navigating: #49855
  • Revert "Error in next export when serverActions is enabled": #50019
  • fix: warning fetch for [object Request] specified: #50003
  • Remove custom handling for prebundled react env: #49954
  • fix: set cookies followed by redirect(): #49965

Example Changes

  • chore: update examples to use draft mode: #49720
  • Add mdx page example to examples/app-dir-mdx: #47082
  • Update with-supertokens example: #49804
  • with-clerk example updated to app router: #49717
  • Upgrading react-ga to react-ga4: #48932
  • update with-turbopack example: #49332

Misc Changes

  • Add trace-to-jaeger to workspace: #49692
  • refactor(scripts): apply fmt: #49716
  • refactor(scripts): fix clippy errors: #49719
  • chore(turbopack): Update swc_core to v0.76.6: #49792
  • Fix going back to page after applying hash link: #50006
  • build(cargo): update turbopack: #50013

... (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 Comments Updated (UTC)
next-api-decorators ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 22, 2023 6:07am
dependabot[bot] commented 1 year ago

Superseded by #605.