Jblew / firebase-functions-rate-limiter

Js/ts library that allows you to set per-time, per-user or per-anything limits for calling Firebase cloud functions
MIT License
100 stars 15 forks source link

fix(deps): update dependency ow to ^0.15.0 #7

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
ow dependencies minor ^0.13.2 -> ^0.15.0

Release Notes

sindresorhus/ow ### [`v0.15.0`](https://togithub.com/sindresorhus/ow/releases/v0.15.0) [Compare Source](https://togithub.com/sindresorhus/ow/compare/v0.14.0...v0.15.0) - Add proper `not` messages ([#​130](https://togithub.com/sindresorhus/ow/issues/130)) [`5b74b14`](https://togithub.com/sindresorhus/ow/commit/5b74b14) - Preserve argument error stack trace in the browser ([#​164](https://togithub.com/sindresorhus/ow/issues/164)) [`a58814c`](https://togithub.com/sindresorhus/ow/commit/a58814c) ### [`v0.14.0`](https://togithub.com/sindresorhus/ow/releases/v0.14.0) [Compare Source](https://togithub.com/sindresorhus/ow/compare/v0.13.2...v0.14.0) ##### Breaking - Require Node.js 8 [`25be9db`](https://togithub.com/sindresorhus/ow/commit/25be9db) ##### Enhancements - Export shim if running on browser in production ([#​129](https://togithub.com/sindresorhus/ow/issues/129)) [`acc5c9b`](https://togithub.com/sindresorhus/ow/commit/acc5c9b) **_Note:_** If you intend on using `ow` for development purposes only, use `require('ow/dev-only')` instead of the usual `import 'ow'`, and run the bundler with `NODE_ENV` set to `production` (e.g. `$ NODE_ENV="production" parcel build index.js`). This will make `ow` automatically export a shim when running in production, which should result in a significantly lower bundle size.

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.

codecov[bot] commented 4 years ago

Codecov Report

Merging #7 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #7   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           8      8           
  Lines         214    214           
  Branches       28     28           
=====================================
  Hits          214    214

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bf64f15...ec45e50. Read the comment docs.