[PR #1882] [CLOSED] chore(deps-dev): bump nuxt-windicss from 1.2.5 to 2.0.1 #3542

Closed
opened 2026-03-17 01:08:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1882
Author: @dependabot[bot]
Created: 10/18/2021
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/nuxt-windicss-2.0.1


📝 Commits (1)

  • 3158615 chore(deps-dev): bump nuxt-windicss from 1.2.5 to 2.0.1

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 packages/hoppscotch-app/package.json (+1 -1)

📄 Description

Bumps nuxt-windicss from 1.2.5 to 2.0.1.

Release notes

Sourced from nuxt-windicss's releases.

Release 2.0.1

Bug fix 🐛

  • fix(nuxt3): fixes webpack 5 windi resolutuon bug 7dc2e36, fixed #124

Release 2.0.0

Features 🚀

Nuxt v3/ Nuxt Bridge compatible

  • migrated to @​nuxt/kit
  • exposes module meta

See Live example on StackBlitz

WindiCSS Analysis

windicss-analysis

Enabled via config, supported in all nuxt versions.

export default defineNuxtConfig({
  buildModules: [
    'nuxt-windicss',
  ],
  windicss: {
    analyze: true
  }
})

Better TypeScript support

Modify your tsconfig.json to use it.

{
  "compilerOptions": {
    "types": [
      "nuxt-windicss"
    ]
  }
}

Chore 🧹

  • Build now using unbuild
  • Project is now a monorepo supporting workspaces
  • Major project code refactoring
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/hoppscotch/hoppscotch/pull/1882 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/18/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/nuxt-windicss-2.0.1` --- ### 📝 Commits (1) - [`3158615`](https://github.com/hoppscotch/hoppscotch/commit/315861505670c15bd5332cec70017c43ec3073c0) chore(deps-dev): bump nuxt-windicss from 1.2.5 to 2.0.1 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-app/package.json` (+1 -1) </details> ### 📄 Description Bumps [nuxt-windicss](https://github.com/windicss/nuxt-windicss-module) from 1.2.5 to 2.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/windicss/nuxt-windicss-module/releases">nuxt-windicss's releases</a>.</em></p> <blockquote> <h2>Release 2.0.1</h2> <h2>Bug fix :bug:</h2> <ul> <li>fix(nuxt3): fixes webpack 5 windi resolutuon bug <a href="https://github.com/windicss/nuxt-windicss-module/commit/7dc2e36a8416bbddfbda83adc537bef1575cbb53"><code>7dc2e36</code></a>, fixed <a href="https://github-redirect.dependabot.com/windicss/nuxt-windicss-module/issues/124">#124</a></li> </ul> <h2>Release 2.0.0</h2> <h2>Features :rocket:</h2> <h3>Nuxt v3/ Nuxt Bridge compatible</h3> <ul> <li>migrated to <code>@​nuxt/kit</code></li> <li>exposes module meta</li> </ul> <p>See <a href="https://stackblitz.com/edit/nuxt3-windicss?file=app.vue">Live example on StackBlitz</a></p> <h3>WindiCSS Analysis</h3> <p><strong><a href="https://github.com/windicss/windicss-analysis">windicss-analysis</a></strong></p> <p>Enabled via config, supported in all nuxt versions.</p> <pre lang="ts"><code>export default defineNuxtConfig({ buildModules: [ 'nuxt-windicss', ], windicss: { analyze: true } }) </code></pre> <h3>Better TypeScript support</h3> <p>Modify your <code>tsconfig.json</code> to use it.</p> <pre lang="ts"><code>{ &quot;compilerOptions&quot;: { &quot;types&quot;: [ &quot;nuxt-windicss&quot; ] } } </code></pre> <h2>Chore :broom:</h2> <ul> <li>Build now using <a href="https://github.com/unjs/unbuild">unbuild</a></li> <li>Project is now a monorepo supporting workspaces</li> <li>Major project code refactoring</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/windicss/nuxt-windicss-module/commits/2.0.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=1.2.5&new-version=2.0.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>
kerem 2026-03-17 01:08:56 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#3542
No description provided.