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

[Snyk] Upgrade pnpm from 7.33.6 to 8.10.0 #12

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

bdelanghe
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade pnpm from 7.33.6 to 8.10.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 45 versions ahead of your current version.
  • The recommended version was released 23 days ago, on 2023-10-27.
Release notes
Package name: pnpm
  • 8.10.0 - 2023-10-27

    Minor Changes

    • Support for multiple architectures when installing dependencies #5965.

      You can now specify architectures for which you'd like to install optional dependencies, even if they don't match the architecture of the system running the install. Use the supportedArchitectures field in package.json to define your preferences.

      For example, the following configuration tells pnpm to install optional dependencies for Windows x64:

      {
        "pnpm": {
          "supportedArchitectures": {
            "os": ["win32"],
            "cpu": ["x64"]
          }
        }
      }

      Whereas this configuration will have pnpm install optional dependencies for Windows, macOS, and the architecture of the system currently running the install. It includes artifacts for both x64 and arm64 CPUs:

      {
        "pnpm": {
          "supportedArchitectures": {
            "os": ["win32", "darwin", "current"],
            "cpu": ["x64", "arm64"]
          }
        }
      }

      Additionally, supportedArchitectures also supports specifying the libc of the system.

    • The pnpm licenses list command now accepts the --filter option to check the licenses of the dependencies of a subset of workspace projects #5806.

    Patch Changes

    • Allow scoped name as bin name #7112.

    • When running scripts recursively inside a workspace, the logs of the scripts are grouped together in some CI tools. (Only works with --workspace-concurrency 1)

    • Print a warning when installing a dependency from a non-existent directory #7159

    • Should fetch dependency from tarball url when patching dependency installed from git #7196

    • pnpm setup should add a newline at the end of the updated shell config file #7227.

    • Improved the performance of linking bins of hoisted dependencies to node_modules/.pnpm/node_modules/.bin #7212.

    • Wrongful ELIFECYCLE error on program termination #7164.

    • pnpm publish should not pack the same file twice sometimes #6997.

      The fix was to update npm-packlist to the latest version.

    Our Gold Sponsors

    Our Silver Sponsors

  • 8.10.0-0 - 2023-10-24
    Read more
  • 8.9.2 - 2023-10-15
    Read more
  • 8.9.1 - 2023-10-15
    Read more
  • 8.9.0 - 2023-10-09
    Read more
  • 8.9.0-1 - 2023-10-09
    Read more
  • 8.9.0-0 - 2023-10-08
    Read more
  • 8.8.0 - 2023-09-26
    Read more
  • 8.7.6 - 2023-09-17
    Read more
  • 8.7.5 - 2023-09-11
    Read more
  • 8.7.4 - 2023-09-05
  • 8.7.3 - 2023-09-04
  • 8.7.2 - 2023-09-04
  • 8.7.1 - 2023-08-31
  • 8.7.0 - 2023-08-26
  • 8.7.0-2 - 2023-08-24
  • 8.7.0-1 - 2023-08-14
  • 8.6.12 - 2023-08-06
  • 8.6.11 - 2023-07-30
  • 8.6.10 - 2023-07-23
  • 8.6.9 - 2023-07-18
  • 8.6.8 - 2023-07-17
  • 8.6.7 - 2023-07-09
  • 8.6.6 - 2023-07-03
  • 8.6.5 - 2023-06-26
  • 8.6.4 - 2023-06-25
  • 8.6.3 - 2023-06-19
  • 8.6.2 - 2023-06-11
  • 8.6.1 - 2023-06-05
  • 8.6.0 - 2023-05-28
  • 8.5.1 - 2023-05-15
  • 8.5.0 - 2023-05-09
  • 8.4.0 - 2023-05-02
  • 8.3.1 - 2023-04-19
  • 8.3.0 - 2023-04-18
  • 8.3.0-0 - 2023-04-16
  • 8.2.0 - 2023-04-09
  • 8.1.1 - 2023-04-04
  • 8.1.0 - 2023-03-29
  • 8.0.0 - 2023-03-27
  • 8.0.0-rc.1 - 2023-03-26
  • 8.0.0-rc.0 - 2023-03-24
  • 8.0.0-beta.1 - 2023-03-19
  • 8.0.0-beta.0 - 2023-03-06
  • 8.0.0-alpha.0 - 2023-02-20
  • 7.33.6 - 2023-08-06
from pnpm GitHub release notes

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@bdelanghe bdelanghe merged commit c8bfe6c into main Jan 17, 2024
0 of 6 checks passed
@bdelanghe bdelanghe deleted the snyk-upgrade-5c8901765481a11bc6503e3c446dbe11 branch January 17, 2024 14:12
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.

2 participants