[PR #264] chore(deps-dev): bump @nuxtjs/color-mode from 2.1.1 to 3.1.3 #276

Closed
opened 2025-12-01 17:06:35 +01:00 by arthur · 0 comments
Owner

Original Pull Request: https://github.com/ArthurDanjou/website-old/pull/264

State: closed
Merged: No


Bumps @nuxtjs/color-mode from 2.1.1 to 3.1.3.

Release notes

Sourced from @​nuxtjs/color-mode's releases.

v3.1.3

Bug Fixes

  • handle data attribute in script as well (30b173e)

v3.1.2

Bug Fixes

  • add missing imports in client-plugin (c0ce7b2)

Full Changelog: https://github.com/nuxt-community/color-mode-module/compare/v3.1.1...v3.1.2

v3.1.1

Full Changelog: https://github.com/nuxt-community/color-mode-module/compare/v3.1.0...v3.1.1

v3.1.0

What's Changed

Full Changelog: https://github.com/nuxt-community/color-mode-module/compare/v3.0.3...v3.1.0

v3.0.2

What's Changed

New Contributors

Full Changelog: https://github.com/nuxt-community/color-mode-module/compare/v3.0.2...v3.0.3

v3.0.1

Bug Fixes

  • move script to head and set forced color mode on <html> element (#128) (273f07e)

v3.0.0

v3 of @nuxtjs/color-mode requires either Nuxt Bridge or Nuxt 3. If you are using Nuxt 2 without Bridge, you should continue to use v2.

... (truncated)

Changelog

Sourced from @​nuxtjs/color-mode's changelog.

3.1.3 (2022-05-31)

Bug Fixes

  • handle data attribute in script as well (30b173e)

3.1.2 (2022-05-31)

Bug Fixes

  • add missing imports in client-plugin (c0ce7b2)

3.1.1 (2022-05-31)

Bug Fixes

3.1.0 (2022-05-31)

Features

  • add support for data-* attribute in <html> tag (#144) (7a92150)

3.0.3 (2022-05-10)

Bug Fixes

3.0.2 (2022-03-07)

Bug Fixes

  • type helper as $colorMode not colorMode (b2d89bd), closes #130

3.0.1 (2022-02-21)

Bug Fixes

  • move script to head and set forced color mode on <html> element (#128) (273f07e)

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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 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)
**Original Pull Request:** https://github.com/ArthurDanjou/website-old/pull/264 **State:** closed **Merged:** No --- Bumps [@nuxtjs/color-mode](https://github.com/nuxt-community/color-mode-module) from 2.1.1 to 3.1.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nuxt-community/color-mode-module/releases"><code>@​nuxtjs/color-mode</code>'s releases</a>.</em></p> <blockquote> <h2>v3.1.3</h2> <h3>Bug Fixes</h3> <ul> <li>handle data attribute in script as well (<a href="https://github.com/nuxt-community/color-mode-module/commit/30b173e4ffebcd452ecc076e3660290907af196f">30b173e</a>)</li> </ul> <h2>v3.1.2</h2> <h3>Bug Fixes</h3> <ul> <li>add missing imports in client-plugin (<a href="https://github.com/nuxt-community/color-mode-module/commit/c0ce7b2944e099600bcfb1541b42b9398821daa1">c0ce7b2</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nuxt-community/color-mode-module/compare/v3.1.1...v3.1.2">https://github.com/nuxt-community/color-mode-module/compare/v3.1.1...v3.1.2</a></p> <h2>v3.1.1</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/nuxt-community/color-mode-module/compare/v3.1.0...v3.1.1">https://github.com/nuxt-community/color-mode-module/compare/v3.1.0...v3.1.1</a></p> <h2>v3.1.0</h2> <h2>What's Changed</h2> <ul> <li>feat: add support for <code>data-*</code> attribute in <code>&lt;html&gt;</code> tag by <a href="https://github.com/danielroe"><code>@​danielroe</code></a> in <a href="https://github-redirect.dependabot.com/nuxt-community/color-mode-module/pull/144">nuxt-community/color-mode-module#144</a></li> <li>chore: update to nuxt rc by <a href="https://github.com/danielroe"><code>@​danielroe</code></a> in <a href="https://github-redirect.dependabot.com/nuxt-community/color-mode-module/pull/139">nuxt-community/color-mode-module#139</a></li> <li>chore: upgrade dev deps and refresh lockfile by <a href="https://github.com/danielroe"><code>@​danielroe</code></a> in <a href="https://github-redirect.dependabot.com/nuxt-community/color-mode-module/pull/148">nuxt-community/color-mode-module#148</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nuxt-community/color-mode-module/compare/v3.0.3...v3.1.0">https://github.com/nuxt-community/color-mode-module/compare/v3.0.3...v3.1.0</a></p> <h2>v3.0.2</h2> <h2>What's Changed</h2> <ul> <li>chore(deps): update actions/cache action to v3 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://github-redirect.dependabot.com/nuxt-community/color-mode-module/pull/133">nuxt-community/color-mode-module#133</a></li> <li>chore(deps): update actions/setup-node action to v3 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://github-redirect.dependabot.com/nuxt-community/color-mode-module/pull/129">nuxt-community/color-mode-module#129</a></li> <li>chore(deps): update codecov/codecov-action action to v3 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://github-redirect.dependabot.com/nuxt-community/color-mode-module/pull/136">nuxt-community/color-mode-module#136</a></li> <li>chore(deps): update devdependency <code>@​nuxtjs/eslint-config-typescript</code> to v9 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://github-redirect.dependabot.com/nuxt-community/color-mode-module/pull/131">nuxt-community/color-mode-module#131</a></li> <li>chore: refresh lockfile by <a href="https://github.com/danielroe"><code>@​danielroe</code></a> in <a href="https://github-redirect.dependabot.com/nuxt-community/color-mode-module/pull/137">nuxt-community/color-mode-module#137</a></li> <li>fix: rename useMeta to useHead by <a href="https://github.com/Intevel"><code>@​Intevel</code></a> in <a href="https://github-redirect.dependabot.com/nuxt-community/color-mode-module/pull/135">nuxt-community/color-mode-module#135</a></li> <li>fix(plugin): prevent infinite loop on watch by <a href="https://github.com/benjamincanac"><code>@​benjamincanac</code></a> in <a href="https://github-redirect.dependabot.com/nuxt-community/color-mode-module/pull/145">nuxt-community/color-mode-module#145</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Intevel"><code>@​Intevel</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/nuxt-community/color-mode-module/pull/135">nuxt-community/color-mode-module#135</a></li> <li><a href="https://github.com/benjamincanac"><code>@​benjamincanac</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/nuxt-community/color-mode-module/pull/145">nuxt-community/color-mode-module#145</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nuxt-community/color-mode-module/compare/v3.0.2...v3.0.3">https://github.com/nuxt-community/color-mode-module/compare/v3.0.2...v3.0.3</a></p> <h2>v3.0.1</h2> <h3>Bug Fixes</h3> <ul> <li>move script to head and set forced color mode on <code>&lt;html&gt;</code> element (<a href="https://github-redirect.dependabot.com/nuxt-community/color-mode-module/issues/128">#128</a>) (<a href="https://github.com/nuxt-community/color-mode-module/commit/273f07ebda0d87fc7574d09658e60a9863ce84a8">273f07e</a>)</li> </ul> <h2>v3.0.0</h2> <p>v3 of <code>@nuxtjs/color-mode</code> requires either Nuxt Bridge or Nuxt 3. If you are using Nuxt 2 without Bridge, you should continue to use v2.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nuxt-community/color-mode-module/blob/master/CHANGELOG.md"><code>@​nuxtjs/color-mode</code>'s changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/nuxt-community/color-mode-module/compare/v3.1.2...v3.1.3">3.1.3</a> (2022-05-31)</h3> <h3>Bug Fixes</h3> <ul> <li>handle data attribute in script as well (<a href="https://github.com/nuxt-community/color-mode-module/commit/30b173e4ffebcd452ecc076e3660290907af196f">30b173e</a>)</li> </ul> <h3><a href="https://github.com/nuxt-community/color-mode-module/compare/v3.1.1...v3.1.2">3.1.2</a> (2022-05-31)</h3> <h3>Bug Fixes</h3> <ul> <li>add missing imports in client-plugin (<a href="https://github.com/nuxt-community/color-mode-module/commit/c0ce7b2944e099600bcfb1541b42b9398821daa1">c0ce7b2</a>)</li> </ul> <h3><a href="https://github.com/nuxt-community/color-mode-module/compare/v3.1.0...v3.1.1">3.1.1</a> (2022-05-31)</h3> <h3>Bug Fixes</h3> <ul> <li>add missing import (<a href="https://github.com/nuxt-community/color-mode-module/commit/70665dbc6477f927d246c7eaa92ba177b2d41a7a">70665db</a>)</li> </ul> <h2><a href="https://github.com/nuxt-community/color-mode-module/compare/v3.0.3...v3.1.0">3.1.0</a> (2022-05-31)</h2> <h3>Features</h3> <ul> <li>add support for <code>data-*</code> attribute in <code>&lt;html&gt;</code> tag (<a href="https://github-redirect.dependabot.com/nuxt-community/color-mode-module/issues/144">#144</a>) (<a href="https://github.com/nuxt-community/color-mode-module/commit/7a92150a802aba29b6db0d78b3dfba3535bf3ceb">7a92150</a>)</li> </ul> <h3><a href="https://github.com/nuxt-community/color-mode-module/compare/v3.0.2...v3.0.3">3.0.3</a> (2022-05-10)</h3> <h3>Bug Fixes</h3> <ul> <li><strong>plugin:</strong> prevent infinite loop on watch (<a href="https://github-redirect.dependabot.com/nuxt-community/color-mode-module/issues/145">#145</a>) (<a href="https://github.com/nuxt-community/color-mode-module/commit/d4ee8186e5073e248baa8cea6438f8a50f6a9f19">d4ee818</a>)</li> <li>rename useMeta to useHead (<a href="https://github-redirect.dependabot.com/nuxt-community/color-mode-module/issues/135">#135</a>) (<a href="https://github.com/nuxt-community/color-mode-module/commit/63d86ab9702e247a89ca18167874051850665dec">63d86ab</a>)</li> </ul> <h3><a href="https://github.com/nuxt-community/color-mode-module/compare/v3.0.1...v3.0.2">3.0.2</a> (2022-03-07)</h3> <h3>Bug Fixes</h3> <ul> <li>type helper as <code>$colorMode</code> not <code>colorMode</code> (<a href="https://github.com/nuxt-community/color-mode-module/commit/b2d89bd5f3048b92b7b43ec21b7e74e4f1ae2454">b2d89bd</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/color-mode-module/issues/130">#130</a></li> </ul> <h3><a href="https://github.com/nuxt-community/color-mode-module/compare/v3.0.0...v3.0.1">3.0.1</a> (2022-02-21)</h3> <h3>Bug Fixes</h3> <ul> <li>move script to head and set forced color mode on <code>&lt;html&gt;</code> element (<a href="https://github-redirect.dependabot.com/nuxt-community/color-mode-module/issues/128">#128</a>) (<a href="https://github.com/nuxt-community/color-mode-module/commit/273f07ebda0d87fc7574d09658e60a9863ce84a8">273f07e</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt-community/color-mode-module/commit/26ca7e6b96d745e08c894673558b22f49f2d7004"><code>26ca7e6</code></a> chore(release): 3.1.3</li> <li><a href="https://github.com/nuxt-community/color-mode-module/commit/30b173e4ffebcd452ecc076e3660290907af196f"><code>30b173e</code></a> fix: handle data attribute in script as well</li> <li><a href="https://github.com/nuxt-community/color-mode-module/commit/2da98d81229a6a124c7461adf2c135a0062d88ce"><code>2da98d8</code></a> chore(release): 3.1.2</li> <li><a href="https://github.com/nuxt-community/color-mode-module/commit/c0ce7b2944e099600bcfb1541b42b9398821daa1"><code>c0ce7b2</code></a> fix: add missing imports in client-plugin</li> <li><a href="https://github.com/nuxt-community/color-mode-module/commit/332f42a351b606d84e3e8f46aa02f7f21ec08545"><code>332f42a</code></a> chore(release): 3.1.1</li> <li><a href="https://github.com/nuxt-community/color-mode-module/commit/70665dbc6477f927d246c7eaa92ba177b2d41a7a"><code>70665db</code></a> fix: add missing import</li> <li><a href="https://github.com/nuxt-community/color-mode-module/commit/c982c88a31c42b8d23928ee7a181c33f82fbedc1"><code>c982c88</code></a> chore(release): 3.1.0</li> <li><a href="https://github.com/nuxt-community/color-mode-module/commit/5a0a6053920bfb55cafb1a88ed1b61b96fc12ae2"><code>5a0a605</code></a> chore: upgrade dev deps and refresh lockfile (<a href="https://github-redirect.dependabot.com/nuxt-community/color-mode-module/issues/148">#148</a>)</li> <li><a href="https://github.com/nuxt-community/color-mode-module/commit/4c68257c3df15f7f193774461913c5c9b97e33c9"><code>4c68257</code></a> chore: update to nuxt rc (<a href="https://github-redirect.dependabot.com/nuxt-community/color-mode-module/issues/139">#139</a>)</li> <li><a href="https://github.com/nuxt-community/color-mode-module/commit/7a92150a802aba29b6db0d78b3dfba3535bf3ceb"><code>7a92150</code></a> feat: add support for <code>data-*</code> attribute in <code>\&lt;html&gt;</code> tag (<a href="https://github-redirect.dependabot.com/nuxt-community/color-mode-module/issues/144">#144</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nuxt-community/color-mode-module/compare/v2.1.1...v3.1.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nuxtjs/color-mode&package-manager=npm_and_yarn&previous-version=2.1.1&new-version=3.1.3)](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 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>
arthur added the pull-request label 2025-12-01 17:06:35 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: arthur/website-old#276