Bump postcss from 8.4.27 to 8.4.32 in /website/docs-marcsync-dev #26

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/website/docs-marcsync-dev/postcss-8.4.32 into main
dependabot[bot] commented 2023-12-05 15:15:30 +00:00 (Migrated from github.com)

Bumps postcss from 8.4.27 to 8.4.32.

Release notes

Sourced from postcss's releases.

8.4.32

8.4.31

  • Fixed \r parsing to fix CVE-2023-44270.

8.4.30

8.4.29

8.4.28

  • Fixed Root.source.end for better source map (by @​romainmenke).
  • Fixed Result.root types when process() has no parser.
Changelog

Sourced from postcss's changelog.

8.4.32

  • Fixed postcss().process() types (by Andrew Ferreira).

8.4.31

  • Fixed \r parsing to fix CVE-2023-44270.

8.4.30

  • Improved source map performance (by Romain Menke).

8.4.29

  • Fixed Node#source.offset (by Ido Rosenthal).
  • Fixed docs (by Christian Oliff).

8.4.28

  • Fixed Root.source.end for better source map (by Romain Menke).
  • Fixed Result.root types when process() has no parser.
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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.27 to 8.4.32. <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.4.32</h2> <ul> <li>Fixed <code>postcss().process()</code> types (by <a href="https://github.com/ferreira-tb"><code>@​ferreira-tb</code></a>).</li> </ul> <h2>8.4.31</h2> <ul> <li>Fixed <code>\r</code> parsing to fix CVE-2023-44270.</li> </ul> <h2>8.4.30</h2> <ul> <li>Improved source map performance (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> </ul> <h2>8.4.29</h2> <ul> <li>Fixed <code>Node#source.offset</code> (by <a href="https://github.com/idoros"><code>@​idoros</code></a>).</li> <li>Fixed docs (by <a href="https://github.com/coliff"><code>@​coliff</code></a>).</li> </ul> <h2>8.4.28</h2> <ul> <li>Fixed <code>Root.source.end</code> for better source map (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> <li>Fixed <code>Result.root</code> types when <code>process()</code> has no parser.</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.4.32</h2> <ul> <li>Fixed <code>postcss().process()</code> types (by Andrew Ferreira).</li> </ul> <h2>8.4.31</h2> <ul> <li>Fixed <code>\r</code> parsing to fix CVE-2023-44270.</li> </ul> <h2>8.4.30</h2> <ul> <li>Improved source map performance (by Romain Menke).</li> </ul> <h2>8.4.29</h2> <ul> <li>Fixed <code>Node#source.offset</code> (by Ido Rosenthal).</li> <li>Fixed docs (by Christian Oliff).</li> </ul> <h2>8.4.28</h2> <ul> <li>Fixed <code>Root.source.end</code> for better source map (by Romain Menke).</li> <li>Fixed <code>Result.root</code> types when <code>process()</code> has no parser.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/a0d9f103249a8db24d9f219ef23b05e75c78ee0a"><code>a0d9f10</code></a> Release 8.4.32 version</li> <li><a href="https://github.com/postcss/postcss/commit/0146b3e36f590c833ed0b6b63a52db205c3ed62f"><code>0146b3e</code></a> Add Node.js 21 to CI</li> <li><a href="https://github.com/postcss/postcss/commit/2398534350866d75b31c3463ec3b2c6ca81d1e2b"><code>2398534</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/1918533810a84462dc23c751b6346661d9d6058a"><code>1918533</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1902">#1902</a> from ferreira-tb/main</li> <li><a href="https://github.com/postcss/postcss/commit/395e6dc1b9a379da7ac078e4c3ae572baeb47908"><code>395e6dc</code></a> Fix <code>ProcessOptions</code> interface</li> <li><a href="https://github.com/postcss/postcss/commit/fa8cd158fd174429bd3f2234dc1339d9aee1b84b"><code>fa8cd15</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/199a7c42107b37f886a9bc22dd3d12d6ac8ddd95"><code>199a7c4</code></a> Typo</li> <li><a href="https://github.com/postcss/postcss/commit/252804716919721bff361a09dc54a4e993b20934"><code>2528047</code></a> Update EM link</li> <li><a href="https://github.com/postcss/postcss/commit/90208de8805dd762596c0028b8637ffbed23e371"><code>90208de</code></a> Release 8.4.31 version</li> <li><a href="https://github.com/postcss/postcss/commit/58cc860b4c1707510c9cd1bc1fa30b423a9ad6c5"><code>58cc860</code></a> Fix carrier return parsing</li> <li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.4.27...8.4.32">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.4.27&new-version=8.4.32)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/MarciiTheDev/marcsync-rbx-client/network/alerts). </details>
vercel[bot] commented 2023-12-05 15:15:32 +00:00 (Migrated from github.com)

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
marcsync-rbx-client Ready (Inspect) Visit Preview 💬 Add feedback Dec 5, 2023 3:16pm
[vc]: #TWqqmM1Y1CM1JdIEyynCCbHjMAf3cMUZesiCCnUeK78=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJtYXJjc3luYy1yYngtY2xpZW50IiwiaW5zcGVjdG9yVXJsIjoiaHR0cHM6Ly92ZXJjZWwuY29tL21hcmNpaXRoZWRldi9tYXJjc3luYy1yYngtY2xpZW50L0hKUGZTZWFxRmIzV2JBaTNwV0tEeERVZ1dxQnUiLCJwcmV2aWV3VXJsIjoibWFyY3N5bmMtcmJ4LWNsaWVudC1naXQtZGVwZW5kYWJvdC1ucG1hbmR5YS02MGIwZTYtbWFyY2lpdGhlZGV2LnZlcmNlbC5hcHAiLCJuZXh0Q29tbWl0U3RhdHVzIjoiREVQTE9ZRUQiLCJsaXZlRmVlZGJhY2siOnsicmVzb2x2ZWQiOjAsInVucmVzb2x2ZWQiOjAsInRvdGFsIjowLCJsaW5rIjoibWFyY3N5bmMtcmJ4LWNsaWVudC1naXQtZGVwZW5kYWJvdC1ucG1hbmR5YS02MGIwZTYtbWFyY2lpdGhlZGV2LnZlcmNlbC5hcHAifSwicm9vdERpcmVjdG9yeSI6IndlYnNpdGUvZG9jcy1tYXJjc3luYy1kZXYifV19 **The latest updates on your projects**. Learn more about [Vercel for Git ↗︎](https://vercel.link/github-learn-more) | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **marcsync-rbx-client** | ✅ Ready ([Inspect](https://vercel.com/marciithedev/marcsync-rbx-client/HJPfSeaqFb3WbAi3pWKDxDUgWqBu)) | [Visit Preview](https://vercel.live/open-feedback/marcsync-rbx-client-git-dependabot-npmandya-60b0e6-marciithedev.vercel.app?via=pr-comment-visit-preview-link&passThrough=1) | 💬 [**Add feedback**](https://vercel.live/open-feedback/marcsync-rbx-client-git-dependabot-npmandya-60b0e6-marciithedev.vercel.app?via=pr-comment-feedback-link) | Dec 5, 2023 3:16pm |
dependabot[bot] commented 2023-12-05 15:18:01 +00:00 (Migrated from github.com)

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Pull request closed

Sign in to join this conversation.
No description provided.