Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Update pnpm to v7.33.3 #102

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update pnpm to v7.33.3 #102

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 21, 2022

Mend Renovate

This PR contains the following updates:

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

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

pnpm/pnpm (pnpm)

v7.33.3

Compare Source

Patch Changes

  • Improve the performance of searching for auth tokens.
  • Installation of a git-hosted dependency without package.json should not fail, when the dependency is read from cache #​6721.
  • Local workspace bin files that should be compiled first are linked to dependent projects after compilation #​1801.
  • Prefer versions found in parent package dependencies only #​6737.

Our Gold Sponsors

Our Silver Sponsors

v7.33.2

Compare Source

Patch Changes

  • In cases where both aliased and non-aliased dependencies exist to the same package, non-aliased dependencies will be used for resolving peer dependencies, addressing issue #​6588.
  • Don't crash when the APPDATA env variable is not set on Windows #​6659.
  • Don't fail when a package is archived in a tarball with malformed tar headers #​5362.
  • Peer dependencies of subdependencies should be installed, when node-linker is set to hoisted #​6680.
  • Ignore the port in the URL, while searching for authentication token in the .npmrc file #​6354.
  • Throw a meaningful error when applying a patch to a dependency fails.
  • pnpm update --global --latest should work #​3779.

Our Gold Sponsors

Our Silver Sponsors

v7.33.1

Compare Source

Patch Changes

  • When dedupe-peer-dependents is enabled, use the path (not id) to determine compatibility.

    When multiple dependency groups can be deduplicated, the latter ones are sorted according to number of peers to allow them to benefit from deduplication.

    Resolves: #​6605

  • Change lockfile version back to 6.0 as previous versions of pnpm fail to parse the version correctly.

Our Gold Sponsors

Our Silver Sponsors

v7.33.0

Compare Source

Minor Changes

  • Some settings influence the structure of the lockfile, so we cannot reuse the lockfile if those settings change. As a result, we need to store such settings in the lockfile. This way we will know with which settings the lockfile has been created.

    A new field will now be present in the lockfile: settings. It will store the values of two settings: autoInstallPeers and excludeLinksFromLockfile. If someone tries to perform a frozen-lockfile installation and their active settings don't match the ones in the lockfile, then an error message will be thrown.

    The lockfile format version is bumped from v6.0 to v6.1.

    Related PR: #​6557
    Related issue: #​6312

Patch Changes

  • When updating dependencies, preserve the range prefix in aliased dependencies. So npm:[email protected] becomes npm:[email protected].
  • Print a meaningful error when a project referenced by the workspace: protocol is not found in the workspace #​4477.
  • Should respect ignore patterns in updateConfig.ignoreDependencies #​6548

Our Gold Sponsors

Our Silver Sponsors

v7.32.5

Compare Source

Patch Changes

  • pnpm rebuild should not fail when node-linker is set to hoisted and there are skipped optional dependencies #​6553.
  • Expanded missing command error, including 'did you mean' #​6492.
  • Normalize current working directory on Windows #​6524.
  • Build projects in a workspace in correct order #​6568.

Our Gold Sponsors

Our Silver Sponsors

v7.32.4

Compare Source

Patch Changes
  • pnpm link -g <pkg-name> should not modify the package.json file #​4341.
  • Node.js range specified through the engines field should match prerelease versions #​6509.
  • pnpm publish --otp should work #​6514.
Our Gold Sponsors
Our Silver Sponsors

v7.32.3

Compare Source

Patch Changes
  • Link the bin files of local workspace dependencies, when node-linker is set to hoisted 6486.
  • Show cyclic workspace dependency details #​5059.
Our Gold Sponsors
Our Silver Sponsors

v7.32.2

Compare Source

Patch Changes
  • Patch node-fetch to fix an error that happens on Node.js 20 #​6424.
Our Gold Sponsors
Our Silver Sponsors

v7.32.1

Compare Source

Patch Changes

  • Warn user when publishConfig.directory of an injected workspace dependency does not exist #​6396.
  • Use hard links to link the node executable on Windows machines #​4315.

Our Gold Sponsors

Our Silver Sponsors

v7.32.0

Compare Source

Minor Changes
  • Allow env variables to be specified with default values in .npmrc. This is a convention used by Yarn too.
    Using ${NAME-fallback} will return fallback if NAME isn't set. ${NAME:-fallback} will return fallback if NAME isn't set, or is an empty string #​6018.
Patch Changes
  • pnpm config get <key> returns empty when the value is a boolean
  • Don't print an info message about linked dependencies if they are real linked dependencies specified via the link: protocol in package.json.
  • Add -g to mismatch registries error info when original command has -g option #​6224.
Our Gold Sponsors
Our Silver Sponsors

v7.31.0

Compare Source

Minor Changes
  • Add ignore-workspace-cycles to silence workspace cycle warning #​6308.
Patch Changes
  • Registries are now passed to the preResolution hook.
  • Repeat installation should work on a project that has a dependency with () chars in the scope name #​6348.
  • Should report error summary as expected.
  • Update @yarnpkg/shell to fix issues in the shell emulator #​6320.
  • Installation should not fail when there is a local dependency that starts in a directory that starts with the @ char #​6332.
Our Gold Sponsors
Our Silver Sponsors

v7.30.5

Compare Source

Patch Changes
  • pnpm audit should work even if there are no package.json file, just a pnpm-lock.yaml file.
  • Dedupe direct dependencies after hoisting.
  • Don't remove automatically installed peer dependencies from the root workspace project, when dedupe-peer-dependents is true #​6154.
Our Gold Sponsors
Our Silver Sponsors

v7.30.4

Compare Source

v7.30.3

Compare Source

Patch Changes
  • Should use most specific override rule when multiple rules match the same target #​6210.
  • Fix regression introduced in v7.30.1 #​6271.
Our Gold Sponsors
Our Silver Sponsors

v7.30.2

Compare Source

v7.30.1

Compare Source

Patch Changes
  • Don't write the pnpm-lock.yaml file if it has no changes and pnpm install --frozen-lockfile was executed #​6158.
  • Fix git-hosted dependencies referenced via git+ssh that use semver selectors #​6239.
  • When publish some package throws an error, the exit code should be non-zero #​5528.
  • Only three paths are displayed in pnpm audit output #​6203
  • Aliased packages should be used to resolve peer dependencies too #​4301.
Our Gold Sponsors
Our Silver Sponsors

v7.30.0

Compare Source

Minor Changes
  • Allow to set a custom directory for storing patch files via the patches-dir setting #​6215
Patch Changes
  • New directories should be prepended to NODE_PATH in command shims, not appended.
  • Retry copying file on EBUSY error #​6201.
Our Gold Sponsors
Our Silver Sponsors

v7.29.3

Compare Source

Patch Changes
  • Command shim should not set higher priority to the node_modules/.pnpm/node_modules directory through the NODE_PATH env variable, then the command's own node_modules directory #​5176.
  • extend-node-path is set back to true by default. It was set to false in v7.29.2 in order to fix issues with multiple versions of Jest in one workspace. It has caused other issues, so now we keep extending NODE_PATH. We have fixed the Jest issue with a different solution #​6213.
Our Gold Sponsors
Our Silver Sponsors

v7.29.2

Compare Source

v7.29.1

Compare Source

Patch Changes
  • Settings related to authorization should be set/deleted by npm CLI #​6181.
Our Gold Sponsors

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, check this box

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

@vercel
Copy link

vercel bot commented Dec 21, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
strum-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 1, 2023 3:30am

@renovate renovate bot changed the title Update pnpm to v7.19.0 Update pnpm to v7.20.0 Dec 26, 2022
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 00e090b to 7286413 Compare December 26, 2022 02:17
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 7286413 to 9109121 Compare December 28, 2022 18:35
@renovate renovate bot changed the title Update pnpm to v7.20.0 Update pnpm to v7.21.0 Dec 28, 2022
@renovate renovate bot changed the title Update pnpm to v7.21.0 Update pnpm to v7.22.0 Jan 3, 2023
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 9109121 to 8e1fc1c Compare January 3, 2023 17:06
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 8e1fc1c to 1d7bf4c Compare January 9, 2023 04:43
@renovate renovate bot changed the title Update pnpm to v7.22.0 Update pnpm to v7.23.0 Jan 9, 2023
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 1d7bf4c to 652dcea Compare January 10, 2023 15:40
@renovate renovate bot changed the title Update pnpm to v7.23.0 Update pnpm to v7.24.2 Jan 10, 2023
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 652dcea to fb025a1 Compare January 11, 2023 03:08
@renovate renovate bot changed the title Update pnpm to v7.24.2 Update pnpm to v7.24.3 Jan 11, 2023
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from fb025a1 to 94a64f2 Compare January 13, 2023 23:33
@renovate renovate bot changed the title Update pnpm to v7.24.3 Update pnpm to v7.25.0 Jan 13, 2023
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 94a64f2 to eefe855 Compare January 19, 2023 14:45
@renovate renovate bot changed the title Update pnpm to v7.25.0 Update pnpm to v7.25.1 Jan 19, 2023
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from eefe855 to 16446c4 Compare January 24, 2023 13:34
@renovate renovate bot changed the title Update pnpm to v7.25.1 Update pnpm to v7.26.0 Jan 24, 2023
@renovate renovate bot changed the title Update pnpm to v7.26.0 Update pnpm to v7.26.1 Jan 27, 2023
@renovate renovate bot changed the title Update pnpm to v7.32.0 Update pnpm to v7.32.1 Apr 18, 2023
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 4381081 to c7c52d4 Compare April 18, 2023 01:00
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from c7c52d4 to 3e91591 Compare April 20, 2023 13:33
@renovate renovate bot changed the title Update pnpm to v7.32.1 Update pnpm to v7.32.2 Apr 20, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Apr 20, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
installing v2 tool node v18.16.0
linking tool node v18.16.0
node: v18.16.0 /usr/local/bin/node
npm: 9.5.1  /usr/local/bin/npm
Installed v2 /usr/local/buildpack/tools/v2/node.sh in 3 seconds
installing v2 tool pnpm v7.32.2
linking tool pnpm v7.32.2
7.32.2
Installed v2 /usr/local/buildpack/tools/v2/pnpm.sh in 2 seconds
Scope: all 5 workspace projects
/mnt/renovate/gh/colinhemphill/strum/apps/docs:
 ERR_PNPM_FETCH_404  GET https://registry.npmjs.org/@strum%2Fcolors: Not Found - 404

This error happened while installing a direct dependency of /mnt/renovate/gh/colinhemphill/strum/apps/docs

@strum/colors is not in the npm registry, or you have no permission to fetch it.

No authorization header was set for the request.

   ╭─────────────────────────────────────────────────────────────────╮
   │                                                                 │
   │                Update available! 7.32.2 → 8.3.1.                │
   │   Changelog: https://github.com/pnpm/pnpm/releases/tag/v8.3.1   │
   │                Run "pnpm add -g pnpm" to update.                │
   │                                                                 │
   │     Follow @pnpmjs for updates: https://twitter.com/pnpmjs      │
   │                                                                 │
   ╰─────────────────────────────────────────────────────────────────╯


@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 3e91591 to 58117ef Compare May 6, 2023 23:53
@renovate renovate bot changed the title Update pnpm to v7.32.2 Update pnpm to v7.32.3 May 6, 2023
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 58117ef to 88e5c2d Compare May 9, 2023 22:05
@renovate renovate bot changed the title Update pnpm to v7.32.3 Update pnpm to v7.32.4 May 9, 2023
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 88e5c2d to 6827f69 Compare May 23, 2023 12:38
@renovate renovate bot changed the title Update pnpm to v7.32.4 Update pnpm to v7.32.5 May 23, 2023
@renovate renovate bot changed the title Update pnpm to v7.32.5 Update pnpm to v7.33.0 May 31, 2023
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 6827f69 to 80fbb20 Compare May 31, 2023 12:13
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 80fbb20 to b70bbb5 Compare June 12, 2023 04:47
@renovate renovate bot changed the title Update pnpm to v7.33.0 Update pnpm to v7.33.1 Jun 12, 2023
@renovate renovate bot changed the title Update pnpm to v7.33.1 Update pnpm to v7.33.2 Jun 23, 2023
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from b70bbb5 to 9562600 Compare June 23, 2023 15:02
@renovate renovate bot changed the title Update pnpm to v7.33.2 Update pnpm to v7.33.3 Jul 1, 2023
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 9562600 to 1eed800 Compare July 1, 2023 03:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants