rsnitsch / py3createtorrent

Create torrents via command line!
Other
71 stars 7 forks source link

chore(deps): bump jakebailey/pyright-action from 1.8.1 to 2.2.1 #47

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 8 months ago

Bumps jakebailey/pyright-action from 1.8.1 to 2.2.1.

Release notes

Sourced from jakebailey/pyright-action's releases.

v2.2.1

  • Stop warning about python-version and python-platform in 1.1.352+ (c4eaa8c)

v2.2.0

This adds a new annotate input, replacing no-comment. Examples:

# Disable annotations.
with:
  annotate: none
  # - or -
  annotate: false

Annotate only errors, not warnings.

with: annotate: errors

Annotate everything (the default)

with: annotate: all

- or -

annotate: true

no-comment still works, and overrides annotate if set to true.

  • Add 'annotate' input, replacing 'no-comment' (93a05d0)
  • Smoke test on all OSs (328130c)
  • Pin GHA (ce41ade)
  • Update codecov/codecov-action digest to 54bcd87 (#87) (ac09533)

v2.1.2

  • Handle case where --project is not json (f84ea8a)

v2.1.1

This fixes a crash introduced in v2.1.0. Super sorry about that!

(I now have testing which should catch these kinds of problems earlier.)

  • Work around jsonc-parser bunding bug (80810b2)
  • Add smoke test in CI (46ce6ef)

v2.1.0

This version crashes; DO NOT USE!

  • Use a posix join to make windows test more closely (3ca0e68)
  • Print a warning when passing a flag that will be ignored due to a config file (89f12e1)
  • Update deps (96385a0)
  • Ignore coverage of entrypoint (7aad7a1)

... (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 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 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[bot] commented 7 months ago

Superseded by #50.