Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pnpm to v7.9.5 #65

Merged
merged 1 commit into from Aug 30, 2022
Merged

Update pnpm to v7.9.5 #65

merged 1 commit into from Aug 30, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 29, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pnpm (source) 7.6.0 -> 7.9.5 age adoption passing confidence

Release Notes

pnpm/pnpm

v7.9.5

Compare Source

Patch Changes

  • Set NODE_PATH when prefer-symlinked-executables is enabled #​5251.
  • Fail with a meaningful error when the audit endpoint doesn't exist #​5200.
  • Symlink a local dependency to node_modules, even if the target directory doesn't exist #​5219.

Our Gold Sponsors

#### Our Silver Sponsors
#### What's Changed * Fix pnpm audit bad API response on private registry by @​timtong1982 in https://github.com/pnpm/pnpm/pull/5246 * fix: set NODE_PATH when is turned on by @​d3lm in https://github.com/pnpm/pnpm/pull/5251 * fix: symlink local dep even when target dir does not exist by @​zkochan in https://github.com/pnpm/pnpm/pull/5253 * fix: only set extraEnv for preferSymlinkedExecutables if it's not windows by @​d3lm in https://github.com/pnpm/pnpm/pull/5256 #### New Contributors * @​timtong1982 made their first contribution in https://github.com/pnpm/pnpm/pull/5246

Full Changelog: pnpm/pnpm@v7.9.4...v7.9.5

v7.9.4

Compare Source

Patch Changes

  • Auto install peer dependencies when auto-install-peers is set to true and the lockfile is up to date #​5213.
  • pnpm env: for Node.js<16 install the x64 build on Darwin ARM as ARM build is not available #​5239.
  • pnpm env: log a message when the node.js tarball starts the download #​5241.
  • Fix pnpm install --merge-git-branch-lockfile when the lockfile is up to date #​5212.

Our Gold Sponsors

#### Our Silver Sponsors
#### What's Changed * feat(cafs): extend cafs with getFilePathByModeInCafs by @​d3lm in https://github.com/pnpm/pnpm/pull/5232 * fix: mergeGitBranchLockfiles when merged lockfile is up-to-date by @​chengcyber in https://github.com/pnpm/pnpm/pull/5233 * test: all test packages should be from the @​pnpm.e2e scope by @​zkochan in https://github.com/pnpm/pnpm/pull/5211 * fix: node<16 download fail on arm chips on macos by @​ambar-arkin in https://github.com/pnpm/pnpm/pull/5239 * feat(env): show state on fetching node by @​JacobLinCool in https://github.com/pnpm/pnpm/pull/5241 * Fix: install peerDeps which is not optional on headless install by @​Shinyaigeek in https://github.com/pnpm/pnpm/pull/5243 #### New Contributors * @​ambar-arkin made their first contribution in https://github.com/pnpm/pnpm/pull/5239 * @​JacobLinCool made their first contribution in https://github.com/pnpm/pnpm/pull/5241 * @​Shinyaigeek made their first contribution in https://github.com/pnpm/pnpm/pull/5243

Full Changelog: pnpm/pnpm@v7.9.3...v7.9.4

v7.9.3

Compare Source

Patch Changes

  • Remove legacy signal handlers #​5224

Our Gold Sponsors

#### Our Silver Sponsors
#### What's Changed * fix: remove legacy signal handlers by @​d3lm in https://github.com/pnpm/pnpm/pull/5224

Full Changelog: pnpm/pnpm@v7.9.2...v7.9.3

v7.9.2

Compare Source

Patch Changes

  • When the same package is both in "peerDependencies" and in "dependencies", treat this dependency as a peer dependency if it may be resolved from the dependencies of parent packages #​5210.
  • Update node-gyp to v9.
  • Update the compatibility database.

Our Gold Sponsors

#### Our Silver Sponsors

v7.9.1

Compare Source

Patch Changes

  • pnpm setup: don't use setx to set env variables on Windows.

Our Gold Sponsors

#### Our Silver Sponsors

v7.9.0

Compare Source

Minor Changes

  • When ignore-dep-scripts is true, ignore scripts of dependencies but run the scripts of the project.
  • When ignore-compatibility-db is set to true, the compatibility database will not be used to patch dependencies #​5132.
  • Print the versions of packages in peer dependency warnings and errors.
  • Support a new hook for passing a custom package importer to the store controller.

Patch Changes

  • Don't print the same deprecation warning multiple times.
  • On POSIX pnpm setup should suggest users to source the config instead of restarting the terminal.
  • Installing a package with bin that points to an .exe file on Windows #​5159.
  • Fix bug where the package manifest was not resolved if verify-store-integrity is set to false.
  • Fix sorting of keys in lockfile to make it more deterministic and prevent unnecessary churn in the lockfile #​5151.
  • Don't create a separate bundle for pnpx.

Our Gold Sponsors

#### Our Silver Sponsors

v7.8.0

Compare Source

Minor Changes
  • When publishConfig.directory is set, only symlink it to other workspace projects if publishConfig.linkDirectory is set to true. Otherwise, only use it for publishing #​5115.
Patch Changes
  • Don't incorrectly identify a lockfile out-of-date when the package has a publishConfig.directory field #​5124.
  • Don't crash when a config file contains a setting with an env variable that doesn't exist #​5093.
Our Gold Sponsors
##### Our Silver Sponsors
##### What's Changed * fix: don't incorrectly identify a lockfile out-of-date by @​zkochan in https://github.com/pnpm/pnpm/pull/5126 * feat: publishConfig.linkDirectory by @​zkochan in https://github.com/pnpm/pnpm/pull/5125 * fix: don't crash on a .npmrc with missing env var by @​zkochan in https://github.com/pnpm/pnpm/pull/5127 * chore: fix typo by @​LuciNyan in https://github.com/pnpm/pnpm/pull/5128 ##### New Contributors * @​LuciNyan made their first contribution in https://github.com/pnpm/pnpm/pull/5128

Full Changelog: pnpm/pnpm@v7.7.1...v7.8.0

v7.7.1

Compare Source

Patch Changes
  • pnpm should not consider a lockfile out-of-date if auto-install-peers is set to true and the peer dependency is in devDependencies or optionalDependencies #​5080.
  • Don't incorrectly consider a lockfile out-of-date when workspace:^ or workspace:~ version specs are used in a workspace.
Our Gold Sponsors
##### Our Silver Sponsors
##### What's Changed * fix: frozen install in a project with peer deps and `auto-install-peers=true` by @​zkochan in https://github.com/pnpm/pnpm/pull/5120 * fix: don't incorrectly consider a lockfile to be out-of-date by @​zkochan in https://github.com/pnpm/pnpm/pull/5121

Full Changelog: pnpm/pnpm@v7.7.0...v7.7.1

v7.7.0

Compare Source

Minor Changes
  • Add experimental lockfile format that should merge conflict less in the importers section. Enabled by setting the use-inline-specifiers-lockfile-format = true feature flag in .npmrc.

    If this feature flag is committed to a repo, we recommend setting the minimum allowed version of pnpm to this release in the package.json engines field. Once this is set, older pnpm versions will throw on invalid lockfile versions.

  • Add publishDirectory field to the lockfile and relink the project when it changes.

  • verify-store-integrity=false makes pnpm skip checking the integrities of files in the global content-addressable store.

  • Allow to set only-built-dependencies[] through .npmrc.

Patch Changes
  • It should be possible to publish a package with local dependencies from a custom publish directory (set via publishConfig.directory) #​3901.
  • pnpm deploy should inject local dependencies of all types (dependencies, optionalDependencies, devDependencies) #​5078.
  • When a project in a workspace has a publishConfig.directory set, dependent projects should install the project from that directory #​3901
  • pnpm deploy: accept absolute paths and use cwd instead of workspaceDir for deploy target directory #​4980.
  • pnpm setup should update .zshrc in the right directory when a $ZDOTDIR is set.
Our Gold Sponsors
##### Our Silver Sponsors
##### What's Changed * fix(deploy): inject all types of deps by @​zkochan in https://github.com/pnpm/pnpm/pull/5084 * fix(make-dedicated-lockfile): prepublishOnly script is automatically … by @​zkochan in https://github.com/pnpm/pnpm/pull/5083 * fix: symlink a workspace pkg correctly, when it has a custom publish dir by @​zkochan in https://github.com/pnpm/pnpm/pull/5089 * feat: add experimental use-inline-specifiers-lockfile-format by @​gluxon in https://github.com/pnpm/pnpm/pull/5091 * fix: plugin-commands-deploy use path resolve on deploy target dir by @​AWare in https://github.com/pnpm/pnpm/pull/5026 * fix: relink the project when its publish directory changes by @​zkochan in https://github.com/pnpm/pnpm/pull/5109 * fix: don't include specifiers field in new experimental lockfile format by @​zkochan in https://github.com/pnpm/pnpm/pull/5110 * feat: verify-store-integrity by @​zkochan in https://github.com/pnpm/pnpm/pull/5112 ##### New Contributors * @​AWare made their first contribution in https://github.com/pnpm/pnpm/pull/5026

Full Changelog: pnpm/pnpm@v7.6.0...v7.7.0


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.

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


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update pnpm to v7.7.0 Update pnpm to v7.7.1 Jul 30, 2022
@renovate renovate bot changed the title Update pnpm to v7.7.1 Update pnpm to v7.8.0 Jul 31, 2022
@renovate renovate bot changed the title Update pnpm to v7.8.0 Update pnpm to v7.9.0 Aug 6, 2022
@renovate renovate bot changed the title Update pnpm to v7.9.0 Update pnpm to v7.9.2 Aug 17, 2022
@renovate renovate bot changed the title Update pnpm to v7.9.2 Update pnpm to v7.9.3 Aug 17, 2022
@renovate renovate bot changed the title Update pnpm to v7.9.3 Update pnpm to v7.9.4 Aug 23, 2022
@renovate renovate bot changed the title Update pnpm to v7.9.4 Update pnpm to v7.9.5 Aug 24, 2022
@JonasKruckenberg JonasKruckenberg merged commit 3744b8d into main Aug 30, 2022
@renovate renovate bot deleted the renovate/pnpm-7.x branch August 30, 2022 09:03
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.

None yet

1 participant