You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flagon.apache.org by GitBox <gi...@apache.org> on 2022/01/24 07:05:02 UTC

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request #211: Bump cypress from 9.2.0 to 9.3.1

dependabot[bot] opened a new pull request #211:
URL: https://github.com/apache/incubator-flagon-useralejs/pull/211


   Bumps [cypress](https://github.com/cypress-io/cypress) from 9.2.0 to 9.3.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/cypress-io/cypress/releases">cypress's releases</a>.</em></p>
   <blockquote>
   <h2>9.3.1</h2>
   <p><em>Released 1/19/2022</em></p>
   <p><strong>Bugfixes:</strong></p>
   <ul>
   <li>Fixed an issue where the bin file was released with windows line breaks. Fixes
   <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/19747">#19747</a>.</li>
   </ul>
   <h2>9.3.0</h2>
   <p><em>Released 1/18/2022</em></p>
   <p><strong>Features:</strong></p>
   <ul>
   <li>Added a new Cypress command, called
   <a href="https://docs.cypress.io/api/commands/selectfile"><code>.selectFile()</code></a>, to select a file or files in an
   HTML5 input element or simulate dragging a file or files into the browser. The
   API is similar to <code>cypress-file-upload</code> and we have provided a
   <a href="https://docs.cypress.io/guides/references/migration-guide#Migrating-from-cypress-file-upload-to-selectFile">migration guide</a>
   for previous users of that plugin. For more details, see
   <a href="https://cypress.io/blog/2022/01/18/uploading-files-with-selectfile/">our blog post</a>.
   Fixes <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/19524">#19524</a> and
   <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/170">#170</a>.</li>
   <li>Exposed the <code>Buffer</code> polyfill, as <a href="https://docs.cypress.io/api/utilities/buffer"><code>Cypress.Buffer</code></a>,
   to enable working with binary data. Addressed in
   <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/19524">#19524</a>.</li>
   <li>Added the <code>CYPRESS_DOWNLOAD_PATH_TEMPLATE</code> environment variable which can be
   set to a string template for building the download URL for the Cypress binary.
   This environment variable is useful for users who are downloading the Cypress
   binary from a proxy that is not one-to-one with the Cypress's default download
   url. More information can be found in the
   <a href="https://docs.cypress.io/guides/getting-started/installing-cypress#Install-binary">Install Binary</a>
   documentation. Fixes
   <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/15697">#15697</a>.</li>
   </ul>
   <p><strong>Bugfixes:</strong></p>
   <ul>
   <li>Fixed an issue where the <code>--spec</code> CLI parameter was not working properly when
   passing multiple glob patterns that are separated by commas. Fixes
   <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/16102">#16102</a>.</li>
   <li>Fixed an issue with how the <code>CYPRESS_VERIFY_TIMEOUT</code> environment variable was
   read so it can set in a project's <code>package.json</code> or it's <code>.npmrc</code>. Fixes
   <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/19559">#19559</a>.</li>
   </ul>
   <p><strong>Dependency Updates:</strong></p>
   <ul>
   <li>Upgraded <code>graceful-fs</code> from <code>4.2.0</code> to <code>4.2.9</code>. This upgrade resolves issues
   observed with using graceful-fs v4.2.0 with resolve v1.21+. Addressed in
   <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/19676">#19676</a> and resolves
   <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/19610">#19610</a>.
   <ul>
   <li><strong>NOTE:</strong> This upgrade to <code>graceful-fs</code> breaks Cypress's compatibility with</li>
   </ul>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/cypress-io/cypress/commit/8355e5d8ec35411a6935687c9c91540dd32cf7f4"><code>8355e5d</code></a> release 9.3.1 [skip ci]</li>
   <li><a href="https://github.com/cypress-io/cypress/commit/503515537627320ed8286564882f559f641059df"><code>5035155</code></a> release 9.3.0 [skip ci]</li>
   <li><a href="https://github.com/cypress-io/cypress/commit/273b7035b09bc763b6d398a848c67a474ba37545"><code>273b703</code></a> fix: CLI filtering --spec when commas in glob pattern (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/19557">#19557</a>)</li>
   <li><a href="https://github.com/cypress-io/cypress/commit/2685f82663379e23462073ef2d637ddd690527d2"><code>2685f82</code></a> feat: env to use path params in download url (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/19526">#19526</a>)</li>
   <li><a href="https://github.com/cypress-io/cypress/commit/3b2388797326e0f1ec8f011372e1352117e001a4"><code>3b23887</code></a> fix(deps): update dependency graceful-fs to v4.2.9 🌟 (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/19676">#19676</a>)</li>
   <li><a href="https://github.com/cypress-io/cypress/commit/3809cd4d372aa693e84751ff70bef491e5268632"><code>3809cd4</code></a> feat: cy.selectFile() (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/19332">#19332</a>) (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/19524">#19524</a>)</li>
   <li><a href="https://github.com/cypress-io/cypress/commit/29f5c6453cb4a0b6fdb41b861f0e86be53403a34"><code>29f5c64</code></a> chore: Update Chrome (beta) to 98.0.4758.54 (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/19642">#19642</a>)</li>
   <li><a href="https://github.com/cypress-io/cypress/commit/d87711e21bf1665294ff1b6c2a1d15e3edb9c932"><code>d87711e</code></a> Merge branch 'master' into develop</li>
   <li><a href="https://github.com/cypress-io/cypress/commit/f22e3ca79cf626b0fdf33e52e5471f09f85dcc47"><code>f22e3ca</code></a> Fixed Vue README links in Global Components section (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/19550">#19550</a>)</li>
   <li><a href="https://github.com/cypress-io/cypress/commit/576519e465af28e2ed3f0b2c181fbe8f17e348a2"><code>576519e</code></a> fix: use util.getEnv to handle environment variables set with npm (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/19560">#19560</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v9.2.0...v9.3.1">compare view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by <a href="https://www.npmjs.com/~tbiethman">tbiethman</a>, a new releaser for cypress since your current version.</p>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cypress&package-manager=npm_and_yarn&previous-version=9.2.0&new-version=9.3.1)](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.

To unsubscribe, e-mail: dev-unsubscribe@flagon.apache.org

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



[GitHub] [incubator-flagon-useralejs] dependabot[bot] commented on pull request #211: Bump cypress from 9.2.0 to 9.3.1

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #211:
URL: https://github.com/apache/incubator-flagon-useralejs/pull/211#issuecomment-1025223229


   Looks like cypress is up-to-date now, so this is no longer needed.


-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@flagon.apache.org

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



[GitHub] [incubator-flagon-useralejs] dependabot[bot] closed pull request #211: Bump cypress from 9.2.0 to 9.3.1

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #211:
URL: https://github.com/apache/incubator-flagon-useralejs/pull/211


   


-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@flagon.apache.org

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