From 4b656d5ed7cfa2276490ec29f060a7a306983b00 Mon Sep 17 00:00:00 2001 From: Roman Date: Sat, 30 May 2026 19:15:20 +0100 Subject: [PATCH] chore(deps): remove `aggregate-error` polyfill --- lib/success.js | 1 - lib/verify.js | 1 - package-lock.json | 2 -- package.json | 1 - 4 files changed, 5 deletions(-) diff --git a/lib/success.js b/lib/success.js index 48246f29..3a528c7e 100644 --- a/lib/success.js +++ b/lib/success.js @@ -1,6 +1,5 @@ import { isNil, uniqBy, template, flatten, isEmpty, merge } from "lodash-es"; import pFilter from "p-filter"; -import AggregateError from "aggregate-error"; import issueParser from "issue-parser"; import debugFactory from "debug"; diff --git a/lib/verify.js b/lib/verify.js index 3f348809..de457575 100644 --- a/lib/verify.js +++ b/lib/verify.js @@ -7,7 +7,6 @@ import { isBoolean, } from "lodash-es"; import urlJoin from "url-join"; -import AggregateError from "aggregate-error"; import parseGithubUrl from "./parse-github-url.js"; import resolveConfig from "./resolve-config.js"; diff --git a/package-lock.json b/package-lock.json index 06246365..08dcf3b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,6 @@ "@octokit/plugin-retry": "^8.0.0", "@octokit/plugin-throttling": "^11.0.0", "@semantic-release/error": "^4.0.0", - "aggregate-error": "^5.0.0", "debug": "^4.3.4", "dir-glob": "^3.0.1", "http-proxy-agent": "^9.0.0", @@ -1320,7 +1319,6 @@ "@octokit/plugin-retry": "^8.0.0", "@octokit/plugin-throttling": "^11.0.0", "@semantic-release/error": "^4.0.0", - "aggregate-error": "^5.0.0", "debug": "^4.3.4", "dir-glob": "^3.0.1", "http-proxy-agent": "^9.0.0", diff --git a/package.json b/package.json index efe26e1c..e1914aa7 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,6 @@ "@octokit/plugin-retry": "^8.0.0", "@octokit/plugin-throttling": "^11.0.0", "@semantic-release/error": "^4.0.0", - "aggregate-error": "^5.0.0", "debug": "^4.3.4", "dir-glob": "^3.0.1", "http-proxy-agent": "^9.0.0",