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: v11.0.0-pre.0
Choose a base ref
...
head repository: npm/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v11.0.0-pre.1
Choose a head ref
  • 16 commits
  • 321 files changed
  • 4 contributors

Commits on Dec 2, 2024

  1. deps: [email protected]

    wraithgar committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    4906f3d View commit details
    Browse the repository at this point in the history
  2. deps!: [email protected]

    BREAKING CHANGE: `bun.lockb` files are now included in the strict ignore list during packing
    wraithgar committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    ca84b22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bf1901 View commit details
    Browse the repository at this point in the history
  4. docs: update ignore rules

    Adds bun lockfile, and points to the package.json docs as the
    authoritative list for ignore rules in the cli docs.
    wraithgar committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    1be8e95 View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    b87ba24 View commit details
    Browse the repository at this point in the history
  6. chore: fork changelog (#7943)

    The v10 branch is where new changelog entries for npm@10 get added
    
    ref: https://github.com/npm/cli/tree/release/v10
    wraithgar authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    cfdf214 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e362c6d View commit details
    Browse the repository at this point in the history
  8. docs: change certfile to cafile (#7947)

    cafile is the correct config key
    
    Closes: npm/documentation#1337
    wraithgar authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    2af31dd View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2024

  1. deps!: [email protected]

    BREAKING CHANGE: `npm init` now has a `type` prompt, and sorts the entries the created packages differently
    wraithgar committed Dec 6, 2024
    Configuration menu
    Copy the full SHA
    d463a6f View commit details
    Browse the repository at this point in the history
  2. deps: [email protected]

    Fixed code to deal w/ new esm export
    wraithgar committed Dec 6, 2024
    Configuration menu
    Copy the full SHA
    c0bcc2a View commit details
    Browse the repository at this point in the history
  3. deps: [email protected]

    wraithgar committed Dec 6, 2024
    Configuration menu
    Copy the full SHA
    ac8eb39 View commit details
    Browse the repository at this point in the history
  4. deps: [email protected]

    wraithgar committed Dec 6, 2024
    Configuration menu
    Copy the full SHA
    8905037 View commit details
    Browse the repository at this point in the history
  5. deps: [email protected]

    wraithgar committed Dec 6, 2024
    Configuration menu
    Copy the full SHA
    fecfcf4 View commit details
    Browse the repository at this point in the history
  6. 1 Configuration menu
    Copy the full SHA
    bc9b14d View commit details
    Browse the repository at this point in the history
  7. feat!: no implicit latest tag on publish when latest > version (#7939)

    BREAKING CHANGE: Upon publishing, in order to apply a default "latest"
    dist tag, the command now retrieves all prior versions of the package.
    It will require that the version you're trying to publish is above the
    latest semver version in the registry, not including pre-release tags.
    
    Implements [npm
    RFC7](https://github.com/npm/rfcs/blob/main/accepted/0007-publish-without-tag.md).
    
    Related to prerelease dist-tag: #7910
    A part of npm 11 roadmap: npm/statusboard#898
    
    ---------
    
    Co-authored-by: Jordan Harband <[email protected]>
    reggi and ljharb authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    f3ac7b7 View commit details
    Browse the repository at this point in the history
  8. 1 Configuration menu
    Copy the full SHA
    cf52b8b View commit details
    Browse the repository at this point in the history
Loading