bric3 / excalidraw-jetbrains-plugin

Create or edit Excalidraw files within Jetbrains IDEs (IntelliJ, CLion, Webstorm, Goland, ...)
https://plugins.jetbrains.com/plugin/17096-excalidraw-integration/
MIT License
74 stars 10 forks source link

fix(deps): update dependency io.mockk:mockk to v1.13.11 #288

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.mockk:mockk (source) 1.13.10 -> 1.13.11 age adoption passing confidence

Release Notes

mockk/mockk (io.mockk:mockk) ### [`v1.13.11`](https://togithub.com/mockk/mockk/releases/tag/1.13.11) [Compare Source](https://togithub.com/mockk/mockk/compare/1.13.10...1.13.11) #### What's Changed - Fix wasNotshould throw exception when called on non mocked object by [@​Gosunet](https://togithub.com/Gosunet) in [https://github.com/mockk/mockk/pull/1174](https://togithub.com/mockk/mockk/pull/1174) - Fix cannot mock value class for class property in 1.13.10 by [@​ZhaohuaZeng-at](https://togithub.com/ZhaohuaZeng-at) in [https://github.com/mockk/mockk/pull/1230](https://togithub.com/mockk/mockk/pull/1230) - Introduce `verifyCount` DSL by [@​T45K](https://togithub.com/T45K) in [https://github.com/mockk/mockk/pull/1234](https://togithub.com/mockk/mockk/pull/1234) - Fix parallel testing flag by [@​Evenprime](https://togithub.com/Evenprime) in [https://github.com/mockk/mockk/pull/1238](https://togithub.com/mockk/mockk/pull/1238) - Implement `clearStaticMockk` for KFunction and KProperty by [@​krocard](https://togithub.com/krocard) in [https://github.com/mockk/mockk/pull/1239](https://togithub.com/mockk/mockk/pull/1239) - \[CONTRIBUTING.md] Suggest running `gradle check` before opening a PR by [@​krocard](https://togithub.com/krocard) in [https://github.com/mockk/mockk/pull/1240](https://togithub.com/mockk/mockk/pull/1240) #### New Contributors - [@​Gosunet](https://togithub.com/Gosunet) made their first contribution in [https://github.com/mockk/mockk/pull/1174](https://togithub.com/mockk/mockk/pull/1174) - [@​ZhaohuaZeng-at](https://togithub.com/ZhaohuaZeng-at) made their first contribution in [https://github.com/mockk/mockk/pull/1230](https://togithub.com/mockk/mockk/pull/1230) - [@​T45K](https://togithub.com/T45K) made their first contribution in [https://github.com/mockk/mockk/pull/1234](https://togithub.com/mockk/mockk/pull/1234) - [@​Evenprime](https://togithub.com/Evenprime) made their first contribution in [https://github.com/mockk/mockk/pull/1238](https://togithub.com/mockk/mockk/pull/1238) - [@​krocard](https://togithub.com/krocard) made their first contribution in [https://github.com/mockk/mockk/pull/1239](https://togithub.com/mockk/mockk/pull/1239) **Full Changelog**: https://github.com/mockk/mockk/compare/1.13.10...1.13.11

Configuration

📅 Schedule: Branch creation - "before 9am" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 4 months ago

Qodana Community for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 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.3.2 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