Skip to content

Commit c09de84

Browse files
Bump jakebailey/pyright-action from 1 to 2 (#22762)
Bumps [jakebailey/pyright-action](https://github.com/jakebailey/pyright-action) from 1 to 2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jakebailey/pyright-action/releases">jakebailey/pyright-action's releases</a>.</em></p> <blockquote> <h2>v1.8.1</h2> <ul> <li>More verbose npm error (ab655b5)</li> </ul> <h2>v1.8.0</h2> <p>This release adds a <code>pylance-version</code> option which allows specifying Pylance versions instead of pyright versions.</p> <ul> <li>Bump node types, tests cover everything (be76cc4)</li> <li>Bump deps (867d946)</li> <li>Add <code>pylance-version</code> option (<a href="https://redirect.github.com/jakebailey/pyright-action/issues/63">#63</a>) (4f86b1c)</li> </ul> <h2>v1.7.1</h2> <p>Fixes:</p> <ul> <li>Fix skip-unannotated (f0b639c)</li> </ul> <p>Other:</p> <ul> <li>Don't watch in release-it (af54139)</li> <li>Update actions/checkout digest to b4ffde6 (<a href="https://redirect.github.com/jakebailey/pyright-action/issues/50">#50</a>) (b7a5ff7)</li> <li>Update actions/setup-node action to v4 (<a href="https://redirect.github.com/jakebailey/pyright-action/issues/56">#56</a>) (3400d73)</li> <li>dprint config update (6005fd3)</li> <li>Update deps (f9ae0ac)</li> <li>Switch to vitest (34c9e23)</li> <li>Update actions/setup-node digest to 5e21ff4 (<a href="https://redirect.github.com/jakebailey/pyright-action/issues/41">#41</a>) (e4696e5)</li> <li>Update actions/checkout action to v4 (<a href="https://redirect.github.com/jakebailey/pyright-action/issues/42">#42</a>) (c96123b)</li> </ul> <h2>v1.7.0</h2> <p>This version automatically uses Node 20 if present on the runner, rather than Node 16; this should improve performance by using a newer / faster version of Node.</p> <p>This should bea backwards-compatible change; if a runner is missing Node 20 in the default runner install, Node 16 will continue to be used instead.</p> <h2>v1.6.0</h2> <ul> <li>Used undashed flags for 1.1.309 onward (9a4e6bb)</li> <li>Handle all flags (e2b6bd2)</li> <li>Improve logic for disabling JSON (13f7f6c)</li> <li>Sort getInput mock calls for better test diffs (24f5e1f)</li> <li>Add test, quoting (221a611)</li> <li>Switch extra-args parsing to one which handles quotes (9e4af90)</li> <li>Fix testing (e5f0c49)</li> <li>Big dep update (d326e6c)</li> </ul> <h2>v1.5.1</h2> <ul> <li>Update deps (483e025)</li> <li>Don't tie --outputjson to no-comments, fixing verify-types (b6645e3)</li> </ul> <h2>v1.5.0</h2> <ul> <li>Add --ignoreexternal to YAML (3e3605c)</li> <li>Update deps (6578665)</li> <li>Move away from jest globals (68c6232)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jakebailey/pyright-action/commit/03ab3c98073356eb56161009632b39fc2666321b"><code>03ab3c9</code></a> Release v2.0.1</li> <li><a href="https://github.com/jakebailey/pyright-action/commit/07756ef932fc3b258c8875d9dc26f33bb383c92c"><code>07756ef</code></a> Fix tag of new major</li> <li><a href="https://github.com/jakebailey/pyright-action/commit/1a4bf406072a8d0efdf6faba94a34a096430472f"><code>1a4bf40</code></a> Release v2.0.0</li> <li><a href="https://github.com/jakebailey/pyright-action/commit/a9bb81a1034b5f1d246beb8cfcdb1797797d4165"><code>a9bb81a</code></a> Update to npm 10</li> <li><a href="https://github.com/jakebailey/pyright-action/commit/b2f4252ceac00181fb8706b4517f1e3ccda56aa3"><code>b2f4252</code></a> Bump action to v2, require node20</li> <li>See full diff in <a href="https://github.com/jakebailey/pyright-action/compare/v1...v2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jakebailey/pyright-action&package-manager=github_actions&previous-version=1&new-version=2)](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 6f0b841 commit c09de84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
python -m pip install --upgrade -r build/test-requirements.txt
102102
103103
- name: Run Pyright
104-
uses: jakebailey/pyright-action@v1
104+
uses: jakebailey/pyright-action@v2
105105
with:
106106
version: 1.1.308
107107
working-directory: 'pythonFiles'

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
python -m pip install --upgrade -r build/test-requirements.txt
7676
7777
- name: Run Pyright
78-
uses: jakebailey/pyright-action@v1
78+
uses: jakebailey/pyright-action@v2
7979
with:
8080
version: 1.1.308
8181
working-directory: 'pythonFiles'

0 commit comments

Comments
 (0)