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

267.md (6905B)


      1 # PR #267 Bump autoprefixer from 10.4.7 to 10.4.13
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2023-01-03T16:46:10Z
      6 - **Branch:** dependabot/npm_and_yarn/autoprefixer-10.4.13 → main
      7 - **Closed:** 2023-01-03T17:36:25Z
      8 - **Labels:** dependencies, javascript
      9 - **Assignees:** @MTRNord
     10 - **Reviewers:** @MTRNord
     11 - **Diff:** [267.diff](./267.diff)
     12 
     13 ---
     14 
     15 Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.7 to 10.4.13.
     16 <details>
     17 <summary>Release notes</summary>
     18 <p><em>Sourced from <a href="https://github.com/postcss/autoprefixer/releases">autoprefixer's releases</a>.</em></p>
     19 <blockquote>
     20 <h2>10.4.13</h2>
     21 <ul>
     22 <li>Fixed missed prefixes on vendor prefixes in name of CSS Custom Property.</li>
     23 </ul>
     24 <h2>10.4.12</h2>
     25 <ul>
     26 <li>Fixed support of unit-less zero angle in backgrounds (by <a href="https://github.com/yisibl"><code>@​yisibl</code></a>).</li>
     27 </ul>
     28 <h2>10.4.11</h2>
     29 <ul>
     30 <li>Fixed <code>text-decoration</code> prefixes by moving to MDN data (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
     31 </ul>
     32 <h2>10.4.10</h2>
     33 <ul>
     34 <li>Fixed <code>unicode-bidi</code> prefixes by moving to MDN data.</li>
     35 </ul>
     36 <h2>10.4.9</h2>
     37 <ul>
     38 <li>Fixed <code>css-unicode-bidi</code> issue from latest Can I Use.</li>
     39 </ul>
     40 <h2>10.4.8</h2>
     41 <ul>
     42 <li>Do not print <code>color-adjust</code> warning if <code>print-color-adjust</code> also is in rule.</li>
     43 </ul>
     44 </blockquote>
     45 </details>
     46 <details>
     47 <summary>Changelog</summary>
     48 <p><em>Sourced from <a href="https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md">autoprefixer's changelog</a>.</em></p>
     49 <blockquote>
     50 <h2>10.4.13</h2>
     51 <ul>
     52 <li>Fixed missed prefixes on vendor prefixes in name of CSS Custom Property.</li>
     53 </ul>
     54 <h2>10.4.12</h2>
     55 <ul>
     56 <li>Fixed support of unit-less zero angle in backgrounds (by 一丝).</li>
     57 </ul>
     58 <h2>10.4.11</h2>
     59 <ul>
     60 <li>Fixed <code>text-decoration</code> prefixes by moving to MDN data (by Romain Menke).</li>
     61 </ul>
     62 <h2>10.4.10</h2>
     63 <ul>
     64 <li>Fixed <code>unicode-bidi</code> prefixes by moving to MDN data.</li>
     65 </ul>
     66 <h2>10.4.9</h2>
     67 <ul>
     68 <li>Fixed <code>css-unicode-bidi</code> issue from latest Can I Use.</li>
     69 </ul>
     70 <h2>10.4.8</h2>
     71 <ul>
     72 <li>Do not print <code>color-adjust</code> warning if <code>print-color-adjust</code> also is in rule.</li>
     73 </ul>
     74 </blockquote>
     75 </details>
     76 <details>
     77 <summary>Commits</summary>
     78 <ul>
     79 <li><a href="https://github.com/postcss/autoprefixer/commit/1895e98067d5433da847b2013a2b6802a87add52"><code>1895e98</code></a> Release 10.4.13 version</li>
     80 <li><a href="https://github.com/postcss/autoprefixer/commit/8caf4912a102f51d1ec19734b31e1d854e23293d"><code>8caf491</code></a> Update dependencies</li>
     81 <li><a href="https://github.com/postcss/autoprefixer/commit/878d82cd226d96dd5c6dd36cdcdd10cdbd963ee8"><code>878d82c</code></a> Ignore CSS Custom Properties on prefix in value lookup</li>
     82 <li><a href="https://github.com/postcss/autoprefixer/commit/a16e12f435f5aa53ca90dd29825fe9dec170a96a"><code>a16e12f</code></a> Update dependencies</li>
     83 <li><a href="https://github.com/postcss/autoprefixer/commit/959554bc296e991568386f9e63d64a19bfef0abc"><code>959554b</code></a> Add Node.js 19 to CI</li>
     84 <li><a href="https://github.com/postcss/autoprefixer/commit/933052df3dd83df07810a8c760f5814252a427bd"><code>933052d</code></a> update tests results for postcss 8.4.17 (<a href="https://github-redirect.dependabot.com/postcss/autoprefixer/issues/1481">#1481</a>)</li>
     85 <li><a href="https://github.com/postcss/autoprefixer/commit/0d799e80b80c76be7353c5cc6b893f9ab71aea90"><code>0d799e8</code></a> Release 10.4.12 version</li>
     86 <li><a href="https://github.com/postcss/autoprefixer/commit/542bd8529904adb867e2608dd093f798ce790618"><code>542bd85</code></a> Fix gradients cleaning</li>
     87 <li><a href="https://github.com/postcss/autoprefixer/commit/2d286dd8b7dda067c4d5f3445f6bd1f17094202f"><code>2d286dd</code></a> fix: unitless zero for <code>\&lt;angle&gt;</code> values are allowed in CSS gradients (<a href="https://github-redirect.dependabot.com/postcss/autoprefixer/issues/1479">#1479</a>)</li>
     88 <li><a href="https://github.com/postcss/autoprefixer/commit/c33816556e2308068b8ef073af5a1ef5b1dd51e9"><code>c338165</code></a> Update dependencies</li>
     89 <li>Additional commits viewable in <a href="https://github.com/postcss/autoprefixer/compare/10.4.7...10.4.13">compare view</a></li>
     90 </ul>
     91 </details>
     92 <br />
     93 
     94 
     95 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=autoprefixer&package-manager=npm_and_yarn&previous-version=10.4.7&new-version=10.4.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
     96 
     97 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`.
     98 
     99 [//]: # (dependabot-automerge-start)
    100 [//]: # (dependabot-automerge-end)
    101 
    102 ---
    103 
    104 <details>
    105 <summary>Dependabot commands and options</summary>
    106 <br />
    107 
    108 You can trigger Dependabot actions by commenting on this PR:
    109 - `@dependabot rebase` will rebase this PR
    110 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    111 - `@dependabot merge` will merge this PR after your CI passes on it
    112 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    113 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    114 - `@dependabot reopen` will reopen this PR if it is closed
    115 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    116 - `@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)
    117 - `@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)
    118 - `@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)
    119 
    120 
    121 </details>
    122 
    123 
    124 ## Comments
    125 
    126 ### @dependabot[bot] — 2023-01-03T17:36:27Z
    127 
    128 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`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
    129 
    130 If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
    131