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

pnpm support #730

Merged
merged 25 commits into from
Feb 26, 2024
Merged

pnpm support #730

merged 25 commits into from
Feb 26, 2024

Commits on Jan 31, 2024

  1. support pnpm

    mmkal committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    45902ae View commit details
    Browse the repository at this point in the history
  2. getTagVersionPrefix

    mmkal committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    a56a460 View commit details
    Browse the repository at this point in the history
  3. don't assume npm

    mmkal committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    a100281 View commit details
    Browse the repository at this point in the history
  4. exec(...) -> from(execa(...))

    mmkal committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    c577293 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a21404 View commit details
    Browse the repository at this point in the history
  6. more yarn stragglers

    mmkal committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    6a58244 View commit details
    Browse the repository at this point in the history
  7. xo --fix

    mmkal committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    2510e70 View commit details
    Browse the repository at this point in the history
  8. a

    mmkal committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    b56ed7b View commit details
    Browse the repository at this point in the history
  9. rm unused import

    mmkal committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    3f2fbf5 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Simplify lockfile update check

    mmkal committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    61b6cf2 View commit details
    Browse the repository at this point in the history
  2. match old args

    mmkal committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    836f0ff View commit details
    Browse the repository at this point in the history
  3. xo --fix

    mmkal committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    10243c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. nickname -> id

    mmkal committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    e8bc4b9 View commit details
    Browse the repository at this point in the history
  2. start making tests pass

    mmkal committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    0cab44f View commit details
    Browse the repository at this point in the history
  3. shooting stars

    mmkal committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b866b22 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. xo --fix

    mmkal committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    b0eb552 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. restore notThrowsAsync

    mmkal committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    9db2414 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Update readme.md

    sindresorhus committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    4fd0608 View commit details
    Browse the repository at this point in the history
  2. Update types.d.ts

    sindresorhus committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    a6d0906 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Squashed commit of the following:

    commit 92903bc
    Author: Mikael Finstad <finstaden@gmail.com>
    Date:   Fri Feb 16 11:44:18 2024 +0800
    
        Update source/package-manager/types.d.ts
    
        Co-authored-by: Tommy <tmitchell7@uh.edu>
    
    commit 9858c3d
    Author: Mikael Finstad <finstaden@gmail.com>
    Date:   Thu Feb 15 15:40:44 2024 +0800
    
        fix bugs
    
        discovered when testing yarn berry
    mmkal committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    d9ca565 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3163835 View commit details
    Browse the repository at this point in the history
  3. @tommy-mitchell feedback

    mmkal committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    c8cba01 View commit details
    Browse the repository at this point in the history
  4. floating in space

    mmkal committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    6ee23e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Tag version prefix jsdoc

    mmkal committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    b54c77d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec3b852 View commit details
    Browse the repository at this point in the history