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

feat(npm): remove ~/.npmrc support #9400

Merged
merged 32 commits into from Apr 6, 2021
Merged

feat(npm): remove ~/.npmrc support #9400

merged 32 commits into from Apr 6, 2021

Commits on Apr 4, 2021

  1. feat: remove RENOVATE_LEGACY_GIT_AUTHOR_EMAIL (#9389)

    Removes RENOVATE_LEGACY_GIT_AUTHOR_EMAIL support. 
    
    Closes #9111
    
    BREAKING CHANGE: RENOVATE_LEGACY_GIT_AUTHOR_EMAIL is no longer supported. Use `ignoredAuthors` in config instead.
    rarkins committed Apr 4, 2021
    Copy the full SHA
    7a2d672 View commit details
    Browse the repository at this point in the history
  2. feat: drop NPM_TOKEN support (#9391)

    Removes support for NPM_TOKEN.
    
    BREAKING CHANGE: Do not use NPM_TOKEN in env to configure npm authentication. Configure hostRules instead.
    rarkins committed Apr 4, 2021
    Copy the full SHA
    69ea8fc View commit details
    Browse the repository at this point in the history
  3. feat: remove logLevel support in config (#9390)

    Remove support for logLevel in config. Must be configured using LOG_LEVEL instead.
    
    Closes #8291
    
    BREAKING CHANGE: Configure LOG_LEVEL in env and not in config or CLI
    rarkins committed Apr 4, 2021
    Copy the full SHA
    a5c785a View commit details
    Browse the repository at this point in the history
  4. feat: split trustLevel into separate options (#9388)

    Removes trustLevel and replaces it with 3 other options instead. No longer necessary to set anything additional is configuring `allowedPostUpgradeCommands`
    
    BREAKING CHANGE: `trustLevel` is no longer supported and instead broken into `allowCustomCrateRegistries` , `allowScripts` , and `exposeAllEnv`.
    rarkins committed Apr 4, 2021
    Copy the full SHA
    2eb962c View commit details
    Browse the repository at this point in the history
  5. feat(config): remove manager additionalBranchPrefix defaults (#9373)

    Resets any language or manager` additionalBranchPrefix` values to empty string. Add the `compatibility:additionalBranchPrefix` prefix to restore previous behavior.
    
    BREAKING CHANGE: Removal of default `additionalBranchPrefix` values will cause branch names to change for docker/helm/buildkite/cargo/homebrew.
    rarkins committed Apr 4, 2021
    Copy the full SHA
    2ee681f View commit details
    Browse the repository at this point in the history
  6. feat: updateType=patch (#9393)

    Changes behavior so that patch updateType is not rewritten to minor by default.
    
    Closes #2818
    
    BREAKING CHANGE: patch updates are not considered updateType=minor by default.
    rarkins committed Apr 4, 2021
    Copy the full SHA
    ff15c91 View commit details
    Browse the repository at this point in the history
  7. feat(terraform): rework dep types (#9116)

    Improves the `depType` values returned by the terraform manager.
    
    Closes #8792
    
    BREAKING CHANGE: Values for extracted `depType` in terraform manager have changed, please see the `terraform` manager readme for details.
    secustor committed Apr 4, 2021
    Copy the full SHA
    e5fc93e View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    bb95d9e View commit details
    Browse the repository at this point in the history
  9. feat(npm): deprecate ~/.npmrc support

    Deprecates support for reading `.npmrc` from ~.
    
    BREAKING CHANGE: Renovate will no longer read from ~/.npmrc. Configure `npmrc` in config instead.
    rarkins committed Apr 4, 2021
    Copy the full SHA
    7504640 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    cd98c87 View commit details
    Browse the repository at this point in the history
  11. update docs

    rarkins committed Apr 4, 2021
    Copy the full SHA
    301fa13 View commit details
    Browse the repository at this point in the history
  12. fix lint

    rarkins committed Apr 4, 2021
    Copy the full SHA
    8fd9af2 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. feat: remove RENOVATE_LEGACY_GIT_AUTHOR_EMAIL (#9389)

    Removes RENOVATE_LEGACY_GIT_AUTHOR_EMAIL support. 
    
    Closes #9111
    
    BREAKING CHANGE: RENOVATE_LEGACY_GIT_AUTHOR_EMAIL is no longer supported. Use `ignoredAuthors` in config instead.
    rarkins committed Apr 5, 2021
    Copy the full SHA
    229a835 View commit details
    Browse the repository at this point in the history
  2. feat: drop NPM_TOKEN support (#9391)

    Removes support for NPM_TOKEN.
    
    BREAKING CHANGE: Do not use NPM_TOKEN in env to configure npm authentication. Configure hostRules instead.
    rarkins committed Apr 5, 2021
    Copy the full SHA
    49f08da View commit details
    Browse the repository at this point in the history
  3. feat: remove logLevel support in config (#9390)

    Remove support for logLevel in config. Must be configured using LOG_LEVEL instead.
    
    Closes #8291
    
    BREAKING CHANGE: Configure LOG_LEVEL in env and not in config or CLI
    rarkins committed Apr 5, 2021
    Copy the full SHA
    07439a5 View commit details
    Browse the repository at this point in the history
  4. feat: split trustLevel into separate options (#9388)

    Removes trustLevel and replaces it with 3 other options instead. No longer necessary to set anything additional is configuring `allowedPostUpgradeCommands`
    
    BREAKING CHANGE: `trustLevel` is no longer supported and instead broken into `allowCustomCrateRegistries` , `allowScripts` , and `exposeAllEnv`.
    rarkins committed Apr 5, 2021
    Copy the full SHA
    f9b9614 View commit details
    Browse the repository at this point in the history
  5. feat(config): remove manager additionalBranchPrefix defaults (#9373)

    Resets any language or manager` additionalBranchPrefix` values to empty string. Add the `compatibility:additionalBranchPrefix` prefix to restore previous behavior.
    
    BREAKING CHANGE: Removal of default `additionalBranchPrefix` values will cause branch names to change for docker/helm/buildkite/cargo/homebrew.
    rarkins committed Apr 5, 2021
    Copy the full SHA
    8c19baf View commit details
    Browse the repository at this point in the history
  6. feat: updateType=patch (#9393)

    Changes behavior so that patch updateType is not rewritten to minor by default.
    
    Closes #2818
    
    BREAKING CHANGE: patch updates are not considered updateType=minor by default.
    rarkins committed Apr 5, 2021
    Copy the full SHA
    d954ea7 View commit details
    Browse the repository at this point in the history
  7. feat(terraform): rework dep types (#9116)

    Improves the `depType` values returned by the terraform manager.
    
    Closes #8792
    
    BREAKING CHANGE: Values for extracted `depType` in terraform manager have changed, please see the `terraform` manager readme for details.
    secustor authored and rarkins committed Apr 5, 2021
    Copy the full SHA
    d723b58 View commit details
    Browse the repository at this point in the history
  8. docs: improve sentences (#9395)

    HonkingGoose authored and rarkins committed Apr 5, 2021
    Copy the full SHA
    971ae10 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'v25' into breaking/npmrc-home-dir

    # Conflicts:
    #	docs/usage/private-modules.md
    rarkins committed Apr 5, 2021
    Copy the full SHA
    bf45146 View commit details
    Browse the repository at this point in the history
  10. feat: remove RENOVATE_LEGACY_GIT_AUTHOR_EMAIL (#9389)

    Removes RENOVATE_LEGACY_GIT_AUTHOR_EMAIL support. 
    
    Closes #9111
    
    BREAKING CHANGE: RENOVATE_LEGACY_GIT_AUTHOR_EMAIL is no longer supported. Use `ignoredAuthors` in config instead.
    rarkins committed Apr 5, 2021
    Copy the full SHA
    4cf313c View commit details
    Browse the repository at this point in the history
  11. feat: drop NPM_TOKEN support (#9391)

    Removes support for NPM_TOKEN.
    
    BREAKING CHANGE: Do not use NPM_TOKEN in env to configure npm authentication. Configure hostRules instead.
    rarkins committed Apr 5, 2021
    Copy the full SHA
    75aca40 View commit details
    Browse the repository at this point in the history
  12. feat: remove logLevel support in config (#9390)

    Remove support for logLevel in config. Must be configured using LOG_LEVEL instead.
    
    Closes #8291
    
    BREAKING CHANGE: Configure LOG_LEVEL in env and not in config or CLI
    rarkins committed Apr 5, 2021
    Copy the full SHA
    070136f View commit details
    Browse the repository at this point in the history
  13. feat: split trustLevel into separate options (#9388)

    Removes trustLevel and replaces it with 3 other options instead. No longer necessary to set anything additional is configuring `allowedPostUpgradeCommands`
    
    BREAKING CHANGE: `trustLevel` is no longer supported and instead broken into `allowCustomCrateRegistries` , `allowScripts` , and `exposeAllEnv`.
    rarkins committed Apr 5, 2021
    Copy the full SHA
    ed3595e View commit details
    Browse the repository at this point in the history
  14. feat(config): remove manager additionalBranchPrefix defaults (#9373)

    Resets any language or manager` additionalBranchPrefix` values to empty string. Add the `compatibility:additionalBranchPrefix` prefix to restore previous behavior.
    
    BREAKING CHANGE: Removal of default `additionalBranchPrefix` values will cause branch names to change for docker/helm/buildkite/cargo/homebrew.
    rarkins committed Apr 5, 2021
    Copy the full SHA
    91ba144 View commit details
    Browse the repository at this point in the history
  15. feat: updateType=patch (#9393)

    Changes behavior so that patch updateType is not rewritten to minor by default.
    
    Closes #2818
    
    BREAKING CHANGE: patch updates are not considered updateType=minor by default.
    rarkins committed Apr 5, 2021
    Copy the full SHA
    9a47d1e View commit details
    Browse the repository at this point in the history
  16. feat(terraform): rework dep types (#9116)

    Improves the `depType` values returned by the terraform manager.
    
    Closes #8792
    
    BREAKING CHANGE: Values for extracted `depType` in terraform manager have changed, please see the `terraform` manager readme for details.
    secustor authored and rarkins committed Apr 5, 2021
    Copy the full SHA
    551cc79 View commit details
    Browse the repository at this point in the history
  17. docs: improve sentences (#9395)

    HonkingGoose authored and rarkins committed Apr 5, 2021
    Copy the full SHA
    05b2ed1 View commit details
    Browse the repository at this point in the history
  18. Merge branch 'v25' into breaking/npmrc-home-dir

    # Conflicts:
    #	docs/usage/private-modules.md
    rarkins committed Apr 5, 2021
    Copy the full SHA
    a0b46f4 View commit details
    Browse the repository at this point in the history
  19. Merge branch 'v25' into breaking/npmrc-home-dir

    # Conflicts:
    #	docs/usage/private-modules.md
    rarkins committed Apr 5, 2021
    Copy the full SHA
    7b8ba89 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Copy the full SHA
    947903f View commit details
    Browse the repository at this point in the history