Skip to content

Comments

chore(deps): bump jakebailey/pyright-action from 2 to 3#936

Merged
wanghan-iapcm merged 1 commit intodevelfrom
dependabot/github_actions/devel/jakebailey/pyright-action-3
Feb 20, 2026
Merged

chore(deps): bump jakebailey/pyright-action from 2 to 3#936
wanghan-iapcm merged 1 commit intodevelfrom
dependabot/github_actions/devel/jakebailey/pyright-action-3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps jakebailey/pyright-action from 2 to 3.

Release notes

Sourced from jakebailey/pyright-action's releases.

v3.0.0

  • Update github actions (#208) (5ceb87e)
  • Update actions/cache action to v5 (#210) (49e6fb4)
  • Disable type lint of build script (d991920)
  • Fix tests (1edc551)
  • Update action related deps (ce79cd6)
  • Update non-action deps (88a1ce8)
  • More v24 updates (c45be15)
  • Bump to v3, node24 (7dc11cf)
  • Update deps (f8c6100)
  • Update github actions (#191) (e20b42a)
  • Update github actions to v6 (#195) (f5686a6)
  • Update deps (e058033)

v2.3.3

  • Fix lint (4599f31)
  • Replace jest-path-serializer (1349f1a)
  • Fix deps (f701448)
  • fmt (ec50111)
  • Update engines (41972b7)
  • Update github actions (#180) (86e183a)
  • Update actions/checkout action to v5 (#190) (8b711b9)
  • Update deps (9631dc2)
  • Update deps (fa0d678)
  • Update github actions (#163) (623784a)
  • Fix eslint (73a65bd)
  • Update deps (dee7200)
  • Update deps (ea37d1c)
  • Update nvmrc (fb32d81)
  • Update eslint (b0c5af5)
  • Update deps (f4851c1)
  • Update actions/cache action to v4.2.0 (#159) (57f6678)
  • Update codecov/codecov-action action to v5 (#154) (f572338)
  • Update github actions (#146) (b7d7f8e)
  • Update deps (b721321)
  • Update deps (4156862)
  • Update github actions (#121) (ec480a0)
  • Update deps (bfe39b3)

v2.3.2

  • Support explicit "latest" version (f6f691c)
  • Update deps (c1dc810)
  • Update node to latest runner version (0b5777b)
  • Update deps (66bf589)
  • Fix lint fmt (222ed7c)
  • Fix compile for now (fa845b7)
  • Update deps (d7583ac)
  • Update vitest (64b81cd)
  • Update deps (a084e58)
  • Update deps (cbcd89c)

... (truncated)

Commits

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 16, 2026
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Feb 16, 2026
@codecov
Copy link

codecov bot commented Feb 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.37%. Comparing base (58be017) to head (80b508b).
⚠️ Report is 2 commits behind head on devel.

Additional details and impacted files
@@           Coverage Diff           @@
##            devel     #936   +/-   ##
=======================================
  Coverage   86.37%   86.37%           
=======================================
  Files          86       86           
  Lines        8086     8086           
=======================================
  Hits         6984     6984           
  Misses       1102     1102           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@codspeed-hq
Copy link

codspeed-hq bot commented Feb 16, 2026

Merging this PR will degrade performance by 12.12%

⚠️ Unknown Walltime execution environment detected

Using the Walltime instrument on standard Hosted Runners will lead to inconsistent data.

For the most accurate results, we recommend using CodSpeed Macro Runners: bare-metal machines fine-tuned for performance measurement consistency.

❌ 1 regressed benchmark
✅ 1 untouched benchmark
⏩ 2 skipped benchmarks1

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Performance Changes

Mode Benchmark BASE HEAD Efficiency
WallTime test_import 9.7 ms 11 ms -12.12%

Comparing dependabot/github_actions/devel/jakebailey/pyright-action-3 (80b508b) with devel (8cfafc8)2

Open in CodSpeed

Footnotes

  1. 2 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

  2. No successful run was found on devel (58be017) during the generation of this report, so 8cfafc8 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

Bumps [jakebailey/pyright-action](https://github.com/jakebailey/pyright-action) from 2 to 3.
- [Release notes](https://github.com/jakebailey/pyright-action/releases)
- [Commits](jakebailey/pyright-action@v2...v3)

---
updated-dependencies:
- dependency-name: jakebailey/pyright-action
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/devel/jakebailey/pyright-action-3 branch from 52789c4 to 80b508b Compare February 20, 2026 12:41
@wanghan-iapcm wanghan-iapcm merged commit d6b44e7 into devel Feb 20, 2026
18 of 20 checks passed
@wanghan-iapcm wanghan-iapcm deleted the dependabot/github_actions/devel/jakebailey/pyright-action-3 branch February 20, 2026 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant