Skip to content

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

Open
renovate[bot] wants to merge 3 commits intomasterfrom
renovate/tsconfig-node18-replacement
Open

chore(deps): replace dependency @tsconfig/node18 with @tsconfig/node20#803
renovate[bot] wants to merge 3 commits intomasterfrom
renovate/tsconfig-node18-replacement

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 5, 2026

This PR contains the following updates:

Package Type Update Change
@tsconfig/node18 (source) → @tsconfig/node20 replacement 1820
@tsconfig/node18 (source) → @tsconfig/node20 devDependencies replacement 18.2.620.1.0

⚠️ Renovate's replacement functionality does not currently wire in the release age for a package, so the Minimum Release Age checks can apply. You will need to manually validate the Minimum Release Age for these package(s).

This is a special PR that replaces @tsconfig/node18 with the community suggested minimal stable replacement version.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/tsconfig-node18-replacement branch 7 times, most recently from ceffa7c to 1b39a56 Compare January 15, 2026 22:08
@renovate renovate bot force-pushed the renovate/tsconfig-node18-replacement branch 3 times, most recently from 95d8910 to 9cfbc31 Compare January 18, 2026 06:25
@renovate renovate bot force-pushed the renovate/tsconfig-node18-replacement branch from 9cfbc31 to 2ecce98 Compare January 19, 2026 01:32
@JP-Ellis
Copy link
Copy Markdown
Contributor

@copilot Help fix any issues with this upgrade.

While doing so, make sure that:

  1. Any overrides to the tsconfig do not override the (minimal) settings in the upstream config, that is:

    {
      "$schema": "https://www.schemastore.org/tsconfig",
      "display": "Node 20",
      "_version": "20.1.0",
    
      "compilerOptions": {
        "lib": ["es2023"],
        "module": "nodenext",
        "target": "es2022",
    
        "strict": true,
        "esModuleInterop": true,
        "skipLibCheck": true,
        "moduleResolution": "node16"
      }
    }

    That does mean removing some of the current options that might conflict/contradict (and if they are the same, remove them to avoid ambiguity as to the source of truth).

  2. Update other config entries to ensure that we have strict type safety checks/validations enforced, and resolve any issues that arise from these checks/validations.

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 20, 2026

@JP-Ellis I've opened a new pull request, #815, to work on those changes. Once the pull request is ready, I'll request review from you.

Copilot AI and others added 2 commits January 21, 2026 10:58
- Remove duplicate/conflicting tsconfig settings (strict, esModuleInterop, skipLibCheck, module, moduleResolution)
- Add proper TypeScript declaration for node-gyp-build module
- Fix null safety issues in ffi/index.ts (bindingsResolver)
- Update eslint to enforce no-explicit-any as error instead of warning
- Replace all 'any' types with proper types in test files
- Fix pact.logLevel() to properly return LogLevel when called without arguments
- Update tsconfig.test.json to use commonjs for test compatibility with ts-node

Co-authored-by: JP-Ellis <3196162+JP-Ellis@users.noreply.github.com>
Co-authored-by: JP-Ellis <3196162+JP-Ellis@users.noreply.github.com>
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Jan 20, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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