8000 Comparing v10.6.1...v10.6.2 · pnpm/pnpm · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pnpm/pnpm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.6.1
Choose a base ref
...
head repository: pnpm/pnpm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.6.2
Choose a head ref
  • 13 commits
  • 204 files changed
  • 4 contributors

Commits on Mar 8, 2025

  1. Configuration menu
    Copy the full SHA
    7072838 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8c8e3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11104c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0900928 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2025

  1. fix: update deps (#9247)

    zkochan authored Mar 9, 2025
    Configuration menu
    Copy the full SHA
    73833ab View commit details
    Browse the repository at this point in the history
  2. docs: update sponsor logo

    zkochan committed Mar 9, 2025
    Configuration menu
    Copy the full SHA
    81a90da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58d8597 View commit details
    Browse the repository at this point in the history
  4. revert: use Git LFS for pnpm development (#9254)

    * Revert "docs: update CONTRIBUTING.md for Git LFS (#8647)"
    
    This reverts commit ccf5fbc.
    
    * Revert "chore: use Git LFS for pnpm development (#8509)"
    
    This reverts commit 5fea444.
    gluxon authored Mar 9, 2025
    Configuration menu
    Copy the full SHA
    34738e0 View commit details
    Browse the repository at this point in the history
  5. test: fix silently failing tests in default-reporter package (#9253)

    * test: move expect blocks (without other changes) to end of test
    
    This is required for the refactor in the next commit. The log statements
    have to run before consuming the output stream, otherwise the output
    stream will be empty.
    
    * test: fix swallowed Jest expect errors in `default-reporter` package
    
    * test: fix expected to match actual values in default-reporter tests
    
    * refactor: remove redundant `.pipe(take(1))`
    
    With the refactor to use `firstValueFrom`, the `take(1)` is now
    redundant in many places.
    
    ```ts
    firstValueFrom(output$.pipe(take(1)))
    ```
    
    ```ts
    firstValueFrom(output$)
    ```
    gluxon authored Mar 9, 2025
    Configuration menu
    Copy the full SHA
    b217edb View commit details
    Browse the repository at this point in the history
  6. test: turn off test retries since they can hide buggy tests (#9255)

    * test: move expect blocks (without other changes) to end of test
    
    This is required for the refactor in the next commit. The log statements
    have to run before consuming the output stream, otherwise the output
    stream will be empty.
    
    * test: fix swallowed Jest expect errors in `default-reporter` package
    
    * test: fix expected to match actual values in default-reporter tests
    
    * refactor: remove redundant `.pipe(take(1))`
    
    With the refactor to use `firstValueFrom`, the `take(1)` is now
    redundant in many places.
    
    ```ts
    firstValueFrom(output$.pipe(take(1)))
    ```
    
    ```ts
    firstValueFrom(output$)
    ```
    
    * test: turn off test retries since they can hide buggy tests
    gluxon authored Mar 9, 2025
    Configuration menu
    Copy the full SHA
    0ef86c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

  1. feat(patching): stop using /tmp for comparison (#9251)

    * feat(patching): stop using `/tmp` for comparison
    
    * refactor: use `getStorePath`
    
    * fix: update patching/plugin-commands-patching/src/patchCommit.ts
    KSXGitHub authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    0378a9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b0bcfa View commit details
    Browse the repository at this point in the history
  3. chore(release): 10.6.2

    zkochan committed Mar 10, 2025
    Configuration menu
    Copy the full SHA
    65da4d9 View commit details
    Browse the repository at this point in the history
Loading
0