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: semantic-release/npm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.9
Choose a base ref
...
head repository: semantic-release/npm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.10
Choose a head ref
  • 19 commits
  • 5 files changed
  • 4 contributors

Commits on Dec 7, 2020

  1. chore(deps): lock file maintenance (#300)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Dec 7, 2020
    Copy the full SHA
    431b8e3 View commit details
  2. chore(deps): update dependency ava to v3.14.0 (#301)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Dec 7, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    promatik António Almeida
    Copy the full SHA
    7eb208e View commit details

Commits on Dec 8, 2020

  1. chore(deps): update dependency xo to v0.36.1 (#303)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Dec 8, 2020
    Copy the full SHA
    82c0b54 View commit details

Commits on Dec 10, 2020

  1. chore(deps): updating npm dependency for CWE-400 (#306)

    The previous minor version of NPM was vulnerable by CWE-400, so I am just updating it to the latest patch version that resolved the security issue.
    blaky authored Dec 10, 2020
    Copy the full SHA
    cc90a8e View commit details
  2. chore(deps): update dependency got to v11.8.1 (#305)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Dec 10, 2020
    Copy the full SHA
    4d1c54b View commit details

Commits on Dec 11, 2020

  1. chore(deps): update dependency sinon to v9.2.2 (#307)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Dec 11, 2020
    Copy the full SHA
    5319a78 View commit details

Commits on Dec 14, 2020

  1. chore(deps): lock file maintenance (#308)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Dec 14, 2020
    Copy the full SHA
    2d42b97 View commit details

Commits on Dec 16, 2020

  1. ci: update actions/setup-node action to v2 (#309)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Dec 16, 2020
    Copy the full SHA
    5ee2164 View commit details

Commits on Dec 21, 2020

  1. chore(deps): lock file maintenance (#310)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Dec 21, 2020
    Copy the full SHA
    55b11d0 View commit details

Commits on Dec 28, 2020

  1. chore(deps): lock file maintenance (#311)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Dec 28, 2020
    Copy the full SHA
    fa2674b View commit details

Commits on Dec 29, 2020

  1. chore(deps): update dependency semantic-release to v17.3.1 (#312)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Dec 29, 2020
    Copy the full SHA
    a2ba641 View commit details

Commits on Jan 1, 2021

  1. chore(deps): update dependency ava to v3.15.0 (#313)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Jan 1, 2021
    Copy the full SHA
    4dba257 View commit details

Commits on Jan 4, 2021

  1. chore(deps): lock file maintenance (#315)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Jan 4, 2021
    Copy the full SHA
    9f528f2 View commit details
  2. chore(deps): lock file maintenance (#316)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Jan 4, 2021
    Copy the full SHA
    7be4c4b View commit details

Commits on Jan 6, 2021

  1. chore(deps): update dependency sinon to v9.2.3 (#317)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Jan 6, 2021
    Copy the full SHA
    87e8269 View commit details

Commits on Jan 11, 2021

  1. chore(deps): lock file maintenance (#319)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Jan 11, 2021
    Copy the full SHA
    3edb9bc View commit details

Commits on Jan 13, 2021

  1. chore(deps): update dependency semantic-release to v17.3.2 (#320)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Jan 13, 2021
    Copy the full SHA
    2500650 View commit details

Commits on Jan 16, 2021

  1. chore(deps): update dependency semantic-release to v17.3.3 (#321)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Jan 16, 2021
    Copy the full SHA
    36c3373 View commit details

Commits on Jan 17, 2021

  1. Copy the full SHA
    88e5862 View commit details
Showing with 511 additions and 656 deletions.
  1. +1 −1 .github/workflows/release.yml
  2. +2 −2 .github/workflows/test.yml
  3. +2 −1 lib/definitions/errors.js
  4. +500 −646 package-lock.json
  5. +6 −6 package.json
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
- uses: bahmutov/npm-install@v1
- run: npx semantic-release
env:
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: "Use Node.js ${{ matrix.node-version }}"
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: "${{ matrix.node-version }}"
- uses: bahmutov/npm-install@v1
@@ -33,7 +33,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: "Use Node.js ${{ matrix.node-version }}"
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: "${{ matrix.node-version }}"
- uses: bahmutov/npm-install@v1
3 changes: 2 additions & 1 deletion lib/definitions/errors.js
Original file line number Diff line number Diff line change
@@ -36,7 +36,8 @@ Please make sure to create an [npm token](https://docs.npmjs.com/getting-started
'README.md#npm-registry-authentication'
)}) configured in the \`NPM_TOKEN\` environment variable must be a valid [token](https://docs.npmjs.com/getting-started/working_with_tokens) allowing to publish to the registry \`${registry}\`.
If you are using Two-Factor Authentication, make configure the \`auth-only\` [level](https://docs.npmjs.com/getting-started/using-two-factor-authentication#levels-of-authentication) is supported. **semantic-release** cannot publish with the default \`auth-and-writes\` level.
If you are using Two Factor Authentication for your account, set its level to ["Authorization only"](https://docs.npmjs.com/getting-started/using-two-factor-authentication#levels-of-authentication) in your account settings. **semantic-release** cannot publish with the default "
Authorization and writes" level.
Please make sure to set the \`NPM_TOKEN\` environment variable in your CI with the exact value of the npm token.`,
}),
1,146 changes: 500 additions & 646 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -24,27 +24,27 @@
"lodash": "^4.17.15",
"nerf-dart": "^1.0.0",
"normalize-url": "^5.0.0",
"npm": "^6.14.8",
"npm": "^6.14.9",
"rc": "^1.2.8",
"read-pkg": "^5.0.0",
"registry-auth-token": "^4.0.0",
"semver": "^7.1.2",
"tempy": "^1.0.0"
},
"devDependencies": {
"ava": "3.13.0",
"ava": "3.15.0",
"clear-module": "4.1.1",
"codecov": "3.8.1",
"delay": "4.4.0",
"dockerode": "3.2.1",
"get-stream": "6.0.0",
"got": "11.8.0",
"got": "11.8.1",
"nyc": "15.1.0",
"p-retry": "4.2.0",
"semantic-release": "17.3.0",
"sinon": "9.2.1",
"semantic-release": "17.3.3",
"sinon": "9.2.3",
"stream-buffers": "3.0.2",
"xo": "0.35.0"
"xo": "0.36.1"
},
"engines": {
"node": ">=10.19"