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

fix(deps): update dependency @pnpm/logger to v5.2.0 (main) #922

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 7, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@pnpm/logger (source) 5.0.0 -> 5.2.0 age adoption passing confidence

Release Notes

pnpm/pnpm (@​pnpm/logger)

v5.2.0

Compare Source

Features
  • Added a new setting: public-hoist-pattern. This setting can be overwritten by shamefully-hoist. The default value of public-hoist-pattern is @types/*.

    If shamefully-hoist is true, public-hoist-pattern is set to *.

    If shamefully-hoist is false, public-hoist-pattern is set to nothing.

    public-hoist-pattern example configuration (through a .npmrc file):

    public-hoist-pattern[]=@​types/*
    public-hoist-pattern[]=@​angular/*
    

    Related PR: #​2631

  • Don't request the full metadata of package when running pnpm outdated or pnpm publish -r (#​2633)

v5.1.0

Compare Source

Features
  • ffddf34: Add new global option called --stream. (#​2595)

    When used, the output from child processes is streamed to the console immediately, prefixed with the originating package directory. This allows output from different packages to be interleaved.

  • The run and exec commands may use the --parallel option.

    --parallel completely disregards concurrency and topological sorting,
    running a given script immediately in all matching packages
    with prefixed streaming output. This is the preferred flag
    for long-running processes such as watch run over many packages.

    For example: pnpm run --parallel watch

    PR #​2599

  • Color the child output prefixes (#​2598)

    image

Bug Fixes
  • A recursive run should not rerun the same package script which started the lifecycle event (#​2528).
  • Fixing a regression on Windows. Fall back to copying if linking fails (429c5a5)

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, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/main-pnpm-logger-5.x-lockfile branch from 488a862 to c85af59 Compare August 7, 2024 18:40
@renovate renovate bot changed the title fix(deps): update dependency @pnpm/logger to v5.1.0 (main) fix(deps): update dependency @pnpm/logger to v5.2.0 (main) Aug 7, 2024
@Robot-Inventor Robot-Inventor merged commit 0f5f861 into main Aug 7, 2024
6 checks passed
@Robot-Inventor Robot-Inventor deleted the renovate/main-pnpm-logger-5.x-lockfile branch August 7, 2024 18:42
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.

1 participant