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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 7, 2024

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 - "after 2am every weekday,before 5am every weekday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 added the deps Renovate PRs label Oct 7, 2024
Copy link

aspect-workflows bot commented Oct 7, 2024

Test

All tests were cache hits

212 tests (100.0%) were fully cached saving 37s.


Test

e2e/bzlmod

All tests were cache hits

5 tests (100.0%) were fully cached saving 502ms.


Test

e2e/gyp_no_install_script

All tests were cache hits

2 tests (100.0%) were fully cached saving 141ms.


Test

e2e/js_image_oci

All tests were cache hits

1 test (100.0%) was fully cached saving 9s.


Test

e2e/npm_link_package

All tests were cache hits

3 tests (100.0%) were fully cached saving 555ms.


Test

e2e/npm_link_package-esm

All tests were cache hits

3 tests (100.0%) were fully cached saving 575ms.


Test

e2e/npm_translate_lock

All tests were cache hits

1 test (100.0%) was fully cached saving 22ms.


Test

e2e/npm_translate_lock_empty

All tests were cache hits

1 test (100.0%) was fully cached saving 22ms.


Test

e2e/npm_translate_lock_multi

All tests were cache hits

2 tests (100.0%) were fully cached saving 97ms.


Test

e2e/npm_translate_lock_partial_clone

All tests were cache hits

1 test (100.0%) was fully cached saving 22ms.


Test

e2e/npm_translate_lock_replace_packages

All tests were cache hits

3 tests (100.0%) were fully cached saving 162ms.


Test

e2e/npm_translate_lock_subdir_patch

All tests were cache hits

1 test (100.0%) was fully cached saving 93ms.


Test

e2e/npm_translate_package_lock

All tests were cache hits

1 test (100.0%) was fully cached saving 26ms.


Test

e2e/npm_translate_yarn_lock

All tests were cache hits

1 test (100.0%) was fully cached saving 26ms.


Test

e2e/package_json_module

All tests were cache hits

1 test (100.0%) was fully cached saving 362ms.


Test

e2e/pnpm_lockfiles

All tests were cache hits

42 tests (100.0%) were fully cached saving 3s.


Test

e2e/pnpm_workspace

All tests were cache hits

10 tests (100.0%) were fully cached saving 4s.


Test

e2e/pnpm_workspace_rerooted

All tests were cache hits

12 tests (100.0%) were fully cached saving 1s.


Test

e2e/repo_mapping

All tests were cache hits

2 tests (100.0%) were fully cached saving 276ms.


Test

e2e/rules_foo

All tests were cache hits

2 tests (100.0%) were fully cached saving 115ms.


Test

e2e/runfiles

All tests were cache hits

1 test (100.0%) was fully cached saving 116ms.


Test

e2e/vendored_node

All tests were cache hits

1 test (100.0%) was fully cached saving 181ms.


Buildifier      Format

@renovate renovate bot force-pushed the renovate/pnpm-logger-5.x branch 8 times, most recently from 1e7ec8b to ba80eb5 Compare October 13, 2024 18:17
@renovate renovate bot force-pushed the renovate/pnpm-logger-5.x branch 11 times, most recently from 62889a8 to 6883423 Compare October 22, 2024 23:38
@renovate renovate bot force-pushed the renovate/pnpm-logger-5.x branch 5 times, most recently from 6ee21ac to 8901270 Compare November 3, 2024 05:22
@renovate renovate bot force-pushed the renovate/pnpm-logger-5.x branch 4 times, most recently from 7fac8d8 to fc4e0c5 Compare November 8, 2024 21:48
@renovate renovate bot force-pushed the renovate/pnpm-logger-5.x branch 2 times, most recently from f2c9853 to 5b5e01e Compare November 10, 2024 00:48
@renovate renovate bot force-pushed the renovate/pnpm-logger-5.x branch 2 times, most recently from 3dd0c62 to edf2163 Compare November 20, 2024 17:08
@renovate renovate bot force-pushed the renovate/pnpm-logger-5.x branch 3 times, most recently from 31ef314 to cc0b99b Compare December 8, 2024 20:27
@renovate renovate bot force-pushed the renovate/pnpm-logger-5.x branch 4 times, most recently from 17b271d to e061575 Compare December 21, 2024 00:05
@renovate renovate bot force-pushed the renovate/pnpm-logger-5.x branch 4 times, most recently from b321f9d to c70eba9 Compare January 4, 2025 15:41
@renovate renovate bot force-pushed the renovate/pnpm-logger-5.x branch 3 times, most recently from 4bea77e to 35e370b Compare January 9, 2025 19:51
@renovate renovate bot force-pushed the renovate/pnpm-logger-5.x branch from 35e370b to 82fd724 Compare January 10, 2025 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps Renovate PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants