[PR #27] [MERGED] chore(deps-dev): bump nuxt-postcss8 from 1.0.3 to 1.1.2 #30

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

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/27
Author: @dependabot[bot]
Created: 3/11/2021
Status: Merged
Merged: 3/11/2021
Merged by: @ArthurDanjou

Base: masterHead: dependabot/npm_and_yarn/nuxt-postcss8-1.1.2


📝 Commits (1)

  • 9aee83a chore(deps-dev): bump nuxt-postcss8 from 1.0.3 to 1.1.2

📊 Changes

2 files changed (+7 additions, -5 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+6 -4)

📄 Description

Bumps nuxt-postcss8 from 1.0.3 to 1.1.2.

Changelog

Sourced from nuxt-postcss8's changelog.

1.1.2 (2021-03-10)

Bug Fixes

  • avoid resolving plugins (b8bc76b)
  • throw error for incompatible nuxt version (def07b0)

1.1.1 (2021-03-10)

Bug Fixes

1.1.0 (2021-03-10)

Features

  • autoprefixer and order correction for tailwind (cdf0ed9)

1.0.4 (2021-03-10)

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/ArthurDanjou/website-old/pull/27 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/11/2021 **Status:** ✅ Merged **Merged:** 3/11/2021 **Merged by:** [@ArthurDanjou](https://github.com/ArthurDanjou) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxt-postcss8-1.1.2` --- ### 📝 Commits (1) - [`9aee83a`](https://github.com/ArthurDanjou/website-old/commit/9aee83a1f73829604baf39e229eeea4979b153c6) chore(deps-dev): bump nuxt-postcss8 from 1.0.3 to 1.1.2 ### 📊 Changes **2 files changed** (+7 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+6 -4) </details> ### 📄 Description Bumps [nuxt-postcss8](https://github.com/pi0/nuxt-postcss8) from 1.0.3 to 1.1.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nuxt/postcss8/blob/main/CHANGELOG.md">nuxt-postcss8's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/pi0/nuxt-postcss8/compare/v1.1.1...v1.1.2">1.1.2</a> (2021-03-10)</h3> <h3>Bug Fixes</h3> <ul> <li>avoid resolving plugins (<a href="https://github.com/pi0/nuxt-postcss8/commit/b8bc76b589cbda718827d1a4dab07eedbad849e6">b8bc76b</a>)</li> <li>throw error for incompatible nuxt version (<a href="https://github.com/pi0/nuxt-postcss8/commit/def07b0ca6a62a43ef93c913749b8d17393345cd">def07b0</a>)</li> </ul> <h3><a href="https://github.com/pi0/nuxt-postcss8/compare/v1.1.0...v1.1.1">1.1.1</a> (2021-03-10)</h3> <h3>Bug Fixes</h3> <ul> <li>improve ordering (<a href="https://github.com/pi0/nuxt-postcss8/commit/aab942ccbcd6aae5d5829355b1bde3923b67c488">aab942c</a>)</li> </ul> <h2><a href="https://github.com/pi0/nuxt-postcss8/compare/v1.0.4...v1.1.0">1.1.0</a> (2021-03-10)</h2> <h3>Features</h3> <ul> <li>autoprefixer and order correction for tailwind (<a href="https://github.com/pi0/nuxt-postcss8/commit/cdf0ed934b02281b96140acdc3d2e1d2ff5edb99">cdf0ed9</a>)</li> </ul> <h3><a href="https://github.com/pi0/nuxt-postcss8/compare/v1.0.3...v1.0.4">1.0.4</a> (2021-03-10)</h3> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt/postcss8/commit/f2305103f199b6c5959b7fddfd414299ea34d67b"><code>f230510</code></a> chore(release): 1.1.2</li> <li><a href="https://github.com/nuxt/postcss8/commit/def07b0ca6a62a43ef93c913749b8d17393345cd"><code>def07b0</code></a> fix: throw error for incompatible nuxt version</li> <li><a href="https://github.com/nuxt/postcss8/commit/b8bc76b589cbda718827d1a4dab07eedbad849e6"><code>b8bc76b</code></a> fix: avoid resolving plugins</li> <li><a href="https://github.com/nuxt/postcss8/commit/9b8a3d198a761c5e0c11bb79438b96f3ae48af03"><code>9b8a3d1</code></a> chore(release): 1.1.1</li> <li><a href="https://github.com/nuxt/postcss8/commit/aab942ccbcd6aae5d5829355b1bde3923b67c488"><code>aab942c</code></a> fix: improve ordering</li> <li><a href="https://github.com/nuxt/postcss8/commit/456b26a496c9fa3c219fb3ce77c2e9345c6132a5"><code>456b26a</code></a> chore(release): 1.1.0</li> <li><a href="https://github.com/nuxt/postcss8/commit/cdf0ed934b02281b96140acdc3d2e1d2ff5edb99"><code>cdf0ed9</code></a> feat: autoprefixer and order correction for tailwind</li> <li><a href="https://github.com/nuxt/postcss8/commit/0c25a9223d0dc15f0dba7fece4dd8a446abf59eb"><code>0c25a92</code></a> chore(release): 1.0.4</li> <li><a href="https://github.com/nuxt/postcss8/commit/3292b052febdd0d9a03c25c09ce5f1f078ee1a03"><code>3292b05</code></a> chore: require nuxt &gt;= 2.15.3</li> <li>See full diff in <a href="https://github.com/pi0/nuxt-postcss8/compare/v1.0.3...v1.1.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nuxt-postcss8&package-manager=npm_and_yarn&previous-version=1.0.3&new-version=1.1.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:05:40 +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#30