Commit Graph

20 Commits

Author SHA1 Message Date
7d26c0e646 Update dependency react to v18.3.1 (#49)
Some checks are pending
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 |
|---|---|---|---|
| [react](https://reactjs.org/) ([source](https://github.com/facebook/react/tree/HEAD/packages/react)) | dependencies | minor | [`18.1.0` -> `18.3.1`](https://renovatebot.com/diffs/npm/react/18.1.0/18.3.1) |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)) | dependencies | minor | [`18.0.9` -> `18.3.12`](https://renovatebot.com/diffs/npm/@types%2freact/18.0.9/18.3.12) |

---

### Release Notes

<details>
<summary>facebook/react (react)</summary>

### [`v18.3.1`](https://github.com/facebook/react/blob/HEAD/CHANGELOG.md#1831-April-26-2024)

[Compare Source](https://github.com/facebook/react/compare/v18.3.0...v18.3.1)

-   Export `act` from `react` [f1338f](f1338f8080)

### [`v18.3.0`](https://github.com/facebook/react/blob/HEAD/CHANGELOG.md#1830-April-25-2024)

[Compare Source](https://github.com/facebook/react/compare/v18.2.0...v18.3.0)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the [React 19 Upgrade Guide](https://react.dev/blog/2024/04/25/react-19-upgrade-guide) for more info.

##### React

-   Allow writing to `this.refs` to support string ref codemod [909071](9090712fd3)
-   Warn for deprecated `findDOMNode` outside StrictMode [c3b283](c3b2839641)
-   Warn for deprecated `test-utils` methods [d4ea75](d4ea75dc42)
-   Warn for deprecated Legacy Context outside StrictMode [415ee0](415ee0e6ea)
-   Warn for deprecated string refs outside StrictMode [#&#8203;25383](https://github.com/facebook/react/pull/25383)
-   Warn for deprecated `defaultProps` for function components [#&#8203;25699](https://github.com/facebook/react/pull/25699)
-   Warn when spreading `key` [#&#8203;25697](https://github.com/facebook/react/pull/25697)
-   Warn when using `act` from `test-utils` [d4ea75](d4ea75dc42)

##### React DOM

-   Warn for deprecated `unmountComponentAtNode` [8a015b](8a015b68cc)
-   Warn for deprecated `renderToStaticNodeStream` [#&#8203;28874](https://github.com/facebook/react/pull/28874)

### [`v18.2.0`](https://github.com/facebook/react/blob/HEAD/CHANGELOG.md#1820-June-14-2022)

[Compare Source](https://github.com/facebook/react/compare/v18.1.0...v18.2.0)

##### React DOM

-   Provide a component stack as a second argument to `onRecoverableError`. ([@&#8203;gnoff](https://github.com/gnoff) in [#&#8203;24591](https://github.com/facebook/react/pull/24591))
-   Fix hydrating into `document` causing a blank page on mismatch. ([@&#8203;gnoff](https://github.com/gnoff) in [#&#8203;24523](https://github.com/facebook/react/pull/24523))
-   Fix false positive hydration errors with Suspense. ([@&#8203;gnoff](https://github.com/gnoff) in [#&#8203;24480](https://github.com/facebook/react/pull/24480) and  [@&#8203;acdlite](https://github.com/acdlite) in [#&#8203;24532](https://github.com/facebook/react/pull/24532))
-   Fix ignored `setState` in Safari when adding an iframe. ([@&#8203;gaearon](https://github.com/gaearon) in [#&#8203;24459](https://github.com/facebook/react/pull/24459))

##### React DOM Server

-   Pass information about server errors to the client. ([@&#8203;salazarm](https://github.com/salazarm) and [@&#8203;gnoff](https://github.com/gnoff) in [#&#8203;24551](https://github.com/facebook/react/pull/24551) and [#&#8203;24591](https://github.com/facebook/react/pull/24591))
-   Allow to provide a reason when aborting the HTML stream. ([@&#8203;gnoff](https://github.com/gnoff) in [#&#8203;24680](https://github.com/facebook/react/pull/24680))
-   Eliminate extraneous text separators in the HTML where possible. ([@&#8203;gnoff](https://github.com/gnoff) in [#&#8203;24630](https://github.com/facebook/react/pull/24630))
-   Disallow complex children inside `<title>` elements to match the browser constraints. ([@&#8203;gnoff](https://github.com/gnoff) in [#&#8203;24679](https://github.com/facebook/react/pull/24679))
-   Fix buffering in some worker environments by explicitly setting `highWaterMark` to `0`. ([@&#8203;jplhomer](https://github.com/jplhomer) in [#&#8203;24641](https://github.com/facebook/react/pull/24641))

##### Server Components (Experimental)

-   Add support for `useId()` inside Server Components. ([@&#8203;gnoff](https://github.com/gnoff) in [#&#8203;24172](https://github.com/facebook/react/pull/24172))

</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 these updates 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: #49
Co-authored-by: Renovate <renovate@bruyant.xyz>
Co-committed-by: Renovate <renovate@bruyant.xyz>
2024-11-08 12:51:34 +00:00
dc4c2a051c Update dependency autoprefixer to v10.4.20 (#39)
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
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [autoprefixer](https://github.com/postcss/autoprefixer) | devDependencies | patch | [`10.4.7` -> `10.4.20`](https://renovatebot.com/diffs/npm/autoprefixer/10.4.7/10.4.20) |

---

### Release Notes

<details>
<summary>postcss/autoprefixer (autoprefixer)</summary>

### [`v10.4.20`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10420)

[Compare Source](https://github.com/postcss/autoprefixer/compare/10.4.19...10.4.20)

-   Fixed `fit-content` prefix for Firefox.

### [`v10.4.19`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10419)

[Compare Source](https://github.com/postcss/autoprefixer/compare/10.4.18...10.4.19)

-   Removed `end value has mixed support, consider using flex-end` warning
    since `end`/`start` now have good support.

### [`v10.4.18`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10418)

[Compare Source](https://github.com/postcss/autoprefixer/compare/10.4.17...10.4.18)

-   Fixed removing `-webkit-box-orient` on `-webkit-line-clamp` ([@&#8203;Goodwine](https://github.com/Goodwine)).

### [`v10.4.17`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10417)

[Compare Source](https://github.com/postcss/autoprefixer/compare/10.4.16...10.4.17)

-   Fixed `user-select: contain` prefixes.

### [`v10.4.16`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10416)

[Compare Source](https://github.com/postcss/autoprefixer/compare/10.4.15...10.4.16)

-   Improved performance (by Romain Menke).
-   Fixed docs (by Christian Oliff).

### [`v10.4.15`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10415)

[Compare Source](https://github.com/postcss/autoprefixer/compare/10.4.14...10.4.15)

-   Fixed `::backdrop` prefixes (by 一丝).
-   Fixed docs (by Christian Oliff).

### [`v10.4.14`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10414)

[Compare Source](https://github.com/postcss/autoprefixer/compare/10.4.13...10.4.14)

-   Improved startup time and reduced JS bundle size (by Kārlis Gaņģis).

### [`v10.4.13`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10413)

[Compare Source](https://github.com/postcss/autoprefixer/compare/10.4.12...10.4.13)

-   Fixed missed prefixes on vendor prefixes in name of CSS Custom Property.

### [`v10.4.12`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10412)

[Compare Source](https://github.com/postcss/autoprefixer/compare/10.4.11...10.4.12)

-   Fixed support of unit-less zero angle in backgrounds (by 一丝).

### [`v10.4.11`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10411)

[Compare Source](https://github.com/postcss/autoprefixer/compare/10.4.10...10.4.11)

-   Fixed `text-decoration` prefixes by moving to MDN data (by Romain Menke).

### [`v10.4.10`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10410)

[Compare Source](https://github.com/postcss/autoprefixer/compare/10.4.9...10.4.10)

-   Fixed `unicode-bidi` prefixes by moving to MDN data.

### [`v10.4.9`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#1049)

[Compare Source](https://github.com/postcss/autoprefixer/compare/10.4.8...10.4.9)

-   Fixed `css-unicode-bidi` issue from latest Can I Use.

### [`v10.4.8`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#1048)

[Compare Source](https://github.com/postcss/autoprefixer/compare/10.4.7...10.4.8)

-   Do not print `color-adjust` warning if `print-color-adjust` also is in rule.

</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: #39
Co-authored-by: Renovate <renovate@bruyant.xyz>
Co-committed-by: Renovate <renovate@bruyant.xyz>
2024-11-08 12:05:52 +00:00
193f8f087a Update dependency postcss to v8.4.47 (#40)
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
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [postcss](https://postcss.org/) ([source](https://github.com/postcss/postcss)) | devDependencies | patch | [`8.4.13` -> `8.4.47`](https://renovatebot.com/diffs/npm/postcss/8.4.13/8.4.47) |

---

### Release Notes

<details>
<summary>postcss/postcss (postcss)</summary>

### [`v8.4.47`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8447)

[Compare Source](https://github.com/postcss/postcss/compare/8.4.46...8.4.47)

-   Removed debug code.

### [`v8.4.46`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8446)

[Compare Source](https://github.com/postcss/postcss/compare/8.4.45...8.4.46)

-   Fixed `Cannot read properties of undefined (reading 'before')`.

### [`v8.4.45`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8445)

[Compare Source](https://github.com/postcss/postcss/compare/8.4.44...8.4.45)

-   Removed unnecessary fix which could lead to infinite loop.

### [`v8.4.44`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8444)

[Compare Source](https://github.com/postcss/postcss/compare/8.4.43...8.4.44)

-   Another way to fix `markClean is not a function` error.

### [`v8.4.43`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8443)

[Compare Source](https://github.com/postcss/postcss/compare/8.4.42...8.4.43)

-   Fixed `markClean is not a function` error.

### [`v8.4.42`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8442)

[Compare Source](https://github.com/postcss/postcss/compare/8.4.41...8.4.42)

-   Fixed CSS syntax error on long minified files (by [@&#8203;varpstar](https://github.com/varpstar)).

### [`v8.4.41`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8441)

[Compare Source](https://github.com/postcss/postcss/compare/8.4.40...8.4.41)

-   Fixed types (by [@&#8203;nex3](https://github.com/nex3) and [@&#8203;querkmachine](https://github.com/querkmachine)).
-   Cleaned up RegExps (by [@&#8203;bluwy](https://github.com/bluwy)).

### [`v8.4.40`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8440)

[Compare Source](https://github.com/postcss/postcss/compare/8.4.39...8.4.40)

-   Moved to getter/setter in nodes types to help Sass team (by [@&#8203;nex3](https://github.com/nex3)).

### [`v8.4.39`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8439)

[Compare Source](https://github.com/postcss/postcss/compare/8.4.38...8.4.39)

-   Fixed `CssSyntaxError` types (by [@&#8203;romainmenke](https://github.com/romainmenke)).

### [`v8.4.38`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8438)

[Compare Source](https://github.com/postcss/postcss/compare/8.4.37...8.4.38)

-   Fixed `endIndex: 0` in errors and warnings (by [@&#8203;romainmenke](https://github.com/romainmenke)).

### [`v8.4.37`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8437)

[Compare Source](https://github.com/postcss/postcss/compare/8.4.36...8.4.37)

-   Fixed `original.column are not numbers` error in another case.

### [`v8.4.36`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8436)

[Compare Source](https://github.com/postcss/postcss/compare/8.4.35...8.4.36)

-   Fixed `original.column are not numbers` error on broken previous source map.

### [`v8.4.35`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8435)

[Compare Source](https://github.com/postcss/postcss/compare/8.4.34...8.4.35)

-   Avoid `!` in `node.parent.nodes` type.
-   Allow to pass `undefined` to node adding method to simplify types.

### [`v8.4.34`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8434)

[Compare Source](https://github.com/postcss/postcss/compare/8.4.33...8.4.34)

-   Fixed `AtRule#nodes` type (by Tim Weißenfels).
-   Cleaned up code (by Dmitry Kirillov).

### [`v8.4.33`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8433)

[Compare Source](https://github.com/postcss/postcss/compare/8.4.32...8.4.33)

-   Fixed `NoWorkResult` behavior difference with normal mode (by Romain Menke).
-   Fixed `NoWorkResult` usage conditions (by [@&#8203;ahmdammarr](https://github.com/ahmdammarr)).

### [`v8.4.32`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8432)

[Compare Source](https://github.com/postcss/postcss/compare/8.4.31...8.4.32)

-   Fixed `postcss().process()` types (by Andrew Ferreira).

### [`v8.4.31`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8431)

[Compare Source](https://github.com/postcss/postcss/compare/8.4.30...8.4.31)

-   Fixed `\r` parsing to fix CVE-2023-44270.

### [`v8.4.30`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8430)

[Compare Source](https://github.com/postcss/postcss/compare/8.4.29...8.4.30)

-   Improved source map performance (by Romain Menke).

### [`v8.4.29`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8429)

[Compare Source](https://github.com/postcss/postcss/compare/8.4.28...8.4.29)

-   Fixed `Node#source.offset` (by Ido Rosenthal).
-   Fixed docs (by Christian Oliff).

### [`v8.4.28`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8428)

[Compare Source](https://github.com/postcss/postcss/compare/8.4.27...8.4.28)

-   Fixed `Root.source.end` for better source map (by Romain Menke).
-   Fixed `Result.root` types when `process()` has no parser.

### [`v8.4.27`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8427)

[Compare Source](https://github.com/postcss/postcss/compare/8.4.26...8.4.27)

-   Fixed `Container` clone methods types.

### [`v8.4.26`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8426)

[Compare Source](https://github.com/postcss/postcss/compare/8.4.25...8.4.26)

-   Fixed clone methods types.

### [`v8.4.25`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8425)

[Compare Source](https://github.com/postcss/postcss/compare/8.4.24...8.4.25)

-   Improve stringify performance (by Romain Menke).
-   Fixed docs (by [@&#8203;vikaskaliramna07](https://github.com/vikaskaliramna07)).

### [`v8.4.24`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8424)

[Compare Source](https://github.com/postcss/postcss/compare/8.4.23...8.4.24)

-   Fixed `Plugin` types.

### [`v8.4.23`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8423)

[Compare Source](https://github.com/postcss/postcss/compare/8.4.22...8.4.23)

-   Fixed warnings in TypeDoc.

### [`v8.4.22`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8422)

[Compare Source](https://github.com/postcss/postcss/compare/8.4.21...8.4.22)

-   Fixed TypeScript support with `node16` (by Remco Haszing).

### [`v8.4.21`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8421)

[Compare Source](https://github.com/postcss/postcss/compare/8.4.20...8.4.21)

-   Fixed `Input#error` types (by Aleks Hudochenkov).

### [`v8.4.20`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8420)

[Compare Source](https://github.com/postcss/postcss/compare/8.4.19...8.4.20)

-   Fixed source map generation for childless at-rules like `@layer`.

### [`v8.4.19`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8419)

[Compare Source](https://github.com/postcss/postcss/compare/8.4.18...8.4.19)

-   Fixed whitespace preserving after AST transformations (by Romain Menke).

### [`v8.4.18`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8418)

[Compare Source](https://github.com/postcss/postcss/compare/8.4.17...8.4.18)

-   Fixed an error on `absolute: true` with empty `sourceContent` (by Rene Haas).

### [`v8.4.17`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8417)

[Compare Source](https://github.com/postcss/postcss/compare/8.4.16...8.4.17)

-   Fixed `Node.before()` unexpected behavior (by Romain Menke).
-   Added TOC to docs (by Mikhail Dedov).

### [`v8.4.16`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8416)

[Compare Source](https://github.com/postcss/postcss/compare/8.4.15...8.4.16)

-   Fixed `Root` AST migration.

### [`v8.4.15`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8415)

[Compare Source](https://github.com/postcss/postcss/compare/8.4.14...8.4.15)

-   Fixed AST normalization after using custom parser with old PostCSS AST.

### [`v8.4.14`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8414)

[Compare Source](https://github.com/postcss/postcss/compare/8.4.13...8.4.14)

-   Print “old plugin API” warning only if plugin was used (by [@&#8203;zardoy](https://github.com/zardoy)).

</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: #40
Co-authored-by: Renovate <renovate@bruyant.xyz>
Co-committed-by: Renovate <renovate@bruyant.xyz>
2024-11-08 12:05:43 +00:00
0f67af6021 Update dependency @fortawesome/fontawesome-svg-core to v6.6.0 (#41)
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
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@fortawesome/fontawesome-svg-core](https://fontawesome.com) ([source](https://github.com/FortAwesome/Font-Awesome)) | dependencies | minor | [`6.5.1` -> `6.6.0`](https://renovatebot.com/diffs/npm/@fortawesome%2ffontawesome-svg-core/6.5.1/6.6.0) |

---

### Release Notes

<details>
<summary>FortAwesome/Font-Awesome (@&#8203;fortawesome/fontawesome-svg-core)</summary>

### [`v6.6.0`](https://github.com/FortAwesome/Font-Awesome/releases/tag/6.6.0)

[Compare Source](https://github.com/FortAwesome/Font-Awesome/compare/6.5.2...6.6.0)

**Change log available at https://fontawesome.com/docs/changelog/**

### [`v6.5.2`](https://github.com/FortAwesome/Font-Awesome/releases/tag/6.5.2)

[Compare Source](https://github.com/FortAwesome/Font-Awesome/compare/6.5.1...6.5.2)

**Change log available at https://fontawesome.com/docs/changelog/**

</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: #41
Co-authored-by: Renovate <renovate@bruyant.xyz>
Co-committed-by: Renovate <renovate@bruyant.xyz>
2024-11-08 12:05:36 +00:00
d00e1f0ee0 Update dependency @fortawesome/free-brands-svg-icons to v6.6.0 (#42)
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
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@fortawesome/free-brands-svg-icons](https://fontawesome.com) ([source](https://github.com/FortAwesome/Font-Awesome)) | dependencies | minor | [`6.5.1` -> `6.6.0`](https://renovatebot.com/diffs/npm/@fortawesome%2ffree-brands-svg-icons/6.5.1/6.6.0) |

---

### Release Notes

<details>
<summary>FortAwesome/Font-Awesome (@&#8203;fortawesome/free-brands-svg-icons)</summary>

### [`v6.6.0`](https://github.com/FortAwesome/Font-Awesome/releases/tag/6.6.0)

[Compare Source](https://github.com/FortAwesome/Font-Awesome/compare/6.5.2...6.6.0)

**Change log available at https://fontawesome.com/docs/changelog/**

### [`v6.5.2`](https://github.com/FortAwesome/Font-Awesome/releases/tag/6.5.2)

[Compare Source](https://github.com/FortAwesome/Font-Awesome/compare/6.5.1...6.5.2)

**Change log available at https://fontawesome.com/docs/changelog/**

</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: #42
Co-authored-by: Renovate <renovate@bruyant.xyz>
Co-committed-by: Renovate <renovate@bruyant.xyz>
2024-11-08 12:05:29 +00:00
19db54c156 Update dependency @fortawesome/free-solid-svg-icons to v6.6.0 (#43)
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
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@fortawesome/free-solid-svg-icons](https://fontawesome.com) ([source](https://github.com/FortAwesome/Font-Awesome)) | dependencies | minor | [`6.5.1` -> `6.6.0`](https://renovatebot.com/diffs/npm/@fortawesome%2ffree-solid-svg-icons/6.5.1/6.6.0) |

---

### Release Notes

<details>
<summary>FortAwesome/Font-Awesome (@&#8203;fortawesome/free-solid-svg-icons)</summary>

### [`v6.6.0`](https://github.com/FortAwesome/Font-Awesome/releases/tag/6.6.0)

[Compare Source](https://github.com/FortAwesome/Font-Awesome/compare/6.5.2...6.6.0)

**Change log available at https://fontawesome.com/docs/changelog/**

### [`v6.5.2`](https://github.com/FortAwesome/Font-Awesome/releases/tag/6.5.2)

[Compare Source](https://github.com/FortAwesome/Font-Awesome/compare/6.5.1...6.5.2)

**Change log available at https://fontawesome.com/docs/changelog/**

</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: #43
Co-authored-by: Renovate <renovate@bruyant.xyz>
Co-committed-by: Renovate <renovate@bruyant.xyz>
2024-11-08 12:05:22 +00:00
b6aeff3b87 Update dependency @fortawesome/react-fontawesome to ^0.2.0 (#44)
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
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@fortawesome/react-fontawesome](https://github.com/FortAwesome/react-fontawesome) | dependencies | minor | [`^0.1.19` -> `^0.2.0`](https://renovatebot.com/diffs/npm/@fortawesome%2freact-fontawesome/0.1.19/0.2.2) |

---

### Release Notes

<details>
<summary>FortAwesome/react-fontawesome (@&#8203;fortawesome/react-fontawesome)</summary>

### [`v0.2.2`](https://github.com/FortAwesome/react-fontawesome/blob/HEAD/CHANGELOG.md#022---2024-05-22)

[Compare Source](https://github.com/FortAwesome/react-fontawesome/compare/0.2.1...0.2.2)

##### Fixed

-   Props with nullable/undefined values no longer throw an error [#&#8203;562](https://github.com/FortAwesome/react-fontawesome/issues/562) [#&#8203;560](https://github.com/FortAwesome/react-fontawesome/issues/560)

***

### [`v0.2.1`](https://github.com/FortAwesome/react-fontawesome/blob/HEAD/CHANGELOG.md#021---2024-05-16)

[Compare Source](https://github.com/FortAwesome/react-fontawesome/compare/0.2.0...0.2.1)

##### Changed

-   Remove defaultProps to be compatible with React 19

***

### [`v0.2.0`](https://github.com/FortAwesome/react-fontawesome/blob/HEAD/CHANGELOG.md#020---2022-06-29)

[Compare Source](https://github.com/FortAwesome/react-fontawesome/compare/0.1.19...0.2.0)

##### Added

-   Support for React forwardRef if using React >= 16.3

**Previous [0.1.x change log available here](https://github.com/FortAwesome/react-fontawesome/blob/0.1.x/CHANGELOG.md)**

</details>

---

### 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: #44
Co-authored-by: Renovate <renovate@bruyant.xyz>
Co-committed-by: Renovate <renovate@bruyant.xyz>
2024-11-08 12:05:13 +00:00
85d2289cc6 Update dependency @testing-library/jest-dom to v5.17.0 (#45)
Some checks failed
Build and deploy / merge (push) Blocked by required conditions
Build and deploy / Pin to cluster node (push) Blocked by required conditions
Build and deploy / build-react (push) Waiting to run
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/jest-dom](https://github.com/testing-library/jest-dom) | dependencies | minor | [`5.16.4` -> `5.17.0`](https://renovatebot.com/diffs/npm/@testing-library%2fjest-dom/5.16.4/5.17.0) |

---

### Release Notes

<details>
<summary>testing-library/jest-dom (@&#8203;testing-library/jest-dom)</summary>

### [`v5.17.0`](https://github.com/testing-library/jest-dom/releases/tag/v5.17.0)

[Compare Source](https://github.com/testing-library/jest-dom/compare/v5.16.5...v5.17.0)

##### Features

-   New `toHaveAccessibleErrorMessage` better implementing the spec, deprecate `toHaveErrorMessage` ([#&#8203;503](https://github.com/testing-library/jest-dom/issues/503)) ([d717c66](d717c66cb4))

### [`v5.16.5`](https://github.com/testing-library/jest-dom/releases/tag/v5.16.5)

[Compare Source](https://github.com/testing-library/jest-dom/compare/v5.16.4...v5.16.5)

##### Bug Fixes

-   migrate ccs v3 to [@&#8203;adobe/css-tools](https://github.com/adobe/css-tools) v4 ([#&#8203;470](https://github.com/testing-library/jest-dom/issues/470)) ([948d90f](948d90f32c))

</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: #45
Co-authored-by: Renovate <renovate@bruyant.xyz>
Co-committed-by: Renovate <renovate@bruyant.xyz>
2024-11-08 12:05:04 +00:00
77d1f39140 Update dependency @testing-library/react to v13.4.0 (#46)
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
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | dependencies | minor | [`13.2.0` -> `13.4.0`](https://renovatebot.com/diffs/npm/@testing-library%2freact/13.2.0/13.4.0) |

---

### Release Notes

<details>
<summary>testing-library/react-testing-library (@&#8203;testing-library/react)</summary>

### [`v13.4.0`](https://github.com/testing-library/react-testing-library/releases/tag/v13.4.0)

[Compare Source](https://github.com/testing-library/react-testing-library/compare/v13.3.0...v13.4.0)

##### Features

-   **renderHook:** allow passing of all render options to renderHook ([#&#8203;1118](https://github.com/testing-library/react-testing-library/issues/1118)) ([27a9584](27a9584629))

### [`v13.3.0`](https://github.com/testing-library/react-testing-library/releases/tag/v13.3.0)

[Compare Source](https://github.com/testing-library/react-testing-library/compare/v13.2.0...v13.3.0)

##### Features

-   Use `globalThis` if available ([#&#8203;1070](https://github.com/testing-library/react-testing-library/issues/1070)) ([c80809a](c80809a956))

</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: #46
Co-authored-by: Renovate <renovate@bruyant.xyz>
Co-committed-by: Renovate <renovate@bruyant.xyz>
2024-11-08 12:04:58 +00:00
49110c80ca Update dependency @testing-library/user-event to v14.5.2 (#47)
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
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
3f68cfc109 Update dependency @types/jest to v27.5.2 (#36)
All checks were successful
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)
Some checks are pending
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)
All checks were successful
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)
Some checks failed
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