49110c80ca
Update dependency @testing-library/user-event to v14.5.2 ( #47 )
...
Build and deploy / build-react (push) Waiting to run
Build and deploy / merge (push) Blocked by required conditions
Build and deploy / Pin to cluster node (push) Blocked by required conditions
Build and deploy / Update OVH DNS (push) Blocked by required conditions
Build and deploy / build-wasm (push) Has been cancelled
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [@testing-library/user-event](https://github.com/testing-library/user-event ) | dependencies | minor | [`14.1.1` -> `14.5.2`](https://renovatebot.com/diffs/npm/@testing-library%2fuser-event/14.1.1/14.5.2 ) |
---
### Release Notes
<details>
<summary>testing-library/user-event (@​testing-library/user-event)</summary>
### [`v14.5.2`](https://github.com/testing-library/user-event/releases/tag/v14.5.2 )
[Compare Source](https://github.com/testing-library/user-event/compare/v14.5.1...v14.5.2 )
##### Bug Fixes
- remove interop and deep DTL imports ([6a3c896](6a3c896bd2
))
### [`v14.5.1`](https://github.com/testing-library/user-event/releases/tag/v14.5.1 )
[Compare Source](https://github.com/testing-library/user-event/compare/v14.5.0...v14.5.1 )
##### Bug Fixes
- incorrect default import from [@​testing-library/dom](https://github.com/testing-library/dom ) ([#​1162](https://github.com/testing-library/user-event/issues/1162 )) ([d7483f0](d7483f049a
))
### [`v14.5.0`](https://github.com/testing-library/user-event/releases/tag/v14.5.0 )
[Compare Source](https://github.com/testing-library/user-event/compare/v14.4.3...v14.5.0 )
##### Bug Fixes
- **exports:** add a named export for userEvent ([4019cee](4019ceeaba
)), closes [#​1146](https://github.com/testing-library/user-event/issues/1146 )
##### Features
- **types:** Add additional type exports for UserEvent & Options ([#​1112](https://github.com/testing-library/user-event/issues/1112 )) ([da00e8d](da00e8d610
))
### [`v14.4.3`](https://github.com/testing-library/user-event/releases/tag/v14.4.3 )
[Compare Source](https://github.com/testing-library/user-event/compare/v14.4.2...v14.4.3 )
##### Bug Fixes
- **build:** add `types` field in `exports` ([#​1029](https://github.com/testing-library/user-event/issues/1029 )) ([5bed8c6](5bed8c6a2b
))
- remove circular dependencies ([#​1027](https://github.com/testing-library/user-event/issues/1027 )) ([1aa2027](1aa2027e5e
))
### [`v14.4.2`](https://github.com/testing-library/user-event/releases/tag/v14.4.2 )
[Compare Source](https://github.com/testing-library/user-event/compare/v14.4.1...v14.4.2 )
##### Bug Fixes
- **build:** add `exports` field ([#​1022](https://github.com/testing-library/user-event/issues/1022 )) ([7839e29](7839e29313
))
### [`v14.4.1`](https://github.com/testing-library/user-event/releases/tag/v14.4.1 )
[Compare Source](https://github.com/testing-library/user-event/compare/v14.4.0...v14.4.1 )
##### Bug Fixes
- **build:** transpile to es2019 syntax ([#​1016](https://github.com/testing-library/user-event/issues/1016 )) ([4291cb8](4291cb8cd5
))
### [`v14.4.0`](https://github.com/testing-library/user-event/releases/tag/v14.4.0 )
[Compare Source](https://github.com/testing-library/user-event/compare/v14.3.0...v14.4.0 )
##### Features
- **pointer**: dispatch `auxclick` events ([#​1003](https://github.com/testing-library/user-event/issues/1003 )) ([2852509](2852509f8e
))
##### Bug Fixes
- **event:** be robust against incomplete event implementations ([#​1009](https://github.com/testing-library/user-event/issues/1009 )) ([289828b](289828b1b9
))
- **upload:** be robust against missing FileList implementation ([#​1007](https://github.com/testing-library/user-event/issues/1007 )) ([a46b4d7](a46b4d7157
))
- **keyboard**: switch modifier state of lock keys on the correct event ([#​1003](https://github.com/testing-library/user-event/issues/1003 )) ([2852509](2852509f8e
))
- **keyboard**: remove platform-specific additional key events for `Control` on `AltGraph` ([#​1003](https://github.com/testing-library/user-event/issues/1003 )) ([2852509](2852509f8e
))
- **pointer**: dispatch `contextmenu` events with `detail: 0` ([#​1003](https://github.com/testing-library/user-event/issues/1003 )) ([2852509](2852509f8e
))
- **pointer**: always set `PointerEvent.isPrimary` ([#​1003](https://github.com/testing-library/user-event/issues/1003 )) ([2852509](2852509f8e
))
- **pointer**: set `button` property on pointer events separately from legacy mouse events ([#​1003](https://github.com/testing-library/user-event/issues/1003 )) ([2852509](2852509f8e
))
- **pointer**: click closest common ancestor if `mousedown` and `mouseup` happen on different elements ([#​1003](https://github.com/testing-library/user-event/issues/1003 )) ([2852509](2852509f8e
))
- **pointer**: omit click event on release if another button is released first ([#​1003](https://github.com/testing-library/user-event/issues/1003 )) ([2852509](2852509f8e
))
- **pointer**: dispatch `mouseover`, `mouseenter` and `mousemove` on disabled elements ([#​1003](https://github.com/testing-library/user-event/issues/1003 )) ([2852509](2852509f8e
))
- **pointer**: prevent `mouse*` events per `pointerdown` event handler ([#​1003](https://github.com/testing-library/user-event/issues/1003 )) ([2852509](2852509f8e
))
- **pointer**: dispatch `*out` and `*over` events when moving into / out of nested elements ([#​1003](https://github.com/testing-library/user-event/issues/1003 )) ([2852509](2852509f8e
))
- **pointer**: dispatch `*enter` and `*leave` events on ancestors ([#​1003](https://github.com/testing-library/user-event/issues/1003 )) ([2852509](2852509f8e
))
### [`v14.3.0`](https://github.com/testing-library/user-event/releases/tag/v14.3.0 )
[Compare Source](https://github.com/testing-library/user-event/compare/v14.2.6...v14.3.0 )
##### Features
- **keyboard:** change radio group per arrow keys ([#​995](https://github.com/testing-library/user-event/issues/995 )) ([e1c22af](e1c22af587
))
### [`v14.2.6`](https://github.com/testing-library/user-event/releases/tag/v14.2.6 )
[Compare Source](https://github.com/testing-library/user-event/compare/v14.2.5...v14.2.6 )
##### Bug Fixes
- **document:** reduce impact of React@17 workaround ([#​992](https://github.com/testing-library/user-event/issues/992 )) ([9816d38](9816d384c3
))
- **pointer:** do not throw for `pointer-events: none` on previous target ([#​991](https://github.com/testing-library/user-event/issues/991 )) ([6e4058b](6e4058becf
))
### [`v14.2.5`](https://github.com/testing-library/user-event/releases/tag/v14.2.5 )
[Compare Source](https://github.com/testing-library/user-event/compare/v14.2.4...v14.2.5 )
##### Bug Fixes
- **document:** do not track `value` on `HTMLSelectElement` ([#​989](https://github.com/testing-library/user-event/issues/989 )) ([77a7fa8](77a7fa840a
))
### [`v14.2.4`](https://github.com/testing-library/user-event/releases/tag/v14.2.4 )
[Compare Source](https://github.com/testing-library/user-event/compare/v14.2.3...v14.2.4 )
##### Bug Fixes
- use `window.FileList` instead of implicit global ([c88865d](c88865d3fc
))
### [`v14.2.3`](https://github.com/testing-library/user-event/releases/tag/v14.2.3 )
[Compare Source](https://github.com/testing-library/user-event/compare/v14.2.2...v14.2.3 )
##### Bug Fixes
- **document:** use setters/methods on element as default ([#​987](https://github.com/testing-library/user-event/issues/987 )) ([c40e614](c40e614b9f
))
### [`v14.2.2`](https://github.com/testing-library/user-event/releases/tag/v14.2.2 )
[Compare Source](https://github.com/testing-library/user-event/compare/v14.2.1...v14.2.2 )
##### Bug Fixes
- **document:** track `HTMLInputElement.setRangeText()` ([#​984](https://github.com/testing-library/user-event/issues/984 )) ([73443ec](73443ecf33
))
### [`v14.2.1`](https://github.com/testing-library/user-event/releases/tag/v14.2.1 )
[Compare Source](https://github.com/testing-library/user-event/compare/v14.2.0...v14.2.1 )
##### Performance Improvements
- **tab:** avert visibility check on irrelevant elements ([#​967](https://github.com/testing-library/user-event/issues/967 )) ([d2d8a39](d2d8a3996f
))
### [`v14.2.0`](https://github.com/testing-library/user-event/releases/tag/v14.2.0 )
[Compare Source](https://github.com/testing-library/user-event/compare/v14.1.1...v14.2.0 )
##### Features
- report element with declaration in `pointerEventsCheck` ([#​950](https://github.com/testing-library/user-event/issues/950 )) ([31b7091](31b709183a
))
##### Bug Fixes
- guard against selection without range ([#​953](https://github.com/testing-library/user-event/issues/953 )) ([ab78f3f](ab78f3f50d
))
- **selectOptions:** wait after each click ([#​951](https://github.com/testing-library/user-event/issues/951 )) ([7ea7a77](7ea7a77a87
))
- wait after each method before leaving `asyncWrapper` ([#​952](https://github.com/testing-library/user-event/issues/952 )) ([6f55fee](6f55feebff
))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNSIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Reviewed-on: #47
Co-authored-by: Renovate <renovate@bruyant.xyz>
Co-committed-by: Renovate <renovate@bruyant.xyz>
2024-11-08 12:04:48 +00:00
3f68cfc109
Update dependency @types/jest to v27.5.2 ( #36 )
...
Build and deploy / build-wasm (push) Successful in 14s
Build and deploy / build-react (push) Successful in 48s
Build and deploy / merge (push) Successful in 8s
Build and deploy / Pin to cluster node (push) Successful in 5s
Build and deploy / Update OVH DNS (push) Successful in 4s
Reviewed-on: #36
Co-authored-by: Renovate <renovate@bruyant.xyz>
Co-committed-by: Renovate <renovate@bruyant.xyz>
2024-11-07 21:45:29 +00:00
e17ada3e34
Update dependency @types/node to v17.0.45 ( #37 )
...
Build and deploy / build-wasm (push) Waiting to run
Build and deploy / build-react (push) Waiting to run
Build and deploy / merge (push) Blocked by required conditions
Build and deploy / Pin to cluster node (push) Blocked by required conditions
Build and deploy / Update OVH DNS (push) Blocked by required conditions
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node ) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node )) | dependencies | patch | [`17.0.31` -> `17.0.45`](https://renovatebot.com/diffs/npm/@types%2fnode/17.0.31/17.0.45 ) |
---
### 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNSIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Reviewed-on: #37
Co-authored-by: Renovate <renovate@bruyant.xyz>
Co-committed-by: Renovate <renovate@bruyant.xyz>
2024-11-07 21:44:09 +00:00
3a952746b7
Update dependency @types/file-saver to v2.0.7 ( #35 )
...
Build and deploy / build-wasm (push) Successful in 16s
Build and deploy / build-react (push) Successful in 1m1s
Build and deploy / merge (push) Successful in 7s
Build and deploy / Pin to cluster node (push) Successful in 4s
Build and deploy / Update OVH DNS (push) Successful in 5s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [@types/file-saver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/file-saver ) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/file-saver )) | devDependencies | patch | [`2.0.5` -> `2.0.7`](https://renovatebot.com/diffs/npm/@types%2ffile-saver/2.0.5/2.0.7 ) |
---
### 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNSIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Reviewed-on: #35
Co-authored-by: Renovate Bot <renovate@bruyant.xyz>
Co-committed-by: Renovate Bot <renovate@bruyant.xyz>
2024-11-07 20:57:31 +00:00
9c57e06cba
Update dependency @tailwindcss/forms to v0.5.9 ( #34 )
...
Build and deploy / merge (push) Blocked by required conditions
Build and deploy / build-react (push) Waiting to run
Build and deploy / Pin to cluster node (push) Blocked by required conditions
Build and deploy / Update OVH DNS (push) Blocked by required conditions
Build and deploy / build-wasm (push) Has been cancelled
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [@tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms ) | devDependencies | patch | [`0.5.1` -> `0.5.9`](https://renovatebot.com/diffs/npm/@tailwindcss%2fforms/0.5.1/0.5.9 ) |
> ❗ **Important**
>
> Release Notes retrieval for this PR were skipped because no github.com credentials were available.
> If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes ).
---
### 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNSIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Reviewed-on: #34
Co-authored-by: Renovate Bot <renovate@bruyant.xyz>
Co-committed-by: Renovate Bot <renovate@bruyant.xyz>
2024-11-07 20:57:17 +00:00
3b0f139c4a
Update fontawesome
2024-01-13 11:12:42 +01:00
CrispyBaguette
c4384187e1
Bunch of updates
2022-05-08 15:16:32 +02:00
CrispyBaguette
967880054f
Fix rendering for react 18
2022-04-18 09:01:44 +02:00
CrispyBaguette
faec41f041
react 18
2022-04-17 09:36:16 +02:00
CrispyBaguette
b32887cd3c
Functional app
2021-12-12 17:50:58 +01:00
CrispyBaguette
aef91275c9
Created react app, reworked folder structure
2021-12-11 14:21:08 +01:00