File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,6 +57,15 @@ updates:
5757 # is only moved when the support floor is raised.
5858 - dependency-name : " @types/node"
5959 update-types : ["version-update:semver-major"]
60+ # Mocha 12 declares engines "^20.19.0 || >=22.12.0" and uses import
61+ # attributes, so it cannot run on Node 16 or 18 — both of which are still
62+ # in the CI test matrix (see also @tsconfig/node16, and the @types/node
63+ # rule above, which holds the same floor). Taking the major would fail
64+ # those legs, and silently dropping them would leave the package claiming
65+ # support for runtimes it never tests. Move this when the support floor is
66+ # deliberately raised, not as a routine dependency bump.
67+ - dependency-name : " mocha"
68+ update-types : ["version-update:semver-major"]
6069 - package-ecosystem : " github-actions" # Keep workflow action versions up to date
6170 directory : " /"
6271 schedule :
You can’t perform that action at this time.
0 commit comments