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

chore(deps): update pnpm to v7.33.7 #10

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 10, 2022

This PR contains the following updates:

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

Release Notes

pnpm/pnpm (pnpm)

v7.33.7

Compare Source

Patch Changes

  • Remove vulnerable "ip" package from the dependencies #​7652.

v7.33.6

Compare Source

Patch Changes

  • Authorization token should be found in the configuration, when the requested URL is explicitly specified with a default port (443 on HTTPS or 80 on HTTP) #​6863.

Our Gold Sponsors

Our Silver Sponsors

v7.33.5

Compare Source

Patch Changes

  • Temporarily revert the fix to #​6805 to fix the regression it caused #​6827.

Our Gold Sponsors

Our Silver Sponsors

v7.33.4

Compare Source

Patch Changes

  • When the same file is appended multiple times into a tarball, the last occurrence is selected when unpacking the tarball.
  • Added support for publishConfig.registry in package.json for publishing #​6775.
  • Fixed a bug in which pnpm passed the wrong scheme to git ls-remote, causing a fallback to git+ssh and resulting in a 'host key verification failed' issue #​6805

Our Gold Sponsors

Our Silver Sponsors

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:foo@1.0.0 becomes npm:foo@1.1.0.
  • 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

Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Jun 10, 2022
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 2eddacb to b852e0d Compare June 11, 2022 04:20
@renovate renovate bot changed the title chore(deps): update pnpm to v7.2.0 chore(deps): update pnpm to v7.2.1 Jun 11, 2022
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from b852e0d to 177c45c Compare June 18, 2022 22:20
@renovate renovate bot changed the title chore(deps): update pnpm to v7.2.1 chore(deps): update pnpm to v7.3.0 Jun 18, 2022
@renovate renovate bot changed the title chore(deps): update pnpm to v7.3.0 chore(deps): update pnpm to v7.4.0 Jun 28, 2022
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch 2 times, most recently from 00c9f8a to 0f3fd90 Compare June 30, 2022 12:22
@renovate renovate bot changed the title chore(deps): update pnpm to v7.4.0 chore(deps): update pnpm to v7.4.1 Jun 30, 2022
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 0f3fd90 to 643b4b2 Compare July 2, 2022 13:45
@renovate renovate bot changed the title chore(deps): update pnpm to v7.4.1 chore(deps): update pnpm to v7.5.0 Jul 2, 2022
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 643b4b2 to e8f2938 Compare July 12, 2022 01:25
@renovate renovate bot changed the title chore(deps): update pnpm to v7.5.0 chore(deps): update pnpm to v7.5.1 Jul 12, 2022
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from e8f2938 to d1c4dc9 Compare July 16, 2022 22:58
@renovate renovate bot changed the title chore(deps): update pnpm to v7.5.1 chore(deps): update pnpm to v7.5.2 Jul 16, 2022
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from d1c4dc9 to c693d36 Compare July 22, 2022 13:00
@renovate renovate bot changed the title chore(deps): update pnpm to v7.5.2 chore(deps): update pnpm to v7.6.0 Jul 22, 2022
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from c693d36 to 1380492 Compare July 29, 2022 14:16
@renovate renovate bot changed the title chore(deps): update pnpm to v7.6.0 chore(deps): update pnpm to v7.7.0 Jul 29, 2022
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 1380492 to 4eb631c Compare July 30, 2022 12:10
@renovate renovate bot changed the title chore(deps): update pnpm to v7.7.0 chore(deps): update pnpm to v7.7.1 Jul 30, 2022
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 4eb631c to e8c3133 Compare July 31, 2022 09:57
@renovate renovate bot changed the title chore(deps): update pnpm to v7.7.1 chore(deps): update pnpm to v7.8.0 Jul 31, 2022
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from e8c3133 to 193573c Compare August 6, 2022 20:20
@renovate renovate bot changed the title chore(deps): update pnpm to v7.8.0 chore(deps): update pnpm to v7.9.0 Aug 6, 2022
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 193573c to 3602645 Compare September 25, 2022 10:50
@renovate renovate bot changed the title chore(deps): update pnpm to v7.9.0 chore(deps): update pnpm to v7.12.2 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 3602645 to 4785f7f Compare November 20, 2022 20:34
@renovate renovate bot changed the title chore(deps): update pnpm to v7.12.2 chore(deps): update pnpm to v7.17.0 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 4785f7f to 4c2c81a Compare March 16, 2023 23:55
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 4c2c81a to fa5802b Compare March 21, 2023 09:42
@renovate renovate bot changed the title chore(deps): update pnpm to v7.29.3 chore(deps): update pnpm to v7.30.0 Mar 21, 2023
@renovate renovate bot changed the title chore(deps): update pnpm to v7.30.0 chore(deps): update pnpm to v7.30.1 Mar 23, 2023
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch 2 times, most recently from 6ce3752 to 5dfe0de Compare March 23, 2023 22:48
@renovate renovate bot changed the title chore(deps): update pnpm to v7.30.1 chore(deps): update pnpm to v7.30.0 Mar 23, 2023
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 5dfe0de to 33c2ee7 Compare March 24, 2023 15:24
@renovate renovate bot changed the title chore(deps): update pnpm to v7.30.0 chore(deps): update pnpm to v7.30.3 Mar 24, 2023
@renovate
Copy link
Author

renovate bot commented Mar 24, 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
Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit

@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 33c2ee7 to 08466da Compare March 27, 2023 21:26
@renovate renovate bot changed the title chore(deps): update pnpm to v7.30.3 chore(deps): update pnpm to v7.30.5 Mar 27, 2023
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 08466da to 0249042 Compare May 31, 2023 03:57
@renovate renovate bot changed the title chore(deps): update pnpm to v7.30.5 chore(deps): update pnpm to v7.32.5 May 31, 2023
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 0249042 to 286dc6d Compare May 31, 2023 10:34
@renovate renovate bot changed the title chore(deps): update pnpm to v7.32.5 chore(deps): update pnpm to v7.33.0 May 31, 2023
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 286dc6d to bae9089 Compare June 12, 2023 04:26
@renovate renovate bot changed the title chore(deps): update pnpm to v7.33.0 chore(deps): update pnpm to v7.33.1 Jun 12, 2023
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from bae9089 to 7a123fd Compare June 23, 2023 16:26
@renovate renovate bot changed the title chore(deps): update pnpm to v7.33.1 chore(deps): update pnpm to v7.33.2 Jun 23, 2023
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 7a123fd to 315d671 Compare July 1, 2023 07:42
@renovate renovate bot changed the title chore(deps): update pnpm to v7.33.2 chore(deps): update pnpm to v7.33.3 Jul 1, 2023
@renovate renovate bot changed the title chore(deps): update pnpm to v7.33.3 chore(deps): update pnpm to v7.33.4 Jul 17, 2023
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 315d671 to 956336d Compare July 17, 2023 14:31
@renovate renovate bot changed the title chore(deps): update pnpm to v7.33.4 chore(deps): update pnpm to v7.33.5 Jul 18, 2023
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 956336d to 08d70cd Compare July 18, 2023 14:51
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 08d70cd to d8d7d80 Compare August 6, 2023 03:28
@renovate renovate bot changed the title chore(deps): update pnpm to v7.33.5 chore(deps): update pnpm to v7.33.6 Aug 6, 2023
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from d8d7d80 to b08ac52 Compare February 15, 2024 13:58
@renovate renovate bot changed the title chore(deps): update pnpm to v7.33.6 chore(deps): update pnpm to v7.33.7 Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants