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: npm/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.7.2
Choose a base ref
...
head repository: npm/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.8.0
Choose a head ref
  • 10 commits
  • 101 files changed
  • 5 contributors

Commits on Jun 26, 2023

  1. chore: normalize line endings and symlinks

    This makes it possible to do a fresh clone of this repo in Windows, and
    be able to run the resetdeps command successfully and then have a clean
    git status. We now check for a clean git status in during CI in Windows
    which was previously excluded.
    
    The changes required were to:
    - Delete our workspace symlinks from node_modules and add a step to
      resetdeps that will do a platform dependent symlink before the initial
      reification
    - Add line ending normalization to our `.gitattributes` file and commit
      the result. Git will store text with LF line endings automatically,
      except for some files like `cmd` scripts that need to be `crlf` and
      shell scripts that need to be `lf`.
    - Update workflows to call `node scripts/resetdeps.js` directly since a
      fresh clone of the repo wont have any symlinks in place, so any
      `node .` command will fail due to missing workspaces.
    
    Ref: npm/statusboard#562
    lukekarrys authored and wraithgar committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    a2fa41e View commit details
    Browse the repository at this point in the history
  2. chore: run all windows shims tests

    lukekarrys authored and wraithgar committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    332dec3 View commit details
    Browse the repository at this point in the history
  3. feat: add ps1 scripts (#6548)

    * add ps1 scripts
    
    Resolves UNC path issues because powershell.exe
    supports UNC, while cmd.exe doesn't.
    (Which is why npm.cmd doesn't work within
    UNC paths, even under powershell)
    
    Resolves #6280
    
    * fixup: add tests and prefix for ps1 scripts
    
    ---------
    
    Co-authored-by: Luke Karrys <luke@lukekarrys.com>
    mribbons and lukekarrys authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    89b2741 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. feat: SLSA 1.0 provenance statement (#6613)

    Generates a SLSA 1.0 compliant provenance statement for packages
    published from GitHub Actions.
    
    Signed-off-by: Brian DeHamer <bdehamer@github.com>
    bdehamer authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    5baf6a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. deps: sigstore@1.7.0 (#6623)

    Signed-off-by: Brian DeHamer <bdehamer@github.com>
    bdehamer authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    9238682 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. chore: fix publish test in a git worktree (#6627)

    The git detection doesn't work in a git worktree
    wraithgar authored Jul 5, 2023
    1 Configuration menu
    Copy the full SHA
    690c9fc View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    b252164 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c61e037 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67459e7 View commit details
    Browse the repository at this point in the history
  5. chore: release 9.8.0

    github-actions[bot] authored and wraithgar committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    b1c3256 View commit details
    Browse the repository at this point in the history
Loading