matrix-art.meta

Issues/PRs archive for MTRNord/matrix-art
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.meta.git
Log | Files | Refs

574.md (6744B)


      1 # PR #574 Bump postcss from 8.4.21 to 8.4.28
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2023-08-16T09:00:04Z
      6 - **Branch:** dependabot/npm_and_yarn/postcss-8.4.28 → main
      7 - **Closed:** 2023-08-30T08:30:41Z
      8 - **Labels:** dependencies, javascript
      9 - **Assignees:** @MTRNord
     10 - **Reviewers:** @MTRNord
     11 - **Diff:** [574.diff](./574.diff)
     12 
     13 ---
     14 
     15 Bumps [postcss](https://github.com/postcss/postcss) from 8.4.21 to 8.4.28.
     16 <details>
     17 <summary>Release notes</summary>
     18 <p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p>
     19 <blockquote>
     20 <h2>8.4.28</h2>
     21 <ul>
     22 <li>Fixed <code>Root.source.end</code> for better source map (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
     23 <li>Fixed <code>Result.root</code> types when <code>process()</code> has no parser.</li>
     24 </ul>
     25 <h2>8.4.27</h2>
     26 <ul>
     27 <li>Fixed <code>Container</code> clone methods types.</li>
     28 </ul>
     29 <h2>8.4.26</h2>
     30 <ul>
     31 <li>Fixed clone methods types.</li>
     32 </ul>
     33 <h2>8.4.25</h2>
     34 <ul>
     35 <li>Improve stringify performance (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
     36 <li>Fixed docs (by <a href="https://github.com/vikaskaliramna07"><code>@​vikaskaliramna07</code></a>).</li>
     37 </ul>
     38 <h2>8.4.24</h2>
     39 <ul>
     40 <li>Fixed <code>Plugin</code> types.</li>
     41 </ul>
     42 <h2>8.4.23</h2>
     43 <ul>
     44 <li>Fixed warnings in TypeDoc.</li>
     45 </ul>
     46 <h2>8.4.22</h2>
     47 <ul>
     48 <li>Fixed TypeScript support with <code>node16</code> (by <a href="https://github.com/remcohaszing"><code>@​remcohaszing</code></a>).</li>
     49 </ul>
     50 </blockquote>
     51 </details>
     52 <details>
     53 <summary>Changelog</summary>
     54 <p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p>
     55 <blockquote>
     56 <h2>8.4.28</h2>
     57 <ul>
     58 <li>Fixed <code>Root.source.end</code> for better source map (by Romain Menke).</li>
     59 <li>Fixed <code>Result.root</code> types when <code>process()</code> has no parser.</li>
     60 </ul>
     61 <h2>8.4.27</h2>
     62 <ul>
     63 <li>Fixed <code>Container</code> clone methods types.</li>
     64 </ul>
     65 <h2>8.4.26</h2>
     66 <ul>
     67 <li>Fixed clone methods types.</li>
     68 </ul>
     69 <h2>8.4.25</h2>
     70 <ul>
     71 <li>Improve stringify performance (by Romain Menke).</li>
     72 <li>Fixed docs (by <a href="https://github.com/vikaskaliramna07"><code>@​vikaskaliramna07</code></a>).</li>
     73 </ul>
     74 <h2>8.4.24</h2>
     75 <ul>
     76 <li>Fixed <code>Plugin</code> types.</li>
     77 </ul>
     78 <h2>8.4.23</h2>
     79 <ul>
     80 <li>Fixed warnings in TypeDoc.</li>
     81 </ul>
     82 <h2>8.4.22</h2>
     83 <ul>
     84 <li>Fixed TypeScript support with <code>node16</code> (by Remco Haszing).</li>
     85 </ul>
     86 </blockquote>
     87 </details>
     88 <details>
     89 <summary>Commits</summary>
     90 <ul>
     91 <li><a href="https://github.com/postcss/postcss/commit/b0efcc0bc5aee44651a97cd648f66448d9bb3d3f"><code>b0efcc0</code></a> Release 8.4.28 version</li>
     92 <li><a href="https://github.com/postcss/postcss/commit/33aca818f14fbbf722d8f97accb3712a9bc59cbd"><code>33aca81</code></a> Fix tests</li>
     93 <li><a href="https://github.com/postcss/postcss/commit/b3528618a9128bd9f631b044db511238f19bcc96"><code>b352861</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1872">#1872</a> from romainmenke/add-source.end-to-root-nodes--compa...</li>
     94 <li><a href="https://github.com/postcss/postcss/commit/1bcc28001a90245f8cc074e04ded009436eb93d8"><code>1bcc280</code></a> add <code>source.end</code> to <code>Root</code> nodes</li>
     95 <li><a href="https://github.com/postcss/postcss/commit/ec034e4e4f262c9331d3e87b71aae20cdc76242f"><code>ec034e4</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1871">#1871</a> from RiadhAdrani/main</li>
     96 <li><a href="https://github.com/postcss/postcss/commit/6222d3d66d957d2ba6eae9b41c837f3503943cc0"><code>6222d3d</code></a> chore: add <code>postcss-plugin-ignore-file</code> to plugins.md</li>
     97 <li><a href="https://github.com/postcss/postcss/commit/7d51976a7eb031ac2b31670eefcf2981bcff25ec"><code>7d51976</code></a> Cast Result.root type from process() options</li>
     98 <li><a href="https://github.com/postcss/postcss/commit/0ef29c2d23aee7ca3a7eccad8a03256db40d13b0"><code>0ef29c2</code></a> Update dependecnies</li>
     99 <li><a href="https://github.com/postcss/postcss/commit/a0a82d3530ce7dfbfe1f12aa76c20f1b3f95eb7c"><code>a0a82d3</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1867">#1867</a> from strarsis/add-postcss-baseurl-plugin</li>
    100 <li><a href="https://github.com/postcss/postcss/commit/510d0a5fb87623d54b5d72d16a0942bfbea1acdc"><code>510d0a5</code></a> Add <code>postcss-urlrebase</code> plugin to plugins page.</li>
    101 <li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.4.21...8.4.28">compare view</a></li>
    102 </ul>
    103 </details>
    104 <br />
    105 
    106 
    107 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=postcss&package-manager=npm_and_yarn&previous-version=8.4.21&new-version=8.4.28)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    108 
    109 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`.
    110 
    111 [//]: # (dependabot-automerge-start)
    112 [//]: # (dependabot-automerge-end)
    113 
    114 ---
    115 
    116 <details>
    117 <summary>Dependabot commands and options</summary>
    118 <br />
    119 
    120 You can trigger Dependabot actions by commenting on this PR:
    121 - `@dependabot rebase` will rebase this PR
    122 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    123 - `@dependabot merge` will merge this PR after your CI passes on it
    124 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    125 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    126 - `@dependabot reopen` will reopen this PR if it is closed
    127 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    128 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    129 - `@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)
    130 - `@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)
    131 - `@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)
    132 
    133 
    134 </details>
    135 
    136 
    137 ## Comments
    138 
    139 ### @dependabot[bot] — 2023-08-30T08:30:40Z
    140 
    141 Superseded by #593.
    142