Skip to content

Commit d41b355

Browse files
Bump @rnx-kit/eslint-plugin from 0.2.8 to 0.2.9 (microsoft#1380)
Bumps [@rnx-kit/eslint-plugin](https://github.com/microsoft/rnx-kit/tree/HEAD/packages/eslint-plugin) from 0.2.8 to 0.2.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/rnx-kit/releases"><code>@​rnx-kit/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​rnx-kit/eslint-plugin</code><a href="https://github.com/0"><code>@​0</code></a>.2.9</h2> <h3>Patch Changes</h3> <ul> <li>e0e19ad: Declarations should be exported as types</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/microsoft/rnx-kit/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@​rnx-kit/eslint-plugin</code>'s changelog</a>.</em></p> <blockquote> <h2>0.2.9</h2> <h3>Patch Changes</h3> <ul> <li>e0e19ad: Declarations should be exported as types</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/rnx-kit/commit/5728598b34a35b20eeaa1d75ab9c3e6fd2ca6714"><code>5728598</code></a> Version Packages (<a href="https://github.com/microsoft/rnx-kit/tree/HEAD/packages/eslint-plugin/issues/1010">#1010</a>)</li> <li><a href="https://github.com/microsoft/rnx-kit/commit/e0e19adc0c55e5010ef8521adab1376a54b84ec3"><code>e0e19ad</code></a> fix(eslint-plugin): declarations should be exported as types (<a href="https://github.com/microsoft/rnx-kit/tree/HEAD/packages/eslint-plugin/issues/1011">#1011</a>)</li> <li><a href="https://github.com/microsoft/rnx-kit/commit/b47fc9425e93af0ccd0ba742ea7231e208f97990"><code>b47fc94</code></a> chore: clean up Beachball artifacts in change logs (<a href="https://github.com/microsoft/rnx-kit/tree/HEAD/packages/eslint-plugin/issues/924">#924</a>)</li> <li><a href="https://github.com/microsoft/rnx-kit/commit/9cfe0d73fc24d5c83f39555de384f236adef193e"><code>9cfe0d7</code></a> chore: migrate from Beachball to Changesets (<a href="https://github.com/microsoft/rnx-kit/tree/HEAD/packages/eslint-plugin/issues/880">#880</a>)</li> <li>See full diff in <a href="https://github.com/microsoft/rnx-kit/commits/@rnx-kit/eslint-plugin@0.2.9/packages/eslint-plugin">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@rnx-kit/eslint-plugin&package-manager=npm_and_yarn&previous-version=0.2.8&new-version=0.2.9)](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>
1 parent 9b1c76a commit d41b355

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2813,9 +2813,9 @@
28132813
"@rnx-kit/tools-node" "^1.2.6"
28142814

28152815
"@rnx-kit/eslint-plugin@^0.2.8":
2816-
version "0.2.8"
2817-
resolved "https://registry.yarnpkg.com/@rnx-kit/eslint-plugin/-/eslint-plugin-0.2.8.tgz#5bbca6b24fc6d2dbf8ae9153786755ef8e4dfbbc"
2818-
integrity sha512-lepLymctaAUkCkjo/3zYsFr7DEJwxQia1Mk1tvLMCj4R6bY7ZIUoHnNp8/bu0Rm2Q8pl/yum4OpSBYAKLyuhlw==
2816+
version "0.2.9"
2817+
resolved "https://registry.yarnpkg.com/@rnx-kit/eslint-plugin/-/eslint-plugin-0.2.9.tgz#d42326e6d0fa9eab5839b949303c06a73025d7f6"
2818+
integrity sha512-EJZwX3JIv7UoQ4ycmcXjSCUTzT9+qxSLbXQBg8wdrjDPpEiuZfwSULlR+eMMV6uLNj+Gbs/V8/HV/kSNA9hT9A==
28192819
dependencies:
28202820
"@typescript-eslint/eslint-plugin" "^5.0.0"
28212821
"@typescript-eslint/parser" "^5.0.0"

0 commit comments

Comments
 (0)