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: libnpmfund-v4.0.0-pre.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: libnpmfund-v4.0.0-pre.3
Choose a head ref
  • 9 commits
  • 78 files changed
  • 3 contributors

Commits on Sep 27, 2022

  1. feat: timings are now written alongside debug log files

    BREAKING CHANGE: `--timing` file changes:
    - When run with the `--timing` flag, `npm` now writes timing data to a
    file alongside the debug log data, respecting the `logs-dir` option and
    falling back to `<CACHE>/_logs/` dir, instead of directly inside the
    cache directory.
    - The timing file data is no longer newline delimited JSON, and instead
    each run will create a uniquely named `<ID>-timing.json` file, with the
    `<ID>` portion being the same as the debug log.
    - Finally, the data inside the file now has three top level keys,
    `metadata`, `timers, and `unfinishedTimers` instead of everything being
    a top level key.
    
    Closes npm/statusboard#456
    lukekarrys committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    3445da0 View commit details
    Browse the repository at this point in the history
  2. feat: write eresolve error files to the logs directory

    Also refactor all files written to the logs directory to use the same
    code path for file name creation.
    lukekarrys committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    e64d69a View commit details
    Browse the repository at this point in the history
  3. chore(make): docs should come before test during publish

    docs needs to rebuild cmark-gfm which needs to be present in
    order to run tests
    lukekarrys committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    7e6b824 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. deps: [email protected]

    Fixes #4994
    lukekarrys committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    bc21552 View commit details
    Browse the repository at this point in the history
  2. feat: default access to public

    BREAKING CHANGE: The default value of `access` is now `public`
    wraithgar authored and lukekarrys committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    525654e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0e7584 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. feat: implement new npm-packlist behavior

    This also lands the latest `pacote` which now requires passing in an
    `Arborist` constructor for use in loading the package tree that gets
    passed to `npm-packlist`.
    
    BREAKING CHANGE: `npm pack` now follows a strict order of operations
    when applying ignore rules. If a files array is present in the
    package.json, then rules in .gitignore and .npmignore files from the
    root will be ignored.
    lukekarrys committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    3ae796d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45e43f1 View commit details
    Browse the repository at this point in the history
  3. chore: release 9.0.0-pre.3

    github-actions[bot] authored and lukekarrys committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    b397774 View commit details
    Browse the repository at this point in the history
Loading