You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by GitBox <gi...@apache.org> on 2021/02/11 16:21:24 UTC

[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request #432: chore(deps-dev): bump autoprefixer from 10.0.2 to 10.2.4 in /tobago-example/tobago-example-demo/npm

dependabot[bot] opened a new pull request #432:
URL: https://github.com/apache/myfaces-tobago/pull/432


   Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.0.2 to 10.2.4.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/postcss/autoprefixer/releases">autoprefixer's releases</a>.</em></p>
   <blockquote>
   <h2>10.2.4</h2>
   <ul>
   <li>Fixed browser names in <code>npx autoprefixer --info</code>.</li>
   </ul>
   <h2>10.2.3</h2>
   <ul>
   <li>Fixed PostCSS 8 support.</li>
   </ul>
   <h2>10.2.2</h2>
   <ul>
   <li>Fixed PostCSS 8 plugins compatibility.</li>
   </ul>
   <h2>10.2.1</h2>
   <ul>
   <li>Fixed <code>transition-property</code> warnings (by <a href="https://github.com/Sheraff"><code>@Sheraff</code></a>).</li>
   </ul>
   <h2>10.2 “Sub rosa”</h2>
   <!-- raw HTML omitted -->
   <p>Autoprefixer 10.2 now has built-in TypeScript definitions. You do not need <code>@types/autoprefixer</code> anymore.</p>
   <p>Thanks to <a href="https://github.com/Semigradsky"><code>@Semigradsky</code></a> and DefinitelyTyped’s contributors.</p>
   <p><a href="https://github.com/Sheraff"><code>@Sheraff</code></a> also improved docs.</p>
   <h2>10.1 “Pula”</h2>
   <!-- raw HTML omitted -->
   <p>Autoprefixer 10.1 improved <code>min-resolution</code> support.</p>
   <p><a href="https://github.com/infusion"><code>@infusion</code></a> added <code>dpcm</code> unit support and <code>num2fraction</code> with <a href="https://github.com/infusion/Fraction.js/">Fraction.js</a>, which uses Farey Sequences as a rational approximation (more precise) and simplifies the fraction using continued fractions to ɛ &lt;0.001 afterward.</p>
   <pre lang="css"><code>/* input */
   @media (min-resolution: 113.38dpcm) {
     …
   }
   <p>/* output */
   <a href="https://github.com/media"><code>@media</code></a> (-webkit-min-device-pixel-ratio: 3),
   (min--moz-device-pixel-ratio: 3),
   (-o-min-device-pixel-ratio: 3/1),
   (min-resolution: 113.38dpcm) {
   …
   }
   </code></pre></p>
   <h2>10.0.4</h2>
   <ul>
   <li>Fixed <code>Cannot read property 'proxyOf' of undefined</code> error (by <a href="https://github.com/igorkamyshev"><code>@igorkamyshev</code></a>).</li>
   </ul>
   <h2>10.0.3</h2>
   <ul>
   <li>Fixed <code>substract</code> to <code>subtract</code> value for <code>mask-composite</code> (by <a href="https://github.com/crankysparrow"><code>@crankysparrow</code></a>).</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md">autoprefixer's changelog</a>.</em></p>
   <blockquote>
   <h2>10.2.4</h2>
   <ul>
   <li>Fixed browser names in <code>npx autoprefixer --info</code>.</li>
   </ul>
   <h2>10.2.3</h2>
   <ul>
   <li>Fixed PostCSS 8 support.</li>
   </ul>
   <h2>10.2.2</h2>
   <ul>
   <li>Fixed PostCSS 8 plugins compatibility.</li>
   </ul>
   <h2>10.2.1</h2>
   <ul>
   <li>Fixed <code>transition-property</code> warnings (by <a href="https://github.com/Sheraff"><code>@Sheraff</code></a>).</li>
   </ul>
   <h2>10.2 “Sub rosa”</h2>
   <ul>
   <li>Added TypeScript definitions (by Dmitry Semigradsky).</li>
   <li>Fixed docs (by Florian Pellet).</li>
   </ul>
   <h2>10.1 “Pula”</h2>
   <ul>
   <li>Added <code>dpcm</code> unit support to <code>min-resolution: 2dppx</code> (by Robert Eisele).</li>
   <li>Fixed rational approximation in <code>min-resolution</code> (by Robert Eisele).</li>
   </ul>
   <h2>10.0.4</h2>
   <ul>
   <li>Fixed <code>Cannot read property 'proxyOf' of undefined</code> error (by Igor Kamyshev).</li>
   </ul>
   <h2>10.0.3</h2>
   <ul>
   <li>Fixed <code>substract</code> to <code>subtract</code> value for <code>mask-composite</code> (by Michelle Enos).</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/postcss/autoprefixer/commit/61f71e9a8613b0c90357472d58fdcce26324ef4f"><code>61f71e9</code></a> Release 10.2.4 version</li>
   <li><a href="https://github.com/postcss/autoprefixer/commit/92747e324bb16edda46bba62e8a828a64e9c1bef"><code>92747e3</code></a> Update dependencies</li>
   <li><a href="https://github.com/postcss/autoprefixer/commit/76d8cdb87a8eaa37846e5b3ed72410995769bd80"><code>76d8cdb</code></a> Add more browser names in --info</li>
   <li><a href="https://github.com/postcss/autoprefixer/commit/7276fd23e221aea0468dfadcfc9a9303e2ee9fa9"><code>7276fd2</code></a> Fix test coverage</li>
   <li><a href="https://github.com/postcss/autoprefixer/commit/1b506649f35a6378d7e23643e60f86f6df4155c1"><code>1b50664</code></a> Release 10.2.3 version</li>
   <li><a href="https://github.com/postcss/autoprefixer/commit/5d52463998e114ebfabff239b555c035eaffe721"><code>5d52463</code></a> Fix clone for PostCSS 8</li>
   <li><a href="https://github.com/postcss/autoprefixer/commit/ee657801bcacd5bd0a037477487f2d39bfb5cc18"><code>ee65780</code></a> Release 10.2.2 version</li>
   <li><a href="https://github.com/postcss/autoprefixer/commit/8476c1d7fb72d8977403bb75f02d41611fbaf272"><code>8476c1d</code></a> Move from Once event to OnceExit</li>
   <li><a href="https://github.com/postcss/autoprefixer/commit/c3b166b8e2fd78a3fadd749944d2591abed0b8e0"><code>c3b166b</code></a> Update dependencies</li>
   <li><a href="https://github.com/postcss/autoprefixer/commit/d6b42f108ccf87d068dde353f9ed57235dc166f2"><code>d6b42f1</code></a> Release 10.2.1 version</li>
   <li>Additional commits viewable in <a href="https://github.com/postcss/autoprefixer/compare/10.0.2...10.2.4">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=autoprefixer&package-manager=npm_and_yarn&previous-version=10.0.2&new-version=10.2.4)](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)
   
   
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [myfaces-tobago] bohmber merged pull request #432: chore(deps-dev): bump autoprefixer from 10.0.2 to 10.2.4 in /tobago-example/tobago-example-demo/npm

Posted by GitBox <gi...@apache.org>.
bohmber merged pull request #432:
URL: https://github.com/apache/myfaces-tobago/pull/432


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org