[PR #4] [CLOSED] Bump postcss from 8.2.4 to 8.2.15 #77

Closed
opened 2026-05-07 00:18:47 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/glenndehaan/unifi-voucher-site/pull/4
Author: @dependabot[bot]
Created: 5/12/2021
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/postcss-8.2.15


📝 Commits (1)

  • 8372995 Bump postcss from 8.2.4 to 8.2.15

📊 Changes

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

View changed files

📝 package-lock.json (+15 -10)

📄 Description

Bumps postcss from 8.2.4 to 8.2.15.

Release notes

Sourced from postcss's releases.

8.2.15

8.2.14

  • Removed source-map from client-side bundle (by @​barak007).

8.2.13

  • Fixed ReDoS vulnerabilities in source map parsing (by @​yetingli).

8.2.12

  • Fixed package.json exports.

8.2.11

  • Fixed DEP0148 warning in Node.js 16.
  • Fixed docs (by @​semiromid).

8.2.10

8.2.9

8.2.8

8.2.7

8.2.6

  • Fixed Maximum call stack size exceeded in Node#toJSON.
  • Fixed docs (by @​inokawa).

8.2.5

  • Fixed escaped characters handling in list.split (by @​nex3).
Changelog

Sourced from postcss's changelog.

8.2.15

8.2.14

  • Removed source-map from client-side bundle (by Barak Igal).

8.2.13

  • Fixed ReDoS vulnerabilities in source map parsing (by Yeting Li).

8.2.12

  • Fixed package.json exports.

8.2.11

  • Fixed DEP0148 warning in Node.js 16.
  • Fixed docs (by @​semiromid).

8.2.10

  • Fixed ReDoS vulnerabilities in source map parsing.
  • Fixed webpack 5 support (by Barak Igal).
  • Fixed docs (by Roeland Moors).

8.2.9

  • Exported NodeErrorOptions type (by Rouven Weßling).

8.2.8

  • Fixed browser builds in webpack 4 (by Matt Jones).

8.2.7

  • Fixed browser builds in webpack 5 (by Matt Jones).

8.2.6

  • Fixed Maximum call stack size exceeded in Node#toJSON.
  • Fixed docs (by inokawa).

8.2.5

  • Fixed escaped characters handling in list.split (by Natalie Weizenbaum).
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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.


🔄 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/glenndehaan/unifi-voucher-site/pull/4 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/12/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/postcss-8.2.15` --- ### 📝 Commits (1) - [`8372995`](https://github.com/glenndehaan/unifi-voucher-site/commit/83729957939dbabc6c316ddbd47036209b8cf338) Bump postcss from 8.2.4 to 8.2.15 ### 📊 Changes **1 file changed** (+15 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+15 -10) </details> ### 📄 Description Bumps [postcss](https://github.com/postcss/postcss) from 8.2.4 to 8.2.15. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p> <blockquote> <h2>8.2.15</h2> <ul> <li>Fixed <code>list</code> type definitions (by <a href="https://github.com/n19htz"><code>@​n19htz</code></a>).</li> </ul> <h2>8.2.14</h2> <ul> <li>Removed <code>source-map</code> from client-side bundle (by <a href="https://github.com/barak007"><code>@​barak007</code></a>).</li> </ul> <h2>8.2.13</h2> <ul> <li>Fixed ReDoS vulnerabilities in source map parsing (by <a href="https://github.com/yetingli"><code>@​yetingli</code></a>).</li> </ul> <h2>8.2.12</h2> <ul> <li>Fixed <code>package.json</code> exports.</li> </ul> <h2>8.2.11</h2> <ul> <li>Fixed <code>DEP0148</code> warning in Node.js 16.</li> <li>Fixed docs (by <a href="https://github.com/semiromid"><code>@​semiromid</code></a>).</li> </ul> <h2>8.2.10</h2> <ul> <li>Fixed ReDoS vulnerabilities in source map parsing.</li> <li>Fixed webpack 5 support (by <a href="https://github.com/barak007"><code>@​barak007</code></a>).</li> <li>Fixed docs (by <a href="https://github.com/roelandmoors"><code>@​roelandmoors</code></a>).</li> </ul> <h2>8.2.9</h2> <ul> <li>Exported <code>NodeErrorOptions</code> type (by <a href="https://github.com/realityking"><code>@​realityking</code></a>)</li> </ul> <h2>8.2.8</h2> <ul> <li>Fixed browser builds in webpack 5 (by <a href="https://github.com/mattcompiles"><code>@​mattcompiles</code></a>).</li> </ul> <h2>8.2.7</h2> <ul> <li>Fixed browser builds in webpack 5 (by <a href="https://github.com/mattcompiles"><code>@​mattcompiles</code></a>).</li> </ul> <h2>8.2.6</h2> <ul> <li>Fixed <code>Maximum call stack size exceeded</code> in <code>Node#toJSON</code>.</li> <li>Fixed docs (by <a href="https://github.com/inokawa"><code>@​inokawa</code></a>).</li> </ul> <h2>8.2.5</h2> <ul> <li>Fixed escaped characters handling in <code>list.split</code> (by <a href="https://github.com/nex3"><code>@​nex3</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p> <blockquote> <h2>8.2.15</h2> <ul> <li>Fixed <code>list</code> type definitions (by <a href="https://github.com/n19htz"><code>@​n19htz</code></a>).</li> </ul> <h2>8.2.14</h2> <ul> <li>Removed <code>source-map</code> from client-side bundle (by Barak Igal).</li> </ul> <h2>8.2.13</h2> <ul> <li>Fixed ReDoS vulnerabilities in source map parsing (by Yeting Li).</li> </ul> <h2>8.2.12</h2> <ul> <li>Fixed <code>package.json</code> exports.</li> </ul> <h2>8.2.11</h2> <ul> <li>Fixed <code>DEP0148</code> warning in Node.js 16.</li> <li>Fixed docs (by <a href="https://github.com/semiromid"><code>@​semiromid</code></a>).</li> </ul> <h2>8.2.10</h2> <ul> <li>Fixed ReDoS vulnerabilities in source map parsing.</li> <li>Fixed webpack 5 support (by Barak Igal).</li> <li>Fixed docs (by Roeland Moors).</li> </ul> <h2>8.2.9</h2> <ul> <li>Exported <code>NodeErrorOptions</code> type (by Rouven Weßling).</li> </ul> <h2>8.2.8</h2> <ul> <li>Fixed browser builds in webpack 4 (by Matt Jones).</li> </ul> <h2>8.2.7</h2> <ul> <li>Fixed browser builds in webpack 5 (by Matt Jones).</li> </ul> <h2>8.2.6</h2> <ul> <li>Fixed <code>Maximum call stack size exceeded</code> in <code>Node#toJSON</code>.</li> <li>Fixed docs (by inokawa).</li> </ul> <h2>8.2.5</h2> <ul> <li>Fixed escaped characters handling in <code>list.split</code> (by Natalie Weizenbaum).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/5061f7b5ceba6b2cdde4b61dc169ffb201caf40b"><code>5061f7b</code></a> Release 8.2.15 version</li> <li><a href="https://github.com/postcss/postcss/commit/da88b2ee2a59bff9de198d2c409930381402f0d6"><code>da88b2e</code></a> Update fs-extra</li> <li><a href="https://github.com/postcss/postcss/commit/7a3d728f8c7e81cbfa6e45c2527039f5ef4a7fc8"><code>7a3d728</code></a> Try to fix CI</li> <li><a href="https://github.com/postcss/postcss/commit/f00a4486a02d714559c98829b38072aee6ef1559"><code>f00a448</code></a> Update dependncies</li> <li><a href="https://github.com/postcss/postcss/commit/29a260ed86134ed711979893a8f1c21e140e645a"><code>29a260e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/postcss/postcss/issues/1577">#1577</a> from n19htz/fix-list-declaration</li> <li><a href="https://github.com/postcss/postcss/commit/8a0e1eb5a28431286c79799dbaaeaedceff024c1"><code>8a0e1eb</code></a> fix List declartation</li> <li><a href="https://github.com/postcss/postcss/commit/ff8e52d708602f4b37433e125bf19ab8f7f00dc9"><code>ff8e52d</code></a> Release 8.2.14 version</li> <li><a href="https://github.com/postcss/postcss/commit/12359ea8e0457612a262c11cd6ffe7e4c3e10952"><code>12359ea</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/b158dd5f2fdad897fc5594ca8c6ae5a130d00b34"><code>b158dd5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/postcss/postcss/issues/1571">#1571</a> from barak007/source-map-browser</li> <li><a href="https://github.com/postcss/postcss/commit/de6f33c46c0a7162eb436d22942c69ed76907068"><code>de6f33c</code></a> remove source-map from browser build</li> <li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.2.4...8.2.15">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=postcss&package-manager=npm_and_yarn&previous-version=8.2.4&new-version=8.2.15)](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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/glenndehaan/unifi-voucher-site/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:18:47 +02: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/unifi-voucher-site#77
No description provided.