Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@napi-rs/cli 3.0.0-alpha.72 -> 3.0.0-alpha.73 age adoption passing confidence
@oxc-node/core ^0.0.19 -> ^0.0.20 age adoption passing confidence
pnpm (source) 10.5.2 -> 10.6.1 age adoption passing confidence

Release Notes

napi-rs/napi-rs (@​napi-rs/cli)

v3.0.0-alpha.73

Compare Source

oxc-project/oxc-node (@​oxc-node/core)

v0.0.20

Compare Source

Note: Version bump only for package oxc-node

pnpm/pnpm (pnpm)

v10.6.1

Compare Source

Patch Changes
  • The pnpm CLI process should not stay hanging, when --silent reporting is used.
  • When --loglevel is set to error, don't show installation summary, execution time, and big tarball download progress.
  • Don't ignore pnpm.patchedDependencies from package.json #​9226.
  • When executing the approve-builds command, if package.json contains onlyBuiltDependencies or ignoredBuiltDependencies, the selected dependency package will continue to be written into package.json.
  • When a package version cannot be found in the package metadata, print the registry from which the package was fetched.

v10.6.0

Compare Source

Minor Changes
  • pnpm-workspace.yaml can now hold all the settings that .npmrc accepts. The settings should use camelCase #​9211.

    pnpm-workspace.yaml example:

    verifyDepsBeforeRun: install
    optimisticRepeatInstall: true
    publicHoistPattern:
      - "*types*"
      - "!@​types/react"
  • Projects using a file: dependency on a local tarball file (i.e. .tgz, .tar.gz, .tar) will see a performance improvement during installation. Previously, using a file: dependency on a tarball caused the lockfile resolution step to always run. The lockfile will now be considered up-to-date if the tarball is unchanged.

Patch Changes
  • pnpm self-update should not leave a directory with a broken pnpm installation if the installation fails.
  • fast-glob replace with tinyglobby to reduce the size of the pnpm CLI dependencies #​9169.
  • pnpm deploy should not remove fields from the deployed package's package.json file #​9215.
  • pnpm self-update should not read the pnpm settings from the package.json file in the current working directory.
  • Fix pnpm deploy creating a package.json without the imports and license field #​9193.
  • pnpm update -i should list only packages that have newer versions #​9206.
  • Fix a bug causing entries in the catalogs section of the pnpm-lock.yaml file to be removed when dedupe-peer-dependents=false on a filtered install. #​9112

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added the dependencies label Mar 3, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0b982a2 to 699bc9c Compare March 5, 2025 10:35
@renovate renovate bot changed the title chore: bump up @napi-rs/cli version to v3.0.0-alpha.73 chore: bump up all non-major dependencies Mar 5, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 699bc9c to d7fdf98 Compare March 6, 2025 18:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d7fdf98 to 085383f Compare March 7, 2025 03:09
@Brooooooklyn Brooooooklyn merged commit 269d0aa into main Mar 9, 2025
41 checks passed
@Brooooooklyn Brooooooklyn deleted the renovate/all-minor-patch branch March 9, 2025 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants