Skip to content

chore(deps): replace @tsconfig/node18 with @tsconfig/node20#8001

Merged
serhalp merged 2 commits intorenovate/tsconfig-node18-replacementfrom
copilot/sub-pr-7960
Mar 9, 2026
Merged

chore(deps): replace @tsconfig/node18 with @tsconfig/node20#8001
serhalp merged 2 commits intorenovate/tsconfig-node18-replacementfrom
copilot/sub-pr-7960

Conversation

Copy link
Contributor

Copilot AI commented Mar 9, 2026

Node.js 20 is the active LTS version in use; the project's TypeScript config was still extending @tsconfig/node18. This updates both the dependency and the tsconfig to target node20.

Changes

  • package.json: Replace @tsconfig/node18 dev dependency with @tsconfig/node20@20.1.0
  • tsconfig.base.json: Update extends to use @tsconfig/node20 instead of @tsconfig/node18
// tsconfig.base.json
{
  "extends": ["@tsconfig/recommended", "@tsconfig/node20"]
}

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: serhalp <1377702+serhalp@users.noreply.github.com>
Copilot AI changed the title [WIP] Replace dependency @tsconfig/node18 with @tsconfig/node20 chore(deps): replace @tsconfig/node18 with @tsconfig/node20 Mar 9, 2026
@serhalp serhalp marked this pull request as ready for review March 9, 2026 17:54
@serhalp serhalp requested a review from a team as a code owner March 9, 2026 17:54
@serhalp serhalp merged commit e32c3f6 into renovate/tsconfig-node18-replacement Mar 9, 2026
5 checks passed
@serhalp serhalp deleted the copilot/sub-pr-7960 branch March 9, 2026 17:54
serhalp added a commit that referenced this pull request Mar 9, 2026
* chore(deps): replace dependency @tsconfig/node18 with @tsconfig/node20

* chore(deps): replace @tsconfig/node18 with @tsconfig/node20 (#8001)

* Initial plan

* chore: update tsconfig.base.json to extend @tsconfig/node20

Co-authored-by: serhalp <1377702+serhalp@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: serhalp <1377702+serhalp@users.noreply.github.com>

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: serhalp <1377702+serhalp@users.noreply.github.com>
Co-authored-by: Philippe Serhal <philippe.serhal@netlify.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants