Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JoshuaKGoldberg/create-typescript-app
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.43.0
Choose a base ref
...
head repository: JoshuaKGoldberg/create-typescript-app
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.44.0
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Jun 26, 2025

  1. feat: bump Node.js minimum to 20.12.0 and pinned to 24.3.0 (#2230)

    ## PR Checklist
    
    - [x] Addresses an existing open issue: fixes #2184
    - [x] That issue was marked as [`status: accepting
    prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22)
    - [x] Steps in
    [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md)
    were taken
    
    ## Overview
    
    Updates the versions to:
    
    * Minimum: 20.19.0, the oldest LTS 20.x version with require(esm)
    * Pinned: 24.3.0, the recent release with no-warning type stripping
    
    Now that #2229 is merged, this should now be doable without risk to
    downstream packages.
    
    🎁
    JoshuaKGoldberg authored Jun 26, 2025
    Configuration menu
    Copy the full SHA
    2d7af5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25573e3 View commit details
    Browse the repository at this point in the history
Loading