chore: update zkochan packages to latest versions (#10930)

Update all packages from zkochan/packages to their latest major versions
and exclude them from minimumReleaseAge requirement. This includes
updating catalog entries, adapting to breaking API changes (default
exports replaced with named exports, sync functions renamed with Sync
suffix), and updating type declarations.
This commit is contained in:
Zoltan Kochan
2026-03-11 13:47:46 +01:00
committed by GitHub
parent 56b065dd47
commit 3a5bfaa94f
253 changed files with 1687 additions and 1294 deletions

View File

@@ -4,7 +4,7 @@ import { docsUrl } from '@pnpm/cli-utils'
import { install } from '@pnpm/plugin-commands-installation'
import { type Config, types as allTypes } from '@pnpm/config'
import { PnpmError } from '@pnpm/error'
import renderHelp from 'render-help'
import { renderHelp } from 'render-help'
import enquirer from 'enquirer'
import { pick } from 'ramda'
import { updatePatchedDependencies } from './updatePatchedDependencies.js'