[PR #311] [CLOSED] chore(deps-dev): bump @nuxtjs/color-mode from 2.1.1 to 3.1.6 #329

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

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/311
Author: @dependabot[bot]
Created: 9/23/2022
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/nuxtjs/color-mode-3.1.6


📝 Commits (1)

  • 4873f47 chore(deps-dev): bump @nuxtjs/color-mode from 2.1.1 to 3.1.6

📊 Changes

2 files changed (+351 additions, -12 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+350 -11)

📄 Description

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

Release notes

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

v3.1.6

What's Changed

Full Changelog: https://github.com/nuxt-modules/color-mode/compare/v3.1.5...v3.1.6

v3.1.5

What's Changed

New Contributors

Full Changelog: https://github.com/nuxt-modules/color-mode/compare/v3.1.4...v3.1.5

v3.1.4

What's Changed

New Contributors

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

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

... (truncated)

Changelog

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

3.1.6 (2022-09-22)

Bug Fixes

  • inject color-mode script with nitro plugin (handles mixed spa/ssr) (#164) (620ca17)

3.1.5 (2022-09-09)

Bug Fixes

3.1.4 (2022-06-09)

Bug Fixes

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)

... (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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ArthurDanjou/website-old/pull/311 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/23/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxtjs/color-mode-3.1.6` --- ### 📝 Commits (1) - [`4873f47`](https://github.com/ArthurDanjou/website-old/commit/4873f47c27a110f5e7adf73f3bb985c46b97011b) chore(deps-dev): bump @nuxtjs/color-mode from 2.1.1 to 3.1.6 ### 📊 Changes **2 files changed** (+351 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+350 -11) </details> ### 📄 Description Bumps [@nuxtjs/color-mode](https://github.com/nuxt-community/color-mode-module) from 2.1.1 to 3.1.6. <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.6</h2> <h2>What's Changed</h2> <ul> <li>fix: inject color-mode script with nitro plugin (handles mixed spa/ssr) by <a href="https://github.com/danielroe"><code>@​danielroe</code></a> in <a href="https://github-redirect.dependabot.com/nuxt-modules/color-mode/pull/164">nuxt-modules/color-mode#164</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nuxt-modules/color-mode/compare/v3.1.5...v3.1.6">https://github.com/nuxt-modules/color-mode/compare/v3.1.5...v3.1.6</a></p> <h2>v3.1.5</h2> <h2>What's Changed</h2> <ul> <li>fix: color mode in server by <a href="https://github.com/Luferov"><code>@​Luferov</code></a> in <a href="https://github-redirect.dependabot.com/nuxt-modules/color-mode/pull/159">nuxt-modules/color-mode#159</a></li> <li>docs: migrate to latest docus by <a href="https://github.com/smarroufin"><code>@​smarroufin</code></a> in <a href="https://github-redirect.dependabot.com/nuxt-modules/color-mode/pull/150">nuxt-modules/color-mode#150</a></li> <li>docs: upgrade docus by <a href="https://github.com/smarroufin"><code>@​smarroufin</code></a> in <a href="https://github-redirect.dependabot.com/nuxt-modules/color-mode/pull/151">nuxt-modules/color-mode#151</a></li> <li>docs: update logo &amp; social preview by <a href="https://github.com/smarroufin"><code>@​smarroufin</code></a> in <a href="https://github-redirect.dependabot.com/nuxt-modules/color-mode/pull/152">nuxt-modules/color-mode#152</a></li> <li>chore: upgrade deps by <a href="https://github.com/Atinux"><code>@​Atinux</code></a> in <a href="https://github-redirect.dependabot.com/nuxt-modules/color-mode/pull/157">nuxt-modules/color-mode#157</a></li> <li>chore: update deps ro rc9 by <a href="https://github.com/Atinux"><code>@​Atinux</code></a> in <a href="https://github-redirect.dependabot.com/nuxt-modules/color-mode/pull/160">nuxt-modules/color-mode#160</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/smarroufin"><code>@​smarroufin</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/nuxt-modules/color-mode/pull/150">nuxt-modules/color-mode#150</a></li> <li><a href="https://github.com/Luferov"><code>@​Luferov</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/nuxt-modules/color-mode/pull/159">nuxt-modules/color-mode#159</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nuxt-modules/color-mode/compare/v3.1.4...v3.1.5">https://github.com/nuxt-modules/color-mode/compare/v3.1.4...v3.1.5</a></p> <h2>v3.1.4</h2> <h2>What's Changed</h2> <ul> <li>fix: works with ssr: false by <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github-redirect.dependabot.com/nuxt-community/color-mode-module/pull/149">nuxt-community/color-mode-module#149</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/antfu"><code>@​antfu</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/nuxt-community/color-mode-module/pull/149">nuxt-community/color-mode-module#149</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nuxt-community/color-mode-module/compare/v3.1.3...v3.1.4">https://github.com/nuxt-community/color-mode-module/compare/v3.1.3...v3.1.4</a></p> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nuxt-modules/color-mode/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.5...v3.1.6">3.1.6</a> (2022-09-22)</h3> <h3>Bug Fixes</h3> <ul> <li>inject color-mode script with nitro plugin (handles mixed spa/ssr) (<a href="https://github-redirect.dependabot.com/nuxt-community/color-mode-module/issues/164">#164</a>) (<a href="https://github.com/nuxt-community/color-mode-module/commit/620ca1799f8788bcdd275829ffbb796d346138d7">620ca17</a>)</li> </ul> <h3><a href="https://github.com/nuxt-community/color-mode-module/compare/v3.1.4...v3.1.5">3.1.5</a> (2022-09-09)</h3> <h3>Bug Fixes</h3> <ul> <li>color mode in server (<a href="https://github-redirect.dependabot.com/nuxt-community/color-mode-module/issues/159">#159</a>) (<a href="https://github.com/nuxt-community/color-mode-module/commit/fcf0aead26f812ee5c3cc1720350763fd464804d">fcf0aea</a>)</li> </ul> <h3><a href="https://github.com/nuxt-community/color-mode-module/compare/v3.1.3...v3.1.4">3.1.4</a> (2022-06-09)</h3> <h3>Bug Fixes</h3> <ul> <li>works with ssr: false (<a href="https://github-redirect.dependabot.com/nuxt-community/color-mode-module/issues/149">#149</a>) (<a href="https://github.com/nuxt-community/color-mode-module/commit/3dde9cb8d7c4c37db745c6c35bc7e7feb85b5716">3dde9cb</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt-modules/color-mode/commit/b7a69bf89dcb3783a9a852dcb17c0945a87c3a6e"><code>b7a69bf</code></a> chore(release): 3.1.6</li> <li><a href="https://github.com/nuxt-modules/color-mode/commit/620ca1799f8788bcdd275829ffbb796d346138d7"><code>620ca17</code></a> fix: inject color-mode script with nitro plugin (handles mixed spa/ssr) (<a href="https://github-redirect.dependabot.com/nuxt-community/color-mode-module/issues/164">#164</a>)</li> <li><a href="https://github.com/nuxt-modules/color-mode/commit/e46d0374d65ec96a787f4c99c630452ccfb536e1"><code>e46d037</code></a> chore(release): 3.1.5</li> <li><a href="https://github.com/nuxt-modules/color-mode/commit/d5887f0951d6b16841f853e3e37642c4e887fbf6"><code>d5887f0</code></a> chore: update deps ro rc9 (<a href="https://github-redirect.dependabot.com/nuxt-community/color-mode-module/issues/160">#160</a>)</li> <li><a href="https://github.com/nuxt-modules/color-mode/commit/fcf0aead26f812ee5c3cc1720350763fd464804d"><code>fcf0aea</code></a> fix: color mode in server (<a href="https://github-redirect.dependabot.com/nuxt-community/color-mode-module/issues/159">#159</a>)</li> <li><a href="https://github.com/nuxt-modules/color-mode/commit/536445b6be52f7786c0b2e3dddb49cae79f59ec5"><code>536445b</code></a> chore: upgrade deps (<a href="https://github-redirect.dependabot.com/nuxt-community/color-mode-module/issues/157">#157</a>)</li> <li><a href="https://github.com/nuxt-modules/color-mode/commit/318b60594fae229d70e19f17e864425d982cdcd5"><code>318b605</code></a> docs: update repo link</li> <li><a href="https://github.com/nuxt-modules/color-mode/commit/47ded6a44cdb616b741ea2763d1ced20bd9c2360"><code>47ded6a</code></a> docs: update cover and add downloads</li> <li><a href="https://github.com/nuxt-modules/color-mode/commit/a9a422d1492416ca23dd61887394d9108be0990e"><code>a9a422d</code></a> docs: update logo &amp; social preview (<a href="https://github-redirect.dependabot.com/nuxt-community/color-mode-module/issues/152">#152</a>)</li> <li><a href="https://github.com/nuxt-modules/color-mode/commit/855687400f2511690465441696c8674ffaecd1a9"><code>8556874</code></a> docs: remove useless primary color</li> <li>Additional commits viewable in <a href="https://github.com/nuxt-community/color-mode-module/compare/v2.1.1...v3.1.6">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.6)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
arthur added the pull-request label 2025-12-01 17:06:46 +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#329