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 #205

Merged
merged 1 commit into from
Feb 19, 2024
Merged

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

merged 1 commit into from
Feb 19, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 16, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pnpm (source) 7.32.5 -> 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


Configuration

📅 Schedule: Branch creation - "after 9pm on sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@changeset-bot
Copy link

changeset-bot bot commented Jul 16, 2023

⚠️ No Changeset found

Latest commit: 3634442

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Jul 16, 2023

@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from ff19d1a to e917e52 Compare July 17, 2023 01:36
@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 e917e52 to f236f4c Compare July 17, 2023 15:04
@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 f236f4c to b7d9e24 Compare July 18, 2023 14:35
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from b7d9e24 to 71ca8cc Compare July 24, 2023 01:52
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 71ca8cc to f933d9b Compare July 24, 2023 03:07
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from f933d9b to e24d2c8 Compare July 31, 2023 00:06
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from e24d2c8 to df4af15 Compare July 31, 2023 03:38
@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 df4af15 to f1ad8dc Compare August 6, 2023 01:24
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from f1ad8dc to c3fb182 Compare August 7, 2023 01:42
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from c3fb182 to 3675ec2 Compare August 9, 2023 08:30
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 3675ec2 to 900cc89 Compare August 10, 2023 09:00
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 48a012a to 182b306 Compare August 28, 2023 00:18
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 182b306 to 466a5e0 Compare September 5, 2023 13:22
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 466a5e0 to 899d9e3 Compare September 11, 2023 01:37
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 899d9e3 to 07382f6 Compare September 14, 2023 08:46
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 07382f6 to 9dc2cff Compare September 20, 2023 19:05
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 9dc2cff to 0348818 Compare September 21, 2023 07:21
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch 2 times, most recently from 7692e9f to 2652a55 Compare September 26, 2023 16:22
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 2652a55 to 4963d2e Compare January 31, 2024 11:44
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 4963d2e to 79647cc Compare January 31, 2024 13:13
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 79647cc to 079f21c Compare February 5, 2024 01:25
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 079f21c to 6207305 Compare February 12, 2024 00:14
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from 6207305 to ac9ad0f Compare February 15, 2024 15:34
@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
@renovate renovate bot force-pushed the renovate/pnpm-7.x branch from ac9ad0f to 3634442 Compare February 19, 2024 02:02
@renovate renovate bot merged commit 8111252 into main Feb 19, 2024
25 checks passed
@renovate renovate bot deleted the renovate/pnpm-7.x branch February 19, 2024 04:24
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