mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-28 03:51:40 -04:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user