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

Update pnpm to v7.6.0 - ignore #42

Closed
wants to merge 1 commit into from
Closed

Conversation

MaronHatoum
Copy link
Owner

@MaronHatoum MaronHatoum commented Sep 5, 2022

This PR contains the following updates:

Package Type Update Change
pnpm (source) packageManager minor 7.5.1 -> 7.6.0

Release Notes

pnpm/pnpm

v7.6.0

Compare Source

Minor Changes

  • A new setting supported: prefer-symlinked-executables. When true, pnpm will create symlinks to executables in
    node_modules/.bin instead of command shims (but on POSIX systems only).

    This setting is true by default when node-linker is set to hoisted.

    Related issue: #​4782.

  • When lockfile-include-tarball-url is set to true, every entry in pnpm-lock.yaml will contain the full URL to the package's tarball #​5054.

Patch Changes

  • pnpm deploy should include all dependencies by default #​5035.

  • Don't print warnings about file verifications. Just print info messages instead.

  • pnpm publish --help should print the --recursive and --filter options #​5019.

  • It should be possible to run exec/run/dlx with the --use-node-version option.

  • pnpm deploy should not modify the lockfile #​5071

  • pnpm deploy should not fail in CI #​5071

  • When auto-install-peers is set to true, automatically install direct peer dependencies #​5028.

    So if your project the next manifest:

    {
      "dependencies": {
        "lodash": "^4.17.21"
      },
      "peerDependencies": {
        "react": "^18.2.0"
      }
    }

    pnpm will install both lodash and react as a regular dependencies.

Our Gold Sponsors

Our Silver Sponsors

What's Changed

New Contributors

Full Changelog: pnpm/pnpm@v7.5.2...v7.6.0

v7.5.2

Compare Source

Patch Changes

  • Don't print any info messages about .pnpmfile.cjs #​5027.
  • Do not print a package with unchanged version in the installation summary #​5031.

Our Gold Sponsors

Our Silver Sponsors

What's Changed

Full Changelog: pnpm/pnpm@v7.5.1...v7.5.2


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, click this checkbox.

This PR has been generated by Renovate Bot.

@MaronHatoum MaronHatoum force-pushed the renovate/pnpm-7.x branch 14 times, most recently from 804ea03 to fd5856a Compare September 5, 2022 09:26
@MaronHatoum MaronHatoum changed the title Update pnpm to v7.6.0 Update pnpm to v7.6.0 - after fix Sep 5, 2022
@MaronHatoum MaronHatoum changed the title Update pnpm to v7.6.0 - after fix Update pnpm to v7.6.0 Sep 5, 2022
@MaronHatoum MaronHatoum changed the title Update pnpm to v7.6.0 Update pnpm to v7.6.0 - before fix Sep 5, 2022
@MaronHatoum MaronHatoum changed the title Update pnpm to v7.6.0 - before fix Update pnpm to v7.6.0 - ignore Sep 5, 2022
@MaronHatoum MaronHatoum closed this Sep 5, 2022
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.

None yet

1 participant