Skip to content

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

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/pnpm-7.x
Open

chore(deps): update pnpm to v7.33.7#43
renovate[bot] wants to merge 1 commit intomainfrom
renovate/pnpm-7.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Oct 21, 2022

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
pnpm (source) 7.5.07.33.7 age 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-

Configuration

📅 Schedule: (UTC)

  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/pnpm-7.x branch 2 times, most recently from 24c7d0e to 5b974a7 Compare October 22, 2022 18:22
@renovate renovate bot changed the title chore(deps): update pnpm to v7.13.6 chore(deps): update pnpm to v7.14.0 Oct 22, 2022
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 5b974a7 to 4b73fde Compare October 29, 2022 12:18
@renovate renovate bot changed the title chore(deps): update pnpm to v7.14.0 chore(deps): update pnpm to v7.14.1 Oct 29, 2022
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 4b73fde to 75b1514 Compare November 2, 2022 10:52
@renovate renovate bot changed the title chore(deps): update pnpm to v7.14.1 chore(deps): update pnpm to v7.14.2 Nov 2, 2022
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 75b1514 to c116d22 Compare November 9, 2022 23:30
@renovate renovate bot changed the title chore(deps): update pnpm to v7.14.2 chore(deps): update pnpm to v7.15.0 Nov 9, 2022
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from c116d22 to 78e4d4d Compare November 14, 2022 15:31
@renovate renovate bot changed the title chore(deps): update pnpm to v7.15.0 chore(deps): update pnpm to v7.16.0 Nov 14, 2022
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 78e4d4d to c6b2a25 Compare November 16, 2022 16:54
@renovate renovate bot changed the title chore(deps): update pnpm to v7.16.0 chore(deps): update pnpm to v7.16.1 Nov 16, 2022
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from c6b2a25 to 4060a1a Compare November 20, 2022 23:08
@renovate renovate bot changed the title chore(deps): update pnpm to v7.16.1 chore(deps): update pnpm to v7.17.0 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 4060a1a to 8591edf Compare November 27, 2022 03:51
@renovate renovate bot changed the title chore(deps): update pnpm to v7.17.0 chore(deps): update pnpm to v7.17.1 Nov 27, 2022
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 8591edf to b0d7ecc Compare December 4, 2022 00:06
@renovate renovate bot changed the title chore(deps): update pnpm to v7.17.1 chore(deps): update pnpm to v7.18.0 Dec 4, 2022
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from b0d7ecc to 8c7cd1e Compare December 6, 2022 15:30
@renovate renovate bot changed the title chore(deps): update pnpm to v7.18.0 chore(deps): update pnpm to v7.18.1 Dec 6, 2022
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 8c7cd1e to 675c648 Compare December 12, 2022 13:15
@renovate renovate bot changed the title chore(deps): update pnpm to v7.18.1 chore(deps): update pnpm to v7.18.2 Dec 12, 2022
@renovate renovate bot changed the title chore(deps): update pnpm to v7.18.2 Update pnpm to v7.18.2 Dec 17, 2022
@renovate renovate bot changed the title Update pnpm to v7.18.2 chore(deps): update pnpm to v7.18.2 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 675c648 to 7c22ad9 Compare December 21, 2022 13:55
@renovate renovate bot changed the title chore(deps): update pnpm to v7.18.2 chore(deps): update pnpm to v7.19.0 Dec 21, 2022
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 7c22ad9 to ebe2727 Compare December 26, 2022 01:50
@renovate renovate bot changed the title chore(deps): update pnpm to v7.19.0 chore(deps): update pnpm to v7.20.0 Dec 26, 2022
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from ebe2727 to ae409a3 Compare December 28, 2022 16:54
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from f70ef4a to 93af511 Compare January 19, 2023 13:46
@renovate renovate bot changed the title chore(deps): update pnpm to v7.25.0 chore(deps): update pnpm to v7.25.1 Jan 19, 2023
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 93af511 to f336a66 Compare January 24, 2023 15:35
@renovate renovate bot changed the title chore(deps): update pnpm to v7.25.1 chore(deps): update pnpm to v7.26.0 Jan 24, 2023
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from f336a66 to 2abcbd2 Compare January 27, 2023 06:35
@renovate renovate bot changed the title chore(deps): update pnpm to v7.26.0 chore(deps): update pnpm to v7.26.1 Jan 27, 2023
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 2abcbd2 to 5f5c826 Compare March 11, 2023 18:15
@renovate renovate bot changed the title chore(deps): update pnpm to v7.26.1 chore(deps): update pnpm to v7.29.1 Mar 11, 2023
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 5f5c826 to b80a4ed Compare March 18, 2023 00:05
@renovate renovate bot changed the title chore(deps): update pnpm to v7.29.1 chore(deps): update pnpm to v7.29.3 Mar 18, 2023
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from b80a4ed to 5ff6d84 Compare March 30, 2023 23:56
@renovate renovate bot changed the title chore(deps): update pnpm to v7.29.3 chore(deps): update pnpm to v7.30.5 Mar 30, 2023
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 5ff6d84 to df2ef9e Compare May 29, 2023 17:54
@renovate renovate bot changed the title chore(deps): update pnpm to v7.30.5 chore(deps): update pnpm to v7.32.5 May 29, 2023
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from df2ef9e to bf7d35a Compare June 1, 2023 07:52
@renovate renovate bot changed the title chore(deps): update pnpm to v7.32.5 chore(deps): update pnpm to v7.33.0 Jun 1, 2023
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from bf7d35a to 3ee7871 Compare June 13, 2023 02:22
@renovate renovate bot changed the title chore(deps): update pnpm to v7.33.0 chore(deps): update pnpm to v7.33.1 Jun 13, 2023
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 3ee7871 to 8388642 Compare June 24, 2023 05:26
@renovate renovate bot changed the title chore(deps): update pnpm to v7.33.1 chore(deps): update pnpm to v7.33.2 Jun 24, 2023
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 8388642 to 3e5895e Compare July 1, 2023 00:16
@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 2 times, most recently from 9936dce to c092686 Compare July 19, 2023 05:20
@renovate renovate bot changed the title chore(deps): update pnpm to v7.33.4 chore(deps): update pnpm to v7.33.5 Jul 19, 2023
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from c092686 to bcf2e4f Compare August 6, 2023 05:10
@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 bcf2e4f to 0350143 Compare February 16, 2024 02:33
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.

0 participants