Commit e5c8ff2
authored
build(deps): bump react-cookie-consent from 9.0.0 to 10.0.1 (#849)
Bumps
[react-cookie-consent](https://github.com/Mastermindzh/react-cookie-consent)
from 9.0.0 to 10.0.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Mastermindzh/react-cookie-consent/blob/master/CHANGELOG.md">react-cookie-consent's
changelog</a>.</em></p>
<blockquote>
<h2>[<a
href="https://github.com/Mastermindzh/react-cookie-consent/releases/tag/10.0.0">10.0.1</a>]</h2>
<ul>
<li>fixes <a
href="https://redirect.github.com/Mastermindzh/react-cookie-consent/issues/207">#207</a>
<ul>
<li>Vite's jsx-runtime is now set to "classic"</li>
</ul>
</li>
</ul>
<h2><a
href="https://github.com/Mastermindzh/react-cookie-consent/releases/tag/10.0.0">[10.0.0]</a></h2>
<p><strong>Major infrastructure modernization and migration to
Vite:</strong></p>
<h3>Breaking Changes</h3>
<ul>
<li><strong>BREAKING</strong>: Updated minimum Node.js requirement from
>=10 to >=20.16</li>
<li><strong>BREAKING</strong>: Updated React peer dependencies from
>=16 to >=18</li>
<li><strong>BREAKING</strong>: Migrated build system from TSDX to
Vite</li>
<li><strong>BREAKING</strong>: Changed output bundle names from
<code>cjs.production.min.js</code>/<code>esm.js</code> to
<code>umd.js</code>/<code>es.js</code></li>
<li><strong>BREAKING</strong>: Updated <code>cookieValue</code> and
<code>declineCookieValue</code> props to only accept string values
(removed object support)</li>
</ul>
<h3>New Features</h3>
<ul>
<li>Added accessibility improvements: keyboard navigation, ARIA labels,
and proper focus management for overlay</li>
<li>Improved browser compatibility by replacing <code>window</code>
references with <code>globalThis</code></li>
<li>Enhanced TypeScript support with updated type definitions</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li><strong>Major</strong>: Upgraded React from 18.x to 19.x</li>
<li><strong>Major</strong>: Upgraded js-cookie from 2.2.1 to 3.0.5</li>
<li><strong>Major</strong>: Upgraded Storybook from 6.x to 8.6.15 with
new story format (CSF 3.0)</li>
<li><strong>Major</strong>: Upgraded TypeScript from 3.9.10 to
5.9.3</li>
<li>Updated <code>@mui/material</code> from 5.9.2 to 7.3.6 (dev
dependency only)</li>
<li>Updated numerous dev dependencies to latest versions</li>
</ul>
<h3>Infrastructure</h3>
<ul>
<li><strong>Migration</strong>: Complete migration from TSDX to Vite for
faster builds and modern tooling</li>
<li><strong>CI/CD</strong>: Updated GitHub Actions workflows to use
Node.js 20/22 instead of 10/12/14</li>
<li><strong>CI/CD</strong>: Improved workflow efficiency with proper npm
caching and <code>npm ci</code></li>
<li><strong>Security</strong>: Fixed GitHub Actions to use full commit
SHA hashes instead of tag references</li>
<li><strong>Build</strong>: Added proper Vite configuration for library
builds with TypeScript declarations</li>
<li><strong>Storybook</strong>: Migrated to modern Storybook 8.x with
Vite integration and updated story format</li>
</ul>
<h3>Code Quality</h3>
<ul>
<li>Modernized all Storybook stories to use CSF 3.0 format with proper
TypeScript types</li>
<li>Improved code consistency with readonly static props and better
formatting</li>
<li>Enhanced accessibility with proper event handling and ARIA
attributes</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Mastermindzh/react-cookie-consent/commit/28880cb383cd5526a5b36dab7135edfe56abd598"><code>28880cb</code></a>
fix: using jsx-runtime classic again</li>
<li><a
href="https://github.com/Mastermindzh/react-cookie-consent/commit/dfa43d1ed19389bd5c293dcd0db76684ae4ca564"><code>dfa43d1</code></a>
[WIP] switched to vite, new react and a new storybook implementation (<a
href="https://redirect.github.com/Mastermindzh/react-cookie-consent/issues/205">#205</a>)</li>
<li><a
href="https://github.com/Mastermindzh/react-cookie-consent/commit/a5f421b8bc4373ab59bbae76e76ab8e84a22b8c8"><code>a5f421b</code></a>
release 9.0.0</li>
<li>See full diff in <a
href="https://github.com/Mastermindzh/react-cookie-consent/compare/9.0.0...10.0.1">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent f7ea152 commit e5c8ff2
2 files changed
+18
-8
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments