AdamOswald / Huggingface-Space

1 stars 3 forks source link

Update jakebailey/pyright-action action to v1.8.1 #68

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Type Update Change
jakebailey/pyright-action action minor v1.4.1 -> v1.8.1

Release Notes

jakebailey/pyright-action (jakebailey/pyright-action) ### [`v1.8.1`](https://togithub.com/jakebailey/pyright-action/releases/tag/v1.8.1) [Compare Source](https://togithub.com/jakebailey/pyright-action/compare/v1.8.0...v1.8.1) - More verbose npm error ([`ab655b5`](https://togithub.com/jakebailey/pyright-action/commit/ab655b5)) ### [`v1.8.0`](https://togithub.com/jakebailey/pyright-action/releases/tag/v1.8.0) [Compare Source](https://togithub.com/jakebailey/pyright-action/compare/v1.7.1...v1.8.0) This release adds a `pylance-version` option which allows specifying Pylance versions instead of pyright versions. - Bump node types, tests cover everything ([`be76cc4`](https://togithub.com/jakebailey/pyright-action/commit/be76cc4)) - Bump deps ([`867d946`](https://togithub.com/jakebailey/pyright-action/commit/867d946)) - Add `pylance-version` option ([#​63](https://togithub.com/jakebailey/pyright-action/issues/63)) ([`4f86b1c`](https://togithub.com/jakebailey/pyright-action/commit/4f86b1c)) ### [`v1.7.1`](https://togithub.com/jakebailey/pyright-action/releases/tag/v1.7.1) [Compare Source](https://togithub.com/jakebailey/pyright-action/compare/v1.7.0...v1.7.1) Fixes: - Fix skip-unannotated ([`f0b639c`](https://togithub.com/jakebailey/pyright-action/commit/f0b639c)) Other: - Don't watch in release-it ([`af54139`](https://togithub.com/jakebailey/pyright-action/commit/af54139)) - Update actions/checkout digest to [`b4ffde6`](https://togithub.com/jakebailey/pyright-action/commit/b4ffde6) ([#​50](https://togithub.com/jakebailey/pyright-action/issues/50)) ([`b7a5ff7`](https://togithub.com/jakebailey/pyright-action/commit/b7a5ff7)) - Update actions/setup-node action to v4 ([#​56](https://togithub.com/jakebailey/pyright-action/issues/56)) ([`3400d73`](https://togithub.com/jakebailey/pyright-action/commit/3400d73)) - dprint config update ([`6005fd3`](https://togithub.com/jakebailey/pyright-action/commit/6005fd3)) - Update deps ([`f9ae0ac`](https://togithub.com/jakebailey/pyright-action/commit/f9ae0ac)) - Switch to vitest ([`34c9e23`](https://togithub.com/jakebailey/pyright-action/commit/34c9e23)) - Update actions/setup-node digest to [`5e21ff4`](https://togithub.com/jakebailey/pyright-action/commit/5e21ff4) ([#​41](https://togithub.com/jakebailey/pyright-action/issues/41)) ([`e4696e5`](https://togithub.com/jakebailey/pyright-action/commit/e4696e5)) - Update actions/checkout action to v4 ([#​42](https://togithub.com/jakebailey/pyright-action/issues/42)) ([`c96123b`](https://togithub.com/jakebailey/pyright-action/commit/c96123b)) ### [`v1.7.0`](https://togithub.com/jakebailey/pyright-action/releases/tag/v1.7.0) [Compare Source](https://togithub.com/jakebailey/pyright-action/compare/v1.6.0...v1.7.0) 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. 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. ### [`v1.6.0`](https://togithub.com/jakebailey/pyright-action/releases/tag/v1.6.0) [Compare Source](https://togithub.com/jakebailey/pyright-action/compare/v1.5.1...v1.6.0) - Used undashed flags for 1.1.309 onward ([`9a4e6bb`](https://togithub.com/jakebailey/pyright-action/commit/9a4e6bb)) - Handle all flags ([`e2b6bd2`](https://togithub.com/jakebailey/pyright-action/commit/e2b6bd2)) - Improve logic for disabling JSON ([`13f7f6c`](https://togithub.com/jakebailey/pyright-action/commit/13f7f6c)) - Sort getInput mock calls for better test diffs ([`24f5e1f`](https://togithub.com/jakebailey/pyright-action/commit/24f5e1f)) - Add test, quoting ([`221a611`](https://togithub.com/jakebailey/pyright-action/commit/221a611)) - Switch extra-args parsing to one which handles quotes ([`9e4af90`](https://togithub.com/jakebailey/pyright-action/commit/9e4af90)) - Fix testing ([`e5f0c49`](https://togithub.com/jakebailey/pyright-action/commit/e5f0c49)) - Big dep update ([`d326e6c`](https://togithub.com/jakebailey/pyright-action/commit/d326e6c)) ### [`v1.5.1`](https://togithub.com/jakebailey/pyright-action/releases/tag/v1.5.1) [Compare Source](https://togithub.com/jakebailey/pyright-action/compare/v1.5.0...v1.5.1) - Update deps ([`483e025`](https://togithub.com/jakebailey/pyright-action/commit/483e025)) - Don't tie --outputjson to no-comments, fixing verify-types ([`b6645e3`](https://togithub.com/jakebailey/pyright-action/commit/b6645e3)) ### [`v1.5.0`](https://togithub.com/jakebailey/pyright-action/releases/tag/v1.5.0) [Compare Source](https://togithub.com/jakebailey/pyright-action/compare/v1.4.2...v1.5.0) - Add --ignoreexternal to YAML ([`3e3605c`](https://togithub.com/jakebailey/pyright-action/commit/3e3605c)) - Update deps ([`6578665`](https://togithub.com/jakebailey/pyright-action/commit/6578665)) - Move away from jest globals ([`68c6232`](https://togithub.com/jakebailey/pyright-action/commit/68c6232)) ### [`v1.4.2`](https://togithub.com/jakebailey/pyright-action/releases/tag/v1.4.2) [Compare Source](https://togithub.com/jakebailey/pyright-action/compare/v1.4.1...v1.4.2) - Add eslint-plugin-unicorn, fixups ([`f878ee4`](https://togithub.com/jakebailey/pyright-action/commit/f878ee4)) - Update deps ([`56a872f`](https://togithub.com/jakebailey/pyright-action/commit/56a872f)) - Update coverage ([`3f965b9`](https://togithub.com/jakebailey/pyright-action/commit/3f965b9)) - Fix my CI oops ([`672e2dc`](https://togithub.com/jakebailey/pyright-action/commit/672e2dc)) - Update deps ([`33e8e3c`](https://togithub.com/jakebailey/pyright-action/commit/33e8e3c)) - Switch formatter to dprint ([`f17434a`](https://togithub.com/jakebailey/pyright-action/commit/f17434a)) - Update deps ([`cd6ec80`](https://togithub.com/jakebailey/pyright-action/commit/cd6ec80)) - Switch back to npm ([`8f2d537`](https://togithub.com/jakebailey/pyright-action/commit/8f2d537)) - Update deps ([`b2897a7`](https://togithub.com/jakebailey/pyright-action/commit/b2897a7)) - Update deps ([`8a3d7c0`](https://togithub.com/jakebailey/pyright-action/commit/8a3d7c0)) - Update deps ([`813f5ff`](https://togithub.com/jakebailey/pyright-action/commit/813f5ff)) - Update deps ([`bde8b1d`](https://togithub.com/jakebailey/pyright-action/commit/bde8b1d)) - Update deps ([`b0621bd`](https://togithub.com/jakebailey/pyright-action/commit/b0621bd)) - Fix my bad import changing ([`66e122b`](https://togithub.com/jakebailey/pyright-action/commit/66e122b)) - Update deps and use node: imports ([`a1fecf7`](https://togithub.com/jakebailey/pyright-action/commit/a1fecf7)) - Update for TS 4.8 fix ([`7e33b86`](https://togithub.com/jakebailey/pyright-action/commit/7e33b86)) - Update deps ([`035f8f8`](https://togithub.com/jakebailey/pyright-action/commit/035f8f8)) - Update deps ([`1d74305`](https://togithub.com/jakebailey/pyright-action/commit/1d74305))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

viezly[bot] commented 1 year ago

Pull request by bot. No need to analyze

performance-testing-bot[bot] commented 1 year ago

Unable to locate .performanceTestingBot config file

difflens[bot] commented 1 year ago

View changes in DiffLens

guide-bot[bot] commented 1 year ago

Thanks for opening this Pull Request! We need you to:

  1. Fill out the description.

    Action: Edit description and replace <!- ... --> with actual values.

  2. Complete the activities.

    Action: Complete If you want to rebase/retry this PR, check this box

    If an activity is not applicable, use '\~activity description\~' to mark it not applicable.

difflens[bot] commented 1 year ago

View changes in DiffLens

difflens[bot] commented 1 year ago

View changes in DiffLens

difflens[bot] commented 1 year ago

View changes in DiffLens

difflens[bot] commented 1 year ago

View changes in DiffLens

difflens[bot] commented 1 year ago

View changes in DiffLens

difflens[bot] commented 1 year ago

View changes in DiffLens

difflens[bot] commented 1 year ago

View changes in DiffLens

difflens[bot] commented 1 year ago

View changes in DiffLens

difflens[bot] commented 1 year ago

View changes in DiffLens

difflens[bot] commented 1 year ago

View changes in DiffLens

difflens[bot] commented 1 year ago

View changes in DiffLens

difflens[bot] commented 1 year ago

View changes in DiffLens

difflens[bot] commented 1 year ago

View changes in DiffLens

difflens[bot] commented 1 year ago

View changes in DiffLens

difflens[bot] commented 11 months ago

View changes in DiffLens

difflens[bot] commented 11 months ago

View changes in DiffLens

difflens[bot] commented 11 months ago

View changes in DiffLens

difflens[bot] commented 10 months ago

View changes in DiffLens

difflens[bot] commented 10 months ago

View changes in DiffLens

difflens[bot] commented 10 months ago

View changes in DiffLens

difflens[bot] commented 10 months ago

View changes in DiffLens

aviator-app[bot] commented 10 months ago

Current Aviator status

Aviator will automatically update this comment as the status of the PR changes. Comment /aviator refresh to force Aviator to re-examine your PR (or learn about other /aviator commands).

This pull request is currently open (not queued).

How to merge

To merge this PR, comment /aviator merge or add the mergequeue label.


See the real-time status of this PR on the Aviator webapp.
Use the Aviator Chrome Extension to see the status of your PR within GitHub.
difflens[bot] commented 10 months ago

View changes in DiffLens

coderabbitai[bot] commented 9 months ago

[!IMPORTANT]

Auto Review Skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.


Tips ### Chat with CodeRabbit Bot (`@coderabbitai`) - If you reply to a *review comment* from CodeRabbit, the bot will automatically respond. - To engage with CodeRabbit bot directly around the specific lines of code in the PR, mention @coderabbitai in your review comment - Note: Review comments are made on code diffs or files, not on the PR overview. - Add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Commands (invoked as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger a review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai help` to get help. Note: For conversation with the bot, please use the review comments on code diffs or files. ### CodeRabbit Configration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - The JSON schema for the configuration file is available [here](https://coderabbit.ai/integrations/coderabbit-overrides.v2.json). - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json`
pull-request-quantifier-deprecated[bot] commented 9 months ago

This PR has 2 quantified lines of changes. In general, a change size of upto 200 lines is ideal for the best PR experience!


Quantification details

``` Label : Extra Small Size : +1 -1 Percentile : 0.8% Total files changed: 1 Change summary by file extension: .yml : +1 -1 ``` > Change counts above are quantified counts, based on the [PullRequestQuantifier customizations](https://github.com/microsoft/PullRequestQuantifier/blob/main/docs/prquantifier-yaml.md).

Why proper sizing of changes matters

Optimal pull request sizes drive a better predictable PR flow as they strike a balance between between PR complexity and PR review overhead. PRs within the optimal size (typical small, or medium sized PRs) mean: - Fast and predictable releases to production: - Optimal size changes are more likely to be reviewed faster with fewer iterations. - Similarity in low PR complexity drives similar review times. - Review quality is likely higher as complexity is lower: - Bugs are more likely to be detected. - Code inconsistencies are more likely to be detected. - Knowledge sharing is improved within the participants: - Small portions can be assimilated better. - Better engineering practices are exercised: - Solving big problems by dividing them in well contained, smaller problems. - Exercising separation of concerns within the code changes. #### What can I do to optimize my changes - Use the PullRequestQuantifier to quantify your PR accurately - Create a context profile for your repo using the [context generator](https://github.com/microsoft/PullRequestQuantifier/releases) - Exclude files that are not necessary to be reviewed or do not increase the review complexity. Example: Autogenerated code, docs, project IDE setting files, binaries, etc. Check out the `Excluded` section from your `prquantifier.yaml` context profile. - Understand your typical change complexity, drive towards the desired complexity by adjusting the label mapping in your `prquantifier.yaml` context profile. - Only use the labels that matter to you, [see context specification](./docs/prquantifier-yaml.md) to customize your `prquantifier.yaml` context profile. - Change your engineering behaviors - For PRs that fall outside of the desired spectrum, review the details and check if: - Your PR could be split in smaller, self-contained PRs instead - Your PR only solves one particular issue. (For example, don't refactor and code new features in the same PR). #### How to interpret the change counts in git diff output - One line was added: `+1 -0` - One line was deleted: `+0 -1` - One line was modified: `+1 -1` (git diff doesn't know about modified, it will interpret that line like one addition plus one deletion) - Change percentiles: Change characteristics (addition, deletion, modification) of this PR in relation to all other PRs within the repository.


Was this comment helpful? :thumbsup:  :ok_hand:  :thumbsdown: (Email) Customize PullRequestQuantifier for this repository.

difflens[bot] commented 9 months ago

View changes in DiffLens

difflens[bot] commented 9 months ago

View changes in DiffLens

difflens[bot] commented 9 months ago

View changes in DiffLens

difflens[bot] commented 2 months ago

View changes in DiffLens

difflens[bot] commented 1 month ago

View changes in DiffLens