[PR #248] [CLOSED] chore(deps-dev): bump nuxt-windicss from 2.2.2 to 2.3.1 #256

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/248
Author: @dependabot[bot]
Created: 4/25/2022
Status: Closed

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


📝 Commits (1)

  • 2a9a848 chore(deps-dev): bump nuxt-windicss from 2.2.2 to 2.3.1

📊 Changes

2 files changed (+647 additions, -291 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+646 -290)

📄 Description

Bumps nuxt-windicss from 2.2.2 to 2.3.1.

Release notes

Sourced from nuxt-windicss's releases.

v2.3.1

Bug Fixes

Thanks @​replygirl

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

... (truncated)

Commits
  • e722cdb release v2.3.1
  • 4c9f3b8 chore: migrate to nuxt rc.1
  • 5353b8c fix: set transformCSS: 'pre' by default (#172)
  • f79aa73 chore: add design in dev tools doc
  • 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
  • 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/248 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/25/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxt-windicss-2.3.1` --- ### 📝 Commits (1) - [`2a9a848`](https://github.com/ArthurDanjou/website-old/commit/2a9a8481db8e58f090297ec2f6175d36a80e5943) chore(deps-dev): bump nuxt-windicss from 2.2.2 to 2.3.1 ### 📊 Changes **2 files changed** (+647 additions, -291 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+646 -290) </details> ### 📄 Description Bumps [nuxt-windicss](https://github.com/windicss/nuxt-windicss) from 2.2.2 to 2.3.1. <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.1</h2> <h3>Bug Fixes</h3> <ul> <li>set transformCSS: 'pre' by default (<a href="https://github-redirect.dependabot.com/windicss/nuxt-windicss/issues/172">#172</a>) (<a href="https://github.com/windicss/nuxt-windicss/commit/5353b8c">5353b8c</a>),fixes <a href="https://github-redirect.dependabot.com/windicss/nuxt-windicss/issues/164">#164</a></li> </ul> <p>Thanks <a href="https://github.com/replygirl"><code>@​replygirl</code></a></p> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/windicss/nuxt-windicss/commit/e722cdb64b55f6c09dffd80557930f8d9714b1dd"><code>e722cdb</code></a> release v2.3.1</li> <li><a href="https://github.com/windicss/nuxt-windicss/commit/4c9f3b86f4b84667b7e3ef8fc6032636421ae5e8"><code>4c9f3b8</code></a> chore: migrate to nuxt rc.1</li> <li><a href="https://github.com/windicss/nuxt-windicss/commit/5353b8c257f5321f5052a292190cd09eddc9cb82"><code>5353b8c</code></a> fix: set transformCSS: 'pre' by default (<a href="https://github-redirect.dependabot.com/windicss/nuxt-windicss/issues/172">#172</a>)</li> <li><a href="https://github.com/windicss/nuxt-windicss/commit/f79aa735dcb7d0ef9d5a5ea2cd98cb9dfda6b85c"><code>f79aa73</code></a> chore: add design in dev tools doc</li> <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>Additional commits viewable in <a href="https://github.com/windicss/nuxt-windicss/compare/2.2.2...v2.3.1">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.1)](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#256