Skip to content

Commit 04f05b6

Browse files
committed
chore(deps): remove aggregate-error polyfill
1 parent fef79cc commit 04f05b6

4 files changed

Lines changed: 0 additions & 5 deletions

File tree

lib/success.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { isNil, uniqBy, template, flatten, isEmpty, merge } from "lodash-es";
22
import pFilter from "p-filter";
3-
import AggregateError from "aggregate-error";
43
import issueParser from "issue-parser";
54
import debugFactory from "debug";
65

lib/verify.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import {
77
isBoolean,
88
} from "lodash-es";
99
import urlJoin from "url-join";
10-
import AggregateError from "aggregate-error";
1110

1211
import parseGithubUrl from "./parse-github-url.js";
1312
import resolveConfig from "./resolve-config.js";

package-lock.json

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"@octokit/plugin-retry": "^8.0.0",
2828
"@octokit/plugin-throttling": "^11.0.0",
2929
"@semantic-release/error": "^4.0.0",
30-
"aggregate-error": "^5.0.0",
3130
"debug": "^4.3.4",
3231
"dir-glob": "^3.0.1",
3332
"http-proxy-agent": "^9.0.0",

0 commit comments

Comments
 (0)