Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge test changes to main - v0.43.0-pre.943e2bf #128

Merged
merged 8 commits into from
Jun 29, 2024
Merged

Merge test changes to main - v0.43.0-pre.943e2bf #128

merged 8 commits into from
Jun 29, 2024

Conversation

hwinther
Copy link
Owner

Automatically created pull-request in order to merge changes that were recently pushed to the test branch, back to main

dependabot bot and others added 6 commits June 29, 2024 18:59
Bumps
[toshimaru/auto-author-assign](https://github.com/toshimaru/auto-author-assign)
from 2.1.0 to 2.1.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/toshimaru/auto-author-assign/releases">toshimaru/auto-author-assign's
releases</a>.</em></p>
<blockquote>
<h2>v2.1.1</h2>
<h2>What's Changed</h2>
<p>This release includes only dependency updates.</p>
<h3>Dependencies</h3>
<ul>
<li>build(deps): bump undici from 5.28.2 to 5.28.4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/toshimaru/auto-author-assign/pull/103">toshimaru/auto-author-assign#103</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/toshimaru/auto-author-assign/compare/v2.1.0...v2.1.1">https://github.com/toshimaru/auto-author-assign/compare/v2.1.0...v2.1.1</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/toshimaru/auto-author-assign/blob/main/CHANGELOG.md">toshimaru/auto-author-assign's
changelog</a>.</em></p>
<blockquote>
<h3><a
href="https://github.com/toshimaru/auto-author-assign/compare/v2.1.0...v2.1.1">2.1.1</a>
(2024-06-26)</h3>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/toshimaru/auto-author-assign/commit/16f0022cf3d7970c106d8d1105f75a1165edb516"><code>16f0022</code></a>
chore(release): 2.1.1</li>
<li><a
href="https://github.com/toshimaru/auto-author-assign/commit/820d19477fa6e6dea5480bf549a11cd364b74bf4"><code>820d194</code></a>
build(deps): bump undici from 5.28.2 to 5.28.4 (<a
href="https://redirect.github.com/toshimaru/auto-author-assign/issues/103">#103</a>)</li>
<li><a
href="https://github.com/toshimaru/auto-author-assign/commit/7709f4bd34c4e32c689572005775ae6834ae4a1a"><code>7709f4b</code></a>
docs: Use v2.1.0</li>
<li>See full diff in <a
href="https://github.com/toshimaru/auto-author-assign/compare/v2.1.0...v2.1.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=toshimaru/auto-author-assign&package-manager=github_actions&previous-version=2.1.0&new-version=2.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> 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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add vitest, workflow reporting of test results and coverage, and one
basic test + mocks to get it running

## Description 💬
<!--- Describe your changes in detail -->

## Motivation and Context 🥅
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes an open issue, please link to the issue here. -->

## How has this been tested? 🧪
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, tests ran to see how
-->
<!--- your change affects other areas of the code, etc. -->
- [x] Local build ⚒️
- [x] Local tests 🧪
- [ ] (optional) Local run and endpoint tested in swagger 🚀

## Screenshots (if appropriate) 💻

## Types of changes 🌊
<!--- What types of changes does your code introduce? Put an `x` in all
the boxes that apply: -->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)

## Checklist ☑️

<!--- Go over all the following points, and put an `x` in all the boxes
that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
- [ ] The pull request title starts with the jira case number (when
applicable), e.g. "TEST-1234 Add some feature"
- [x] The person responsible for following up on requested review
changes has been assigned to the pull request
- [x] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.

## Highly optional checks, only use these if you have a reason to do so
✔️

- [ ] This PR changes the database so I have added the *create-diagram*
label to assist reviewers with a db diagram
- [ ] This PR changes platform or backend and I need others to be able
to test against these changes before merging to dev, so I have added the
*deploy-azure* label to deploy before merging the PR

## Checklist for the approver ✅

- [ ] I've checked the files view for spelling issues, code quality
warnings and similar
- [ ] I've waited until all checks have passed (green check/without
error)
- [ ] I've checked that only the intended files are changed
…ntend (#120)

Bumps
[@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools)
from 5.35.1 to 5.45.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/TanStack/query/releases"><code>@​tanstack/react-query-devtools</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v5.45.1</h2>
<p>Version 5.45.1 - 6/16/2024, 8:16 PM</p>
<h2>Changes</h2>
<h3>Refactor</h3>
<ul>
<li>react-query: improve type inference for useSuspenseQueries with
skipToken (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/7564">#7564</a>)
(77a7b286) by GwanSik Kim</li>
</ul>
<h3>Docs</h3>
<ul>
<li>fix grammar mistake on migrating-to-v5.md (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/7556">#7556</a>)
(8d69ef49) by Paul Ashioya</li>
</ul>
<h2>Packages</h2>
<ul>
<li><code>@​tanstack/react-query</code><a
href="https://github.com/5"><code>@​5</code></a>.45.1</li>
<li><code>@​tanstack/react-query-devtools</code><a
href="https://github.com/5"><code>@​5</code></a>.45.1</li>
<li><code>@​tanstack/react-query-persist-client</code><a
href="https://github.com/5"><code>@​5</code></a>.45.1</li>
<li><code>@​tanstack/react-query-next-experimental</code><a
href="https://github.com/5"><code>@​5</code></a>.45.1</li>
</ul>
<h2>v5.45.0</h2>
<p>Version 5.45.0 - 6/12/2024, 12:35 PM</p>
<h2>Changes</h2>
<h3>Feat</h3>
<ul>
<li>hydrate.transformPromise (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/7538">#7538</a>)
(9a030b64) by Julius Marminge</li>
</ul>
<h3>Docs</h3>
<ul>
<li>advanced-ssr: delete unused import (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/7553">#7553</a>)
(bd094f8a) by <a
href="https://github.com/Lennon57"><code>@​Lennon57</code></a></li>
</ul>
<h2>Packages</h2>
<ul>
<li><code>@​tanstack/query-core</code><a
href="https://github.com/5"><code>@​5</code></a>.45.0</li>
<li><code>@​tanstack/query-broadcast-client-experimental</code><a
href="https://github.com/5"><code>@​5</code></a>.45.0</li>
<li><code>@​tanstack/query-persist-client-core</code><a
href="https://github.com/5"><code>@​5</code></a>.45.0</li>
<li><code>@​tanstack/query-sync-storage-persister</code><a
href="https://github.com/5"><code>@​5</code></a>.45.0</li>
<li><code>@​tanstack/react-query</code><a
href="https://github.com/5"><code>@​5</code></a>.45.0</li>
<li><code>@​tanstack/react-query-devtools</code><a
href="https://github.com/5"><code>@​5</code></a>.45.0</li>
<li><code>@​tanstack/react-query-persist-client</code><a
href="https://github.com/5"><code>@​5</code></a>.45.0</li>
<li><code>@​tanstack/react-query-next-experimental</code><a
href="https://github.com/5"><code>@​5</code></a>.45.0</li>
<li><code>@​tanstack/solid-query</code><a
href="https://github.com/5"><code>@​5</code></a>.45.0</li>
<li><code>@​tanstack/solid-query-devtools</code><a
href="https://github.com/5"><code>@​5</code></a>.45.0</li>
<li><code>@​tanstack/solid-query-persist-client</code><a
href="https://github.com/5"><code>@​5</code></a>.45.0</li>
<li><code>@​tanstack/svelte-query</code><a
href="https://github.com/5"><code>@​5</code></a>.45.0</li>
<li><code>@​tanstack/svelte-query-devtools</code><a
href="https://github.com/5"><code>@​5</code></a>.45.0</li>
<li><code>@​tanstack/svelte-query-persist-client</code><a
href="https://github.com/5"><code>@​5</code></a>.45.0</li>
<li><code>@​tanstack/vue-query</code><a
href="https://github.com/5"><code>@​5</code></a>.45.0</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/TanStack/query/commit/80a03229f411f347d64a689bca045a577ed201ae"><code>80a0322</code></a>
release: v5.45.1</li>
<li><a
href="https://github.com/TanStack/query/commit/ac8f48a6a1b8bc89e80f5449464fbd4978fa179b"><code>ac8f48a</code></a>
release: v5.45.0</li>
<li><a
href="https://github.com/TanStack/query/commit/b157fe445b03b30f83dbdc9548ba6bdb38ef560c"><code>b157fe4</code></a>
release: v5.44.0</li>
<li><a
href="https://github.com/TanStack/query/commit/a300d484750edb4b64bdefcc86abaac305d73b13"><code>a300d48</code></a>
release: v5.40.1</li>
<li><a
href="https://github.com/TanStack/query/commit/b0c09aa63d7b8dad84d34ee5ba49d280032e467d"><code>b0c09aa</code></a>
release: v5.40.0</li>
<li><a
href="https://github.com/TanStack/query/commit/f8031f462e61ad8e45006cda12c96960c2dc3d53"><code>f8031f4</code></a>
release: v5.39.0</li>
<li><a
href="https://github.com/TanStack/query/commit/41ec5728ee2d027b2cbc0150488a455917e41995"><code>41ec572</code></a>
feat(react-query): support React 19</li>
<li><a
href="https://github.com/TanStack/query/commit/497dd652981b24d1d0c7fd99466406e89d0c8472"><code>497dd65</code></a>
release: v5.38.0</li>
<li><a
href="https://github.com/TanStack/query/commit/2dd2f698b0f7fec1502ba9cf7f25dcee11464e79"><code>2dd2f69</code></a>
release: v5.37.1</li>
<li><a
href="https://github.com/TanStack/query/commit/78e4bc159f9c22eb9231d9f353444e576965c963"><code>78e4bc1</code></a>
chore: Update dependencies (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/7449">#7449</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/TanStack/query/commits/v5.45.1/packages/react-query-devtools">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@tanstack/react-query-devtools&package-manager=npm_and_yarn&previous-version=5.35.1&new-version=5.45.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> 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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Automatically created pull-request in order to merge changes that were
recently pushed to the dev branch, back to test
@github-actions github-actions bot changed the title Merge test changes to main Merge test changes to main - v0.41.0-pre.7f25e59 Jun 29, 2024
Copy link

github-actions bot commented Jun 29, 2024

🕔 This PR currently contains the tag: v0.41.0-pre.ca23c2e which supersedes v0.40.0

@github-actions github-actions bot added dependencies Pull requests that update a dependency file workflow frontend github labels Jun 29, 2024
@hwinther hwinther marked this pull request as ready for review June 29, 2024 23:48
@hwinther hwinther enabled auto-merge June 29, 2024 23:49
Copy link

github-actions bot commented Jun 29, 2024

frontend

✅ Build successful

✅ No linting issues 🎊

Copy link

Code Coverage

Package Line Rate Branch Rate Health
frontend 0% 100%
frontend.src 0% 0%
frontend.src.api.endpoints.blogging 17% 0%
frontend.src.api.endpoints.send-message 20% 0%
frontend.src.api.endpoints.service 65% 22%
frontend.src.api.endpoints.weather-forecast 91% 50%
frontend.src.api.mutators 86% 100%
frontend.src.pages._error 0% 0%
frontend.src.pages.about 100% 100%
frontend.src.pages.blogs 0% 100%
frontend.src.pages.blogs.@id 0% 0%
frontend.src.pages.index 78% 100%
frontend.src.renderer 0% 0%
frontend.src.test 88% 50%
Summary 31% (97 / 310) 8% (12 / 160)

@github-actions github-actions bot changed the title Merge test changes to main - v0.41.0-pre.7f25e59 Merge test changes to main - v0.41.0-pre.f5de4f8 Jun 29, 2024
Copy link

Todo Commenter

.github/actions/frontend-build/action.yml
TODO:
  • ,FIXME:,BUG:" Line: 154
FIXME:
  • ,BUG:" Line: 154
BUG:
  • " Line: 154
src/frontend/src/mock.ts
TODO:
  • can be used to mock the API during development Line: 1
src/frontend/src/test/testUtils.tsx
TODO:
  • also remove it afterAll Line: 41

@hwinther Please take a look 👀

@github-actions github-actions bot changed the title Merge test changes to main - v0.41.0-pre.f5de4f8 Merge test changes to main - v0.41.0-pre.ca23c2e Jun 29, 2024
Copy link

test-e2e

✅ Build successful

✅ No linting issues 🎊

@hwinther hwinther disabled auto-merge June 29, 2024 23:59
@hwinther hwinther merged commit c05459b into main Jun 29, 2024
29 of 30 checks passed
@github-actions github-actions bot changed the title Merge test changes to main - v0.41.0-pre.ca23c2e Merge test changes to main - v0.43.0-pre.943e2bf Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file frontend github workflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant