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

572.md (5042B)


      1 # PR #572 Bump autoprefixer from 10.4.13 to 10.4.15
      2 
      3 - **Status:** open
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2023-08-14T08:56:56Z
      6 - **Branch:** dependabot/npm_and_yarn/autoprefixer-10.4.15 → main
      7 - **Labels:** dependencies, javascript
      8 - **Assignees:** @MTRNord
      9 - **Reviewers:** @MTRNord
     10 - **Diff:** [572.diff](./572.diff)
     11 
     12 ---
     13 
     14 Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.13 to 10.4.15.
     15 <details>
     16 <summary>Release notes</summary>
     17 <p><em>Sourced from <a href="https://github.com/postcss/autoprefixer/releases">autoprefixer's releases</a>.</em></p>
     18 <blockquote>
     19 <h2>10.4.14</h2>
     20 <ul>
     21 <li>Improved startup time and reduced JS bundle size (by <a href="https://github.com/Knagis"><code>@​Knagis</code></a>).</li>
     22 </ul>
     23 </blockquote>
     24 </details>
     25 <details>
     26 <summary>Changelog</summary>
     27 <p><em>Sourced from <a href="https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md">autoprefixer's changelog</a>.</em></p>
     28 <blockquote>
     29 <h2>10.4.15</h2>
     30 <ul>
     31 <li>Fixed <code>::backdrop</code> prefixes (by 一丝).</li>
     32 <li>Fixed docs (by Christian Oliff).</li>
     33 </ul>
     34 <h2>10.4.14</h2>
     35 <ul>
     36 <li>Improved startup time and reduced JS bundle size (by Kārlis Gaņģis).</li>
     37 </ul>
     38 </blockquote>
     39 </details>
     40 <details>
     41 <summary>Commits</summary>
     42 <ul>
     43 <li><a href="https://github.com/postcss/autoprefixer/commit/aa633244098cba0f199944017ef5502e4f4161c4"><code>aa63324</code></a> Release 10.4.15 version</li>
     44 <li><a href="https://github.com/postcss/autoprefixer/commit/e6f597d8e2a9f56e7ac2b64dbbbef842a177e809"><code>e6f597d</code></a> Run tests in parallel</li>
     45 <li><a href="https://github.com/postcss/autoprefixer/commit/8611ba63e367549620cba812986ef8f03b909be6"><code>8611ba6</code></a> Update dependencies</li>
     46 <li><a href="https://github.com/postcss/autoprefixer/commit/f8d8dab24e1ded8d6c2a4c16124dfb0e5bef3322"><code>f8d8dab</code></a> feat: <code>::backdrop</code> using <code>@mdn/browser-compat-data</code> (<a href="https://redirect.github.com/postcss/autoprefixer/issues/1498">#1498</a>)</li>
     47 <li><a href="https://github.com/postcss/autoprefixer/commit/66d23f6c8687ebb6c5b6d3631337b1ef682dd6c1"><code>66d23f6</code></a> Update dependencies and code style</li>
     48 <li><a href="https://github.com/postcss/autoprefixer/commit/4a629f52e35e008cf4a63e09612675bfe9e346a2"><code>4a629f5</code></a> Move to pnpm 8</li>
     49 <li><a href="https://github.com/postcss/autoprefixer/commit/029aed678fc5bbb015ac2cc2e9a680fb2b3c90c9"><code>029aed6</code></a> Use Node.js 20 on CI</li>
     50 <li><a href="https://github.com/postcss/autoprefixer/commit/b440be2b063c3cba0fa99ff885fd482a9bf263c1"><code>b440be2</code></a> Lock pnpm</li>
     51 <li><a href="https://github.com/postcss/autoprefixer/commit/e8b3b7d32bdb733b25175594eb3685f51b3e678d"><code>e8b3b7d</code></a> Update dependencies</li>
     52 <li><a href="https://github.com/postcss/autoprefixer/commit/9cabd686e1ce32401016fd5cfc91ccf6483497b4"><code>9cabd68</code></a> Add funding option</li>
     53 <li>Additional commits viewable in <a href="https://github.com/postcss/autoprefixer/compare/10.4.13...10.4.15">compare view</a></li>
     54 </ul>
     55 </details>
     56 <br />
     57 
     58 
     59 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=autoprefixer&package-manager=npm_and_yarn&previous-version=10.4.13&new-version=10.4.15)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
     60 
     61 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`.
     62 
     63 [//]: # (dependabot-automerge-start)
     64 [//]: # (dependabot-automerge-end)
     65 
     66 ---
     67 
     68 <details>
     69 <summary>Dependabot commands and options</summary>
     70 <br />
     71 
     72 You can trigger Dependabot actions by commenting on this PR:
     73 - `@dependabot rebase` will rebase this PR
     74 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
     75 - `@dependabot merge` will merge this PR after your CI passes on it
     76 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
     77 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
     78 - `@dependabot reopen` will reopen this PR if it is closed
     79 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
     80 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
     81 - `@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)
     82 - `@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)
     83 - `@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)
     84 
     85 
     86 </details>
     87