-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
⬆️ deps: Upgrade dependency rate-limiter-flexible to v5. #786
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #786 +/- ##
==========================================
+ Coverage 66.27% 66.52% +0.24%
==========================================
Files 719 719
Lines 10006 10006
Branches 1349 1349
==========================================
+ Hits 6631 6656 +25
+ Misses 2915 2888 -27
- Partials 460 462 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
d7520eb
to
a1c93b7
Compare
Does not support Node.js 14. Currently not tested. Requires creation of regression test before merging. |
a1c93b7
to
4bf4aa3
Compare
4bf4aa3
to
a8f1640
Compare
a8f1640
to
b6b8771
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This requires Node v16, which means either upgrading Meteor to v3, or dropping Meteor all-together.
b6b8771
to
223126b
Compare
223126b
to
54705fb
Compare
This PR contains the following updates:
^4.0.1
->^5.0.0
Release Notes
animir/node-rate-limiter-flexible (rate-limiter-flexible)
v5.0.4
Compare Source
v5.0.3
: Redis custom Lua script supportCompare Source
customIncrTtlLuaScript
option now. You can set custom Lua script as a string. It will be executed instead of built-in Lua script that is called on everyupsert
. See this rejected when consume more than maximum points and multiply delay test for example. Thanks to @roggervalf👍
v5.0.2
Compare Source
v5.0.1
Compare Source
v5.0.0
: Prisma supportCompare Source
What's Changed
Add
RateLimiterPrisma
. Read about it on Wiki. Prisma supports PostgreSQL, MySQL, SQLite, MongoDB and many other databases. Thank you @animirTest environment and github actions got a number of improvements. Thank you @mroderick
BREAKING CHANGES: we dropped support for
Node.js 14
and all previous versions.Full Changelog: animir/node-rate-limiter-flexible@v4.0.1...v5.0.0
Configuration
📅 Schedule: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 0,6" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.