Bump express-rate-limit from 6.0.3 to 6.0.4 #273

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/express-rate-limit-6.0.4 into main 2022-01-03 12:22:52 +00:00
dependabot[bot] commented 2022-01-03 07:04:22 +00:00 (Migrated from github.com)

Bumps express-rate-limit from 6.0.3 to 6.0.4.

Release notes

Sourced from express-rate-limit's releases.

v6.0.4

Fixed

  • Upload the built package as a .tgz to GitHub releases.

Changed

  • Add main and module fields to package.json. This helps tools such as ESLint that do not yet support the exports field.
  • Bumped the minimum node.js version in package-lock.json to match package.json
Changelog

Sourced from express-rate-limit's changelog.

6.0.4

Fixed

  • Upload the built package as a .tgz to GitHub releases.

Changed

  • Add main and module fields to package.json. This helps tools such as ESLint that do not yet support the exports field.
  • Bumped the minimum node.js version in package-lock.json to match package.json
Commits
  • 2ac0274 6.0.4
  • 5dccfb6 Merge pull request #279 from nfriedly/meta/eslint-tests
  • 8c4c39e npm install in the ts/js/cjs/esm tests
  • 2333f98 test: try fixing failing eslint tests
  • 27de69f meta: fail test if lint job fails
  • 52507a0 meta: run eslint tests along with import tests
  • 5a16de1 meta: restructure exports, add main and module fields to package.json
  • 05ad6b5 meta: remove unused lint rule exceptions
  • 4bd1d89 chore: also bump min node.js version in package-lock.json
  • bc73e71 docs: fix incorrect description of esm vs commonjs
  • Additional commits viewable in compare view

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)
Bumps [express-rate-limit](https://github.com/nfriedly/express-rate-limit) from 6.0.3 to 6.0.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nfriedly/express-rate-limit/releases">express-rate-limit's releases</a>.</em></p> <blockquote> <h2>v6.0.4</h2> <h3>Fixed</h3> <ul> <li>Upload the built package as a <code>.tgz</code> to GitHub releases.</li> </ul> <h3>Changed</h3> <ul> <li>Add <code> main</code> and <code>module</code> fields to <code>package.json</code>. This helps tools such as ESLint that do not yet support the <code>exports</code> field.</li> <li>Bumped the minimum node.js version in <code>package-lock.json</code> to match <code>package.json</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nfriedly/express-rate-limit/blob/master/changelog.md">express-rate-limit's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/nfriedly/express-rate-limit/releases/tag/v6.0.4">6.0.4</a></h2> <h3>Fixed</h3> <ul> <li>Upload the built package as a <code>.tgz</code> to GitHub releases.</li> </ul> <h3>Changed</h3> <ul> <li>Add <code> main</code> and <code>module</code> fields to <code>package.json</code>. This helps tools such as ESLint that do not yet support the <code>exports</code> field.</li> <li>Bumped the minimum node.js version in <code>package-lock.json</code> to match <code>package.json</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nfriedly/express-rate-limit/commit/2ac0274069fbb7eeba9be246c01372175ed131b8"><code>2ac0274</code></a> 6.0.4</li> <li><a href="https://github.com/nfriedly/express-rate-limit/commit/5dccfb65d4093e0e3f157e187e561aedf0951ca1"><code>5dccfb6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/nfriedly/express-rate-limit/issues/279">#279</a> from nfriedly/meta/eslint-tests</li> <li><a href="https://github.com/nfriedly/express-rate-limit/commit/8c4c39ec90f1db77c2c800118b47ccf36cdc94bb"><code>8c4c39e</code></a> npm install in the ts/js/cjs/esm tests</li> <li><a href="https://github.com/nfriedly/express-rate-limit/commit/2333f9847170a5d11382f89340fdae4d72086298"><code>2333f98</code></a> test: try fixing failing eslint tests</li> <li><a href="https://github.com/nfriedly/express-rate-limit/commit/27de69f406629746f33bd389abefbd01a2336770"><code>27de69f</code></a> meta: fail test if lint job fails</li> <li><a href="https://github.com/nfriedly/express-rate-limit/commit/52507a0706e9c08cedfa44e7bb64e592315156a6"><code>52507a0</code></a> meta: run eslint tests along with import tests</li> <li><a href="https://github.com/nfriedly/express-rate-limit/commit/5a16de18f1b2642c73384c7492dd641588187dcb"><code>5a16de1</code></a> meta: restructure <code>exports</code>, add <code>main</code> and <code>module</code> fields to package.json</li> <li><a href="https://github.com/nfriedly/express-rate-limit/commit/05ad6b5a57a4492b0e9fa630d0eabde116934137"><code>05ad6b5</code></a> meta: remove unused lint rule exceptions</li> <li><a href="https://github.com/nfriedly/express-rate-limit/commit/4bd1d89d629f2978c5b683bda54e968e0b1d9228"><code>4bd1d89</code></a> chore: also bump min node.js version in package-lock.json</li> <li><a href="https://github.com/nfriedly/express-rate-limit/commit/bc73e71dce7e306e35ad6f8b5bff2251373cbed7"><code>bc73e71</code></a> docs: fix incorrect description of esm vs commonjs</li> <li>Additional commits viewable in <a href="https://github.com/nfriedly/express-rate-limit/compare/v6.0.3...v6.0.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=express-rate-limit&package-manager=npm_and_yarn&previous-version=6.0.3&new-version=6.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
This repo is archived. You cannot comment on pull requests.
No Reviewers
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: go-bds/Maneger#273
No description provided.