[PR #101] [CLOSED] chore(deps-dev): bump nuxt-windicss from 1.0.3 to 1.1.1 #105

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

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/101
Author: @dependabot[bot]
Created: 6/28/2021
Status: Closed

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


📝 Commits (1)

  • 583b951 chore(deps-dev): bump nuxt-windicss from 1.0.3 to 1.1.1

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps nuxt-windicss from 1.0.3 to 1.1.1.

Release notes

Sourced from nuxt-windicss's releases.

Release 1.1.1

  • chore(dependencies): upgrade windicss-webpack-plugin@1.2.1, fixes template compiling bug d2c3a91

Release 1.1.0

Feature 🎉

This modifies the css-loader importLoaders and the postcss-import plugin to supporting passing most @import'd files.

⚠️ While this should be safe, it is modifying your CSS logic and there may be edge-cases. Please report any issues that come up.

Release 1.0.8

  • chore(dependencies): Bump windicss-webpack-plugin to 1.1.2 c0cc43f
  • chore(lint): add linted file 5752928

Release 1.0.7

  • chore(dependencies): Bump to vite-plugin-windicss@1.1.1 4f54b25
  • chore(release-it): avoid dodgy releases 288804b

Release 1.0.6

Release 1.0.4

Changelog

Sourced from nuxt-windicss's changelog.

1.1.1

  • chore(dependencies): upgrade windicss-webpack-plugin@1.2.1, fixes template compiling bug d2c3a91

1.1.0

25 June 2021

1.0.8

24 June 2021

  • Release 1.0.8 edec959
  • chore(dependencies): Bump windicss-webpack-plugin to 1.1.2 c0cc43f
  • chore(lint): add linted file 5752928

1.0.7

24 June 2021

  • chore(dependencies): Bump to vite-plugin-windicss@1.1.1 4f54b25
  • Release 1.0.7 227142b
  • chore(release-it): avoid dodgy releases 288804b

1.0.6

20 June 2021

1.0.5

20 June 2021

1.0.4

20 June 2021

Commits
  • 1001822 Release 1.1.1
  • d2c3a91 chore(dependencies): upgrade windicss-webpack-plugin@1.2.1, fixes template co...
  • ce2305a Release 1.1.0
  • 943c0d8 Use @​apply's in more imported files (#102)
  • edec959 Release 1.0.8
  • 5752928 chore(lint): add linted file
  • c0cc43f chore(dependencies): Bump windicss-webpack-plugin to 1.1.2
  • 227142b Release 1.0.7
  • 4f54b25 chore(dependencies): Bump to vite-plugin-windicss@1.1.1
  • 288804b chore(release-it): avoid dodgy releases
  • 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/101 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/28/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxt-windicss-1.1.1` --- ### 📝 Commits (1) - [`583b951`](https://github.com/ArthurDanjou/website-old/commit/583b9518548d02ac409a2b3e2aa3bd1d8188b32d) chore(deps-dev): bump nuxt-windicss from 1.0.3 to 1.1.1 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [nuxt-windicss](https://github.com/windicss/nuxt-windicss-module) from 1.0.3 to 1.1.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 1.1.1</h2> <ul> <li>chore(dependencies): upgrade windicss-webpack-plugin@1.2.1, fixes template compiling bug <a href="https://github.com/windicss/nuxt-windicss-module/commit/d2c3a911330c67ee4646f0a59602c0ab0bce5f5f"><code>d2c3a91</code></a></li> </ul> <h2>Release 1.1.0</h2> <h2>Feature :tada:</h2> <ul> <li>Use <a href="https://github.com/apply"><code>@​apply</code></a>'s in more imported files <a href="https://github-redirect.dependabot.com/windicss/nuxt-windicss-module/pull/102"><code>[#102](https://github.com/windicss/nuxt-windicss-module/issues/102)</code></a></li> </ul> <p>This modifies the css-loader <code>importLoaders</code> and the <code>postcss-import</code> plugin to supporting passing most <code>@import</code>'d files.</p> <p>:warning: While this should be safe, it is modifying your CSS logic and there may be edge-cases. Please report any issues that come up.</p> <h2>Release 1.0.8</h2> <ul> <li>chore(dependencies): Bump windicss-webpack-plugin to 1.1.2 <a href="https://github.com/windicss/nuxt-windicss-module/commit/c0cc43f151c8641701bd34a73554b03271c9d252"><code>c0cc43f</code></a></li> <li>chore(lint): add linted file <a href="https://github.com/windicss/nuxt-windicss-module/commit/5752928da7bd2dea72d0281e19f6d0a0388065f6"><code>5752928</code></a></li> </ul> <h2>Release 1.0.7</h2> <ul> <li>chore(dependencies): Bump to vite-plugin-windicss@1.1.1 <a href="https://github.com/windicss/nuxt-windicss-module/commit/4f54b25b57278e9dc355201896f026bc0d838dd9"><code>4f54b25</code></a></li> <li>chore(release-it): avoid dodgy releases <a href="https://github.com/windicss/nuxt-windicss-module/commit/288804bfc2c4a1b24e6983bb5ec0a09d36a40660"><code>288804b</code></a></li> </ul> <h2>Release 1.0.6</h2> <ul> <li>fix(config): exclude node_modules_prod (<a href="https://github-redirect.dependabot.com/windicss/nuxt-windicss-module/issues/86">#86</a>) <a href="https://github-redirect.dependabot.com/windicss/nuxt-windicss-module/pull/101"><code>[#101](https://github.com/windicss/nuxt-windicss-module/issues/101)</code></a></li> </ul> <h2>Release 1.0.4</h2> <ul> <li>fix(config): exclude node_modules_dev <a href="https://github-redirect.dependabot.com/windicss/nuxt-windicss-module/issues/86"><code>[#86](https://github.com/windicss/nuxt-windicss-module/issues/86)</code></a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/windicss/nuxt-windicss-module/blob/master/CHANGELOG.md">nuxt-windicss's changelog</a>.</em></p> <blockquote> <h4><a href="https://github.com/windicss/nuxt-windicss-module/compare/1.1.0...1.1.1">1.1.1</a></h4> <ul> <li>chore(dependencies): upgrade windicss-webpack-plugin@1.2.1, fixes template compiling bug <a href="https://github.com/windicss/nuxt-windicss-module/commit/d2c3a911330c67ee4646f0a59602c0ab0bce5f5f"><code>d2c3a91</code></a></li> </ul> <h4><a href="https://github.com/windicss/nuxt-windicss-module/compare/1.0.8...1.1.0">1.1.0</a></h4> <blockquote> <p>25 June 2021</p> </blockquote> <ul> <li>Use <a href="https://github.com/apply"><code>@​apply</code></a>'s in more imported files <a href="https://github-redirect.dependabot.com/windicss/nuxt-windicss-module/pull/102"><code>[#102](https://github.com/windicss/nuxt-windicss-module/issues/102)</code></a></li> <li>Release 1.1.0 <a href="https://github.com/windicss/nuxt-windicss-module/commit/ce2305a3a71ce501acb6c717ab9d5857bc63bda7"><code>ce2305a</code></a></li> </ul> <h4><a href="https://github.com/windicss/nuxt-windicss-module/compare/1.0.7...1.0.8">1.0.8</a></h4> <blockquote> <p>24 June 2021</p> </blockquote> <ul> <li>Release 1.0.8 <a href="https://github.com/windicss/nuxt-windicss-module/commit/edec959371775a1ef304212a1ba470e0987be0ab"><code>edec959</code></a></li> <li>chore(dependencies): Bump windicss-webpack-plugin to 1.1.2 <a href="https://github.com/windicss/nuxt-windicss-module/commit/c0cc43f151c8641701bd34a73554b03271c9d252"><code>c0cc43f</code></a></li> <li>chore(lint): add linted file <a href="https://github.com/windicss/nuxt-windicss-module/commit/5752928da7bd2dea72d0281e19f6d0a0388065f6"><code>5752928</code></a></li> </ul> <h4><a href="https://github.com/windicss/nuxt-windicss-module/compare/1.0.6...1.0.7">1.0.7</a></h4> <blockquote> <p>24 June 2021</p> </blockquote> <ul> <li>chore(dependencies): Bump to vite-plugin-windicss@1.1.1 <a href="https://github.com/windicss/nuxt-windicss-module/commit/4f54b25b57278e9dc355201896f026bc0d838dd9"><code>4f54b25</code></a></li> <li>Release 1.0.7 <a href="https://github.com/windicss/nuxt-windicss-module/commit/227142b789d29de38274c40232ad120d78d722c4"><code>227142b</code></a></li> <li>chore(release-it): avoid dodgy releases <a href="https://github.com/windicss/nuxt-windicss-module/commit/288804bfc2c4a1b24e6983bb5ec0a09d36a40660"><code>288804b</code></a></li> </ul> <h4><a href="https://github.com/windicss/nuxt-windicss-module/compare/1.0.5...1.0.6">1.0.6</a></h4> <blockquote> <p>20 June 2021</p> </blockquote> <ul> <li>fix(config): exclude node_modules_prod (<a href="https://github-redirect.dependabot.com/windicss/nuxt-windicss-module/issues/86">#86</a>) <a href="https://github-redirect.dependabot.com/windicss/nuxt-windicss-module/pull/101"><code>[#101](https://github.com/windicss/nuxt-windicss-module/issues/101)</code></a></li> <li>Release 1.0.6 <a href="https://github.com/windicss/nuxt-windicss-module/commit/41189eb993cea85265bf8fbd3d3c261e939e7dec"><code>41189eb</code></a></li> </ul> <h4><a href="https://github.com/windicss/nuxt-windicss-module/compare/1.0.4...1.0.5">1.0.5</a></h4> <blockquote> <p>20 June 2021</p> </blockquote> <ul> <li>Release 1.0.5 <a href="https://github.com/windicss/nuxt-windicss-module/commit/1ea52fe9295d9f670a4808953633287937eafcc2"><code>1ea52fe</code></a></li> </ul> <h4><a href="https://github.com/windicss/nuxt-windicss-module/compare/1.0.3...1.0.4">1.0.4</a></h4> <blockquote> <p>20 June 2021</p> </blockquote> <ul> <li>fix(config): exclude node_modules_dev <a href="https://github-redirect.dependabot.com/windicss/nuxt-windicss-module/issues/86"><code>[#86](https://github.com/windicss/nuxt-windicss-module/issues/86)</code></a></li> <li>Release 1.0.4 <a href="https://github.com/windicss/nuxt-windicss-module/commit/e5b5620bafe0b50b0dea46814f22422b500395f0"><code>e5b5620</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/windicss/nuxt-windicss-module/commit/1001822ae69c5e305d1bbd7004967bac7ebe72d1"><code>1001822</code></a> Release 1.1.1</li> <li><a href="https://github.com/windicss/nuxt-windicss-module/commit/d2c3a911330c67ee4646f0a59602c0ab0bce5f5f"><code>d2c3a91</code></a> chore(dependencies): upgrade windicss-webpack-plugin@1.2.1, fixes template co...</li> <li><a href="https://github.com/windicss/nuxt-windicss-module/commit/ce2305a3a71ce501acb6c717ab9d5857bc63bda7"><code>ce2305a</code></a> Release 1.1.0</li> <li><a href="https://github.com/windicss/nuxt-windicss-module/commit/943c0d862bcf4ccbb860d99ac6c7131bbe46c630"><code>943c0d8</code></a> Use <a href="https://github.com/apply"><code>@​apply</code></a>'s in more imported files (<a href="https://github-redirect.dependabot.com/windicss/nuxt-windicss-module/issues/102">#102</a>)</li> <li><a href="https://github.com/windicss/nuxt-windicss-module/commit/edec959371775a1ef304212a1ba470e0987be0ab"><code>edec959</code></a> Release 1.0.8</li> <li><a href="https://github.com/windicss/nuxt-windicss-module/commit/5752928da7bd2dea72d0281e19f6d0a0388065f6"><code>5752928</code></a> chore(lint): add linted file</li> <li><a href="https://github.com/windicss/nuxt-windicss-module/commit/c0cc43f151c8641701bd34a73554b03271c9d252"><code>c0cc43f</code></a> chore(dependencies): Bump windicss-webpack-plugin to 1.1.2</li> <li><a href="https://github.com/windicss/nuxt-windicss-module/commit/227142b789d29de38274c40232ad120d78d722c4"><code>227142b</code></a> Release 1.0.7</li> <li><a href="https://github.com/windicss/nuxt-windicss-module/commit/4f54b25b57278e9dc355201896f026bc0d838dd9"><code>4f54b25</code></a> chore(dependencies): Bump to vite-plugin-windicss@1.1.1</li> <li><a href="https://github.com/windicss/nuxt-windicss-module/commit/288804bfc2c4a1b24e6983bb5ec0a09d36a40660"><code>288804b</code></a> chore(release-it): avoid dodgy releases</li> <li>Additional commits viewable in <a href="https://github.com/windicss/nuxt-windicss-module/compare/1.0.3...1.1.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.0.3&new-version=1.1.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:05:57 +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#105