[PR #2] [MERGED] chore(deps-dev): bump postcss-import from 13.0.0 to 14.0.0 #5

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

📋 Pull Request Information

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

Base: masterHead: dependabot/npm_and_yarn/postcss-import-14.0.0


📝 Commits (1)

  • 7b9bf44 chore(deps-dev): bump postcss-import from 13.0.0 to 14.0.0

📊 Changes

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

View changed files

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

📄 Description

Bumps postcss-import from 13.0.0 to 14.0.0.

Release notes

Sourced from postcss-import's releases.

14.0.0 / 2020-12-14

This release should not have breaking changes for the vast majority of users; only those with @charset statements in their CSS may be affected.

  • BREAKING: Error if multiple incompatible @charset statements (#447)
  • BREAKING: Warn if @charset statements are not at the top of files (#447)
  • Fix handing of @charset (#436, #447)
Changelog

Sourced from postcss-import's changelog.

14.0.0 / 2020-12-14

This release should not have breaking changes for the vast majority of users; only those with @charset statements in their CSS may be affected.

  • BREAKING: Error if multiple incompatible @charset statements (#447)
  • BREAKING: Warn if @charset statements are not at the top of files (#447)
  • Fix handing of @charset (#436, #447)
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/2 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/18/2021 **Status:** ✅ Merged **Merged:** 2/20/2021 **Merged by:** [@ArthurDanjou](https://github.com/ArthurDanjou) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/postcss-import-14.0.0` --- ### 📝 Commits (1) - [`7b9bf44`](https://github.com/ArthurDanjou/website-old/commit/7b9bf4404531a0b86aae642f5b08620a1b7f07aa) chore(deps-dev): bump postcss-import from 13.0.0 to 14.0.0 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+4 -4) </details> ### 📄 Description Bumps [postcss-import](https://github.com/postcss/postcss-import) from 13.0.0 to 14.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss-import/releases">postcss-import's releases</a>.</em></p> <blockquote> <h2>14.0.0 / 2020-12-14</h2> <p>This release should not have breaking changes for the vast majority of users; only those with <code>@charset</code> statements in their CSS may be affected.</p> <ul> <li><strong>BREAKING:</strong> Error if multiple incompatible <code>@charset</code> statements (<a href="https://github-redirect.dependabot.com/postcss/postcss-import/issues/447">#447</a>)</li> <li><strong>BREAKING:</strong> Warn if <code>@charset</code> statements are not at the top of files (<a href="https://github-redirect.dependabot.com/postcss/postcss-import/issues/447">#447</a>)</li> <li>Fix handing of <code>@charset</code> (<a href="https://github-redirect.dependabot.com/postcss/postcss-import/issues/436">#436</a>, <a href="https://github-redirect.dependabot.com/postcss/postcss-import/issues/447">#447</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss-import/blob/master/CHANGELOG.md">postcss-import's changelog</a>.</em></p> <blockquote> <h1>14.0.0 / 2020-12-14</h1> <p>This release should not have breaking changes for the vast majority of users; only those with <code>@charset</code> statements in their CSS <em>may</em> be affected.</p> <ul> <li><strong>BREAKING:</strong> Error if multiple incompatible <code>@charset</code> statements (<a href="https://github-redirect.dependabot.com/postcss/postcss-import/pull/447">#447</a>)</li> <li><strong>BREAKING:</strong> Warn if <code>@charset</code> statements are not at the top of files (<a href="https://github-redirect.dependabot.com/postcss/postcss-import/pull/447">#447</a>)</li> <li>Fix handing of <code>@charset</code> (<a href="https://github-redirect.dependabot.com/postcss/postcss-import/issues/436">#436</a>, <a href="https://github-redirect.dependabot.com/postcss/postcss-import/pull/447">#447</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss-import/commit/8b239c6c5e2f5da1e70eeeb6192513cbeee46a73"><code>8b239c6</code></a> 14.0.0</li> <li><a href="https://github.com/postcss/postcss-import/commit/f8c36935e83fd47c56c58bc5b1903bc4fbd5f35c"><code>f8c3693</code></a> Fix charset handling (<a href="https://github-redirect.dependabot.com/postcss/postcss-import/issues/447">#447</a>)</li> <li><a href="https://github.com/postcss/postcss-import/commit/443c1120ef3152430478e2a8e4d3fd12625f8667"><code>443c112</code></a> Update dependency prettier to ~2.2.0 (<a href="https://github-redirect.dependabot.com/postcss/postcss-import/issues/444">#444</a>)</li> <li><a href="https://github.com/postcss/postcss-import/commit/fee216ea46323ee64bc96fa2b06f7547b5f8e6bb"><code>fee216e</code></a> Update dependency eslint to v7 (<a href="https://github-redirect.dependabot.com/postcss/postcss-import/issues/420">#420</a>)</li> <li><a href="https://github.com/postcss/postcss-import/commit/4344b33cacd2617dea62411a5398faa7030e28b5"><code>4344b33</code></a> Update dependency ava to v3 (<a href="https://github-redirect.dependabot.com/postcss/postcss-import/issues/415">#415</a>)</li> <li>See full diff in <a href="https://github.com/postcss/postcss-import/compare/13.0.0...14.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=postcss-import&package-manager=npm_and_yarn&previous-version=13.0.0&new-version=14.0.0)](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:36 +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#5