Skip to content

Commit

Permalink
chore(deps): pin lru-cache ver, *downgrade* rimraf and glob to ensure…
Browse files Browse the repository at this point in the history
… compat with node 14.17; block updates to newer majors (#4139)
  • Loading branch information
trentm committed Jul 24, 2024
1 parent e946e2c commit ab90c6b
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 746 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ 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@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" # later [email protected] toyed with dropping 14.x, we pin to a specific early 10.x; lru-cache@11 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:
dependency-type: "development"
Expand Down
Loading

0 comments on commit ab90c6b

Please sign in to comment.