Commit 7ebe038
authored
chore(deps): stop Dependabot re-proposing elysia-rate-limit majors (#362)
elysia-rate-limit 5.x declares `elysia >= 2.0.0` as a peer, but Elysia
has no stable 2.0.0 — the 2.x line is published only under the `next`
(2.0.0-beta.4) and `experimental` (2.0.0-exp.63) dist-tags, while
`latest` is still 1.4.29. `elysia` is already major-ignored here, so
without a matching entry Dependabot re-opens the same unmergeable
elysia-rate-limit 5.x PR every week (#351).
4.6.2 is the newest 4.x and its peer range (`elysia >= 1.0.0`) is
satisfied. Mirrors the @astrojs/cloudflare entry in the docs ecosystem,
which is held back for the same reason: a plugin major that requires a
framework major we have not taken.1 parent b0ea853 commit 7ebe038
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
44 | 51 | | |
45 | 52 | | |
46 | 53 | | |
| |||
0 commit comments