Skip to content

Commit

Permalink
more fun with lru-cache and glob version selection to work with Node.…
Browse files Browse the repository at this point in the history
…js 14.17
  • Loading branch information
trentm committed Jul 16, 2024
1 parent 2351a74 commit d9b21aa
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 606 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ updates:
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
- dependency-name: "glob" # glob@10 min is 14.20, we need >=14.17; glob@11 dropped 14, 16, 18
update-types: ["version-update:semver-major"]
- dependency-name: "lru-cache" # lru-cache@11 dropped 14, 16, 18
- dependency-name: "lru-cache" # later [email protected] toyed with dropping 14.x, we pin to a specific early 10.x; lru-cache@11 dropped 14, 16, 18
update-types: ["version-update:semver-major"]
- dependency-name: "rimraf" # rimraf@6 dropped 14, 16, 18
- dependency-name: "rimraf" # rimraf@5 min is 14.20, we need >=14.17; rimraf@6 dropped 14, 16, 18
update-types: ["version-update:semver-major"]
groups:
aws-sdk:
Expand Down
Loading

0 comments on commit d9b21aa

Please sign in to comment.