Skip to content

Commit 9fde809

Browse files
authored
Merge pull request #3066 from github/henrymercer/update-dependencies
Update dependencies
2 parents 92eada8 + 0983948 commit 9fde809

20 files changed

+62410
-127565
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"],
79+
"import/ignore": ["sinon", "uuid", "@octokit/plugin-retry", "del", "get-folder-size"],
8080
},
8181

8282
rules: {

0 commit comments

Comments
 (0)