[PR #246] [CLOSED] chore(deps-dev): bump nuxt-windicss from 2.2.2 to 2.3.0 #260

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

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/246
Author: @dependabot[bot]
Created: 4/21/2022
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/nuxt-windicss-2.3.0


📝 Commits (1)

  • e6caf6b chore(deps-dev): bump nuxt-windicss from 2.2.2 to 2.3.0

📊 Changes

2 files changed (+191 additions, -232 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+190 -231)

📄 Description

Bumps nuxt-windicss from 2.2.2 to 2.3.0.

Release notes

Sourced from nuxt-windicss's releases.

v2.3.0

Features

Design In DevTools

Add the import with your existing windi imports and you'll have autocompletion in your Chrome DevTools! See "Design in DevTools" for more information.

export default {
  // ...  
  css: [
    'virtual:windi.css',
    'virtual:windi-devtools',
  },
}

Credit to @​await-ovo, thanks! 🎉

v2.2.11

No release notes provided.

v2.2.10

No release notes provided.

v2.2.9

Chore

  • Updated dependencies, fixes #170

Bug Fixes

v2.2.8

No release notes provided.

v2.2.7

Bug Fixes

... (truncated)

Commits
  • 4c36a3c release v2.3.0
  • 0aeb3b9 chore: update dependencies windicss-webpack-plugin@ 1.7.2
  • 320f9ee release v2.2.11
  • cafac9c chore: update dependencies @​windicss/plugin-utils: 1.8.4
  • 22ed93d chore: update sponsors
  • 8130b93 release v2.2.10
  • 7ab4ac8 release v2.2.9
  • ea73789 revert: add back dependency
  • d44f38e Revert "fix(core): prefer plugin template over hacky css config"
  • d623f6e chore: make directive usage in css clearer for nuxt v3
  • Additional commits viewable in compare view

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/246 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/21/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxt-windicss-2.3.0` --- ### 📝 Commits (1) - [`e6caf6b`](https://github.com/ArthurDanjou/website-old/commit/e6caf6b7e3325332d0fd20ed0670604f2c7afeb3) chore(deps-dev): bump nuxt-windicss from 2.2.2 to 2.3.0 ### 📊 Changes **2 files changed** (+191 additions, -232 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+190 -231) </details> ### 📄 Description Bumps [nuxt-windicss](https://github.com/windicss/nuxt-windicss) from 2.2.2 to 2.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/windicss/nuxt-windicss/releases">nuxt-windicss's releases</a>.</em></p> <blockquote> <h2>v2.3.0</h2> <h2>Features</h2> <p><strong>Design In DevTools</strong></p> <p>Add the import with your existing windi imports and you'll have autocompletion in your Chrome DevTools! See <a href="https://windicss.org/integrations/vite.html#design-in-devtools">&quot;Design in DevTools&quot;</a> for more information.</p> <pre lang="ts"><code>export default { // ... css: [ 'virtual:windi.css', 'virtual:windi-devtools', }, } </code></pre> <!-- raw HTML omitted --> <p>Credit to <a href="https://github.com/await-ovo"><code>@​await-ovo</code></a>, thanks! :tada:</p> <h2>v2.2.11</h2> <p>No release notes provided.</p> <h2>v2.2.10</h2> <p>No release notes provided.</p> <h2>v2.2.9</h2> <h3>Chore</h3> <ul> <li>Updated dependencies, fixes <a href="https://github-redirect.dependabot.com/windicss/nuxt-windicss/issues/170">#170</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>vite:</strong> unshift plugins (<a href="https://github.com/windicss/nuxt-windicss/commit/5110c40">5110c40</a>)</li> </ul> <h2>v2.2.8</h2> <p>No release notes provided.</p> <h2>v2.2.7</h2> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/windicss/nuxt-windicss/commit/4c36a3c4868651af36ed0020479b7a78bf011a4d"><code>4c36a3c</code></a> release v2.3.0</li> <li><a href="https://github.com/windicss/nuxt-windicss/commit/0aeb3b963b935c7f55ec5565d3224e9203de8540"><code>0aeb3b9</code></a> chore: update dependencies windicss-webpack-plugin@ 1.7.2</li> <li><a href="https://github.com/windicss/nuxt-windicss/commit/320f9ee809c15b17177c057486204eb6962497b3"><code>320f9ee</code></a> release v2.2.11</li> <li><a href="https://github.com/windicss/nuxt-windicss/commit/cafac9c265dbb2a8f17bead46316029c824e4b51"><code>cafac9c</code></a> chore: update dependencies <code>@​windicss/plugin-utils</code>: 1.8.4</li> <li><a href="https://github.com/windicss/nuxt-windicss/commit/22ed93dd2675e84d1d37ead1329851443216b12e"><code>22ed93d</code></a> chore: update sponsors</li> <li><a href="https://github.com/windicss/nuxt-windicss/commit/8130b932c226702a363a994a4c498dee0e28a27b"><code>8130b93</code></a> release v2.2.10</li> <li><a href="https://github.com/windicss/nuxt-windicss/commit/7ab4ac81368725e3ef9afe23a04523cae6d286b4"><code>7ab4ac8</code></a> release v2.2.9</li> <li><a href="https://github.com/windicss/nuxt-windicss/commit/ea737892d0ffe67e44dca0ce5fad61de23ff2b3b"><code>ea73789</code></a> revert: add back dependency</li> <li><a href="https://github.com/windicss/nuxt-windicss/commit/d44f38ee4c360824c320afbdbfbfafc96017e6a0"><code>d44f38e</code></a> Revert &quot;fix(core): prefer plugin template over hacky css config&quot;</li> <li><a href="https://github.com/windicss/nuxt-windicss/commit/d623f6ed562d96f8bbe00bb0113593cacfa54e6c"><code>d623f6e</code></a> chore: make directive usage in css clearer for nuxt v3</li> <li>Additional commits viewable in <a href="https://github.com/windicss/nuxt-windicss/compare/2.2.2...v2.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nuxt-windicss&package-manager=npm_and_yarn&previous-version=2.2.2&new-version=2.3.0)](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:31 +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#260