Skip to content

Commit

Permalink
chore(deps): update glop, lru-cache, and rimraf to latest in curr maj…
Browse files Browse the repository at this point in the history
…or; block updates to newer majors

isaacs aggressively dropped support for Node.js versions in the latest majors
of these packages. Let's stop dependabot creating PRs for them again.
  • Loading branch information
trentm committed Jul 15, 2024
1 parent b19a5d8 commit 2351a74
Show file tree
Hide file tree
Showing 2 changed files with 308 additions and 210 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ updates:
update-types: ["version-update:semver-patch"]
- dependency-name: "@types/*"
update-types: ["version-update:semver-patch"]
# Packages whose major versions have dropped support for Node.js versions
# that this package needs.
- dependency-name: "glob" # glob@11 dropped 14, 16, 18
update-types: ["version-update:semver-major"]
- dependency-name: "lru-cache" # lru-cache@11 dropped 14, 16, 18
update-types: ["version-update:semver-major"]
- dependency-name: "rimraf" # rimraf@6 dropped 14, 16, 18
update-types: ["version-update:semver-major"]
groups:
aws-sdk:
dependency-type: "development"
Expand Down
Loading

0 comments on commit 2351a74

Please sign in to comment.