{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":581992883,"defaultBranch":"main","name":"pytest-cmake-presets","ownerLogin":"ixm-one","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-12-25T07:51:38.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/47489608?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716430768.0","currentOid":""},"activityList":{"items":[{"before":"d1288d2a6936a0d641e612a9fc162c1a7c94d2e4","after":null,"ref":"refs/heads/renovate/ruff-0.x-lockfile","pushedAt":"2024-05-23T02:19:28.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"}},{"before":"80bd803b830781ec4171e41d08ac6802934505c6","after":"98cc024344aaf9a3031bed7251e86bcf5266f6b8","ref":"refs/heads/main","pushedAt":"2024-05-23T02:19:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"โฌ†๏ธ Update dependency ruff to v0.4.5 ๐Ÿ”’ (#279)\n\n[![Mend\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\n\nThis PR contains the following updates:\n\n| Package | Change | Age | Adoption | Passing | Confidence |\n|---|---|---|---|---|---|\n| [ruff](https://docs.astral.sh/ruff)\n([source](https://togithub.com/astral-sh/ruff),\n[changelog](https://togithub.com/astral-sh/ruff/blob/main/CHANGELOG.md))\n| `0.4.4` -> `0.4.5` |\n[![age](https://developer.mend.io/api/mc/badges/age/pypi/ruff/0.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/ruff/0.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/ruff/0.4.4/0.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/ruff/0.4.4/0.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n\n---\n\n### Release Notes\n\n
\nastral-sh/ruff (ruff)\n\n###\n[`v0.4.5`](https://togithub.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#045)\n\n##### Ruff's language server is now in Beta\n\n`v0.4.5` marks the official Beta release of `ruff server`, an integrated\nlanguage server built into Ruff.\n`ruff server` supports the same feature set as `ruff-lsp`, powering\nlinting, formatting, and\ncode fixes in Ruff's editor integrations -- but with superior\nperformance and\nno installation required. We'd love your feedback!\n\nYou can enable `ruff server` in the [VS Code\nextension](https://togithub.com/astral-sh/ruff-vscode?tab=readme-ov-file#enabling-the-rust-based-language-server)\ntoday.\n\nTo read more about this exciting milestone, check out our [blog\npost](https://astral.sh/blog/ruff-v0.4.5)!\n\n##### Rule changes\n\n- \\[`flake8-future-annotations`] Reword\n`future-rewritable-type-annotation` (`FA100`) message\n([#​11381](https://togithub.com/astral-sh/ruff/pull/11381))\n- \\[`pycodestyle`] Consider soft keywords for `E27` rules\n([#​11446](https://togithub.com/astral-sh/ruff/pull/11446))\n- \\[`pyflakes`] Recommend adding unused import bindings to `__all__`\n([#​11314](https://togithub.com/astral-sh/ruff/pull/11314))\n- \\[`pyflakes`] Update documentation and deprecate\n`ignore_init_module_imports`\n([#​11436](https://togithub.com/astral-sh/ruff/pull/11436))\n- \\[`pyupgrade`] Mark quotes as unnecessary for non-evaluated\nannotations\n([#​11485](https://togithub.com/astral-sh/ruff/pull/11485))\n\n##### Formatter\n\n- Avoid multiline quotes warning with `quote-style = preserve`\n([#​11490](https://togithub.com/astral-sh/ruff/pull/11490))\n\n##### Server\n\n- Support Jupyter Notebook files\n([#​11206](https://togithub.com/astral-sh/ruff/pull/11206))\n- Support `noqa` comment code actions\n([#​11276](https://togithub.com/astral-sh/ruff/pull/11276))\n- Fix automatic configuration reloading\n([#​11492](https://togithub.com/astral-sh/ruff/pull/11492))\n- Fix several issues with configuration in Neovim and Helix\n([#​11497](https://togithub.com/astral-sh/ruff/pull/11497))\n\n##### CLI\n\n- Add `--output-format` as a CLI option for `ruff config`\n([#​11438](https://togithub.com/astral-sh/ruff/pull/11438))\n\n##### Bug fixes\n\n- Avoid `PLE0237` for property with setter\n([#​11377](https://togithub.com/astral-sh/ruff/pull/11377))\n- Avoid `TCH005` for `if` stmt with `elif`/`else` block\n([#​11376](https://togithub.com/astral-sh/ruff/pull/11376))\n- Avoid flagging `__future__` annotations as required for non-evaluated\ntype annotations\n([#​11414](https://togithub.com/astral-sh/ruff/pull/11414))\n- Check for ruff executable in 'bin' directory as installed by 'pip\ninstall --target'.\n([#​11450](https://togithub.com/astral-sh/ruff/pull/11450))\n- Sort edits prior to deduplicating in quotation fix\n([#​11452](https://togithub.com/astral-sh/ruff/pull/11452))\n- Treat escaped newline as valid sequence\n([#​11465](https://togithub.com/astral-sh/ruff/pull/11465))\n- \\[`flake8-pie`] Preserve parentheses in `unnecessary-dict-kwargs`\n([#​11372](https://togithub.com/astral-sh/ruff/pull/11372))\n- \\[`pylint`] Ignore `__slots__` with dynamic values\n([#​11488](https://togithub.com/astral-sh/ruff/pull/11488))\n- \\[`pylint`] Remove `try` body from branch counting\n([#​11487](https://togithub.com/astral-sh/ruff/pull/11487))\n- \\[`refurb`] Respect operator precedence in `FURB110`\n([#​11464](https://togithub.com/astral-sh/ruff/pull/11464))\n\n##### Documentation\n\n- Add `--preview` to the README\n([#​11395](https://togithub.com/astral-sh/ruff/pull/11395))\n- Add Python 3.13 to list of allowed Python versions\n([#​11411](https://togithub.com/astral-sh/ruff/pull/11411))\n- Simplify Neovim setup documentation\n([#​11489](https://togithub.com/astral-sh/ruff/pull/11489))\n- Update CONTRIBUTING.md to reflect the new parser\n([#​11434](https://togithub.com/astral-sh/ruff/pull/11434))\n- Update server documentation with new migration guide\n([#​11499](https://togithub.com/astral-sh/ruff/pull/11499))\n- \\[`pycodestyle`] Clarify motivation for `E713` and `E714`\n([#​11483](https://togithub.com/astral-sh/ruff/pull/11483))\n- \\[`pyflakes`] Update docs to describe WAI behavior (F541)\n([#​11362](https://togithub.com/astral-sh/ruff/pull/11362))\n- \\[`pylint`] Clearly indicate what is counted as a branch\n([#​11423](https://togithub.com/astral-sh/ruff/pull/11423))\n\n
\n\n---\n\n### Configuration\n\n๐Ÿ“… **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n๐Ÿšฆ **Automerge**: Enabled.\n\nโ™ป **Rebasing**: Whenever PR is behind base branch, or you tick the\nrebase/retry checkbox.\n\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Mend\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\nrepository job log\n[here](https://developer.mend.io/github/ixm-one/pytest-cmake-presets).\n\n\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"โฌ†๏ธ Update dependency ruff to v0.4.5 ๐Ÿ”’ (#279)"}},{"before":null,"after":"d1288d2a6936a0d641e612a9fc162c1a7c94d2e4","ref":"refs/heads/renovate/ruff-0.x-lockfile","pushedAt":"2024-05-23T02:18:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"โฌ†๏ธ Update dependency ruff to v0.4.5 ๐Ÿ”’\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"โฌ†๏ธ Update dependency ruff to v0.4.5 ๐Ÿ”’"}},{"before":"860a1f2b8ca48e8b9ba6ed7bcf86606e0c720227","after":null,"ref":"refs/heads/renovate/pyright-1.x-lockfile","pushedAt":"2024-05-22T13:33:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"}},{"before":"232427624cb6e54fa7a4a80411717b5952bc683c","after":"80bd803b830781ec4171e41d08ac6802934505c6","ref":"refs/heads/main","pushedAt":"2024-05-22T13:33:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"โฌ†๏ธ Update dependency pyright to v1.1.364 ๐Ÿ”’ (#278)\n\n[![Mend\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\n\nThis PR contains the following updates:\n\n| Package | Change | Age | Adoption | Passing | Confidence |\n|---|---|---|---|---|---|\n| [pyright](https://togithub.com/RobertCraigie/pyright-python) |\n`1.1.363` -> `1.1.364` |\n[![age](https://developer.mend.io/api/mc/badges/age/pypi/pyright/1.1.364?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pyright/1.1.364?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pyright/1.1.363/1.1.364?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pyright/1.1.363/1.1.364?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n\n---\n\n### Release Notes\n\n
\nRobertCraigie/pyright-python (pyright)\n\n###\n[`v1.1.364`](https://togithub.com/RobertCraigie/pyright-python/compare/v1.1.363...v1.1.364)\n\n[Compare\nSource](https://togithub.com/RobertCraigie/pyright-python/compare/v1.1.363...v1.1.364)\n\n
\n\n---\n\n### Configuration\n\n๐Ÿ“… **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n๐Ÿšฆ **Automerge**: Enabled.\n\nโ™ป **Rebasing**: Whenever PR is behind base branch, or you tick the\nrebase/retry checkbox.\n\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Mend\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\nrepository job log\n[here](https://developer.mend.io/github/ixm-one/pytest-cmake-presets).\n\n\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"โฌ†๏ธ Update dependency pyright to v1.1.364 ๐Ÿ”’ (#278)"}},{"before":null,"after":"860a1f2b8ca48e8b9ba6ed7bcf86606e0c720227","ref":"refs/heads/renovate/pyright-1.x-lockfile","pushedAt":"2024-05-22T13:32:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"โฌ†๏ธ Update dependency pyright to v1.1.364 ๐Ÿ”’\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"โฌ†๏ธ Update dependency pyright to v1.1.364 ๐Ÿ”’"}},{"before":"93dfe2ad08d57db5c0662eed6c9c63daf2af8cb0","after":null,"ref":"refs/heads/renovate/actions/codecov-codecov-action-digest","pushedAt":"2024-05-20T22:39:42.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"}},{"before":"cbace8ab215fd5728fccfe9ab2cec333d70ef430","after":"232427624cb6e54fa7a4a80411717b5952bc683c","ref":"refs/heads/main","pushedAt":"2024-05-20T22:39:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"โฌ†๏ธ Update codecov/codecov-action digest to 125fc84 (#277)\n\n[![Mend\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [codecov/codecov-action](https://togithub.com/codecov/codecov-action)\n| action | digest | `6d79887` -> `125fc84` |\n\n---\n\n### Configuration\n\n๐Ÿ“… **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n๐Ÿšฆ **Automerge**: Enabled.\n\nโ™ป **Rebasing**: Whenever PR is behind base branch, or you tick the\nrebase/retry checkbox.\n\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Mend\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\nrepository job log\n[here](https://developer.mend.io/github/ixm-one/pytest-cmake-presets).\n\n\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"โฌ†๏ธ Update codecov/codecov-action digest to 125fc84 (#277)"}},{"before":"30d0dfa9c5902408e259384c78315b6816295589","after":null,"ref":"refs/heads/renovate/actions/common","pushedAt":"2024-05-20T22:39:19.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"}},{"before":"e1ec141cf18d46c2fc19fb769216062aa98b7c63","after":"cbace8ab215fd5728fccfe9ab2cec333d70ef430","ref":"refs/heads/main","pushedAt":"2024-05-20T22:39:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"โฌ†๏ธ Update actions/checkout digest to a5ac7e5 (#276)\n\n[![Mend\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [actions/checkout](https://togithub.com/actions/checkout) | action |\ndigest | `0ad4b8f` -> `a5ac7e5` |\n\n---\n\n### Configuration\n\n๐Ÿ“… **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n๐Ÿšฆ **Automerge**: Enabled.\n\nโ™ป **Rebasing**: Whenever PR is behind base branch, or you tick the\nrebase/retry checkbox.\n\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Mend\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\nrepository job log\n[here](https://developer.mend.io/github/ixm-one/pytest-cmake-presets).\n\n\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"โฌ†๏ธ Update actions/checkout digest to a5ac7e5 (#276)"}},{"before":null,"after":"93dfe2ad08d57db5c0662eed6c9c63daf2af8cb0","ref":"refs/heads/renovate/actions/codecov-codecov-action-digest","pushedAt":"2024-05-20T22:38:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"โฌ†๏ธ Update codecov/codecov-action digest to 125fc84\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"โฌ†๏ธ Update codecov/codecov-action digest to 125fc84"}},{"before":null,"after":"30d0dfa9c5902408e259384c78315b6816295589","ref":"refs/heads/renovate/actions/common","pushedAt":"2024-05-20T22:38:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"โฌ†๏ธ Update actions/checkout digest to a5ac7e5\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"โฌ†๏ธ Update actions/checkout digest to a5ac7e5"}},{"before":"b5463496acf2024f176e6fdb0cb12945fe81ae2f","after":null,"ref":"refs/heads/renovate/pytest-8.x-lockfile","pushedAt":"2024-05-19T22:31:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"}},{"before":"f66c603d5b01e6729f75fe9db6389719631bc52d","after":"e1ec141cf18d46c2fc19fb769216062aa98b7c63","ref":"refs/heads/main","pushedAt":"2024-05-19T22:31:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"โฌ†๏ธ Update dependency pytest to v8.2.1 ๐Ÿ”’ (#275)\n\n[![Mend\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\n\nThis PR contains the following updates:\n\n| Package | Change | Age | Adoption | Passing | Confidence |\n|---|---|---|---|---|---|\n| [pytest](https://togithub.com/pytest-dev/pytest)\n([changelog](https://docs.pytest.org/en/stable/changelog.html)) |\n`8.2.0` -> `8.2.1` |\n[![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest/8.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pytest/8.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pytest/8.2.0/8.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pytest/8.2.0/8.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n\n---\n\n### Release Notes\n\n
\npytest-dev/pytest (pytest)\n\n###\n[`v8.2.1`](https://togithub.com/pytest-dev/pytest/releases/tag/8.2.1)\n\n[Compare\nSource](https://togithub.com/pytest-dev/pytest/compare/8.2.0...8.2.1)\n\n# pytest 8.2.1 (2024-05-19)\n\n## Improvements\n\n- [#​12334](https://togithub.com/pytest-dev/pytest/issues/12334):\nSupport for Python 3.13 (beta1 at the time of writing).\n\n## Bug Fixes\n\n- [#​12120](https://togithub.com/pytest-dev/pytest/issues/12120):\nFix \\[PermissionError]{.title-ref} crashes arising from directories\nwhich are not selected on the command-line.\n- [#​12191](https://togithub.com/pytest-dev/pytest/issues/12191):\nKeyboard interrupts and system exits are now properly handled during the\ntest collection.\n- [#​12300](https://togithub.com/pytest-dev/pytest/issues/12300):\nFixed handling of 'Function not implemented' error under squashfuse_ll,\nwhich is a different way to say that the mountpoint is read-only.\n- [#​12308](https://togithub.com/pytest-dev/pytest/issues/12308):\nFix a regression in pytest 8.2.0 where the permissions of\nautomatically-created `.pytest_cache` directories became `rwx------`\ninstead of the expected `rwxr-xr-x`.\n\n## Trivial/Internal Changes\n\n- [#​12333](https://togithub.com/pytest-dev/pytest/issues/12333):\npytest releases are now attested using the recent [Artifact\nAttestation](https://github.blog/2024-05-02-introducing-artifact-attestations-now-in-public-beta/)\nsupport from GitHub, allowing users to verify the provenance of pytest's\nsdist and wheel artifacts.\n\n
\n\n---\n\n### Configuration\n\n๐Ÿ“… **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n๐Ÿšฆ **Automerge**: Enabled.\n\nโ™ป **Rebasing**: Whenever PR is behind base branch, or you tick the\nrebase/retry checkbox.\n\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Mend\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\nrepository job log\n[here](https://developer.mend.io/github/ixm-one/pytest-cmake-presets).\n\n\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"โฌ†๏ธ Update dependency pytest to v8.2.1 ๐Ÿ”’ (#275)"}},{"before":null,"after":"b5463496acf2024f176e6fdb0cb12945fe81ae2f","ref":"refs/heads/renovate/pytest-8.x-lockfile","pushedAt":"2024-05-19T22:30:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"โฌ†๏ธ Update dependency pytest to v8.2.1 ๐Ÿ”’\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"โฌ†๏ธ Update dependency pytest to v8.2.1 ๐Ÿ”’"}},{"before":"a0184fda03b367c7d639d399f6a351fc3383befa","after":null,"ref":"refs/heads/renovate/pyright-1.x-lockfile","pushedAt":"2024-05-15T18:14:43.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"}},{"before":"92f594b784535a486b17fc17443cf5dd0ee16528","after":"f66c603d5b01e6729f75fe9db6389719631bc52d","ref":"refs/heads/main","pushedAt":"2024-05-15T18:14:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"โฌ†๏ธ Update dependency pyright to v1.1.363 ๐Ÿ”’ (#274)\n\n[![Mend\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\n\nThis PR contains the following updates:\n\n| Package | Change | Age | Adoption | Passing | Confidence |\n|---|---|---|---|---|---|\n| [pyright](https://togithub.com/RobertCraigie/pyright-python) |\n`1.1.362` -> `1.1.363` |\n[![age](https://developer.mend.io/api/mc/badges/age/pypi/pyright/1.1.363?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pyright/1.1.363?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pyright/1.1.362/1.1.363?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pyright/1.1.362/1.1.363?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n\n---\n\n### Release Notes\n\n
\nRobertCraigie/pyright-python (pyright)\n\n###\n[`v1.1.363`](https://togithub.com/RobertCraigie/pyright-python/compare/v1.1.362...v1.1.363)\n\n[Compare\nSource](https://togithub.com/RobertCraigie/pyright-python/compare/v1.1.362...v1.1.363)\n\n
\n\n---\n\n### Configuration\n\n๐Ÿ“… **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n๐Ÿšฆ **Automerge**: Enabled.\n\nโ™ป **Rebasing**: Whenever PR is behind base branch, or you tick the\nrebase/retry checkbox.\n\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Mend\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\nrepository job log\n[here](https://developer.mend.io/github/ixm-one/pytest-cmake-presets).\n\n\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"โฌ†๏ธ Update dependency pyright to v1.1.363 ๐Ÿ”’ (#274)"}},{"before":null,"after":"a0184fda03b367c7d639d399f6a351fc3383befa","ref":"refs/heads/renovate/pyright-1.x-lockfile","pushedAt":"2024-05-15T18:13:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"โฌ†๏ธ Update dependency pyright to v1.1.363 ๐Ÿ”’\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"โฌ†๏ธ Update dependency pyright to v1.1.363 ๐Ÿ”’"}},{"before":"34341d89153e519c4a140afd373b0766636ee341","after":null,"ref":"refs/heads/renovate/actions/codecov-codecov-action-digest","pushedAt":"2024-05-14T19:19:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"}},{"before":"ce318b5598c3706962ac3505af972ad20b04c0ba","after":"92f594b784535a486b17fc17443cf5dd0ee16528","ref":"refs/heads/main","pushedAt":"2024-05-14T19:19:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"โฌ†๏ธ Update codecov/codecov-action digest to 6d79887 (#273)\n\n[![Mend\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [codecov/codecov-action](https://togithub.com/codecov/codecov-action)\n| action | digest | `5ecb98a` -> `6d79887` |\n\n---\n\n### Configuration\n\n๐Ÿ“… **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n๐Ÿšฆ **Automerge**: Enabled.\n\nโ™ป **Rebasing**: Whenever PR is behind base branch, or you tick the\nrebase/retry checkbox.\n\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Mend\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\nrepository job log\n[here](https://developer.mend.io/github/ixm-one/pytest-cmake-presets).\n\n\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"โฌ†๏ธ Update codecov/codecov-action digest to 6d79887 (#273)"}},{"before":null,"after":"34341d89153e519c4a140afd373b0766636ee341","ref":"refs/heads/renovate/actions/codecov-codecov-action-digest","pushedAt":"2024-05-14T19:18:15.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"โฌ†๏ธ Update codecov/codecov-action digest to 6d79887\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"โฌ†๏ธ Update codecov/codecov-action digest to 6d79887"}},{"before":"edc95bdde634f992e0d815e42e02f0920a432836","after":null,"ref":"refs/heads/renovate/dataclasses-json-0.x-lockfile","pushedAt":"2024-05-10T11:15:43.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"}},{"before":"df79a79a35f9d7ffd52d03c0773ac537ab6a5b27","after":"ce318b5598c3706962ac3505af972ad20b04c0ba","ref":"refs/heads/main","pushedAt":"2024-05-10T11:15:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"โฌ†๏ธ Update dependency dataclasses-json to v0.6.6 ๐Ÿ”’ (#272)\n\n[![Mend\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\n\nThis PR contains the following updates:\n\n| Package | Change | Age | Adoption | Passing | Confidence |\n|---|---|---|---|---|---|\n| [dataclasses-json](https://togithub.com/lidatong/dataclasses-json)\n([changelog](https://togithub.com/lidatong/dataclasses-json/releases)) |\n`0.6.5` -> `0.6.6` |\n[![age](https://developer.mend.io/api/mc/badges/age/pypi/dataclasses-json/0.6.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/dataclasses-json/0.6.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/dataclasses-json/0.6.5/0.6.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/dataclasses-json/0.6.5/0.6.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n\n---\n\n### Release Notes\n\n
\nlidatong/dataclasses-json (dataclasses-json)\n\n###\n[`v0.6.6`](https://togithub.com/lidatong/dataclasses-json/releases/tag/v0.6.6)\n\n[Compare\nSource](https://togithub.com/lidatong/dataclasses-json/compare/v0.6.5...v0.6.6)\n\n##### What's Changed\n\n- fix: comment from review by\n[@​PJCampi](https://togithub.com/PJCampi) in\n[https://github.com/lidatong/dataclasses-json/pull/528](https://togithub.com/lidatong/dataclasses-json/pull/528)\n\n**Full Changelog**:\nhttps://github.com/lidatong/dataclasses-json/compare/v0.6.5...v0.6.6\n\n
\n\n---\n\n### Configuration\n\n๐Ÿ“… **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n๐Ÿšฆ **Automerge**: Enabled.\n\nโ™ป **Rebasing**: Whenever PR is behind base branch, or you tick the\nrebase/retry checkbox.\n\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Mend\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\nrepository job log\n[here](https://developer.mend.io/github/ixm-one/pytest-cmake-presets).\n\n\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"โฌ†๏ธ Update dependency dataclasses-json to v0.6.6 ๐Ÿ”’ (#272)"}},{"before":null,"after":"edc95bdde634f992e0d815e42e02f0920a432836","ref":"refs/heads/renovate/dataclasses-json-0.x-lockfile","pushedAt":"2024-05-10T11:14:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"โฌ†๏ธ Update dependency dataclasses-json to v0.6.6 ๐Ÿ”’\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"โฌ†๏ธ Update dependency dataclasses-json to v0.6.6 ๐Ÿ”’"}},{"before":"1c16b76d0b38b633ab24eeb939b29ce088173215","after":null,"ref":"refs/heads/renovate/actions/common","pushedAt":"2024-05-10T01:08:16.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bruxisma","name":"Izzy Muerte","path":"/bruxisma","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63051?s=80&v=4"}},{"before":"44e947d7c613985de90be64c2185d633327c269f","after":"df79a79a35f9d7ffd52d03c0773ac537ab6a5b27","ref":"refs/heads/main","pushedAt":"2024-05-10T01:08:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"bruxisma","name":"Izzy Muerte","path":"/bruxisma","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63051?s=80&v=4"},"commit":{"message":"โฌ†๏ธ Update actions/checkout digest to 0ad4b8f (#270)\n\n[![Mend\r\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\r\n\r\nThis PR contains the following updates:\r\n\r\n| Package | Type | Update | Change |\r\n|---|---|---|---|\r\n| [actions/checkout](https://togithub.com/actions/checkout) | action |\r\ndigest | `44c2b7a` -> `0ad4b8f` |\r\n\r\n---\r\n\r\n### Configuration\r\n\r\n๐Ÿ“… **Schedule**: Branch creation - At any time (no schedule defined),\r\nAutomerge - At any time (no schedule defined).\r\n\r\n๐Ÿšฆ **Automerge**: Disabled because a matching PR was automerged\r\npreviously.\r\n\r\nโ™ป **Rebasing**: Whenever PR is behind base branch, or you tick the\r\nrebase/retry checkbox.\r\n\r\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update\r\nagain.\r\n\r\n---\r\n\r\n- [ ] If you want to rebase/retry this PR, check\r\nthis box\r\n\r\n---\r\n\r\nThis PR has been generated by [Mend\r\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\r\nrepository job log\r\n[here](https://developer.mend.io/github/ixm-one/pytest-cmake-presets).\r\n\r\n\r\n\r\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\r\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"โฌ†๏ธ Update actions/checkout digest to 0ad4b8f (#270)"}},{"before":"8b1ee142f5a21fae12d0d1ca8678f5d4a71b4cc2","after":"1c16b76d0b38b633ab24eeb939b29ce088173215","ref":"refs/heads/renovate/actions/common","pushedAt":"2024-05-09T19:38:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"โฌ†๏ธ Update actions/checkout digest to 0ad4b8f\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"โฌ†๏ธ Update actions/checkout digest to 0ad4b8f"}},{"before":"a6f93af16b402ab2202594b13a441be052a947a2","after":null,"ref":"refs/heads/renovate/ruff-0.x-lockfile","pushedAt":"2024-05-09T17:26:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"}},{"before":"0d374ad8f669c5feb37d4b643613438f77e461c2","after":"44e947d7c613985de90be64c2185d633327c269f","ref":"refs/heads/main","pushedAt":"2024-05-09T17:26:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"โฌ†๏ธ Update dependency ruff to v0.4.4 ๐Ÿ”’ (#271)\n\n[![Mend\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\n\nThis PR contains the following updates:\n\n| Package | Change | Age | Adoption | Passing | Confidence |\n|---|---|---|---|---|---|\n| [ruff](https://docs.astral.sh/ruff)\n([source](https://togithub.com/astral-sh/ruff),\n[changelog](https://togithub.com/astral-sh/ruff/blob/main/CHANGELOG.md))\n| `0.4.3` -> `0.4.4` |\n[![age](https://developer.mend.io/api/mc/badges/age/pypi/ruff/0.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/ruff/0.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/ruff/0.4.3/0.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/ruff/0.4.3/0.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n\n---\n\n### Release Notes\n\n
\nastral-sh/ruff (ruff)\n\n###\n[`v0.4.4`](https://togithub.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#044)\n\n##### Preview features\n\n- \\[`pycodestyle`] Ignore end-of-line comments when determining blank\nline rules\n([#​11342](https://togithub.com/astral-sh/ruff/pull/11342))\n- \\[`pylint`] Detect `pathlib.Path.open` calls in `unspecified-encoding`\n(`PLW1514`)\n([#​11288](https://togithub.com/astral-sh/ruff/pull/11288))\n- \\[`flake8-pyi`] Implement `PYI059` (`generic-not-last-base-class`)\n([#​11233](https://togithub.com/astral-sh/ruff/pull/11233))\n- \\[`flake8-pyi`] Implement `PYI062` (`duplicate-literal-member`)\n([#​11269](https://togithub.com/astral-sh/ruff/pull/11269))\n\n##### Rule changes\n\n- \\[`flake8-boolean-trap`] Allow passing booleans as positional-only\narguments in code such as `set(True)`\n([#​11287](https://togithub.com/astral-sh/ruff/pull/11287))\n- \\[`flake8-bugbear`] Ignore enum classes in `cached-instance-method`\n(`B019`)\n([#​11312](https://togithub.com/astral-sh/ruff/pull/11312))\n\n##### Server\n\n- Expand tildes when resolving Ruff server configuration file\n([#​11283](https://togithub.com/astral-sh/ruff/pull/11283))\n- Fix `ruff server` hanging after Neovim closes\n([#​11291](https://togithub.com/astral-sh/ruff/pull/11291))\n- Editor settings are used by default if no file-based configuration\nexists ([#​11266](https://togithub.com/astral-sh/ruff/pull/11266))\n\n##### Bug fixes\n\n- \\[`pylint`] Consider `with` statements for `too-many-branches`\n(`PLR0912`)\n([#​11321](https://togithub.com/astral-sh/ruff/pull/11321))\n- \\[`flake8-blind-except`, `tryceratops`] Respect logged and re-raised\nexpressions in nested statements (`BLE001`, `TRY201`)\n([#​11301](https://togithub.com/astral-sh/ruff/pull/11301))\n- Recognise assignments such as `__all__ = builtins.list([\"foo\",\n\"bar\"])` as valid `__all__` definitions\n([#​11335](https://togithub.com/astral-sh/ruff/pull/11335))\n\n
\n\n---\n\n### Configuration\n\n๐Ÿ“… **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n๐Ÿšฆ **Automerge**: Enabled.\n\nโ™ป **Rebasing**: Whenever PR is behind base branch, or you tick the\nrebase/retry checkbox.\n\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Mend\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\nrepository job log\n[here](https://developer.mend.io/github/ixm-one/pytest-cmake-presets).\n\n\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"โฌ†๏ธ Update dependency ruff to v0.4.4 ๐Ÿ”’ (#271)"}},{"before":null,"after":"a6f93af16b402ab2202594b13a441be052a947a2","ref":"refs/heads/renovate/ruff-0.x-lockfile","pushedAt":"2024-05-09T17:25:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"โฌ†๏ธ Update dependency ruff to v0.4.4 ๐Ÿ”’\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"โฌ†๏ธ Update dependency ruff to v0.4.4 ๐Ÿ”’"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEUYjq1QA","startCursor":null,"endCursor":null}},"title":"Activity ยท ixm-one/pytest-cmake-presets"}