Using TypeScript 4.9 with Next.js 12

This page summarizes the projects mentioned and recommended in the original post on dev.to

Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. yarn

    The 1.x line is frozen - features and bugfixes now happen on https://github.com/yarnpkg/berry

    Unfortunately, as I found out, yarn's resolutions property has a long history of not playing well with optionalDependencies: anything placed into resolutions is treated as required and will abruptly fail to install if it is, for example, a platform-specific package appropriate for your deploy environment but not your dev environment or vice versa, as is the case here.

  2. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  3. synp

    Convert yarn.lock to package-lock.json and vice versa

    Since this particular codebase also relied on yarn, this warranted an impromptu switch to npm to see how overrides would fare. Fortunately, synp exists to migrate between package lockfile formats. (npm also evidently supports yarn.lock files directly, which I only found out after converting, so I didn't put that to the test.)

  4. swc

    Rust-based platform for the Web

    Unfortunately, the moment I tried to use anything 4.9-specific, things went sideways rather quickly, as the dev server and build command didn't recognize the feature, due to their use of SWC. Since Next.js 12 hasn't had new releases for a while, the accompanying version of SWC is now significantly out-of-date.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Show HN: Most votes on a GitHub issue I've seen (yarnpkg)

    1 project | news.ycombinator.com | 26 Jun 2024
  • Set up your own LMQL environment.

    3 projects | /r/LocalLLaMA | 7 Dec 2023
  • Lockfile merge conflicts, how to handle it correctly?

    3 projects | dev.to | 14 Jul 2023
  • Yarn Install Broken

    1 project | /r/node | 15 Apr 2023
  • Benchmarks of JavaScript Package Managers

    1 project | news.ycombinator.com | 28 Feb 2023