Skip to content

Commit 4e73ede

Browse files
authored
Merge pull request #8072 from nextcloud-libraries/chore/deps/focus-trap
revert: chore(deps): pin focus-trap library to v7.6.6
2 parents cfce1d1 + 0c4e7a7 commit 4e73ede

File tree

3 files changed

+53
-227
lines changed

3 files changed

+53
-227
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ updates:
2222
patterns:
2323
- "vitest"
2424
- "@vitest/*"
25-
ignore:
26-
- dependency-name: "focus-trap"
27-
# ignore versions > 7.6.6 until https://github.com/focus-trap/focus-trap/issues/1729 is resolved
28-
versions: [ "^7.7.0" ]
2925

3026
- package-ecosystem: github-actions
3127
directory: "/"
@@ -64,6 +60,3 @@ updates:
6460
- dependency-name: "*"
6561
# ignore all major updates
6662
update-types: ["version-update:semver-major"]
67-
- dependency-name: "focus-trap"
68-
# ignore versions > 7.6.6 until https://github.com/focus-trap/focus-trap/issues/1729 is resolved
69-
versions: [ "^7.7.0" ]

0 commit comments

Comments
 (0)