Commit Graph

125 Commits

Author SHA1 Message Date
4ca45c1ad3 Update dependency tailwindcss to v3.4.15
All checks were successful
PR build / build-wasm (pull_request) Successful in 13s
PR build / build-react (pull_request) Successful in 45s
PR build / merge (pull_request) Successful in 8s
Build and deploy / build-wasm (push) Successful in 14s
Build and deploy / build-react (push) Successful in 43s
Build and deploy / merge (push) Successful in 7s
Build and deploy / Pin to cluster node (push) Successful in 5s
Build and deploy / Update OVH DNS (push) Successful in 4s
2024-11-14 19:07:32 +00:00
bed24d7501 Update dependency postcss to v8.4.49
All checks were successful
PR build / build-wasm (pull_request) Successful in 14s
PR build / build-react (pull_request) Successful in 48s
PR build / merge (pull_request) Successful in 12s
Build and deploy / build-wasm (push) Successful in 14s
Build and deploy / build-react (push) Successful in 43s
Build and deploy / merge (push) Successful in 8s
Build and deploy / Pin to cluster node (push) Successful in 4s
Build and deploy / Update OVH DNS (push) Successful in 5s
2024-11-11 20:05:31 +00:00
37497b49a4 Lock file maintenance
All checks were successful
Build and deploy / build-wasm (push) Successful in 13s
Build and deploy / build-react (push) Successful in 40s
Build and deploy / merge (push) Successful in 8s
Build and deploy / Pin to cluster node (push) Successful in 6s
Build and deploy / Update OVH DNS (push) Successful in 5s
PR build / build-wasm (pull_request) Successful in 11s
PR build / build-react (pull_request) Successful in 41s
PR build / merge (pull_request) Successful in 7s
2024-11-11 00:10:23 +00:00
ddaa9350cb Update dependency postcss to v8.4.48
All checks were successful
PR build / build-wasm (pull_request) Successful in 16s
PR build / build-react (pull_request) Successful in 46s
PR build / merge (pull_request) Successful in 7s
Build and deploy / build-wasm (push) Successful in 13s
Build and deploy / build-react (push) Successful in 44s
Build and deploy / merge (push) Successful in 10s
Build and deploy / Pin to cluster node (push) Successful in 4s
Build and deploy / Update OVH DNS (push) Successful in 4s
2024-11-10 22:08:16 +00:00
bc6f87139c Update gitea.bruyant.xyz/alexandre/ipfs-node-pin Docker tag to v1.0.2
All checks were successful
PR build / build-wasm (pull_request) Successful in 12s
PR build / build-react (pull_request) Successful in 42s
PR build / merge (pull_request) Successful in 6s
Build and deploy / build-wasm (push) Successful in 10s
Build and deploy / build-react (push) Successful in 40s
Build and deploy / merge (push) Successful in 9s
Build and deploy / Pin to cluster node (push) Successful in 3s
Build and deploy / Update OVH DNS (push) Successful in 4s
2024-11-09 16:05:03 +00:00
88df0e5a7d Update dependency typescript to v4.9.5
All checks were successful
PR build / build-wasm (pull_request) Successful in 12s
PR build / build-react (pull_request) Successful in 45s
PR build / merge (pull_request) Successful in 6s
Build and deploy / build-wasm (push) Successful in 13s
Build and deploy / build-react (push) Successful in 47s
Build and deploy / merge (push) Successful in 6s
Build and deploy / Pin to cluster node (push) Successful in 3s
Build and deploy / Update OVH DNS (push) Successful in 4s
2024-11-09 13:51:22 +00:00
1506846686 Test PR build (#64)
All checks were successful
Build and deploy / build-wasm (push) Successful in 10s
Build and deploy / build-react (push) Successful in 46s
Build and deploy / merge (push) Successful in 6s
Build and deploy / Pin to cluster node (push) Successful in 4s
Build and deploy / Update OVH DNS (push) Successful in 4s
Reviewed-on: #64
2024-11-09 13:45:06 +00:00
beadc884fc Test PR build
All checks were successful
PR build / build-wasm (pull_request) Successful in 11s
PR build / build-react (pull_request) Successful in 51s
PR build / merge (pull_request) Successful in 5s
2024-11-09 14:41:57 +01:00
49380e3b2a Update dependency react-dom to v18.3.1 (#50)
All checks were successful
Build and deploy / build-wasm (push) Successful in 12s
Build and deploy / build-react (push) Successful in 43s
Build and deploy / merge (push) Successful in 5s
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 |
|---|---|---|---|
| [react-dom](https://reactjs.org/) ([source](https://github.com/facebook/react/tree/HEAD/packages/react-dom)) | dependencies | minor | [`18.1.0` -> `18.3.1`](https://renovatebot.com/diffs/npm/react-dom/18.1.0/18.3.1) |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom)) | devDependencies | minor | [`18.0.3` -> `18.3.1`](https://renovatebot.com/diffs/npm/@types%2freact-dom/18.0.3/18.3.1) |

---

### Release Notes

<details>
<summary>facebook/react (react-dom)</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Reviewed-on: #50
Co-authored-by: Renovate <renovate@bruyant.xyz>
Co-committed-by: Renovate <renovate@bruyant.xyz>
2024-11-09 13:38:10 +00:00
6525f29901 Update dependency @testing-library/jest-dom to v6 (#58)
All checks were successful
Build and deploy / build-wasm (push) Successful in 11s
Build and deploy / build-react (push) Successful in 44s
Build and deploy / merge (push) Successful in 5s
Build and deploy / Pin to cluster node (push) Successful in 5s
Build and deploy / Update OVH DNS (push) Successful in 4s
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | dependencies | major | [`^5.16.4` -> `^6.0.0`](https://renovatebot.com/diffs/npm/@testing-library%2fjest-dom/5.17.0/6.6.3) |

---

### Release Notes

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

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

[Compare Source](https://github.com/testing-library/jest-dom/compare/v6.6.2...v6.6.3)

##### Bug Fixes

-   add vitest import when extending vitest matchers ([#&#8203;646](https://github.com/testing-library/jest-dom/issues/646)) ([5ba0156](5ba015651c))

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

[Compare Source](https://github.com/testing-library/jest-dom/compare/v6.6.1...v6.6.2)

##### Bug Fixes

-   remove recursive type reference in vitest types ([#&#8203;636](https://github.com/testing-library/jest-dom/issues/636)) ([4468378](4468378fb4))

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

[Compare Source](https://github.com/testing-library/jest-dom/compare/v6.6.0...v6.6.1)

##### Bug Fixes

-   fix lodash import in to-have-selection.js ([#&#8203;642](https://github.com/testing-library/jest-dom/issues/642)) ([ced792e](ced792e2f2))

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

[Compare Source](https://github.com/testing-library/jest-dom/compare/v6.5.0...v6.6.0)

##### Features

-   implement toHaveSelection ([#&#8203;637](https://github.com/testing-library/jest-dom/issues/637)) ([9b14804](9b148043d0))

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

[Compare Source](https://github.com/testing-library/jest-dom/compare/v6.4.8...v6.5.0)

##### Features

-   **toHaveValue:** Asserting aria-valuenow ([#&#8203;479](https://github.com/testing-library/jest-dom/issues/479)) ([acbf416](acbf416871))

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

[Compare Source](https://github.com/testing-library/jest-dom/compare/v6.4.7...v6.4.8)

##### Bug Fixes

-   Drop peerDependencies from package.json ([#&#8203;610](https://github.com/testing-library/jest-dom/issues/610)) ([faf534b](faf534b6ff))

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

[Compare Source](https://github.com/testing-library/jest-dom/compare/v6.4.6...v6.4.7)

##### Bug Fixes

-   Type definition of `toHaveClass` ([#&#8203;611](https://github.com/testing-library/jest-dom/issues/611)) ([5cc6298](5cc6298847))

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

[Compare Source](https://github.com/testing-library/jest-dom/compare/v6.4.5...v6.4.6)

##### Bug Fixes

-   Support [@&#8203;starting-style](https://github.com/starting-style) ([#&#8203;602](https://github.com/testing-library/jest-dom/issues/602)) ([fd9ee68](fd9ee68ae4))

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

[Compare Source](https://github.com/testing-library/jest-dom/compare/v6.4.4...v6.4.5)

##### Bug Fixes

-   add js suffix to isEqualWith import ([#&#8203;599](https://github.com/testing-library/jest-dom/issues/599)) ([e8c8b13](e8c8b13c6d))

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

[Compare Source](https://github.com/testing-library/jest-dom/compare/v6.4.3...v6.4.4)

##### Bug Fixes

-   **infra:** codecoverage token addition ([#&#8203;600](https://github.com/testing-library/jest-dom/issues/600)) ([f03a582](f03a582827))

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

[Compare Source](https://github.com/testing-library/jest-dom/compare/v6.4.2...v6.4.3)

##### Bug Fixes

-   Updates role support for aria-required attribute in `toBeRequired` ([#&#8203;590](https://github.com/testing-library/jest-dom/issues/590)) ([20aca33](20aca338d0))

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

[Compare Source](https://github.com/testing-library/jest-dom/compare/v6.4.1...v6.4.2)

##### Bug Fixes

-   Remove errant export of GetByRoleMatcher, fixing type checking in some TS configurations ([#&#8203;575](https://github.com/testing-library/jest-dom/issues/575)) ([a93c0c4](a93c0c4a20))

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

[Compare Source](https://github.com/testing-library/jest-dom/compare/v6.4.0...v6.4.1)

##### Bug Fixes

-   Export type `TestingLibraryMatchers` from "./matchers" ([#&#8203;576](https://github.com/testing-library/jest-dom/issues/576)) ([dd1c4dd](dd1c4dd504))

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

[Compare Source](https://github.com/testing-library/jest-dom/compare/v6.3.0...v6.4.0)

##### Features

-   Add toHaveRole matcher ([#&#8203;572](https://github.com/testing-library/jest-dom/issues/572)) ([f7dc673](f7dc673dbc))

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

[Compare Source](https://github.com/testing-library/jest-dom/compare/v6.2.1...v6.3.0)

##### Features

-   Support for regular expressions in toHaveClass ([#&#8203;563](https://github.com/testing-library/jest-dom/issues/563)) ([9787ed5](9787ed59fc))

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

[Compare Source](https://github.com/testing-library/jest-dom/compare/v6.2.0...v6.2.1)

##### Bug Fixes

-   Standalone types for "./matchers" export and add Bun support ([#&#8203;566](https://github.com/testing-library/jest-dom/issues/566)) ([5675b86](5675b8668c))

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

[Compare Source](https://github.com/testing-library/jest-dom/compare/v6.1.6...v6.2.0)

##### Features

-   toHaveAccessibleDescription supports aria-description ([#&#8203;565](https://github.com/testing-library/jest-dom/issues/565)) ([1fb156c](1fb156c2b5))

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

[Compare Source](https://github.com/testing-library/jest-dom/compare/v6.1.5...v6.1.6)

##### Bug Fixes

-   Upgrade [@&#8203;adobe/css-tools](https://github.com/adobe/css-tools) to v4.3.2 ([#&#8203;553](https://github.com/testing-library/jest-dom/issues/553)) ([b64b953](b64b953f76))

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

[Compare Source](https://github.com/testing-library/jest-dom/compare/v6.1.4...v6.1.5)

##### Bug Fixes

-   support uppercase custom props in toHaveStyle ([#&#8203;552](https://github.com/testing-library/jest-dom/issues/552)) ([b7b7c6a](b7b7c6a965))

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

[Compare Source](https://github.com/testing-library/jest-dom/compare/v6.1.3...v6.1.4)

##### Bug Fixes

-   upgrade `@adobe/css-tools` to `4.3.1` to address vulnerability ([#&#8203;532](https://github.com/testing-library/jest-dom/issues/532)) ([44f1eab](44f1eabc79))

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

[Compare Source](https://github.com/testing-library/jest-dom/compare/v6.1.2...v6.1.3)

##### Bug Fixes

-   proper [@&#8203;jest/globals](https://github.com/jest/globals) import ([#&#8203;530](https://github.com/testing-library/jest-dom/issues/530)) ([5b492ac](5b492ace23))

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

[Compare Source](https://github.com/testing-library/jest-dom/compare/v6.1.1...v6.1.2)

##### Bug Fixes

-   bump [@&#8203;adobe/css-tools](https://github.com/adobe/css-tools) for ESM support ([#&#8203;525](https://github.com/testing-library/jest-dom/issues/525)) ([b959a68](b959a68138))

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

[Compare Source](https://github.com/testing-library/jest-dom/compare/v6.1.0...v6.1.1)

##### Bug Fixes

-   **package.json:** update main and module file paths ([#&#8203;523](https://github.com/testing-library/jest-dom/issues/523)) ([853a3e5](853a3e51ba))

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

[Compare Source](https://github.com/testing-library/jest-dom/compare/v6.0.1...v6.1.0)

##### Features

-   Publish ESM and CJS (https://github.com/testing-library/jest-dom/pull/519)

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

[Compare Source](https://github.com/testing-library/jest-dom/compare/v6.0.0...v6.0.1)

##### Bug Fixes

-   matchers type is making the global expect unsafe ([#&#8203;513](https://github.com/testing-library/jest-dom/issues/513)) ([bdb34f1](bdb34f1295))

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

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

##### Features

-   local types, supporting jest, [@&#8203;jest/globals](https://github.com/jest/globals), vitest ([#&#8203;511](https://github.com/testing-library/jest-dom/issues/511)) ([4b764b9](4b764b9f6a))

##### BREAKING CHANGES

-   Removes the extend-expect script. Users should use
    the default import path or one of the new test platform-specific
    paths to automatically extend the appropriate "expect" instance.

extend-expect was not documented in the Readme, so this change should
have minimal impact.

Users can now use the following import paths to automatically extend
"expect" for their chosen test platform:

-   [@&#8203;testing-library/jest-dom](https://github.com/testing-library/jest-dom) - jest ([@&#8203;types/jest](https://github.com/types/jest))
-   @&#8203;testing-library/jest-dom/jest-globals - [@&#8203;jest/globals](https://github.com/jest/globals)
-   @&#8203;testing-library/jest-dom/vitest - vitest

For example:

import '@&#8203;testing-library/jest-dom/jest-globals'

Importing from one of the above paths will augment the appropriate
matcher interface for the given test platform, assuming the import
is done in a .ts file that is included in the user's tsconfig.json.

It's also (still) possible to import the matchers directly without
side effects:

import \* as matchers from '@&#8203;testing-library/jest-dom/matchers'

-   Update kcd-scripts
-   Drop node < 14

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS44LjAiLCJ1cGRhdGVkSW5WZXIiOiIzOS44LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: #58
Co-authored-by: Renovate <renovate@bruyant.xyz>
Co-committed-by: Renovate <renovate@bruyant.xyz>
2024-11-08 22:22:06 +00:00
a7e790854a Update actions/setup-go action to v5 (#55)
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 / Update OVH DNS (push) Blocked by required conditions
Build and deploy / build-wasm (push) Successful in 20s
Build and deploy / build-react (push) Has been cancelled
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-go](https://github.com/actions/setup-go) | action | major | `v2` -> `v5` |

---

### Release Notes

<details>
<summary>actions/setup-go (actions/setup-go)</summary>

### [`v5`](https://github.com/actions/setup-go/compare/v4...v5)

[Compare Source](https://github.com/actions/setup-go/compare/v4...v5)

### [`v4`](https://github.com/actions/setup-go/compare/v3...v4)

[Compare Source](https://github.com/actions/setup-go/compare/v3...v4)

### [`v3`](https://github.com/actions/setup-go/compare/v2...v3)

[Compare Source](https://github.com/actions/setup-go/compare/v2...v3)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS44LjAiLCJ1cGRhdGVkSW5WZXIiOiIzOS44LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: #55
Co-authored-by: Renovate <renovate@bruyant.xyz>
Co-committed-by: Renovate <renovate@bruyant.xyz>
2024-11-08 22:21:25 +00:00
a2ef20dfd4 Update actions/setup-node action to v4 (#56)
Some checks failed
Build and deploy / build-wasm (push) Successful in 13s
Build and deploy / merge (push) Has been cancelled
Build and deploy / Pin to cluster node (push) Has been cancelled
Build and deploy / Update OVH DNS (push) Has been cancelled
Build and deploy / build-react (push) Has been cancelled
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-node](https://github.com/actions/setup-node) | action | major | `v2.5.2` -> `v4.1.0` |

---

### Release Notes

<details>
<summary>actions/setup-node (actions/setup-node)</summary>

### [`v4.1.0`](https://github.com/actions/setup-node/releases/tag/v4.1.0)

[Compare Source](https://github.com/actions/setup-node/compare/v4.0.4...v4.1.0)

#### What's Changed

-   Resolve High Security Alerts by upgrading Dependencies by [@&#8203;aparnajyothi-y](https://github.com/aparnajyothi-y) in https://github.com/actions/setup-node/pull/1132
-   Upgrade IA Publish by [@&#8203;Jcambass](https://github.com/Jcambass) in https://github.com/actions/setup-node/pull/1134
-   Revise `isGhes` logic by [@&#8203;jww3](https://github.com/jww3) in https://github.com/actions/setup-node/pull/1148
-   Add architecture to cache key by [@&#8203;pengx17](https://github.com/pengx17) in https://github.com/actions/setup-node/pull/843
    This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
    Note: This change may break previous cache keys as they will no longer be compatible with the new format.

#### New Contributors

-   [@&#8203;jww3](https://github.com/jww3) made their first contribution in https://github.com/actions/setup-node/pull/1148
-   [@&#8203;pengx17](https://github.com/pengx17) made their first contribution in https://github.com/actions/setup-node/pull/843

**Full Changelog**: https://github.com/actions/setup-node/compare/v4...v4.1.0

### [`v4.0.4`](https://github.com/actions/setup-node/releases/tag/v4.0.4)

[Compare Source](https://github.com/actions/setup-node/compare/v4.0.3...v4.0.4)

#### What's Changed

-   Add workflow file for publishing releases to immutable action package by [@&#8203;Jcambass](https://github.com/Jcambass) in https://github.com/actions/setup-node/pull/1125
-   Enhance Windows ARM64 Setup and Update micromatch Dependency by [@&#8203;priyagupta108](https://github.com/priyagupta108) in https://github.com/actions/setup-node/pull/1126

##### Documentation changes:

-   Documentation update in the README file by [@&#8203;suyashgaonkar](https://github.com/suyashgaonkar) in https://github.com/actions/setup-node/pull/1106
-   Correct invalid 'lts' version string reference by [@&#8203;fulldecent](https://github.com/fulldecent) in https://github.com/actions/setup-node/pull/1124

#### New Contributors

-   [@&#8203;suyashgaonkar](https://github.com/suyashgaonkar) made their first contribution in https://github.com/actions/setup-node/pull/1106
-   [@&#8203;priyagupta108](https://github.com/priyagupta108) made their first contribution in https://github.com/actions/setup-node/pull/1126
-   [@&#8203;Jcambass](https://github.com/Jcambass) made their first contribution in https://github.com/actions/setup-node/pull/1125
-   [@&#8203;fulldecent](https://github.com/fulldecent) made their first contribution in https://github.com/actions/setup-node/pull/1124

**Full Changelog**: https://github.com/actions/setup-node/compare/v4...v4.0.4

### [`v4.0.3`](https://github.com/actions/setup-node/releases/tag/v4.0.3)

[Compare Source](https://github.com/actions/setup-node/compare/v4.0.2...v4.0.3)

#### What's Changed

##### Bug fixes:

-   Fix macos latest check failures by [@&#8203;HarithaVattikuti](https://github.com/HarithaVattikuti) in https://github.com/actions/setup-node/pull/1041

##### Documentation changes:

-   Documentation update to update default Node version to 20 by [@&#8203;bengreeley](https://github.com/bengreeley) in https://github.com/actions/setup-node/pull/949

##### Dependency  updates:

-   Bump undici from 5.26.5 to 5.28.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/actions/setup-node/pull/965
-   Bump braces from 3.0.2 to 3.0.3 and other dependency updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/actions/setup-node/pull/1087

#### New Contributors

-   [@&#8203;bengreeley](https://github.com/bengreeley) made their first contribution in https://github.com/actions/setup-node/pull/949
-   [@&#8203;HarithaVattikuti](https://github.com/HarithaVattikuti) made their first contribution in https://github.com/actions/setup-node/pull/1041

**Full Changelog**: https://github.com/actions/setup-node/compare/v4...v4.0.3

### [`v4.0.2`](https://github.com/actions/setup-node/releases/tag/v4.0.2)

[Compare Source](https://github.com/actions/setup-node/compare/v4.0.1...v4.0.2)

#### What's Changed

-   Add support for `volta.extends` by [@&#8203;ThisIsManta](https://github.com/ThisIsManta) in https://github.com/actions/setup-node/pull/921
-   Add support for arm64 Windows by [@&#8203;dmitry-shibanov](https://github.com/dmitry-shibanov) in https://github.com/actions/setup-node/pull/927

#### New Contributors

-   [@&#8203;ThisIsManta](https://github.com/ThisIsManta) made their first contribution in https://github.com/actions/setup-node/pull/921

**Full Changelog**: https://github.com/actions/setup-node/compare/v4.0.1...v4.0.2

### [`v4.0.1`](https://github.com/actions/setup-node/releases/tag/v4.0.1)

[Compare Source](https://github.com/actions/setup-node/compare/v4.0.0...v4.0.1)

#### What's Changed

-   Ignore engines in Yarn 1 e2e-cache tests by [@&#8203;trivikr](https://github.com/trivikr) in https://github.com/actions/setup-node/pull/882
-   Update setup-node references in the README.md file to setup-node@v4 by [@&#8203;jwetzell](https://github.com/jwetzell) in https://github.com/actions/setup-node/pull/884
-   Update reusable workflows to use Node.js v20 by [@&#8203;MaksimZhukov](https://github.com/MaksimZhukov) in https://github.com/actions/setup-node/pull/889
-   Add fix for cache to resolve slow post action step by [@&#8203;aparnajyothi-y](https://github.com/aparnajyothi-y) in https://github.com/actions/setup-node/pull/917
-   Fix README.md by [@&#8203;takayamaki](https://github.com/takayamaki) in https://github.com/actions/setup-node/pull/898
-   Add `package.json` to `node-version-file` list of examples. by [@&#8203;TWiStErRob](https://github.com/TWiStErRob) in https://github.com/actions/setup-node/pull/879
-   Fix node-version-file interprets entire package.json as a version by [@&#8203;NullVoxPopuli](https://github.com/NullVoxPopuli) in https://github.com/actions/setup-node/pull/865

#### New Contributors

-   [@&#8203;trivikr](https://github.com/trivikr) made their first contribution in https://github.com/actions/setup-node/pull/882
-   [@&#8203;jwetzell](https://github.com/jwetzell) made their first contribution in https://github.com/actions/setup-node/pull/884
-   [@&#8203;aparnajyothi-y](https://github.com/aparnajyothi-y) made their first contribution in https://github.com/actions/setup-node/pull/917
-   [@&#8203;takayamaki](https://github.com/takayamaki) made their first contribution in https://github.com/actions/setup-node/pull/898
-   [@&#8203;TWiStErRob](https://github.com/TWiStErRob) made their first contribution in https://github.com/actions/setup-node/pull/879
-   [@&#8203;NullVoxPopuli](https://github.com/NullVoxPopuli) made their first contribution in https://github.com/actions/setup-node/pull/865

**Full Changelog**: https://github.com/actions/setup-node/compare/v4...v4.0.1

### [`v4.0.0`](https://github.com/actions/setup-node/releases/tag/v4.0.0)

[Compare Source](https://github.com/actions/setup-node/compare/v3.8.2...v4.0.0)

#### What's Changed

In scope of this release we changed version of node runtime for action from node16 to node20 and updated dependencies in https://github.com/actions/setup-node/pull/866

Besides, release contains such changes as:

-   Upgrade actions/checkout to v4 by [@&#8203;gmembre-zenika](https://github.com/gmembre-zenika) in https://github.com/actions/setup-node/pull/868
-   Update actions/checkout for documentation and yaml by [@&#8203;dmitry-shibanov](https://github.com/dmitry-shibanov) in https://github.com/actions/setup-node/pull/876

#### New Contributors

-   [@&#8203;gmembre-zenika](https://github.com/gmembre-zenika) made their first contribution in https://github.com/actions/setup-node/pull/868

**Full Changelog**: https://github.com/actions/setup-node/compare/v3...v4.0.0

### [`v3.8.2`](https://github.com/actions/setup-node/releases/tag/v3.8.2)

[Compare Source](https://github.com/actions/setup-node/compare/v3.8.1...v3.8.2)

#### What's Changed

-   Update semver by [@&#8203;dmitry-shibanov](https://github.com/dmitry-shibanov) in https://github.com/actions/setup-node/pull/861
-   Update temp directory creation by [@&#8203;nikolai-laevskii](https://github.com/nikolai-laevskii) in https://github.com/actions/setup-node/pull/859
-   Bump [@&#8203;babel/traverse](https://github.com/babel/traverse) from 7.15.4 to 7.23.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/actions/setup-node/pull/870
-   Add notice about binaries not being updated yet by [@&#8203;nikolai-laevskii](https://github.com/nikolai-laevskii) in https://github.com/actions/setup-node/pull/872
-   Update toolkit cache and core by [@&#8203;dmitry-shibanov](https://github.com/dmitry-shibanov) and [@&#8203;seongwon-privatenote](https://github.com/seongwon-privatenote) in https://github.com/actions/setup-node/pull/875

**Full Changelog**: https://github.com/actions/setup-node/compare/v3...v3.8.2

### [`v3.8.1`](https://github.com/actions/setup-node/releases/tag/v3.8.1)

[Compare Source](https://github.com/actions/setup-node/compare/v3.8.0...v3.8.1)

#### What's Changed

In scope of this release, the filter was removed within the cache-save step by [@&#8203;dmitry-shibanov](https://github.com/dmitry-shibanov) in https://github.com/actions/setup-node/pull/831. It is filtered and checked in the toolkit/cache library.

**Full Changelog**: https://github.com/actions/setup-node/compare/v3...v3.8.1

### [`v3.8.0`](https://github.com/actions/setup-node/releases/tag/v3.8.0)

[Compare Source](https://github.com/actions/setup-node/compare/v3.7.0...v3.8.0)

#### What's Changed

##### Bug fixes:

-   Add check for existing paths by [@&#8203;dmitry-shibanov](https://github.com/dmitry-shibanov) in https://github.com/actions/setup-node/pull/803
-   Resolve SymbolicLink by [@&#8203;dmitry-shibanov](https://github.com/dmitry-shibanov) in https://github.com/actions/setup-node/pull/809
-   Change passing logic for cache input by [@&#8203;dmitry-shibanov](https://github.com/dmitry-shibanov) in https://github.com/actions/setup-node/pull/816
-   Fix armv7 cache issue by [@&#8203;louislam](https://github.com/louislam) in https://github.com/actions/setup-node/pull/794
-   Update check-dist workflow name by [@&#8203;sinchang](https://github.com/sinchang) in https://github.com/actions/setup-node/pull/710

##### Feature implementations:

-   feat: handling the case where "node" is used for tool-versions file. by [@&#8203;xytis](https://github.com/xytis) in https://github.com/actions/setup-node/pull/812

##### Documentation changes:

-   Refer to semver package name in README.md by [@&#8203;olleolleolle](https://github.com/olleolleolle) in https://github.com/actions/setup-node/pull/808

##### Update dependencies:

-   Update toolkit cache to fix zstd by [@&#8203;dmitry-shibanov](https://github.com/dmitry-shibanov) in https://github.com/actions/setup-node/pull/804
-   Bump tough-cookie and [@&#8203;azure/ms-rest-js](https://github.com/azure/ms-rest-js) by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/actions/setup-node/pull/802
-   Bump semver from 6.1.2 to 6.3.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/actions/setup-node/pull/807
-   Bump word-wrap from 1.2.3 to 1.2.4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/actions/setup-node/pull/815

#### New Contributors

-   [@&#8203;olleolleolle](https://github.com/olleolleolle) made their first contribution in https://github.com/actions/setup-node/pull/808
-   [@&#8203;louislam](https://github.com/louislam) made their first contribution in https://github.com/actions/setup-node/pull/794
-   [@&#8203;sinchang](https://github.com/sinchang) made their first contribution in https://github.com/actions/setup-node/pull/710
-   [@&#8203;xytis](https://github.com/xytis) made their first contribution in https://github.com/actions/setup-node/pull/812

**Full Changelog**: https://github.com/actions/setup-node/compare/v3...v3.8.0

### [`v3.7.0`](https://github.com/actions/setup-node/releases/tag/v3.7.0)

[Compare Source](https://github.com/actions/setup-node/compare/v3.6.0...v3.7.0)

#### What's Changed

In scope of this release we added a logic to save an additional cache path for yarn 3 ([related pull request](https://github.com/actions/setup-node/pull/744) and [feature request](https://github.com/actions/setup-node/issues/325)). Moreover, we added functionality to use all the sub directories derived from `cache-dependency-path` input and add detect all dependencies directories to cache (related [pull request](https://github.com/actions/setup-node/pull/735) and [feature request](https://github.com/actions/setup-node/issues/488)).

##### Besides, we made such changes as:

-   Replace workflow badge with new badge by [@&#8203;jongwooo](https://github.com/jongwooo) in https://github.com/actions/setup-node/pull/653
-   Fix a minor typo by [@&#8203;phanan](https://github.com/phanan) in https://github.com/actions/setup-node/pull/662
-   docs: fix typo in advanced-usage.md by [@&#8203;remarkablemark](https://github.com/remarkablemark) in https://github.com/actions/setup-node/pull/697
-   bugfix: Don't attempt to use Windows fallbacks on non-Windows OSes by [@&#8203;domdomegg](https://github.com/domdomegg) in https://github.com/actions/setup-node/pull/718
-   Update to node 18.x by [@&#8203;feelepxyz](https://github.com/feelepxyz) in https://github.com/actions/setup-node/pull/751
-   Remove implicit dependencies by [@&#8203;nikolai-laevskii](https://github.com/nikolai-laevskii) in https://github.com/actions/setup-node/pull/758
-   Fix description about ensuring workflow access to private package by [@&#8203;x86chi](https://github.com/x86chi) in https://github.com/actions/setup-node/pull/704

#### New Contributors

-   [@&#8203;jongwooo](https://github.com/jongwooo) made their first contribution in https://github.com/actions/setup-node/pull/653
-   [@&#8203;phanan](https://github.com/phanan) made their first contribution in https://github.com/actions/setup-node/pull/662
-   [@&#8203;remarkablemark](https://github.com/remarkablemark) made their first contribution in https://github.com/actions/setup-node/pull/697
-   [@&#8203;domdomegg](https://github.com/domdomegg) made their first contribution in https://github.com/actions/setup-node/pull/718
-   [@&#8203;feelepxyz](https://github.com/feelepxyz) made their first contribution in https://github.com/actions/setup-node/pull/751
-   [@&#8203;nikolai-laevskii](https://github.com/nikolai-laevskii) made their first contribution in https://github.com/actions/setup-node/pull/758
-   [@&#8203;x86chi](https://github.com/x86chi) made their first contribution in https://github.com/actions/setup-node/pull/704

**Full Changelog**: https://github.com/actions/setup-node/compare/v3...v3.7.0

### [`v3.6.0`](https://github.com/actions/setup-node/releases/tag/v3.6.0): Add Support for Nightly, Canary and RC builds for Node.js

[Compare Source](https://github.com/actions/setup-node/compare/v3.5.1...v3.6.0)

In scope of this release we added support to download nightly, rc (https://github.com/actions/setup-node/pull/611) and canary (https://github.com/actions/setup-node/pull/619) Node.js distributions.

##### For nightly versions:

```yaml
jobs:
  build:
    runs-on: ubuntu-latest
    name: Node sample
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-node@v3
        with:
          node-version: '16-nightly'
      - run: npm ci
      - run: npm test
```

##### For canary versions:

```yaml
jobs:
  build:
    runs-on: ubuntu-latest
    name: Node sample
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-node@v3
        with:
          node-version: '16-v8-canary’
      - run: npm ci
      - run: npm test
```

##### For rc versions:

```yaml
jobs:
  build:
    runs-on: ubuntu-latest
    name: Node sample
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-node@v3
        with:
          node-version: '16.0.0-rc.1’
      - run: npm ci
      - run: npm test
```

Note: For more examples please refer to [documentation](https://github.com/actions/setup-node#advanced-usage).

Besides, we added the following changes as:

-   Updated minimatch: https://github.com/actions/setup-node/pull/608
-   Fixed extra newline character in version output when reading from a file: https://github.com/actions/setup-node/pull/625
-   Passed the token input through on GHES: https://github.com/actions/setup-node/pull/595
-   Fixed issue with scoped registries are duplicated in npmrc: https://github.com/actions/setup-node/pull/637

### [`v3.5.1`](https://github.com/actions/setup-node/releases/tag/v3.5.1): Update @&#8203;actions/core and Print Node, Npm, Yarn versions

[Compare Source](https://github.com/actions/setup-node/compare/v3.5.0...v3.5.1)

In scope of this release we updated [actions/core to 1.10.0](https://github.com/actions/setup-node/pull/587). Moreover, we added logic [to print Nodejs, Npm, Yarn versions](https://github.com/actions/setup-node/pull/368) after installation.

### [`v3.5.0`](https://github.com/actions/setup-node/releases/tag/v3.5.0): Add support for engines.node and Volta

[Compare Source](https://github.com/actions/setup-node/compare/v3.4.1...v3.5.0)

In scope of this release we add support for engines.node. The action will be able to grab the version form package.json#engines.node. https://github.com/actions/setup-node/pull/485. Moreover, we [added support for Volta](https://github.com/actions/setup-node/pull/532)

Besides, we updated [@&#8203;actions/core to 1.9.1](https://github.com/actions/setup-node/pull/574) and [@&#8203;actions/cache to 3.0.4](https://github.com/actions/setup-node/pull/573)

### [`v3.4.1`](https://github.com/actions/setup-node/releases/tag/v3.4.1): Fix pnpm output and node-version  output issues

[Compare Source](https://github.com/actions/setup-node/compare/v3.4.0...v3.4.1)

In scope of this release we fixed bugs related to the pnpm 7.5.1 output issue from `pnpm store path` https://github.com/actions/setup-node/pull/545. Moreover we fixed the issue with falling on node-version output https://github.com/actions/setup-node/pull/540.

### [`v3.4.0`](https://github.com/actions/setup-node/releases/tag/v3.4.0): Add support for asdf format and update actions/cache version to 3.0.0

[Compare Source](https://github.com/actions/setup-node/compare/v3.3.0...v3.4.0)

In scope of this release we updated `actions/cache` package as the new version contains fixes for [caching error handling](https://github.com/actions/setup-node/pull/526). Moreover, we added support for asdf format as Node.js version file https://github.com/actions/setup-node/pull/373. Besides, we introduced new output [node-version](https://github.com/actions/setup-node/pull/534) and added `npm-shrinkwrap.json` to dependency file patterns: https://github.com/actions/setup-node/pull/439

### [`v3.3.0`](https://github.com/actions/setup-node/releases/tag/v3.3.0): Add support for lts/-n aliases

[Compare Source](https://github.com/actions/setup-node/compare/v3.2.0...v3.3.0)

In scope of this release we added support for `lts/-n` aliases, improve logic for `current`, `latest` and `node` aliases to handle them from `toolcache`, update `ncc` package.

##### Support of lts/-n aliases

-   Related pull request: https://github.com/actions/setup-node/pull/481
-   Related issue: https://github.com/actions/setup-node/issues/26

```yaml
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
  with:
    node-version: lts/-1
- run: npm ci
- run: npm test
```

##### Minor improvements

-   Update zeit/ncc to vercel/ncc: https://github.com/actions/setup-node/pull/476
-   Get latest version from cache if exists: https://github.com/actions/setup-node/pull/496

### [`v3.2.0`](https://github.com/actions/setup-node/releases/tag/v3.2.0): Add current, node, latest aliases

[Compare Source](https://github.com/actions/setup-node/compare/v3.1.1...v3.2.0)

In scope of this release we added new aliases to install the latest Node.js version. https://github.com/actions/setup-node/pull/483

```yml
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
  with:
    node-version: current
- run: npm ci
- run: npm test
```

### [`v3.1.1`](https://github.com/actions/setup-node/releases/tag/v3.1.1): Update actions/cache version to 2.0.2

[Compare Source](https://github.com/actions/setup-node/compare/v3.1.0...v3.1.1)

In scope of this release we updated `actions/cache` package as the new version contains fixes related to GHES 3.5 (https://github.com/actions/setup-node/pull/460)

### [`v3.1.0`](https://github.com/actions/setup-node/releases/tag/v3.1.0): Add caching support on GHES 3.5

[Compare Source](https://github.com/actions/setup-node/compare/v3.0.0...v3.1.0)

In scope of this release we added [support for caching from GHES 3.5](https://github.com/actions/setup-node/pull/452) and fixed download issue for files > 2GB during restore. Besides, we updated `actions/cache` dependency to 2.0.0 version.

### [`v3.0.0`](https://github.com/actions/setup-node/releases/tag/v3.0.0)

[Compare Source](https://github.com/actions/setup-node/compare/v2.5.2...v3.0.0)

In scope of this release we changed version of the runtime Node.js for the setup-node action and updated package-lock.json file to  v2.

##### Breaking Changes

-   With the update to Node 16 in https://github.com/actions/setup-node/pull/414, all scripts will now be run with Node 16 rather than Node 12.
-   We removed deprecated `version` input (https://github.com/actions/setup-node/pull/424). Please use `node-version` input instead.

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS44LjAiLCJ1cGRhdGVkSW5WZXIiOiIzOS44LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: #56
Co-authored-by: Renovate <renovate@bruyant.xyz>
Co-committed-by: Renovate <renovate@bruyant.xyz>
2024-11-08 22:21:12 +00:00
1699f399d8 Update dependency tailwindcss to v3.4.14 (#51)
All checks were successful
Build and deploy / build-wasm (push) Successful in 11s
Build and deploy / build-react (push) Successful in 42s
Build and deploy / merge (push) Successful in 5s
Build and deploy / Pin to cluster node (push) Successful in 4s
Build and deploy / Update OVH DNS (push) Successful in 4s
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [tailwindcss](https://tailwindcss.com) ([source](https://github.com/tailwindlabs/tailwindcss)) | devDependencies | minor | [`3.0.24` -> `3.4.14`](https://renovatebot.com/diffs/npm/tailwindcss/3.0.24/3.4.14) |

---

### Release Notes

<details>
<summary>tailwindlabs/tailwindcss (tailwindcss)</summary>

### [`v3.4.14`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.14)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.13...v3.4.14)

##### Fixed

-   Don't set `display: none` on elements that use `hidden="until-found"` ([#&#8203;14625](https://github.com/tailwindlabs/tailwindcss/pull/14625))

### [`v3.4.13`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.13)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.12...v3.4.13)

##### Fixed

-   Improve source glob verification performance ([#&#8203;14481](https://github.com/tailwindlabs/tailwindcss/pull/14481))

### [`v3.4.12`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.12)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.11...v3.4.12)

##### Fixed

-   Ensure using `@apply` with utilities that use `@defaults` works with rules defined in the base layer when using `optimizeUniversalDefaults` ([#&#8203;14427](https://github.com/tailwindlabs/tailwindcss/pull/14427))

### [`v3.4.11`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.11)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.10...v3.4.11)

##### Fixed

-   Allow `anchor-size(…)` in arbitrary values ([#&#8203;14393](https://github.com/tailwindlabs/tailwindcss/pull/14393))

### [`v3.4.10`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.10)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.9...v3.4.10)

##### Fixed

-   Bump versions of plugins in the Standalone CLI ([#&#8203;14185](https://github.com/tailwindlabs/tailwindcss/pull/14185))

### [`v3.4.9`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.9)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.8...v3.4.9)

##### Fixed

-   No longer warns when broad glob patterns are detecting `vendor` folders

### [`v3.4.8`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.8)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.7...v3.4.8)

##### Fixed

-   Fix minification when using nested CSS ([#&#8203;14105](https://github.com/tailwindlabs/tailwindcss/pull/14105))
-   Warn when broad glob patterns are used in the content configuration ([#&#8203;14140](https://github.com/tailwindlabs/tailwindcss/pull/14140))

### [`v3.4.7`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.7)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.6...v3.4.7)

##### Fixed

-   Fix class detection in Slim templates with attached attributes and ID ([#&#8203;14019](https://github.com/tailwindlabs/tailwindcss/pull/14019))
-   Ensure attribute values in `data-*` and `aria-*` modifiers are always quoted in the generated CSS ([#&#8203;14037](https://github.com/tailwindlabs/tailwindcss/pull/14037))

### [`v3.4.6`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.6)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.5...v3.4.6)

##### Fixed

-   Fix detection of some utilities in Slim/Pug templates ([#&#8203;14006](https://github.com/tailwindlabs/tailwindcss/pull/14006))

##### Changed

-   Loosen `:is()` wrapping rules when using an important selector ([#&#8203;13900](https://github.com/tailwindlabs/tailwindcss/pull/13900))

### [`v3.4.5`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.5)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.4...v3.4.5)

##### Fixed

-   Disable automatic `var()` injection for anchor properties ([#&#8203;13826](https://github.com/tailwindlabs/tailwindcss/pull/13826))
-   Use no value instead of `blur(0px)` for `backdrop-blur-none` and `blur-none` utilities ([#&#8203;13830](https://github.com/tailwindlabs/tailwindcss/pull/13830))
-   Add `.mts` and `.cts` config file detection ([#&#8203;13940](https://github.com/tailwindlabs/tailwindcss/pull/13940))
-   Don't generate utilities like `px-1` unnecessarily when using utilities like `px-1.5` ([#&#8203;13959](https://github.com/tailwindlabs/tailwindcss/pull/13959))
-   Always generate `-webkit-backdrop-filter` for `backdrop-*` utilities ([#&#8203;13997](https://github.com/tailwindlabs/tailwindcss/pull/13997))

### [`v3.4.4`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.4)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.3...v3.4.4)

##### Fixed

-   Make it possible to use multiple `<alpha-value>` placeholders in a single color definition ([#&#8203;13740](https://github.com/tailwindlabs/tailwindcss/pull/13740))
-   Don't prefix classes in arbitrary values of `has-*`, `group-has-*`, and `peer-has-*` variants ([#&#8203;13770](https://github.com/tailwindlabs/tailwindcss/pull/13770))
-   Support negative values for `{col,row}-{start,end}` utilities ([#&#8203;13781](https://github.com/tailwindlabs/tailwindcss/pull/13781))
-   Update embedded browserslist database ([#&#8203;13792](https://github.com/tailwindlabs/tailwindcss/pull/13792))

### [`v3.4.3`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.3)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.2...v3.4.3)

##### Fixed

-   Revert changes to glob handling ([#&#8203;13384](https://github.com/tailwindlabs/tailwindcss/pull/13384))

### [`v3.4.2`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.2)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.1...v3.4.2)

##### Fixed

-   Ensure max specificity of `0,0,1` for button and input Preflight rules ([#&#8203;12735](https://github.com/tailwindlabs/tailwindcss/pull/12735))
-   Improve glob handling for folders with `(`, `)`, `[` or `]` in the file path ([#&#8203;12715](https://github.com/tailwindlabs/tailwindcss/pull/12715))
-   Split `:has` rules when using `experimental.optimizeUniversalDefaults` ([#&#8203;12736](https://github.com/tailwindlabs/tailwindcss/pull/12736))
-   Sort arbitrary properties alphabetically across multiple class lists ([#&#8203;12911](https://github.com/tailwindlabs/tailwindcss/pull/12911))
-   Add `mix-blend-plus-darker` utility ([#&#8203;12923](https://github.com/tailwindlabs/tailwindcss/pull/12923))
-   Ensure dashes are allowed in variant modifiers ([#&#8203;13303](https://github.com/tailwindlabs/tailwindcss/pull/13303))
-   Fix crash showing completions in Intellisense when using a custom separator ([#&#8203;13306](https://github.com/tailwindlabs/tailwindcss/pull/13306))
-   Transpile `import.meta.url` in config files ([#&#8203;13322](https://github.com/tailwindlabs/tailwindcss/pull/13322))
-   Reset letter spacing for form elements ([#&#8203;13150](https://github.com/tailwindlabs/tailwindcss/pull/13150))
-   Fix missing `xx-large` and remove double `x-large` absolute size ([#&#8203;13324](https://github.com/tailwindlabs/tailwindcss/pull/13324))
-   Don't error when encountering nested CSS unless trying to `@apply` a class that uses nesting ([#&#8203;13325](https://github.com/tailwindlabs/tailwindcss/pull/13325))
-   Ensure that arbitrary properties respect `important` configuration ([#&#8203;13353](https://github.com/tailwindlabs/tailwindcss/pull/13353))
-   Change dark mode selector so `@apply` works correctly with pseudo elements ([#&#8203;13379](https://github.com/tailwindlabs/tailwindcss/pull/13379))

### [`v3.4.1`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.1)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.0...v3.4.1)

##### Fixed

-   Don't remove keyframe stops when using important utilities ([#&#8203;12639](https://github.com/tailwindlabs/tailwindcss/pull/12639))
-   Don't add spaces to gradients and grid track names when followed by `calc()` ([#&#8203;12704](https://github.com/tailwindlabs/tailwindcss/pull/12704))
-   Restore old behavior for `class` dark mode strategy ([#&#8203;12717](https://github.com/tailwindlabs/tailwindcss/pull/12717))

##### Added

-   Add new `selector` and `variant` strategies for dark mode ([#&#8203;12717](https://github.com/tailwindlabs/tailwindcss/pull/12717))

##### Changed

-   Support `rtl` and `ltr` variants on same element as `dir` attribute ([#&#8203;12717](https://github.com/tailwindlabs/tailwindcss/pull/12717))

### [`v3.4.0`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.0)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.3.7...v3.4.0)

<a href="https://tailwindcss.com/blog/tailwindcss-v3-4"><img alt="Tailwind CSS" src="https://github.com/tailwindlabs/tailwindcss/assets/882133/cf6ee749-cce4-45e9-b15f-e081a6353833" width="768"></a>

Tailwind CSS v3.4 has arrived! Check out the [announcement post](https://tailwindcss.com/blog/tailwindcss-v3-4) for a guided tour through all of the highlights.

##### Added

-   Add `svh`, `lvh`, and `dvh` values to default `height`/`min-height`/`max-height` theme ([#&#8203;11317](https://github.com/tailwindlabs/tailwindcss/pull/11317))
-   Add `has-*` variants for `:has(...)` pseudo-class ([#&#8203;11318](https://github.com/tailwindlabs/tailwindcss/pull/11318))
-   Add `text-wrap` utilities including `text-balance` and `text-pretty` ([#&#8203;11320](https://github.com/tailwindlabs/tailwindcss/pull/11320), [#&#8203;12031](https://github.com/tailwindlabs/tailwindcss/pull/12031))
-   Extend default `opacity` scale to include all steps of 5 ([#&#8203;11832](https://github.com/tailwindlabs/tailwindcss/pull/11832))
-   Update Preflight `html` styles to include shadow DOM `:host` pseudo-class ([#&#8203;11200](https://github.com/tailwindlabs/tailwindcss/pull/11200))
-   Increase default values for `grid-rows-*` utilities from 1–6 to 1–12 ([#&#8203;12180](https://github.com/tailwindlabs/tailwindcss/pull/12180))
-   Add `size-*` utilities ([#&#8203;12287](https://github.com/tailwindlabs/tailwindcss/pull/12287))
-   Add utilities for CSS subgrid ([#&#8203;12298](https://github.com/tailwindlabs/tailwindcss/pull/12298))
-   Add spacing scale to `min-w-*`, `min-h-*`, and `max-w-*` utilities ([#&#8203;12300](https://github.com/tailwindlabs/tailwindcss/pull/12300))
-   Add `forced-color-adjust` utilities ([#&#8203;11931](https://github.com/tailwindlabs/tailwindcss/pull/11931))
-   Add `forced-colors` variant ([#&#8203;11694](https://github.com/tailwindlabs/tailwindcss/pull/11694), [#&#8203;12582](https://github.com/tailwindlabs/tailwindcss/pull/12582))
-   Add `appearance-auto` utility ([#&#8203;12404](https://github.com/tailwindlabs/tailwindcss/pull/12404))
-   Add logical property values for `float` and `clear` utilities ([#&#8203;12480](https://github.com/tailwindlabs/tailwindcss/pull/12480))
-   Add `*` variant for targeting direct children ([#&#8203;12551](https://github.com/tailwindlabs/tailwindcss/pull/12551))

##### Changed

-   Simplify the `sans` font-family stack ([#&#8203;11748](https://github.com/tailwindlabs/tailwindcss/pull/11748))
-   Disable the tap highlight overlay on iOS ([#&#8203;12299](https://github.com/tailwindlabs/tailwindcss/pull/12299))
-   Improve relative precedence of `rtl`, `ltr`, `forced-colors`, and `dark` variants ([#&#8203;12584](https://github.com/tailwindlabs/tailwindcss/pull/12584))

### [`v3.3.7`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.7)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.3.6...v3.3.7)

##### Fixed

-   Fix support for container query utilities with arbitrary values ([#&#8203;12534](https://github.com/tailwindlabs/tailwindcss/pull/12534))
-   Fix custom config loading in Standalone CLI ([#&#8203;12616](https://github.com/tailwindlabs/tailwindcss/pull/12616))

### [`v3.3.6`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.6)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.3.5...v3.3.6)

##### Fixed

-   Don’t add spaces to negative numbers following a comma ([#&#8203;12324](https://github.com/tailwindlabs/tailwindcss/pull/12324))
-   Don't emit `@config` in CSS when watching via the CLI ([#&#8203;12327](https://github.com/tailwindlabs/tailwindcss/pull/12327))
-   Improve types for `resolveConfig` ([#&#8203;12272](https://github.com/tailwindlabs/tailwindcss/pull/12272))
-   Ensure configured `font-feature-settings` for `mono` are included in Preflight ([#&#8203;12342](https://github.com/tailwindlabs/tailwindcss/pull/12342))
-   Improve candidate detection in minified JS arrays (without spaces) ([#&#8203;12396](https://github.com/tailwindlabs/tailwindcss/pull/12396))
-   Don't crash when given applying a variant to a negated version of a simple utility ([#&#8203;12514](https://github.com/tailwindlabs/tailwindcss/pull/12514))
-   Fix support for slashes in arbitrary modifiers ([#&#8203;12515](https://github.com/tailwindlabs/tailwindcss/pull/12515))
-   Fix source maps of variant utilities that come from an `@layer` rule ([#&#8203;12508](https://github.com/tailwindlabs/tailwindcss/pull/12508))
-   Fix loading of built-in plugins when using an ESM or TypeScript config with the Standalone CLI ([#&#8203;12506](https://github.com/tailwindlabs/tailwindcss/pull/12506))

### [`v3.3.5`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.5)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.3.4...v3.3.5)

##### Fixed

-   Fix incorrect spaces around `-` in `calc()` expression ([#&#8203;12283](https://github.com/tailwindlabs/tailwindcss/pull/12283))

### [`v3.3.4`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.4)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.3.3...v3.3.4)

##### Fixed

-   Improve normalisation of `calc()`-like functions ([#&#8203;11686](https://github.com/tailwindlabs/tailwindcss/pull/11686))
-   Skip `calc()` normalisation in nested `theme()` calls ([#&#8203;11705](https://github.com/tailwindlabs/tailwindcss/pull/11705))
-   Fix incorrectly generated CSS when using square brackets inside arbitrary properties ([#&#8203;11709](https://github.com/tailwindlabs/tailwindcss/pull/11709))
-   Make `content` optional for presets in TypeScript types ([#&#8203;11730](https://github.com/tailwindlabs/tailwindcss/pull/11730))
-   Handle variable colors that have variable fallback values ([#&#8203;12049](https://github.com/tailwindlabs/tailwindcss/pull/12049))
-   Batch reading content files to prevent `too many open files` error ([#&#8203;12079](https://github.com/tailwindlabs/tailwindcss/pull/12079))
-   Skip over classes inside `:not(…)` when nested in an at-rule ([#&#8203;12105](https://github.com/tailwindlabs/tailwindcss/pull/12105))
-   Update types to work with `Node16` module resolution ([#&#8203;12097](https://github.com/tailwindlabs/tailwindcss/pull/12097))
-   Don’t crash when important and parent selectors are equal in `@apply` ([#&#8203;12112](https://github.com/tailwindlabs/tailwindcss/pull/12112))
-   Eliminate irrelevant rules when applying variants ([#&#8203;12113](https://github.com/tailwindlabs/tailwindcss/pull/12113))
-   Improve RegEx parser, reduce possibilities as the key for arbitrary properties ([#&#8203;12121](https://github.com/tailwindlabs/tailwindcss/pull/12121))
-   Fix sorting of utilities that share multiple candidates ([#&#8203;12173](https://github.com/tailwindlabs/tailwindcss/pull/12173))
-   Ensure variants with arbitrary values and a modifier are correctly matched in the RegEx based parser ([#&#8203;12179](https://github.com/tailwindlabs/tailwindcss/pull/12179))
-   Fix crash when watching renamed files on FreeBSD ([#&#8203;12193](https://github.com/tailwindlabs/tailwindcss/pull/12193))
-   Allow plugins from a parent document to be used in an iframe ([#&#8203;12208](https://github.com/tailwindlabs/tailwindcss/pull/12208))
-   Add types for `tailwindcss/nesting` ([#&#8203;12269](https://github.com/tailwindlabs/tailwindcss/pull/12269))
-   Bump `jiti`, `fast-glob`, and `browserlist` dependencies ([#&#8203;11550](https://github.com/tailwindlabs/tailwindcss/pull/11550))
-   Improve automatic `var` injection for properties that accept a `<dashed-ident>` ([#&#8203;12236](https://github.com/tailwindlabs/tailwindcss/pull/12236))

### [`v3.3.3`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.3)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.3.2...v3.3.3)

##### Fixed

-   Fix issue where some pseudo-element variants generated the wrong selector ([#&#8203;10943](https://github.com/tailwindlabs/tailwindcss/pull/10943), [#&#8203;10962](https://github.com/tailwindlabs/tailwindcss/pull/10962), [#&#8203;11111](https://github.com/tailwindlabs/tailwindcss/pull/11111))
-   Make font settings propagate into buttons, inputs, etc. ([#&#8203;10940](https://github.com/tailwindlabs/tailwindcss/pull/10940))
-   Fix parsing of `theme()` inside `calc()` when there are no spaces around operators ([#&#8203;11157](https://github.com/tailwindlabs/tailwindcss/pull/11157))
-   Ensure `repeating-conic-gradient` is detected as an image ([#&#8203;11180](https://github.com/tailwindlabs/tailwindcss/pull/11180))
-   Move unknown pseudo-elements outside of `:is` by default ([#&#8203;11345](https://github.com/tailwindlabs/tailwindcss/pull/11345))
-   Escape animation names when prefixes contain special characters ([#&#8203;11470](https://github.com/tailwindlabs/tailwindcss/pull/11470))
-   Don't prefix arbitrary classes in `group` and `peer` variants ([#&#8203;11454](https://github.com/tailwindlabs/tailwindcss/pull/11454))
-   Sort classes using position of first matching rule ([#&#8203;11504](https://github.com/tailwindlabs/tailwindcss/pull/11504))
-   Allow variant to be an at-rule without a prelude ([#&#8203;11589](https://github.com/tailwindlabs/tailwindcss/pull/11589))
-   Make PostCSS plugin async to improve performance ([#&#8203;11548](https://github.com/tailwindlabs/tailwindcss/pull/11548))
-   Don’t error when a config file is missing ([f97759f](f97759f808))

##### Added

-   Add `aria-busy` utility ([#&#8203;10966](https://github.com/tailwindlabs/tailwindcss/pull/10966))

##### Changed

-   Reset padding for `<dialog>` elements in preflight ([#&#8203;11069](https://github.com/tailwindlabs/tailwindcss/pull/11069))

### [`v3.3.2`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.2)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.3.1...v3.3.2)

##### Fixed

-   Don’t move unknown pseudo-elements to the end of selectors ([#&#8203;10943](https://github.com/tailwindlabs/tailwindcss/pull/10943), [#&#8203;10962](https://github.com/tailwindlabs/tailwindcss/pull/10962))
-   Inherit gradient stop positions when using variants ([#&#8203;11002](https://github.com/tailwindlabs/tailwindcss/pull/11002))
-   Honor default `to` position of gradient when using implicit transparent colors ([#&#8203;11002](https://github.com/tailwindlabs/tailwindcss/pull/11002))
-   Ensure `@tailwindcss/oxide` doesn't leak in the stable engine ([#&#8203;10988](https://github.com/tailwindlabs/tailwindcss/pull/10988))
-   Ensure multiple `theme(spacing[5])` calls with bracket notation in arbitrary properties work ([#&#8203;11039](https://github.com/tailwindlabs/tailwindcss/pull/11039))
-   Normalize arbitrary modifiers ([#&#8203;11057](https://github.com/tailwindlabs/tailwindcss/pull/11057))

##### Changed

-   Drop support for Node.js v12 ([#&#8203;11089](https://github.com/tailwindlabs/tailwindcss/pull/11089))

### [`v3.3.1`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.1)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.3.0...v3.3.1)

##### Fixed

-   Fix edge case bug when loading a TypeScript config file with webpack ([#&#8203;10898](https://github.com/tailwindlabs/tailwindcss/pull/10898))
-   Fix variant, `@apply`, and `important` selectors when using `:is()` or `:has()` with pseudo-elements ([#&#8203;10903](https://github.com/tailwindlabs/tailwindcss/pull/10903))
-   Fix `safelist` config types ([#&#8203;10901](https://github.com/tailwindlabs/tailwindcss/pull/10901))
-   Fix build errors caused by `@tailwindcss/line-clamp` warning ([#&#8203;10915](https://github.com/tailwindlabs/tailwindcss/pull/10915), [#&#8203;10919](https://github.com/tailwindlabs/tailwindcss/pull/10919))
-   Fix "process is not defined" error ([#&#8203;10919](https://github.com/tailwindlabs/tailwindcss/pull/10919))

### [`v3.3.0`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.0)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.2.7...v3.3.0)

<img alt="Tailwind CSS" src="https://user-images.githubusercontent.com/4323180/228304008-d10fbe12-08eb-4270-bda2-7e8c1254f44c.png" width="768">

Tailwind CSS v3.3 is here! Check out the [announcement post](https://tailwindcss.com/blog/tailwindcss-v3-3) for a deep dive into all of the cool new stuff.

##### Added

-   Support ESM and TypeScript config files ([#&#8203;10785](https://github.com/tailwindlabs/tailwindcss/pull/10785))
-   Extend default color palette with new 950 shades ([#&#8203;10879](https://github.com/tailwindlabs/tailwindcss/pull/10879))
-   Add `line-height` modifier support to `font-size` utilities ([#&#8203;9875](https://github.com/tailwindlabs/tailwindcss/pull/9875))
-   Add support for using variables as arbitrary values without `var(...)` ([#&#8203;9880](https://github.com/tailwindlabs/tailwindcss/pull/9880), [#&#8203;9962](https://github.com/tailwindlabs/tailwindcss/pull/9962))
-   Add logical properties support for inline direction ([#&#8203;10166](https://github.com/tailwindlabs/tailwindcss/pull/10166))
-   Add `hyphens` utilities ([#&#8203;10071](https://github.com/tailwindlabs/tailwindcss/pull/10071))
-   Add `from-{position}`, `via-{position}` and `to-{position}` utilities ([#&#8203;10886](https://github.com/tailwindlabs/tailwindcss/pull/10886))
-   Add `list-style-image` utilities ([#&#8203;10817](https://github.com/tailwindlabs/tailwindcss/pull/10817))
-   Add `caption-side` utilities ([#&#8203;10470](https://github.com/tailwindlabs/tailwindcss/pull/10470))
-   Add `line-clamp` utilities from `@tailwindcss/line-clamp` to core ([#&#8203;10768](https://github.com/tailwindlabs/tailwindcss/pull/10768), [#&#8203;10876](https://github.com/tailwindlabs/tailwindcss/pull/10876), [#&#8203;10862](https://github.com/tailwindlabs/tailwindcss/pull/10862))
-   Add `delay-0` and `duration-0` utilities ([#&#8203;10294](https://github.com/tailwindlabs/tailwindcss/pull/10294))
-   Add `justify-normal` and `justify-stretch` utilities ([#&#8203;10560](https://github.com/tailwindlabs/tailwindcss/pull/10560))
-   Add `content-normal` and `content-stretch` utilities ([#&#8203;10645](https://github.com/tailwindlabs/tailwindcss/pull/10645))
-   Add `whitespace-break-spaces` utility ([#&#8203;10729](https://github.com/tailwindlabs/tailwindcss/pull/10729))
-   Add support for configuring default `font-variation-settings` for a `font-family` ([#&#8203;10034](https://github.com/tailwindlabs/tailwindcss/pull/10034), [#&#8203;10515](https://github.com/tailwindlabs/tailwindcss/pull/10515))

##### Fixed

-   Disallow using multiple selectors in arbitrary variants ([#&#8203;10655](https://github.com/tailwindlabs/tailwindcss/pull/10655))
-   Sort class lists deterministically for Prettier plugin ([#&#8203;10672](https://github.com/tailwindlabs/tailwindcss/pull/10672))
-   Ensure CLI builds have a non-zero exit code on failure ([#&#8203;10703](https://github.com/tailwindlabs/tailwindcss/pull/10703))
-   Ensure module dependencies for value `null`, is an empty `Set` ([#&#8203;10877](https://github.com/tailwindlabs/tailwindcss/pull/10877))
-   Fix format assumption when resolving module dependencies ([#&#8203;10878](https://github.com/tailwindlabs/tailwindcss/pull/10878))

##### Changed

-   Mark `rtl` and `ltr` variants as stable and remove warnings ([#&#8203;10764](https://github.com/tailwindlabs/tailwindcss/pull/10764))
-   Use `inset` instead of `top`, `right`, `bottom`, and `left` properties ([#&#8203;10765](https://github.com/tailwindlabs/tailwindcss/pull/10765))
-   Make `dark` and `rtl`/`ltr` variants insensitive to DOM order ([#&#8203;10766](https://github.com/tailwindlabs/tailwindcss/pull/10766))
-   Use `:is` to make important selector option insensitive to DOM order ([#&#8203;10835](https://github.com/tailwindlabs/tailwindcss/pull/10835))

### [`v3.2.7`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.2.7)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.2.6...v3.2.7)

##### Fixed

-   Fix use of `:where(.btn)` when matching `!btn` ([#&#8203;10601](https://github.com/tailwindlabs/tailwindcss/pull/10601))
-   Revert including `outline-color` in `transition` and `transition-colors` by default ([#&#8203;10604](https://github.com/tailwindlabs/tailwindcss/pull/10604))

### [`v3.2.6`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.2.6)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.2.5...v3.2.6)

##### Fixed

-   Fix installation failing with yarn and pnpm by dropping `oxide-api-shim` ([add1636](add16364b4))

### [`v3.2.5`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.2.5)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.2.4...v3.2.5)

##### Added

-   Add standalone CLI build for 64-bit Windows on ARM (`node16-win-arm64`) ([#&#8203;10001](https://github.com/tailwindlabs/tailwindcss/pull/10001))

##### Fixed

-   Cleanup unused `variantOrder` ([#&#8203;9829](https://github.com/tailwindlabs/tailwindcss/pull/9829))
-   Fix `foo-[abc]/[def]` not being handled correctly ([#&#8203;9866](https://github.com/tailwindlabs/tailwindcss/pull/9866))
-   Add container queries plugin to standalone CLI ([#&#8203;9865](https://github.com/tailwindlabs/tailwindcss/pull/9865))
-   Support renaming of output files by PostCSS plugins in CLI ([#&#8203;9944](https://github.com/tailwindlabs/tailwindcss/pull/9944))
-   Improve return value of `resolveConfig`, unwrap `ResolvableTo` ([#&#8203;9972](https://github.com/tailwindlabs/tailwindcss/pull/9972))
-   Clip unbalanced brackets in arbitrary values ([#&#8203;9973](https://github.com/tailwindlabs/tailwindcss/pull/9973))
-   Don’t reorder webkit scrollbar pseudo elements ([#&#8203;9991](https://github.com/tailwindlabs/tailwindcss/pull/9991))
-   Deterministic sorting of arbitrary variants ([#&#8203;10016](https://github.com/tailwindlabs/tailwindcss/pull/10016))
-   Add `data` key to theme types ([#&#8203;10023](https://github.com/tailwindlabs/tailwindcss/pull/10023))
-   Prevent invalid arbitrary variant selectors from failing the build ([#&#8203;10059](https://github.com/tailwindlabs/tailwindcss/pull/10059))
-   Properly handle subtraction followed by a variable ([#&#8203;10074](https://github.com/tailwindlabs/tailwindcss/pull/10074))
-   Fix missing `string[]` in the `theme.dropShadow` types ([#&#8203;10072](https://github.com/tailwindlabs/tailwindcss/pull/10072))
-   Update list of length units ([#&#8203;10100](https://github.com/tailwindlabs/tailwindcss/pull/10100))
-   Fix not matching arbitrary properties when closely followed by square brackets ([#&#8203;10212](https://github.com/tailwindlabs/tailwindcss/pull/10212))
-   Allow direct nesting in `root` or `@layer` nodes ([#&#8203;10229](https://github.com/tailwindlabs/tailwindcss/pull/10229))
-   Don't prefix classes in arbitrary variants ([#&#8203;10214](https://github.com/tailwindlabs/tailwindcss/pull/10214))
-   Fix perf regression when checking for changed content ([#&#8203;10234](https://github.com/tailwindlabs/tailwindcss/pull/10234))
-   Fix missing `blocklist` member in the `Config` type ([#&#8203;10239](https://github.com/tailwindlabs/tailwindcss/pull/10239))
-   Escape group names in selectors ([#&#8203;10276](https://github.com/tailwindlabs/tailwindcss/pull/10276))
-   Consider earlier variants before sorting functions ([#&#8203;10288](https://github.com/tailwindlabs/tailwindcss/pull/10288))
-   Allow variants with slashes ([#&#8203;10336](https://github.com/tailwindlabs/tailwindcss/pull/10336))
-   Ensure generated CSS is always sorted in the same order for a given set of templates ([#&#8203;10382](https://github.com/tailwindlabs/tailwindcss/pull/10382))
-   Handle variants when the same class appears multiple times in a selector ([#&#8203;10397](https://github.com/tailwindlabs/tailwindcss/pull/10397))
-   Handle group/peer variants with quoted strings ([#&#8203;10400](https://github.com/tailwindlabs/tailwindcss/pull/10400))
-   Parse alpha value from rgba/hsla colors when using variables ([#&#8203;10429](https://github.com/tailwindlabs/tailwindcss/pull/10429))
-   Sort by `layer` inside `variants` layer ([#&#8203;10505](https://github.com/tailwindlabs/tailwindcss/pull/10505))
-   Add `--watch=always` option to prevent exit when stdin closes ([#&#8203;9966](https://github.com/tailwindlabs/tailwindcss/pull/9966))

##### Changed

-   Alphabetize `theme` keys in default config ([#&#8203;9953](https://github.com/tailwindlabs/tailwindcss/pull/9953))
-   Update esbuild to v17 ([#&#8203;10368](https://github.com/tailwindlabs/tailwindcss/pull/10368))
-   Include `outline-color` in `transition` and `transition-colors` utilities ([#&#8203;10385](https://github.com/tailwindlabs/tailwindcss/pull/10385))

### [`v3.2.4`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.2.4)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.2.3...v3.2.4)

##### Added

-   Add `blocklist` option to prevent generating unwanted CSS ([#&#8203;9812](https://github.com/tailwindlabs/tailwindcss/pull/9812))

##### Fixed

-   Fix watching of files on Linux when renames are involved ([#&#8203;9796](https://github.com/tailwindlabs/tailwindcss/pull/9796))
-   Make sure errors are always displayed when watching for changes ([#&#8203;9810](https://github.com/tailwindlabs/tailwindcss/pull/9810))

### [`v3.2.3`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.2.3)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.2.2...v3.2.3)

##### Fixed

-   Fixed use of `raw` content in the CLI ([#&#8203;9773](https://github.com/tailwindlabs/tailwindcss/pull/9773))
-   Pick up changes from files that are both context and content deps ([#&#8203;9787](https://github.com/tailwindlabs/tailwindcss/pull/9787))
-   Sort pseudo-elements ONLY after classes when using variants and `@apply` ([#&#8203;9765](https://github.com/tailwindlabs/tailwindcss/pull/9765))
-   Support important utilities in the safelist (pattern must include a `!`) ([#&#8203;9791](https://github.com/tailwindlabs/tailwindcss/pull/9791))

### [`v3.2.2`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.2.2)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.2.1...v3.2.2)

##### Fixed

-   Escape special characters in resolved content base paths ([#&#8203;9650](https://github.com/tailwindlabs/tailwindcss/pull/9650))
-   Don't reuse container for array returning variant functions ([#&#8203;9644](https://github.com/tailwindlabs/tailwindcss/pull/9644))
-   Exclude non-relevant selectors when generating rules with the important modifier ([#&#8203;9677](https://github.com/tailwindlabs/tailwindcss/issues/9677))
-   Fix merging of arrays during config resolution ([#&#8203;9706](https://github.com/tailwindlabs/tailwindcss/issues/9706))
-   Ensure configured `font-feature-settings` are included in Preflight ([#&#8203;9707](https://github.com/tailwindlabs/tailwindcss/pull/9707))
-   Fix fractional values not being parsed properly inside arbitrary properties ([#&#8203;9705](https://github.com/tailwindlabs/tailwindcss/pull/9705))
-   Fix incorrect selectors when using `@apply` in selectors with combinators and pseudos ([#&#8203;9722](https://github.com/tailwindlabs/tailwindcss/pull/9722))
-   Fix cannot read properties of undefined (reading 'modifier') ([#&#8203;9656](https://github.com/tailwindlabs/tailwindcss/pull/9656), [aa979d6](aa979d645f))

### [`v3.2.1`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.2.1)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.2.0...v3.2.1)

##### Fixed

-   Fix missing `supports` in types ([#&#8203;9616](https://github.com/tailwindlabs/tailwindcss/pull/9616))
-   Fix missing PostCSS dependencies in the CLI ([#&#8203;9617](https://github.com/tailwindlabs/tailwindcss/pull/9617))
-   Ensure `micromatch` is a proper CLI dependency ([#&#8203;9620](https://github.com/tailwindlabs/tailwindcss/pull/9620))
-   Ensure modifier values exist when using a `modifiers` object for `matchVariant` ([ba6551d](ba6551db0f))

### [`v3.2.0`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.2.0)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.1.8...v3.2.0)

We just released Tailwind CSS v3.2! Read the [announcement post](https://tailwindcss.com/blog/tailwindcss-v3-2) for more details about the most exciting new features.

***

##### Added

-   Add new `@config` directive ([#&#8203;9405](https://github.com/tailwindlabs/tailwindcss/pull/9405))
-   Add new `relative: true` option to resolve content paths relative to the config file ([#&#8203;9396](https://github.com/tailwindlabs/tailwindcss/pull/9396))
-   Add new `supports-*` variant ([#&#8203;9453](https://github.com/tailwindlabs/tailwindcss/pull/9453))
-   Add new `min-*` and `max-*` variants ([#&#8203;9558](https://github.com/tailwindlabs/tailwindcss/pull/9558))
-   Add new `aria-*` variants ([#&#8203;9557](https://github.com/tailwindlabs/tailwindcss/pull/9557), [#&#8203;9588](https://github.com/tailwindlabs/tailwindcss/pull/9588))
-   Add new `data-*` variants ([#&#8203;9559](https://github.com/tailwindlabs/tailwindcss/pull/9559), [#&#8203;9588](https://github.com/tailwindlabs/tailwindcss/pull/9588))
-   Add new `break-keep` utility for `word-break: keep-all` ([#&#8203;9393](https://github.com/tailwindlabs/tailwindcss/pull/9393))
-   Add new `collapse` utility for `visibility: collapse` ([#&#8203;9181](https://github.com/tailwindlabs/tailwindcss/pull/9181))
-   Add new `fill-none` utility for `fill: none` ([#&#8203;9403](https://github.com/tailwindlabs/tailwindcss/pull/9403))
-   Add new `stroke-none` utility for `stroke: none` ([#&#8203;9403](https://github.com/tailwindlabs/tailwindcss/pull/9403))
-   Add new `place-content-baseline` utility for `place-content: baseline` ([#&#8203;9498](https://github.com/tailwindlabs/tailwindcss/pull/9498))
-   Add new `place-items-baseline` utility for `place-items: baseline` ([#&#8203;9507](https://github.com/tailwindlabs/tailwindcss/pull/9507))
-   Add new `content-baseline` utility for `align-content: baseline` ([#&#8203;9507](https://github.com/tailwindlabs/tailwindcss/pull/9507))
-   Add support for configuring default `font-feature-settings` for a font family ([#&#8203;9039](https://github.com/tailwindlabs/tailwindcss/pull/9039))
-   Add standalone CLI build for 32-bit Linux on ARM (`node16-linux-armv7`) ([#&#8203;9084](https://github.com/tailwindlabs/tailwindcss/pull/9084))
-   Add future flag to disable color opacity utility plugins ([#&#8203;9088](https://github.com/tailwindlabs/tailwindcss/pull/9088))
-   Add negative value support for `outline-offset` ([#&#8203;9136](https://github.com/tailwindlabs/tailwindcss/pull/9136))
-   Add support for modifiers to `matchUtilities` ([#&#8203;9541](https://github.com/tailwindlabs/tailwindcss/pull/9541))
-   Allow negating utilities using `min`/`max`/`clamp` ([#&#8203;9237](https://github.com/tailwindlabs/tailwindcss/pull/9237))
-   Implement fallback plugins when there is ambiguity between plugins when using arbitrary values ([#&#8203;9376](https://github.com/tailwindlabs/tailwindcss/pull/9376))
-   Support `sort` function in `matchVariant` ([#&#8203;9423](https://github.com/tailwindlabs/tailwindcss/pull/9423))
-   Upgrade to `postcss-nested` v6.0 ([#&#8203;9546](https://github.com/tailwindlabs/tailwindcss/pull/9546))

##### Fixed

-   Use absolute paths when resolving changed files for resilience against working directory changes ([#&#8203;9032](https://github.com/tailwindlabs/tailwindcss/pull/9032))
-   Fix ring color utility generation when using `respectDefaultRingColorOpacity` ([#&#8203;9070](https://github.com/tailwindlabs/tailwindcss/pull/9070))
-   Sort tags before classes when `@apply`-ing a selector with joined classes ([#&#8203;9107](https://github.com/tailwindlabs/tailwindcss/pull/9107))
-   Remove invalid `outline-hidden` utility ([#&#8203;9147](https://github.com/tailwindlabs/tailwindcss/pull/9147))
-   Honor the `hidden` attribute on elements in preflight ([#&#8203;9174](https://github.com/tailwindlabs/tailwindcss/pull/9174))
-   Don't stop watching atomically renamed files ([#&#8203;9173](https://github.com/tailwindlabs/tailwindcss/pull/9173), [#&#8203;9215](https://github.com/tailwindlabs/tailwindcss/pull/9215))
-   Fix duplicate utilities issue causing memory leaks ([#&#8203;9208](https://github.com/tailwindlabs/tailwindcss/pull/9208))
-   Fix `fontFamily` config TypeScript types ([#&#8203;9214](https://github.com/tailwindlabs/tailwindcss/pull/9214))
-   Handle variants on complex selector utilities ([#&#8203;9262](https://github.com/tailwindlabs/tailwindcss/pull/9262))
-   Fix shared config mutation issue ([#&#8203;9294](https://github.com/tailwindlabs/tailwindcss/pull/9294))
-   Fix ordering of parallel variants ([#&#8203;9282](https://github.com/tailwindlabs/tailwindcss/pull/9282))
-   Handle variants in utility selectors using `:where()` and `:has()` ([#&#8203;9309](https://github.com/tailwindlabs/tailwindcss/pull/9309))
-   Improve data type analysis for arbitrary values ([#&#8203;9320](https://github.com/tailwindlabs/tailwindcss/pull/9320))
-   Don't emit generated utilities with invalid uses of theme functions ([#&#8203;9319](https://github.com/tailwindlabs/tailwindcss/pull/9319))
-   Revert change that only listened for stdin close on TTYs ([#&#8203;9331](https://github.com/tailwindlabs/tailwindcss/pull/9331))
-   Ignore unset values (like `null` or `undefined`) when resolving the classList for intellisense ([#&#8203;9385](https://github.com/tailwindlabs/tailwindcss/pull/9385))
-   Improve type checking for formal syntax ([#&#8203;9349](https://github.com/tailwindlabs/tailwindcss/pull/9349), [#&#8203;9448](https://github.com/tailwindlabs/tailwindcss/pull/9448))
-   Fix incorrect required `content` key in custom plugin configs ([#&#8203;9502](https://github.com/tailwindlabs/tailwindcss/pull/9502), [#&#8203;9545](https://github.com/tailwindlabs/tailwindcss/pull/9545))
-   Fix content path detection on Windows ([#&#8203;9569](https://github.com/tailwindlabs/tailwindcss/pull/9569))
-   Ensure `--content` is used in the CLI when passed ([#&#8203;9587](https://github.com/tailwindlabs/tailwindcss/pull/9587))

### [`v3.1.8`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.1.8)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.1.7...v3.1.8)

##### Fixed

-   Don’t prefix classes within reused arbitrary variants ([#&#8203;8992](https://github.com/tailwindlabs/tailwindcss/pull/8992))
-   Fix usage of alpha values inside single-named colors that are functions ([#&#8203;9008](https://github.com/tailwindlabs/tailwindcss/pull/9008))
-   Fix `@apply` of user utilities when negative and non-negative versions both exist ([#&#8203;9027](https://github.com/tailwindlabs/tailwindcss/pull/9027))

### [`v3.1.7`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.1.7)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.1.6...v3.1.7)

##### Fixed

-   Don't rewrite source maps for `@layer` rules ([#&#8203;8971](https://github.com/tailwindlabs/tailwindcss/pull/8971))

##### Added

-   Added types for `resolveConfig` ([#&#8203;8924](https://github.com/tailwindlabs/tailwindcss/pull/8924))

### [`v3.1.6`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.1.6)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.1.5...v3.1.6)

##### Fixed

-   Fix usage on Node 12.x ([b4e637e](b4e637e2e0))
-   Handle theme keys with slashes when using `theme()` in CSS ([#&#8203;8831](https://github.com/tailwindlabs/tailwindcss/pull/8831))

### [`v3.1.5`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.1.5)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.1.4...v3.1.5)

##### Added

-   Support configuring a default `font-weight` for each font size utility ([#&#8203;8763](https://github.com/tailwindlabs/tailwindcss/pull/8763))
-   Add support for alpha values in safe list ([#&#8203;8774](https://github.com/tailwindlabs/tailwindcss/pull/8774))

##### Fixed

-   Improve types to support fallback values in the CSS-in-JS syntax used in plugin APIs ([#&#8203;8762](https://github.com/tailwindlabs/tailwindcss/pull/8762))
-   Support including `tailwindcss` and `autoprefixer` in `postcss.config.js` in standalone CLI ([#&#8203;8769](https://github.com/tailwindlabs/tailwindcss/pull/8769))
-   Fix using special-characters as prefixes ([#&#8203;8772](https://github.com/tailwindlabs/tailwindcss/pull/8772))
-   Don’t prefix classes used within arbitrary variants ([#&#8203;8773](https://github.com/tailwindlabs/tailwindcss/pull/8773))
-   Add more explicit types for the default theme ([#&#8203;8780](https://github.com/tailwindlabs/tailwindcss/pull/8780))

### [`v3.1.4`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.1.4)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.1.3...v3.1.4)

##### Fixed

-   Provide default to `<alpha-value>` when using `theme()` ([#&#8203;8652](https://github.com/tailwindlabs/tailwindcss/pull/8652))
-   Detect arbitrary variants with quotes ([#&#8203;8687](https://github.com/tailwindlabs/tailwindcss/pull/8687))
-   Don’t add spaces around raw `/` that are preceded by numbers ([#&#8203;8688](https://github.com/tailwindlabs/tailwindcss/pull/8688))

### [`v3.1.3`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.1.3)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.1.2...v3.1.3)

##### Fixed

-   Fix extraction of multi-word utilities with arbitrary values and quotes ([#&#8203;8604](https://github.com/tailwindlabs/tailwindcss/pull/8604))
-   Fix casing of import of `corePluginList` type definition ([#&#8203;8587](https://github.com/tailwindlabs/tailwindcss/pull/8587))
-   Ignore PostCSS nodes returned by `addVariant` ([#&#8203;8608](https://github.com/tailwindlabs/tailwindcss/pull/8608))
-   Fix missing spaces around arithmetic operators ([#&#8203;8615](https://github.com/tailwindlabs/tailwindcss/pull/8615))
-   Detect alpha value in CSS `theme()` function when using quotes ([#&#8203;8625](https://github.com/tailwindlabs/tailwindcss/pull/8625))
-   Fix "Maximum call stack size exceeded" bug ([#&#8203;8636](https://github.com/tailwindlabs/tailwindcss/pull/8636))
-   Allow functions returning parallel variants to mutate the container ([#&#8203;8622](https://github.com/tailwindlabs/tailwindcss/pull/8622))
-   Remove text opacity CSS variables from `::marker` ([#&#8203;8622](https://github.com/tailwindlabs/tailwindcss/pull/8622))

### [`v3.1.2`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.1.2)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.1.1...v3.1.2)

##### Fixed

-   Ensure `\` is a valid arbitrary variant token ([#&#8203;8576](https://github.com/tailwindlabs/tailwindcss/pull/8576))
-   Enable `postcss-import` in the CLI by default in watch mode ([#&#8203;8574](https://github.com/tailwindlabs/tailwindcss/pull/8574), [#&#8203;8580](https://github.com/tailwindlabs/tailwindcss/pull/8580))

### [`v3.1.1`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.1.1)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.1.0...v3.1.1)

##### Fixed

-   Fix candidate extractor regression ([#&#8203;8558](https://github.com/tailwindlabs/tailwindcss/pull/8558))
-   Split `::backdrop` into separate defaults group ([#&#8203;8567](https://github.com/tailwindlabs/tailwindcss/pull/8567))
-   Fix postcss plugin type ([#&#8203;8564](https://github.com/tailwindlabs/tailwindcss/pull/8564))
-   Fix class detection in markdown code fences and slim templates ([#&#8203;8569](https://github.com/tailwindlabs/tailwindcss/pull/8569))

### [`v3.1.0`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.1.0)

[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.24...v3.1.0)

We just released Tailwind CSS v3.1 — the first new feature release since v3.0 came out last year!

[Read the announcement post](https://tailwindcss.com/blog/tailwindcss-v3-1) for all the details, and [watch the YouTube video](https://www.youtube.com/watch?v=nOQyWbPO2Ds) for a tour of some of the highlights.

***

##### Added

-   Support PostCSS `Document` nodes ([#&#8203;7291](https://github.com/tailwindlabs/tailwindcss/pull/7291))
-   Add `text-start` and `text-end` utilities ([#&#8203;6656](https://github.com/tailwindlabs/tailwindcss/pull/6656))
-   Support customizing class name when using `darkMode: 'class'` ([#&#8203;5800](https://github.com/tailwindlabs/tailwindcss/pull/5800))
-   Add `--poll` option to the CLI ([#&#8203;7725](https://github.com/tailwindlabs/tailwindcss/pull/7725))
-   Add new `border-spacing` utilities ([#&#8203;7102](https://github.com/tailwindlabs/tailwindcss/pull/7102))
-   Add `enabled` variant ([#&#8203;7905](https://github.com/tailwindlabs/tailwindcss/pull/7905))
-   Add TypeScript types for the `tailwind.config.js` file ([#&#8203;7891](https://github.com/tailwindlabs/tailwindcss/pull/7891))
-   Add `backdrop` variant ([#&#8203;7924](https://github.com/tailwindlabs/tailwindcss/pull/7924), [#&#8203;8526](https://github.com/tailwindlabs/tailwindcss/pull/8526))
-   Add `grid-flow-dense` utility ([#&#8203;8193](https://github.com/tailwindlabs/tailwindcss/pull/8193))
-   Add `mix-blend-plus-lighter` utility ([#&#8203;8288](https://github.com/tailwindlabs/tailwindcss/pull/8288))
-   Add arbitrary variants ([#&#8203;8299](https://github.com/tailwindlabs/tailwindcss/pull/8299))
-   Add experimental `matchVariant` API ([#&#8203;8310](https://github.com/tailwindlabs/tailwindcss/pull/8310), [34fd0fb8](34fd0fb82a))
-   Add `prefers-contrast` media query variants ([#&#8203;8410](https://github.com/tailwindlabs/tailwindcss/pull/8410))
-   Add opacity support when referencing colors with `theme` function ([#&#8203;8416](https://github.com/tailwindlabs/tailwindcss/pull/8416))
-   Add `postcss-import` support to the CLI ([#&#8203;8437](https://github.com/tailwindlabs/tailwindcss/pull/8437))
-   Add `optional` variant ([#&#8203;8486](https://github.com/tailwindlabs/tailwindcss/pull/8486))
-   Add `<alpha-value>` placeholder support for custom colors ([#&#8203;8501](https://github.com/tailwindlabs/tailwindcss/pull/8501))

##### Fixed

-   Types: allow for arbitrary theme values (for 3rd party plugins) ([#&#8203;7926](https://github.com/tailwindlabs/tailwindcss/pull/7926))
-   Don’t split vars with numbers in them inside arbitrary values ([#&#8203;8091](https://github.com/tailwindlabs/tailwindcss/pull/8091))
-   Require matching prefix when detecting negatives ([#&#8203;8121](https://github.com/tailwindlabs/tailwindcss/pull/8121))
-   Handle duplicate At Rules without children ([#&#8203;8122](https://github.com/tailwindlabs/tailwindcss/pull/8122))
-   Allow arbitrary values with commas in `@apply` ([#&#8203;8125](https://github.com/tailwindlabs/tailwindcss/pull/8125))
-   Fix intellisense for plugins with multiple `@apply` rules ([#&#8203;8213](https://github.com/tailwindlabs/tailwindcss/pull/8213))
-   Improve type detection for arbitrary color values ([#&#8203;8201](https://github.com/tailwindlabs/tailwindcss/pull/8201))
-   Support PostCSS config options in config file in CLI ([#&#8203;8226](https://github.com/tailwindlabs/tailwindcss/pull/8226))
-   Remove default `[hidden]` style in preflight ([#&#8203;8248](https://github.com/tailwindlabs/tailwindcss/pull/8248))
-   Only check selectors containing base apply candidates for circular dependencies ([#&#8203;8222](https://github.com/tailwindlabs/tailwindcss/pull/8222))
-   Rewrite default class extractor ([#&#8203;8204](https://github.com/tailwindlabs/tailwindcss/pull/8204))
-   Move `important` selector to the front when `@apply`-ing selector-modifying variants in custom utilities ([#&#8203;8313](https://github.com/tailwindlabs/tailwindcss/pull/8313))
-   Error when registering an invalid custom variant ([#&#8203;8345](https://github.com/tailwindlabs/tailwindcss/pull/8345))
-   Create tailwind.config.cjs file in ESM package when running init ([#&#8203;8363](https://github.com/tailwindlabs/tailwindcss/pull/8363))
-   Fix `matchVariants` that use at-rules and placeholders ([#&#8203;8392](https://github.com/tailwindlabs/tailwindcss/pull/8392))
-   Improve types of the `tailwindcss/plugin` ([#&#8203;8400](https://github.com/tailwindlabs/tailwindcss/pull/8400))
-   Allow returning parallel variants from `addVariant` or `matchVariant` callback functions ([#&#8203;8455](https://github.com/tailwindlabs/tailwindcss/pull/8455))
-   Try using local `postcss` installation first in the CLI ([#&#8203;8270](https://github.com/tailwindlabs/tailwindcss/pull/8270))
-   Allow default ring color to be a function ([#&#8203;7587](https://github.com/tailwindlabs/tailwindcss/pull/7587))
-   Don't inherit `to` value from parent gradients ([#&#8203;8489](https://github.com/tailwindlabs/tailwindcss/pull/8489))
-   Remove process dependency from log functions ([#&#8203;8530](https://github.com/tailwindlabs/tailwindcss/pull/8530))
-   Ensure we can use `@import 'tailwindcss/...'` without node_modules ([#&#8203;8537](https://github.com/tailwindlabs/tailwindcss/pull/8537))

##### Changed

-   Only apply hover styles when supported (future) ([#&#8203;8394](https://github.com/tailwindlabs/tailwindcss/pull/8394))
-   Respect default ring color opacity (future) ([#&#8203;8448](https://github.com/tailwindlabs/tailwindcss/pull/8448), [3f4005e](3f4005e833))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Reviewed-on: #51
Co-authored-by: Renovate <renovate@bruyant.xyz>
Co-committed-by: Renovate <renovate@bruyant.xyz>
2024-11-08 18:21:55 +00:00
c2ca6aed75 Update dependency classnames to v2.5.1 (#48)
All checks were successful
Build and deploy / build-wasm (push) Successful in 12s
Build and deploy / build-react (push) Successful in 40s
Build and deploy / merge (push) Successful in 15s
Build and deploy / Pin to cluster node (push) Successful in 4s
Build and deploy / Update OVH DNS (push) Successful in 4s
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [classnames](https://github.com/JedWatson/classnames) | dependencies | minor | [`2.3.1` -> `2.5.1`](https://renovatebot.com/diffs/npm/classnames/2.3.1/2.5.1) |

---

### Release Notes

<details>
<summary>JedWatson/classnames (classnames)</summary>

### [`v2.5.1`](https://github.com/JedWatson/classnames/blob/HEAD/HISTORY.md#v251--2023-12-29)

[Compare Source](https://github.com/JedWatson/classnames/compare/v2.5.0...v2.5.1)

-   Remove `workspaces` field from package ([#&#8203;350](https://github.com/JedWatson/classnames/pull/350))

### [`v2.5.0`](https://github.com/JedWatson/classnames/blob/HEAD/HISTORY.md#v250--2023-12-27)

[Compare Source](https://github.com/JedWatson/classnames/compare/v2.4.0...v2.5.0)

-   Restore ability to pass a TypeScript `interface` ([#&#8203;341](https://github.com/JedWatson/classnames/pull/341))
-   Add `exports` field to package ([#&#8203;342](https://github.com/JedWatson/classnames/pull/342))

### [`v2.4.0`](https://github.com/JedWatson/classnames/blob/HEAD/HISTORY.md#v240--2023-12-26)

[Compare Source](https://github.com/JedWatson/classnames/compare/v2.3.3...v2.4.0)

-   Use string concatenation to increase performance thanks [Jon Koops](https://github.com/jonkoops) ([#&#8203;336](https://github.com/JedWatson/classnames/pull/336))

### [`v2.3.3`](https://github.com/JedWatson/classnames/blob/HEAD/HISTORY.md#v233--2023-12-21)

[Compare Source](https://github.com/JedWatson/classnames/compare/v2.3.2...v2.3.3)

-   Fix default export, thanks [Remco Haszing](https://github.com/remcohaszing) ([#&#8203;301](https://github.com/JedWatson/classnames/pull/301))
-   Fix types for read-only arrays, thanks [Ben Thompson](https://github.com/BenGearset) ([#&#8203;307](https://github.com/JedWatson/classnames/pull/307))
-   Replace README examples with functional-style components, thanks [JoeDGit](https://github.com/JoeDGit) ([#&#8203;303](https://github.com/JedWatson/classnames/pull/303))

### [`v2.3.2`](https://github.com/JedWatson/classnames/blob/HEAD/HISTORY.md#v232--2022-09-13)

[Compare Source](https://github.com/JedWatson/classnames/compare/v2.3.1...v2.3.2)

-   Fix TypeScript types when using require, thanks [Mark Dalgleish](https://github.com/markdalgleish) ([#&#8203;276](https://github.com/JedWatson/classnames/pull/276))
-   Fix toString as `[Object object]` in a vm, thanks [Remco Haszing](https://github.com/remcohaszing) ([#&#8203;281](https://github.com/JedWatson/classnames/pull/281))

</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: #48
Co-authored-by: Renovate <renovate@bruyant.xyz>
Co-committed-by: Renovate <renovate@bruyant.xyz>
2024-11-08 12:51:42 +00:00
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
5b4ecea0db Update actions/setup-node action to v2.5.2 (#38)
All checks were successful
Build and deploy / build-wasm (push) Successful in 1m6s
Build and deploy / build-react (push) Successful in 1m10s
Build and deploy / merge (push) Successful in 12s
Build and deploy / Pin to cluster node (push) Successful in 32s
Build and deploy / Update OVH DNS (push) Successful in 2m4s
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-node](https://github.com/actions/setup-node) | action | patch | `v2.5.0` -> `v2.5.2` |

---

### Release Notes

<details>
<summary>actions/setup-node (actions/setup-node)</summary>

### [`v2.5.2`](https://github.com/actions/setup-node/releases/tag/v2.5.2): Update @&#8203;actions/core for v2

[Compare Source](https://github.com/actions/setup-node/compare/v2.5.1...v2.5.2)

In scope of this release we updated actions/core to 1.10.0 and actions/tool-cache to 1.7.2 for v2: https://github.com/actions/setup-node/pull/713

### [`v2.5.1`](https://github.com/actions/setup-node/releases/tag/v2.5.1): Fix logic of error handling for npm warning and uncaught exception

[Compare Source](https://github.com/actions/setup-node/compare/v2.5.0...v2.5.1)

In scope of this release we fix logic of error handling related to caching (https://github.com/actions/setup-node/pull/358) and (https://github.com/actions/setup-node/pull/359).

In the previous behaviour we relied on `stderr` output to throw error. The warning messages from package managers can be written to the stderr's output. For now the action will throw an error only if exit code differs from zero. Besides, we add logic to сatch and log unhandled exceptions.

</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: #38
Co-authored-by: Renovate <renovate@bruyant.xyz>
Co-committed-by: Renovate <renovate@bruyant.xyz>
2024-11-08 12:06:01 +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
485f57ec13 Configure Renovate (#33)
All checks were successful
Build and deploy / build-wasm (push) Successful in 38s
Build and deploy / build-react (push) Successful in 1m10s
Build and deploy / merge (push) Successful in 23s
Build and deploy / Pin to cluster node (push) Successful in 7s
Build and deploy / Update OVH DNS (push) Successful in 7s
Welcome to [Renovate](https://github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.

---
### Detected Package Files

 * `.gitea/workflows/ci.yml` (github-actions)
 * `src/go.mod` (gomod)
 * `client/package.json` (npm)
 * `.nvmrc` (nvm)

### What to Expect

With your current configuration, Renovate will create 24 Pull Requests:

<details>
<summary>Update dependency @&#8203;tailwindcss/forms to v0.5.9</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/tailwindcss-forms-0.x-lockfile`
  - Merge into: `master`
  - Upgrade [@tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms) to `0.5.9`

</details>

<details>
<summary>Update dependency @&#8203;types/file-saver to v2.0.7</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/file-saver-2.x-lockfile`
  - Merge into: `master`
  - Upgrade [@types/file-saver](https://github.com/DefinitelyTyped/DefinitelyTyped) to `2.0.7`

</details>

<details>
<summary>Update dependency @&#8203;types/jest to v27.5.2</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/jest-27.x-lockfile`
  - Merge into: `master`
  - Upgrade [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped) to `27.5.2`

</details>

<details>
<summary>Update dependency @&#8203;types/node to v17.0.45</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/node-17.x-lockfile`
  - Merge into: `master`
  - Upgrade [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) to `17.0.45`

</details>

<details>
<summary>Update dependency autoprefixer to v10.4.20</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/autoprefixer-10.x-lockfile`
  - Merge into: `master`
  - Upgrade [autoprefixer](https://github.com/postcss/autoprefixer) to `10.4.20`

</details>

<details>
<summary>Update dependency postcss to v8.4.47</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/postcss-8.x-lockfile`
  - Merge into: `master`
  - Upgrade [postcss](https://github.com/postcss/postcss) to `8.4.47`

</details>

<details>
<summary>Update dependency @&#8203;fortawesome/fontawesome-svg-core to v6.6.0</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/fortawesome-fontawesome-svg-core-6.x-lockfile`
  - Merge into: `master`
  - Upgrade [@fortawesome/fontawesome-svg-core](https://github.com/FortAwesome/Font-Awesome) to `6.6.0`

</details>

<details>
<summary>Update dependency @&#8203;fortawesome/free-brands-svg-icons to v6.6.0</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/fortawesome-free-brands-svg-icons-6.x-lockfile`
  - Merge into: `master`
  - Upgrade [@fortawesome/free-brands-svg-icons](https://github.com/FortAwesome/Font-Awesome) to `6.6.0`

</details>

<details>
<summary>Update dependency @&#8203;fortawesome/free-solid-svg-icons to v6.6.0</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/fortawesome-free-solid-svg-icons-6.x-lockfile`
  - Merge into: `master`
  - Upgrade [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome) to `6.6.0`

</details>

<details>
<summary>Update dependency @&#8203;fortawesome/react-fontawesome to ^0.2.0</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/fortawesome-react-fontawesome-0.x`
  - Merge into: `master`
  - Upgrade [@fortawesome/react-fontawesome](https://github.com/FortAwesome/react-fontawesome) to `^0.2.0`

</details>

<details>
<summary>Update dependency @testing-library/jest-dom to v5.17.0</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/testing-library-jest-dom-5.x-lockfile`
  - Merge into: `master`
  - Upgrade [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) to `5.17.0`

</details>

<details>
<summary>Update dependency @testing-library/react to v13.4.0</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/testing-library-react-13.x-lockfile`
  - Merge into: `master`
  - Upgrade [@testing-library/react](https://github.com/testing-library/react-testing-library) to `13.4.0`

</details>

<details>
<summary>Update dependency @testing-library/user-event to v14.5.2</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/testing-library-user-event-14.x-lockfile`
  - Merge into: `master`
  - Upgrade [@testing-library/user-event](https://github.com/testing-library/user-event) to `14.5.2`

</details>

<details>
<summary>Update dependency classnames to v2.5.1</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/classnames-2.x-lockfile`
  - Merge into: `master`
  - Upgrade [classnames](https://github.com/JedWatson/classnames) to `2.5.1`

</details>

<details>
<summary>Update dependency react to v18.3.1</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/react-18.x-lockfile`
  - Merge into: `master`
  - Upgrade [react](https://github.com/facebook/react) to `18.3.1`
  - Upgrade [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped) to `18.3.12`

</details>

<details>
<summary>Update dependency react-dom to v18.3.1</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/react-dom-18.x-lockfile`
  - Merge into: `master`
  - Upgrade [react-dom](https://github.com/facebook/react) to `18.3.1`
  - Upgrade [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped) to `18.3.1`

</details>

<details>
<summary>Update dependency tailwindcss to v3.4.14</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/tailwindcss-3.x-lockfile`
  - Merge into: `master`
  - Upgrade [tailwindcss](https://github.com/tailwindlabs/tailwindcss) to `3.4.14`

</details>

<details>
<summary>Update dependency typescript to v4.9.5</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/typescript-4.x-lockfile`
  - Merge into: `master`
  - Upgrade [typescript](https://github.com/microsoft/TypeScript) to `4.9.5`

</details>

<details>
<summary>Update dependency @testing-library/jest-dom to v6</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/testing-library-jest-dom-6.x`
  - Merge into: `master`
  - Upgrade [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) to `^6.0.0`

</details>

<details>
<summary>Update dependency @testing-library/react to v16</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/testing-library-react-16.x`
  - Merge into: `master`
  - Upgrade [@testing-library/react](https://github.com/testing-library/react-testing-library) to `^16.0.0`

</details>

<details>
<summary>Update dependency @&#8203;types/jest to v29</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/jest-29.x`
  - Merge into: `master`
  - Upgrade [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped) to `^29.0.0`

</details>

<details>
<summary>Update dependency node to v22</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/node-22.x`
  - Merge into: `master`
  - Upgrade [node](https://github.com/nodejs/node) to `22`
  - Upgrade [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) to `^22.0.0`

</details>

<details>
<summary>Update dependency typescript to v5</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/typescript-5.x`
  - Merge into: `master`
  - Upgrade [typescript](https://github.com/microsoft/TypeScript) to `^5.0.0`

</details>

<details>
<summary>Update dependency web-vitals to v4</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/web-vitals-4.x`
  - Merge into: `master`
  - Upgrade [web-vitals](https://github.com/GoogleChrome/web-vitals) to `^4.0.0`

</details>

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for `prhourlylimit` for details.

---

 Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section.
If you need any further assistance then you can also [request help here](https://github.com/renovatebot/renovate/discussions).

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

<!--renovate-config-hash:94693a990c975907e7f13da3309b9d56ba02b3983519b41786edf5cf031e457c-->

Reviewed-on: #33
Co-authored-by: Renovate Bot <renovate@bruyant.xyz>
Co-committed-by: Renovate Bot <renovate@bruyant.xyz>
2024-11-07 19:57:11 +00:00
b06cade0b2 Update client/src/Palette.ts
All checks were successful
Build and deploy / build-wasm (push) Successful in 59s
Build and deploy / build-react (push) Successful in 1m1s
Build and deploy / merge (push) Successful in 11s
Build and deploy / Pin to cluster node (push) Successful in 27s
Build and deploy / Update OVH DNS (push) Successful in 1m7s
2024-01-24 14:19:45 +00:00
2627d01796 Rename app
All checks were successful
Build and deploy / build-wasm (push) Successful in 20s
Build and deploy / build-react (push) Successful in 42s
Build and deploy / merge (push) Successful in 6s
Build and deploy / Pin to cluster node (push) Successful in 5s
Build and deploy / Update OVH DNS (push) Successful in 4s
2024-01-15 18:59:49 +01:00
46a054e626 Added a couple palettes (#32)
All checks were successful
Build and deploy / build-wasm (push) Successful in 21s
Build and deploy / build-react (push) Successful in 47s
Build and deploy / merge (push) Successful in 6s
Build and deploy / Pin to cluster node (push) Successful in 5s
Build and deploy / Update OVH DNS (push) Successful in 4s
Co-authored-by: CrispyBaguette <alexandre.bruyant@gmail.com>
Reviewed-on: #32
Co-authored-by: Alexandre Bruyant <alexandre@bruyant.xyz>
Co-committed-by: Alexandre Bruyant <alexandre@bruyant.xyz>
2024-01-15 16:28:14 +00:00
202560a249 Use generic code icon
All checks were successful
Build and deploy / build-wasm (push) Successful in 21s
Build and deploy / build-react (push) Successful in 51s
Build and deploy / merge (push) Successful in 6s
Build and deploy / Update OVH DNS (push) Successful in 4s
Build and deploy / Pin to cluster node (push) Successful in 5s
2024-01-13 11:17:20 +01:00
3b0f139c4a Update fontawesome 2024-01-13 11:12:42 +01:00
3c7e29430f Use correct pin version
All checks were successful
Build and deploy / build-wasm (push) Successful in 19s
Build and deploy / build-react (push) Successful in 52s
Build and deploy / merge (push) Successful in 6s
Build and deploy / Pin to cluster node (push) Successful in 5s
Build and deploy / Update OVH DNS (push) Successful in 4s
2024-01-13 08:52:30 +01:00
420f888d9a Use pin v1
Some checks failed
Build and deploy / build-wasm (push) Successful in 20s
Build and deploy / build-react (push) Successful in 53s
Build and deploy / merge (push) Successful in 6s
Build and deploy / Pin to cluster node (push) Failing after 4s
Build and deploy / Update OVH DNS (push) Has been skipped
2024-01-13 08:49:26 +01:00
b8e68ef7fd Use pin v1 2024-01-13 08:48:59 +01:00
9835aac749 Use correct dep name
All checks were successful
Build and deploy / build-wasm (push) Successful in 19s
Build and deploy / build-react (push) Successful in 47s
Build and deploy / merge (push) Successful in 13s
Build and deploy / Pin to cluster node (push) Successful in 9s
Build and deploy / Update OVH DNS (push) Successful in 6s
2024-01-12 19:57:15 +01:00
7d663a4981 Rename folder
Some checks failed
Build and deploy / build-wasm (push) Successful in 30s
Build and deploy / build-react (push) Successful in 1m5s
Build and deploy / Pin to cluster node (push) Failing after 4s
Build and deploy / Update OVH DNS (push) Has been skipped
Build and deploy / merge (push) Successful in 7s
2024-01-12 19:53:24 +01:00
c800299948 Switch to custom action 2024-01-12 19:53:00 +01:00
63fd7322f2 Update client/src/Header.tsx
All checks were successful
Build and deploy / build-wasm (push) Successful in 23s
Build and deploy / build-react (push) Successful in 52s
Build and deploy / merge (push) Successful in 6s
Build and deploy / Push to web3.storage (push) Successful in 15s
Build and deploy / Update OVH DNS (push) Successful in 4s
2024-01-05 22:44:27 +00:00
80e29329b9 Update README.md
All checks were successful
Build and deploy / build-wasm (push) Successful in 30s
Build and deploy / build-react (push) Successful in 1m2s
Build and deploy / merge (push) Successful in 6s
Build and deploy / Push to web3.storage (push) Successful in 22s
Build and deploy / Update OVH DNS (push) Successful in 5s
2024-01-05 12:02:51 +00:00
1319c587dd Update .github/workflows/ci.yml
All checks were successful
Build and deploy / build-wasm (push) Successful in 19s
Build and deploy / build-react (push) Successful in 46s
Build and deploy / merge (push) Successful in 7s
Build and deploy / Push to web3.storage (push) Successful in 15s
Build and deploy / Update OVH DNS (push) Successful in 4s
2024-01-03 12:11:18 +00:00
40c336c816 Update .github/workflows/ci.yml
Some checks failed
Build and deploy / build-react (push) Waiting to run
Build and deploy / merge (push) Waiting to run
Build and deploy / Push to web3.storage (push) Waiting to run
Build and deploy / Update OVH DNS (push) Waiting to run
Build and deploy / build-wasm (push) Has been cancelled
2024-01-03 12:03:33 +00:00
e9aecbdcb1 Update dither dep (#30)
Some checks failed
Build and deploy / merge (push) Blocked by required conditions
Build and deploy / Push to web3.storage (push) Blocked by required conditions
Build and deploy / Update OVH DNS (push) Blocked by required conditions
Build and deploy / build-wasm (push) Failing after 1m58s
Build and deploy / build-react (push) Has been cancelled
Reviewed-on: #30
Fixes #2
Co-authored-by: Alexandre <alexandre@bruyant.xyz>
Co-committed-by: Alexandre <alexandre@bruyant.xyz>
2024-01-03 12:00:54 +00:00
CrispyBaguette
607e7f44e9 handle missing umami 2023-10-08 11:25:41 +02:00
CrispyBaguette
7e1dc8c443
Merge pull request #29 from CrispyBaguette/event-tracking
umami event tracking
2023-06-07 12:21:18 +02:00
CrispyBaguette
3c56bbdc0e umami event tracking 2023-06-07 12:20:55 +02:00
CrispyBaguette
fc0c840d16
Merge pull request #28 from CrispyBaguette/umami-dnt
Respect DNT setting
2023-05-29 13:53:33 +02:00