Skip to content

Commit 0983948

Browse files
committed
Update del
1 parent 943116b commit 0983948

19 files changed

+73705
-137926
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ updates:
1111
# There is a type incompatibility issue between v0.0.9 and our other dependencies.
1212
- dependency-name: "@octokit/plugin-retry"
1313
versions: ["~6.0.0"]
14-
# v7 requires ESM
15-
- dependency-name: "del"
16-
versions: ["^7.0.0"]
1714
# This is broken due to the way configuration files have changed.
1815
# This might be fixed when we move to eslint v9.
1916
- dependency-name: "eslint-plugin-import"

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default [
7676

7777
typescript: {},
7878
},
79-
"import/ignore": ["sinon", "uuid", "@octokit/plugin-retry", "get-folder-size"],
79+
"import/ignore": ["sinon", "uuid", "@octokit/plugin-retry", "del", "get-folder-size"],
8080
},
8181

8282
rules: {

0 commit comments

Comments
 (0)