[PR #262] [CLOSED] chore(deps-dev): bump nuxt-windicss from 2.2.2 to 2.3.2 #274

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

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/262
Author: @dependabot[bot]
Created: 5/24/2022
Status: Closed

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


📝 Commits (1)

  • 5ee39c9 chore(deps-dev): bump nuxt-windicss from 2.2.2 to 2.3.2

📊 Changes

2 files changed (+678 additions, -294 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+677 -293)

📄 Description

Bumps nuxt-windicss from 2.2.2 to 2.3.2.

Release notes

Sourced from nuxt-windicss's releases.

v2.3.2

Chore

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.

... (truncated)

Commits
  • df1645f release v2.3.2
  • 11ff380 chore: use .skip syntax
  • b037f2f chore: temp disable nuxt-bridge test, broken dependency
  • 6426266 chore: update lock
  • 723c38e chore: remove nuxt-schema-org
  • ddfc069 rollback: cheerio minor
  • 82fe157 chore: pnpm package script fix
  • ea9249d fix: run linter
  • c955469 chore: bump nuxt-windicss deps, fix pnpm scripts
  • 78be131 chore: bump nuxt-windicss deps
  • 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/262 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/24/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxt-windicss-2.3.2` --- ### 📝 Commits (1) - [`5ee39c9`](https://github.com/ArthurDanjou/website-old/commit/5ee39c907232529547eebc9e07981e90b9f78cc0) chore(deps-dev): bump nuxt-windicss from 2.2.2 to 2.3.2 ### 📊 Changes **2 files changed** (+678 additions, -294 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+677 -293) </details> ### 📄 Description Bumps [nuxt-windicss](https://github.com/windicss/nuxt-windicss) from 2.2.2 to 2.3.2. <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.2</h2> <h3>Chore</h3> <ul> <li>Updated dependencies, fixes <a href="https://github-redirect.dependabot.com/windicss/nuxt-windicss/issues/174">windicss/nuxt-windicss#174</a></li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/windicss/nuxt-windicss/commit/df1645f83ffc54ec3e5edcf07c6b10f6346c1b9e"><code>df1645f</code></a> release v2.3.2</li> <li><a href="https://github.com/windicss/nuxt-windicss/commit/11ff380b1803e6c67bbfcc16584b0a31148e3913"><code>11ff380</code></a> chore: use .skip syntax</li> <li><a href="https://github.com/windicss/nuxt-windicss/commit/b037f2f3a554117dfb6da75ece58e4fee1581379"><code>b037f2f</code></a> chore: temp disable nuxt-bridge test, broken dependency</li> <li><a href="https://github.com/windicss/nuxt-windicss/commit/6426266fccbec3650a618f58c1a6fed698a89b9c"><code>6426266</code></a> chore: update lock</li> <li><a href="https://github.com/windicss/nuxt-windicss/commit/723c38e15d9e6dd2945ae7c8bcacc743a44a7593"><code>723c38e</code></a> chore: remove nuxt-schema-org</li> <li><a href="https://github.com/windicss/nuxt-windicss/commit/ddfc06945de0082323f917e36a483c2858ad184c"><code>ddfc069</code></a> rollback: cheerio minor</li> <li><a href="https://github.com/windicss/nuxt-windicss/commit/82fe157e0e27dba5215c0e53e2d6707098cbd7fd"><code>82fe157</code></a> chore: pnpm package script fix</li> <li><a href="https://github.com/windicss/nuxt-windicss/commit/ea9249d1c7f021ff49186023392b62292f9a82ac"><code>ea9249d</code></a> fix: run linter</li> <li><a href="https://github.com/windicss/nuxt-windicss/commit/c95546989a55a8d3dc262b1311fe4373d2547681"><code>c955469</code></a> chore: bump nuxt-windicss deps, fix pnpm scripts</li> <li><a href="https://github.com/windicss/nuxt-windicss/commit/78be131c77ea91bd4ce0a7364d03a5a654acddd5"><code>78be131</code></a> chore: bump nuxt-windicss deps</li> <li>Additional commits viewable in <a href="https://github.com/windicss/nuxt-windicss/compare/2.2.2...v2.3.2">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.2)](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:34 +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#274