LeonDevLifeLog / gitea-idea-plugin

Gitea Plugin for Jetbrains IDEs.
MIT License
46 stars 5 forks source link

build(deps): bump JetBrains/qodana-action from 2023.2.1 to 2023.2.6 #17

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 10 months ago

Bumps JetBrains/qodana-action from 2023.2.1 to 2023.2.6.

Release notes

Sourced from JetBrains/qodana-action's releases.

v2023.2.6

Changelog

  • f3f9b9e :arrow_up: Bump eslint-plugin-github from 4.8.0 to 4.9.2
  • ef4a3ac :arrow_up: Bump nock from 13.3.1 to 13.3.2
  • 6589927 :arrow_up: Bump @​octokit/plugin-paginate-rest from 7.1.2 to 8.0.0
  • 1e2cf62 :arrow_up: Bump @​types/node from 20.4.2 to 20.4.7
  • ea0e773 :arrow_up: Bump esbuild from 0.18.11 to 0.18.17
  • fc4ff42 :arrow_up: Update qodana to v2023.2.5
  • 3424d7b :bug: Hide unwanted warning about fixes
  • e47179c :bug: Fix pulling Docker for native mode
  • fd44f48 :bug: Add --skip-pull only with containers
  • f41f0c6 :bug: Fix darwin executable location
  • 2d14a32 :arrow_up: Bump @​octokit/types from 10.0.0 to 11.1.0
  • f9af5ad :arrow_up: Bump @​types/node from 20.4.7 to 20.4.8
  • 90edf51 :arrow_up: Bump esbuild from 0.18.17 to 0.18.19
  • f323f95 :arrow_up: Bump jest from 29.6.1 to 29.6.2
  • e4d543c :arrow_up: Bump @​octokit/rest from 19.0.13 to 20.0.1
  • a5652f7 :arrow_up: Update qodana to v2023.2.6
  • 49a97ae :arrow_up: Bump actions/setup-node from 3.7.0 to 3.8.1
  • 82af881 :arrow_up: Bump eslint-import-resolver-typescript from 3.5.5 to 3.6.0
  • 110a90c :arrow_up: Bump esbuild from 0.18.19 to 0.19.2
  • 68343d6 :arrow_up: Bump azure-pipelines-tasks-utility-common
  • aa88ab5 :arrow_up: Bump @​types/node from 20.4.8 to 20.5.7
  • b6444aa :arrow_up: Bump prettier from 3.0.0 to 3.0.2
  • fa4cb09 :arrow_up: Bump nock from 13.3.2 to 13.3.3
  • f1e0158 :arrow_up: Bump eslint from 8.44.0 to 8.48.0
  • ef2a7cf :arrow_up: Bump @​types/node from 20.5.7 to 20.5.9
  • 1aebd73 :arrow_up: Bump eslint-plugin-jest from 27.2.2 to 27.2.3
  • eba1dd4 :arrow_up: Bump azure-pipelines-task-lib from 4.4.0 to 4.5.0
  • 5317e5e :arrow_up: Bump dependencies
  • 32c3156 :bug: Fix messages correct values
Commits
  • 32c3156 :bug: Fix messages correct values
  • 5317e5e :arrow_up: Bump dependencies
  • eba1dd4 :arrow_up: Bump azure-pipelines-task-lib from 4.4.0 to 4.5.0
  • 1aebd73 :arrow_up: Bump eslint-plugin-jest from 27.2.2 to 27.2.3
  • ef2a7cf :arrow_up: Bump @​types/node from 20.5.7 to 20.5.9
  • f1e0158 :arrow_up: Bump eslint from 8.44.0 to 8.48.0
  • fa4cb09 :arrow_up: Bump nock from 13.3.2 to 13.3.3
  • b6444aa :arrow_up: Bump prettier from 3.0.0 to 3.0.2
  • aa88ab5 :arrow_up: Bump @​types/node from 20.4.8 to 20.5.7
  • 68343d6 :arrow_up: Bump azure-pipelines-tasks-utility-common
  • Additional commits viewable in compare view


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)
github-actions[bot] commented 10 months ago

Qodana Community for JVM

137 new problems were found

Inspection name Severity Problems
Unused symbol 🔶 Warning 36
Unstable API Usage 🔶 Warning 34
Incorrect string capitalization 🔶 Warning 19
Unused import directive 🔶 Warning 5
Unused import 🔶 Warning 5
Constructor parameter is never used as a property 🔶 Warning 3
Redundant nullable return type 🔶 Warning 2
Redundant visibility modifier 🔶 Warning 2
Local 'var' is never modified and can be declared as 'val' 🔶 Warning 1
'@Deferred' result is unused 🔶 Warning 1
Usage of redundant or deprecated syntax or deprecated symbols 🔶 Warning 1
Redundant 'suspend' modifier 🔶 Warning 1
Redundant 'Unit' return type 🔶 Warning 1
Redundant 'if' statement 🔶 Warning 1
Useless call on not-null type 🔶 Warning 1
Replace empty class body ◽️ Notice 7
Property naming convention ◽️ Notice 5
Boolean literal argument without parameter name ◽️ Notice 2
Commented out code ◽️ Notice 2
Local variable naming convention ◽️ Notice 2
Unnecessary type argument ◽️ Notice 2
Class member can have 'private' visibility ◽️ Notice 1
Private property naming convention ◽️ Notice 1
Unnecessary parentheses in function call with lambda ◽️ Notice 1
Redundant constructor body ◽️ Notice 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report To be able to view the detailed Qodana report, you can either: 1. Register at [Qodana Cloud](https://qodana.cloud/) and [configure the action](https://github.com/jetbrains/qodana-action#qodana-cloud) 2. Use [GitHub Code Scanning with Qodana](https://github.com/jetbrains/qodana-action#github-code-scanning) 3. Host [Qodana report at GitHub Pages](https://github.com/JetBrains/qodana-action/blob/3a8e25f5caad8d8b01c1435f1ef7b19fe8b039a0/README.md#github-pages) 4. Inspect and use `qodana.sarif.json` (see [the Qodana SARIF format](https://www.jetbrains.com/help/qodana/qodana-sarif-output.html#Report+structure) for details) To get `*.log` files or any other Qodana artifacts, run the action with `upload-result` option set to `true`, so that the action will upload the files as the job artifacts: ```yaml - name: 'Qodana Scan' uses: JetBrains/qodana-action@v2023.2.6 with: upload-result: true ```
Contact Qodana team Contact us at [qodana-support@jetbrains.com](mailto:qodana-support@jetbrains.com) - Or via our issue tracker: https://jb.gg/qodana-issue - Or share your feedback: https://jb.gg/qodana-discussions