Skip to content

Commit c934610

Browse files
Bump @foxglove/eslint-plugin from 2.0.0 to 2.1.0 (#415)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [@foxglove/eslint-plugin](https://github.com/foxglove/eslint-plugin) from 2.0.0 to 2.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/foxglove/eslint-plugin/releases"><code>@​foxglove/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v2.1.0</h2> <h2>What's Changed</h2> <ul> <li>Bumped eslint peer dependency to <code>^9.27.0</code></li> <li>eslint rule <code>no-unassigned-vars</code> is now enabled by default</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/dependabot"><code>@​dependabot</code></a> made their first contribution in <a href="https://redirect.github.com/foxglove/eslint-plugin/pull/57">foxglove/eslint-plugin#57</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/foxglove/eslint-plugin/compare/v2.0.0...v2.1.0">https://github.com/foxglove/eslint-plugin/compare/v2.0.0...v2.1.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/foxglove/eslint-plugin/commit/533f35305aefe2608a65d2807df1f156ac83bef3"><code>533f353</code></a> Release 2.1.0 (<a href="https://redirect.github.com/foxglove/eslint-plugin/issues/60">#60</a>)</li> <li><a href="https://github.com/foxglove/eslint-plugin/commit/b6b81444ac5c959d5bc1167eee5478768b832307"><code>b6b8144</code></a> replace no-never-initialized-let with upstreamed no-unassigned-vars (<a href="https://redirect.github.com/foxglove/eslint-plugin/issues/59">#59</a>)</li> <li><a href="https://github.com/foxglove/eslint-plugin/commit/02ada15f8d9975053deb5f8a37a709504a67a270"><code>02ada15</code></a> Add no-never-initialized-let rule (<a href="https://redirect.github.com/foxglove/eslint-plugin/issues/55">#55</a>)</li> <li><a href="https://github.com/foxglove/eslint-plugin/commit/6a7e55d8bb578d81cdd6ca26877c932fd262e4dd"><code>6a7e55d</code></a> Bump actions/checkout from 2 to 4 (<a href="https://redirect.github.com/foxglove/eslint-plugin/issues/58">#58</a>)</li> <li><a href="https://github.com/foxglove/eslint-plugin/commit/3b59e3bc750856e760e4474b70f1c14544c8c1f2"><code>3b59e3b</code></a> Bump actions/setup-node from 2 to 4 (<a href="https://redirect.github.com/foxglove/eslint-plugin/issues/56">#56</a>)</li> <li><a href="https://github.com/foxglove/eslint-plugin/commit/9d02bde42ae99e054161b95a54f7750db23ed2c7"><code>9d02bde</code></a> Bump actions/cache from 2 to 4 (<a href="https://redirect.github.com/foxglove/eslint-plugin/issues/57">#57</a>)</li> <li><a href="https://github.com/foxglove/eslint-plugin/commit/8341ef47dc3a80ab16b4586f6f326c5ca4505211"><code>8341ef4</code></a> Add dependabot for GitHub actions</li> <li>See full diff in <a href="https://github.com/foxglove/eslint-plugin/compare/v2.0.0...v2.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@foxglove/eslint-plugin&package-manager=npm_and_yarn&previous-version=2.0.0&new-version=2.1.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fea6c54 commit c934610

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"tslib": "^2.8.1"
3232
},
3333
"devDependencies": {
34-
"@foxglove/eslint-plugin": "2.0.0",
34+
"@foxglove/eslint-plugin": "2.1.0",
3535
"@foxglove/tsconfig": "2.0.0",
3636
"@types/jest": "29.5.14",
3737
"eslint": "9.28.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -532,9 +532,9 @@ __metadata:
532532
languageName: node
533533
linkType: hard
534534

535-
"@foxglove/eslint-plugin@npm:2.0.0":
536-
version: 2.0.0
537-
resolution: "@foxglove/eslint-plugin@npm:2.0.0"
535+
"@foxglove/eslint-plugin@npm:2.1.0":
536+
version: 2.1.0
537+
resolution: "@foxglove/eslint-plugin@npm:2.1.0"
538538
dependencies:
539539
"@eslint/compat": "npm:^1"
540540
"@eslint/js": "npm:^9"
@@ -550,16 +550,16 @@ __metadata:
550550
tsutils: "npm:^3"
551551
typescript-eslint: "npm:^8"
552552
peerDependencies:
553-
eslint: ^9
554-
checksum: 10c0/970c39cb820bab664e806f7d155b0de01cb626915b700f07d83ca1f7b2aa30f387f6d5d094c607e59a7ab63cefa4e70716b44b930adb74f7b043f9755b89506b
553+
eslint: ^9.27.0
554+
checksum: 10c0/f6a8645947748b38081c199f6da64e07a59ff73ceec2a132801424c1f0328809f30c503ddea6334bb093eafb062f1335f8603ffd7a8e44ccf54246daebefeb24
555555
languageName: node
556556
linkType: hard
557557

558558
"@foxglove/template-typescript@workspace:.":
559559
version: 0.0.0-use.local
560560
resolution: "@foxglove/template-typescript@workspace:."
561561
dependencies:
562-
"@foxglove/eslint-plugin": "npm:2.0.0"
562+
"@foxglove/eslint-plugin": "npm:2.1.0"
563563
"@foxglove/tsconfig": "npm:2.0.0"
564564
"@types/jest": "npm:29.5.14"
565565
eslint: "npm:9.28.0"

0 commit comments

Comments
 (0)