Skip to content

Commit

Permalink
Bump eslint-plugin-allowed-dependencies from 0.2.5 to 0.3.0 (#1977)
Browse files Browse the repository at this point in the history
Bumps
[eslint-plugin-allowed-dependencies](https://github.com/RobinTail/allowed-dependencies)
from 0.2.5 to 0.3.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/RobinTail/allowed-dependencies/commit/333beb66aef62dce76d4beb1a935e8655b8fa188"><code>333beb6</code></a>
0.3.0</li>
<li><a
href="https://github.com/RobinTail/allowed-dependencies/commit/75f64f4f991ceccaead9b5097a21d25b961fc8e3"><code>75f64f4</code></a>
Feat: configurable ignore list (regex) (<a
href="https://redirect.github.com/RobinTail/allowed-dependencies/issues/10">#10</a>)</li>
<li><a
href="https://github.com/RobinTail/allowed-dependencies/commit/26761e5f8caa96a4cf15d9eec8a4a69ecafb7808"><code>26761e5</code></a>
Ref: simpler definition of categories.</li>
<li>See full diff in <a
href="https://github.com/RobinTail/allowed-dependencies/compare/v0.2.5...v0.3.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-allowed-dependencies&package-manager=npm_and_yarn&previous-version=0.2.5&new-version=0.3.0)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 8, 2024
1 parent c0b8d93 commit 02e3f9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unicorn": "^55.0.0",
"eslint-plugin-allowed-dependencies": "^0.2.3",
"eslint-plugin-allowed-dependencies": "^0.3.0",
"express": "^4.19.2",
"express-fileupload": "^1.5.0",
"globals": "^15.3.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1597,10 +1597,10 @@ eslint-config-prettier@^9.1.0:
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f"
integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==

eslint-plugin-allowed-dependencies@^0.2.3:
version "0.2.5"
resolved "https://registry.yarnpkg.com/eslint-plugin-allowed-dependencies/-/eslint-plugin-allowed-dependencies-0.2.5.tgz#7c1b7ba81c6c4b3313a0f8cbd2e98cc4f1e59910"
integrity sha512-XHXnS0sCXxyzEXz1EQm551Xglucj1kfDE8F47+SCzDzHoWnSbsANZIgEQUz1yW4RJpz6LZT2Q9tY/Bs3A99DLw==
eslint-plugin-allowed-dependencies@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-allowed-dependencies/-/eslint-plugin-allowed-dependencies-0.3.0.tgz#9b5ab31abcc74f577847579378ac72a38abb69ac"
integrity sha512-IVJX+fZD5TF25th58Z4FZaakKojjWYIYAjhVMsC6HjOTAqSFXMBTfh8P5X5W+6K7lBJ7tXGV9b9pm/Wq5Scp+A==
dependencies:
ramda "^0.30.1"

Expand Down

0 comments on commit 02e3f9f

Please sign in to comment.