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

smaller v10 breaks #6641

Merged
merged 8 commits into from
Jul 26, 2023
Merged

smaller v10 breaks #6641

merged 8 commits into from
Jul 26, 2023

Commits on Jul 18, 2023

  1. fix: remove metric-registry config

    BREAKING CHANGE: the hard-coded "metrics-registry" config has been
    removed.
    
    This is not used by npm at all, and is also not used by any of the npm
    modules that consume config.  npm does not send data to any metrics
    server.
    wraithgar committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    1b55ab7 View commit details
    Browse the repository at this point in the history
  2. fix: remove "tmp" config

    BREAKING CHANGE: the unused "tmp" config has been removed
    wraithgar committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    0270cfe View commit details
    Browse the repository at this point in the history
  3. fix: remove "hashAlgorithm" from flatOptions

    BREAKING CHANGE: the hard-coded "hashAlgorithm" value is no longer being
    passed through flatOptions
    
    Nothing in npm is using this.
    wraithgar committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    f8d305b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f73fff View commit details
    Browse the repository at this point in the history
  5. fix: stop retrying on 409 conflict

    BREAKING CHANGE: libnpmpublish will no longer attempt a single automatic
    retry on 409 responses during publish.
    wraithgar committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    548548f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    882f2c9 View commit details
    Browse the repository at this point in the history
  7. fix: remove implicit if-present logic from run-script workspaces

    BREAKING CHANGE: npm no longer treats missing scripts as a special case
    in workspace mode.  Use `if-present` to ignore missing scripts.
    wraithgar committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    099ba91 View commit details
    Browse the repository at this point in the history
  8. fix: remove "ci-name" config

    BREAKING CHANGE: the "ci-name" config has been removed
    
    The "ci" portion of the default "user-agent" will now only be derived
    from the environment and can not be manually overridden.
    wraithgar committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    afd3601 View commit details
    Browse the repository at this point in the history