PaletteSwitcher/client
Renovate 49110c80ca
Some checks failed
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
Update dependency @testing-library/user-event to v14.5.2 (#47)
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 (@&#8203;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 [@&#8203;testing-library/dom](https://github.com/testing-library/dom) ([#&#8203;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 [#&#8203;1146](https://github.com/testing-library/user-event/issues/1146)

##### Features

-   **types:** Add additional type exports for UserEvent & Options ([#&#8203;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` ([#&#8203;1029](https://github.com/testing-library/user-event/issues/1029)) ([5bed8c6](5bed8c6a2b))
-   remove circular dependencies ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;1003](https://github.com/testing-library/user-event/issues/1003)) ([2852509](2852509f8e))

##### Bug Fixes

-   **event:** be robust against incomplete event implementations ([#&#8203;1009](https://github.com/testing-library/user-event/issues/1009)) ([289828b](289828b1b9))
-   **upload:** be robust against missing FileList implementation ([#&#8203;1007](https://github.com/testing-library/user-event/issues/1007)) ([a46b4d7](a46b4d7157))
-   **keyboard**: switch modifier state of lock keys on the correct event ([#&#8203;1003](https://github.com/testing-library/user-event/issues/1003)) ([2852509](2852509f8e))
-   **keyboard**: remove platform-specific additional key events for `Control` on `AltGraph` ([#&#8203;1003](https://github.com/testing-library/user-event/issues/1003)) ([2852509](2852509f8e))
-   **pointer**: dispatch `contextmenu` events with `detail: 0` ([#&#8203;1003](https://github.com/testing-library/user-event/issues/1003)) ([2852509](2852509f8e))
-   **pointer**: always set `PointerEvent.isPrimary` ([#&#8203;1003](https://github.com/testing-library/user-event/issues/1003)) ([2852509](2852509f8e))
-   **pointer**: set `button` property on pointer events separately from legacy mouse events ([#&#8203;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 ([#&#8203;1003](https://github.com/testing-library/user-event/issues/1003)) ([2852509](2852509f8e))
-   **pointer**: omit click event on release if another button is released first ([#&#8203;1003](https://github.com/testing-library/user-event/issues/1003)) ([2852509](2852509f8e))
-   **pointer**: dispatch `mouseover`, `mouseenter` and `mousemove` on disabled elements ([#&#8203;1003](https://github.com/testing-library/user-event/issues/1003)) ([2852509](2852509f8e))
-   **pointer**: prevent `mouse*` events per `pointerdown` event handler ([#&#8203;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 ([#&#8203;1003](https://github.com/testing-library/user-event/issues/1003)) ([2852509](2852509f8e))
-   **pointer**: dispatch `*enter` and `*leave` events on ancestors ([#&#8203;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 ([#&#8203;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 ([#&#8203;992](https://github.com/testing-library/user-event/issues/992)) ([9816d38](9816d384c3))
-   **pointer:** do not throw for `pointer-events: none` on previous target ([#&#8203;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` ([#&#8203;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 ([#&#8203;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()` ([#&#8203;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 ([#&#8203;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` ([#&#8203;950](https://github.com/testing-library/user-event/issues/950)) ([31b7091](31b709183a))

##### Bug Fixes

-   guard against selection without range ([#&#8203;953](https://github.com/testing-library/user-event/issues/953)) ([ab78f3f](ab78f3f50d))
-   **selectOptions:** wait after each click ([#&#8203;951](https://github.com/testing-library/user-event/issues/951)) ([7ea7a77](7ea7a77a87))
-   wait after each method before leaving `asyncWrapper` ([#&#8203;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
..
.vscode Functional app 2021-12-12 17:50:58 +01:00
public Update dither dep (#30) 2024-01-03 12:00:54 +00:00
src Update client/src/Palette.ts 2024-01-24 14:19:45 +00:00
.gitignore gitignores 2021-12-11 14:20:22 +01:00
package-lock.json Update dependency @testing-library/user-event to v14.5.2 (#47) 2024-11-08 12:04:48 +00:00
package.json Update fontawesome 2024-01-13 11:12:42 +01:00
postcss.config.js Functional app 2021-12-12 17:50:58 +01:00
README.md Created react app, reworked folder structure 2021-12-11 14:21:08 +01:00
tailwind.config.js Theme toggling 2022-05-08 15:16:39 +02:00
tsconfig.json Functional app 2021-12-12 17:50:58 +01:00

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you cant go back!

If you arent satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point youre on your own.

You dont have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldnt feel obligated to use this feature. However we understand that this tool wouldnt be useful if you couldnt customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.