[PR #294] [CLOSED] chore(deps-dev): bump nuxt-windicss from 2.4.2 to 2.5.1 #306

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • e4a099e chore(deps-dev): bump nuxt-windicss from 2.4.2 to 2.5.1

📊 Changes

2 files changed (+323 additions, -229 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+322 -228)

📄 Description

Bumps nuxt-windicss from 2.4.2 to 2.5.1.

Release notes

Sourced from nuxt-windicss's releases.

v2.5.1

Bug Fixes

v2.5.0

Bug Fixes

  • exclude .output directory from scan (afd6c34)
  • prefer absolute dir path over ./ (24de307)
  • require nuxt ^2.0.0 || ^3.0.0-rc.6 (b08b644)

Features

v2.4.3

No release notes provided.

Commits
  • f9095ba chore: release v2.5.1
  • a5a6062 chore: avoid syncing nuxt-3webpack
  • acc7811 fix: sync lock file
  • 8dde81b chore(pkg): upgrade deps
  • 4f0ab5c chore: release v2.5.0
  • c062f14 chore: add theme playground
  • 24de307 fix: prefer absolute dir path over ./
  • b08b644 fix: require nuxt ^2.0.0 || ^3.0.0-rc.6
  • 257f0b9 feat(nuxt3): support extends
  • afd6c34 fix: exclude .output directory from scan
  • 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/294 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/24/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxt-windicss-2.5.1` --- ### 📝 Commits (1) - [`e4a099e`](https://github.com/ArthurDanjou/website-old/commit/e4a099e1e7bb84a6c32d311f615a0d84f9d6a5ef) chore(deps-dev): bump nuxt-windicss from 2.4.2 to 2.5.1 ### 📊 Changes **2 files changed** (+323 additions, -229 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+322 -228) </details> ### 📄 Description Bumps [nuxt-windicss](https://github.com/windicss/nuxt-windicss) from 2.4.2 to 2.5.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.5.1</h2> <h3>Bug Fixes</h3> <ul> <li>sync lock file (<a href="https://github.com/windicss/nuxt-windicss/commit/acc7811">acc7811</a>)</li> </ul> <h2>v2.5.0</h2> <h3>Bug Fixes</h3> <ul> <li>exclude .output directory from scan (<a href="https://github.com/windicss/nuxt-windicss/commit/afd6c34">afd6c34</a>)</li> <li>prefer absolute dir path over <code>./</code> (<a href="https://github.com/windicss/nuxt-windicss/commit/24de307">24de307</a>)</li> <li>require nuxt ^2.0.0 || ^3.0.0-rc.6 (<a href="https://github.com/windicss/nuxt-windicss/commit/b08b644">b08b644</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>nuxt3:</strong> support <code>extends</code> (<a href="https://github.com/windicss/nuxt-windicss/commit/257f0b9">257f0b9</a>)</li> </ul> <h2>v2.4.3</h2> <p>No release notes provided.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/windicss/nuxt-windicss/commit/f9095ba973f7027a9a532e26df46195f7a2e1a5c"><code>f9095ba</code></a> chore: release v2.5.1</li> <li><a href="https://github.com/windicss/nuxt-windicss/commit/a5a6062d05409b4065ae859d5d47db05d49b273b"><code>a5a6062</code></a> chore: avoid syncing nuxt-3webpack</li> <li><a href="https://github.com/windicss/nuxt-windicss/commit/acc7811972ab55541f29fe236c13db32d06f9b0b"><code>acc7811</code></a> fix: sync lock file</li> <li><a href="https://github.com/windicss/nuxt-windicss/commit/8dde81b89e6897f8bc8563daaad190aedc1414a0"><code>8dde81b</code></a> chore(pkg): upgrade deps</li> <li><a href="https://github.com/windicss/nuxt-windicss/commit/4f0ab5c4bdd42bff584fee84cfe2289c58c8be06"><code>4f0ab5c</code></a> chore: release v2.5.0</li> <li><a href="https://github.com/windicss/nuxt-windicss/commit/c062f14963fdc15455e9c0635a750b1c0dc3d722"><code>c062f14</code></a> chore: add theme playground</li> <li><a href="https://github.com/windicss/nuxt-windicss/commit/24de307f2e9d92dd3d3003282a064e1ccc26f03c"><code>24de307</code></a> fix: prefer absolute dir path over <code>./</code></li> <li><a href="https://github.com/windicss/nuxt-windicss/commit/b08b6448b78758efc31736fc953cc28fc85726c1"><code>b08b644</code></a> fix: require nuxt ^2.0.0 || ^3.0.0-rc.6</li> <li><a href="https://github.com/windicss/nuxt-windicss/commit/257f0b9d91b10950dfc449d510bc80bcbb90e49c"><code>257f0b9</code></a> feat(nuxt3): support <code>extends</code></li> <li><a href="https://github.com/windicss/nuxt-windicss/commit/afd6c34ed00cd41ade01fe942d8509b58c6c3d1d"><code>afd6c34</code></a> fix: exclude .output directory from scan</li> <li>Additional commits viewable in <a href="https://github.com/windicss/nuxt-windicss/compare/v2.4.2...v2.5.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.4.2&new-version=2.5.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:43 +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#306