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 dependency @pnpm/logger to v1000 #1471

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@pnpm/logger (source) 5.0.0 -> 1000.0.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 - "on sunday" in timezone Asia/Shanghai, 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.

Copy link

changeset-bot bot commented Dec 15, 2024

⚠️ No Changeset found

Latest commit: f068d08

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

@pkuhpc-review-bot pkuhpc-review-bot bot added the Code-ReviewRequested Code Review Requested label Dec 15, 2024
@pkuhpc-review-bot pkuhpc-review-bot bot requested a review from ddadaal December 15, 2024 00:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code-ReviewRequested Code Review Requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants