Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { castArray, defaultTo } from "lodash-es";
import AggregateError from "aggregate-error";
import { temporaryFile } from "tempy";
import getPkg from "./lib/get-pkg.js";
import verifyNpmConfig from "./lib/verify-config.js";
Expand Down
1 change: 0 additions & 1 deletion lib/get-pkg.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import path from "path";
import { readPackage } from "read-pkg";
import AggregateError from "aggregate-error";
import getError from "./get-error.js";

export default async function ({ pkgRoot }, { cwd }) {
Expand Down
1 change: 0 additions & 1 deletion lib/set-npmrc-auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import rc from "rc";
import fs from "fs-extra";
import getAuthToken from "registry-auth-token";
import nerfDart from "nerf-dart";
import AggregateError from "aggregate-error";
import getError from "./get-error.js";
import { OFFICIAL_REGISTRY } from "./definitions/constants.js";

Expand Down
1 change: 0 additions & 1 deletion lib/verify-auth.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { execa } from "execa";
import normalizeUrl from "normalize-url";
import AggregateError from "aggregate-error";
import getRegistry from "./get-registry.js";
import setNpmrcAuth from "./set-npmrc-auth.js";
import getError from "./get-error.js";
Expand Down
2 changes: 0 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"dependencies": {
"@actions/core": "^3.0.0",
"@semantic-release/error": "^4.0.0",
"aggregate-error": "^5.0.0",
"env-ci": "^11.2.0",
"execa": "^9.0.0",
"fs-extra": "^11.0.0",
Expand Down
1 change: 0 additions & 1 deletion test/verify-auth.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import test from "ava";
import * as td from "testdouble";
import AggregateError from "aggregate-error";
import { OFFICIAL_REGISTRY } from "../lib/definitions/constants.js";

let execa, verifyAuth, getRegistry, setNpmrcAuth, oidcContextEstablished;
Expand Down