Skip to content
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

build(deps): bump express-rate-limit from 5.5.1 to 6.7.0 #497

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 16, 2022

Bumps express-rate-limit from 5.5.1 to 6.7.0.

Release notes

Sourced from express-rate-limit's releases.

v6.7.0

You can view the changelog here.

v6.6.0

Added

  • Added shutdown method to the Store interface and the MemoryStore. (#322)

You can view the full changelog here.

v6.5.2

Fixed

  • Fixed an issue with missing types in ESM monorepos. (#321)

You can view the changelog here.

v6.5.1

Changed

  • The message option can now be a (sync/asynx) function that returns a value (#311)
  • Updated all dependencies

v6.4.0

Added

  • Adds Express 5 (5.0.0-beta.1) as a supported peer dependency (#304)

Changed

  • Tests are now run on Node 12, 14, 16 and 18 on CI (#305)
  • Updated all development dependencies (#306)

v6.3.0

Changed

  • Changes the build target to es2019 so that ESBuild outputs code that can run with Node 12.
  • Changes the minimum required Node version to 12.9.0.

v6.2.1

Fixed

  • Use the default value for an option when undefined is passed to the rate limiter.

v6.2.0

Added

  • Export the MemoryStore, so it can now be imported as a named import (import { MemoryStore } from 'express-rate-limit').

... (truncated)

Changelog

Sourced from express-rate-limit's changelog.

6.7.0

Changed

  • Updated links to point to new express-rate-limit organization on GitHub.
  • Added advertisement to Readme for project sponsor Zuplo.
  • Updated TypeScript version and other dev dependencies
  • Changed CI test suite: dropped node.js 12, added node.js 19

No functional changes.

6.6.0

Added

  • Added shutdown method to the Store interface and the MemoryStore.

6.5.2

Fixed

  • Fixed an issue with missing types in ESM monorepos.

6.5.1

Added

  • The message option can now be a (sync/asynx) function that returns a value (#311)

Changed

  • Updated all dependencies

Note: 6.5.0 was not released due to CI automation issues.

6.4.0

Added

  • Adds Express 5 (5.0.0-beta.1) as a supported peer dependency (#304)

Changed

  • Tests are now run on Node 12, 14, 16 and 18 on CI (#305)
  • Updated all development dependencies (#306)

6.3.0

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 16, 2022
@codecov
Copy link

codecov bot commented Nov 16, 2022

Codecov Report

Merging #497 (188a0fe) into master (a1b1d7e) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #497   +/-   ##
=======================================
  Coverage   78.79%   78.79%           
=======================================
  Files          35       35           
  Lines         778      778           
=======================================
  Hits          613      613           
  Misses        165      165           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/express-rate-limit-6.7.0 branch 2 times, most recently from eb03195 to b8092d1 Compare December 5, 2022 16:10
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/express-rate-limit-6.7.0 branch 2 times, most recently from 232d902 to 0ebc01c Compare December 20, 2022 18:47
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/express-rate-limit-6.7.0 branch 10 times, most recently from 3983eaa to 54b5bed Compare December 30, 2022 20:42
Bumps [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) from 5.5.1 to 6.7.0.
- [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases)
- [Changelog](https://github.com/express-rate-limit/express-rate-limit/blob/master/changelog.md)
- [Commits](express-rate-limit/express-rate-limit@v5.5.1...v6.7.0)

---
updated-dependencies:
- dependency-name: express-rate-limit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/express-rate-limit-6.7.0 branch from 54b5bed to 188a0fe Compare December 31, 2022 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants