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: drop NPM_TOKEN support #9391

Merged
merged 3 commits into from Apr 4, 2021
Merged

feat: drop NPM_TOKEN support #9391

merged 3 commits into from Apr 4, 2021

Commits on Apr 4, 2021

  1. feat(npm): deprecate NPM_TOKEN

    NPM_TOKEN can no longer be used to configure npm auth. Please configure hostRules instead.
    rarkins committed Apr 4, 2021
    Copy the full SHA
    a147f32 View commit details
    Browse the repository at this point in the history
  2. feat: drop NPM_TOKEN support

    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
    cc3004d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'v25' into breaking/npm-token

    # Conflicts:
    #	lib/datasource/npm/npmrc.ts
    rarkins committed Apr 4, 2021
    Copy the full SHA
    390b935 View commit details
    Browse the repository at this point in the history